https://github.com/JeffersonLab/chroma
Raw File
Tip revision: 797a1bb11f08dba66cbf1526cb2093d21e334040 authored by edwards on 19 April 2006, 03:35:33 UTC
Removed debugging output.
Tip revision: 797a1bb
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