https://github.com/JeffersonLab/chroma
Raw File
Tip revision: d9b1f4f37b7beb6aa4b0ab4934cc25ff6c1f392f authored by edwards on 11 October 2006, 03:45:27 UTC
Info on 3.16.0
Tip revision: d9b1f4f
lib.h
// -*- C++ -*-
// $Id: lib.h,v 3.0 2006-04-03 04:58:44 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