Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

coefficients Class Reference

container for action parameters More...

#include <fermiqcd_coefficients.h>

List of all members.

Public Member Functions

bool has_key (string s)


Detailed Description

container for action parameters

All FermiQCD actions are classe and share the same prototype. Parameters are passed to the action via coefficients objects which are nothing more than hash tables.

Example:

       gauge_field U(lattice,nc);
       coefficients gauge;
       gauge["beta"]=6.0;
       WilsonGaugeAction::heatbath(U,gauge);
    
Please check the spalling of the variables you store into the coefficients object (each action has its own coefficients).

Why? This allows the creating of new actions while reusing inverters and simplify passing parameters to the action.


The documentation for this class was generated from the following file:
Generated on Sun Feb 27 15:12:24 2005 by  doxygen 1.4.1