https://github.com/JeffersonLab/chroma
Raw File
Tip revision: be11dae950001b821b85f76746120f0a74a94aa3 authored by edwards on 13 October 2005, 03:18:22 UTC
Info on 2.2.1
Tip revision: be11dae
lib.h
// -*- C++ -*-
// $Id: lib.h,v 2.0 2005-09-25 21:04:25 edwards Exp $

/*! \file
 * \brief Chroma Lattice Field Theory library
 *
 * Central include file for all pieces of the Chroma lattice field theory library
 */

/*! \defgroup lib Chroma Lattice Field Theory library
 *
 * Central include file for all pieces of the Chroma lattice field theory library
 */


#ifndef __lib_h__
#define __lib_h__

#include "init/chroma_init.h"

#include "fermact.h"
#include "fermbc.h"
#include "gaugeact.h"
#include "gaugebc.h"
#include "handle.h"
#include "linearop.h"
#include "state.h"

#include "actions/actions.h"
#include "update/update.h"
#include "util/util.h"
#include "meas/meas.h"

#include "update/update.h"
#include "io/io.h"

#endif


back to top