Directory Statistics for lib/actions/

Back to Index Page

Lines Of Code for lib/actions/

Commits for lib/actions/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
edwards7 (87.5%) 26 (96.3%) 40 (95.2%) 3.71
dgr1 (12.5%) 1 (3.7%) 2 (4.8%) 1.00

Commit Log

DateAuthorFile/Message
4/3/06 12:58 AMedwards
Major overhaul of fermion and gauge action interface. Basically,
all fermacts and gaugeacts now carry out <T,P,Q> template parameters. These are
the fermion type, the "P" - conjugate momenta, and "Q" - generalized coordinates
in the sense of Hamilton's equations. The fermbc's have been rationalized to never
be over multi1d<T>. The "createState" within the FermionAction is now fixed meaning
the "u" fields are now from the coordinate type. There are now "ConnectState" that
derive into FermState<T,P,Q> and GaugeState<P,Q>.
(1 Files changed, 1 Lines changed)
lib/actions/actions.h 3.0 (+1 -1)
9/25/05 5:04 PMedwards
Moved to version 2.0 (1 Files changed, 1 Lines changed)
lib/actions/actions.h 2.0 (+1 -1)
4/9/03 5:00 PMedwards
Fixed include paths. (1 Files changed, 2 Lines changed)
lib/actions/actions.h 1.6 (+2 -1)
4/9/03 1:16 PMedwards
Updates for new action and directory layout. (1 Files changed, 3 Lines changed)
lib/actions/actions.h 1.5 (+3 -7)
3/31/03 9:38 PMedwards
Added doxygen comments. (1 Files changed, 17 Lines changed)
lib/actions/actions.h 1.4 (+17 -3)
3/30/03 1:33 PMedwards
Added construct.h (1 Files changed, 2 Lines changed)
lib/actions/actions.h 1.3 (+2 -1)
3/26/03 5:05 PMdgr
Loads of changes. (1 Files changed, 2 Lines changed)
lib/actions/actions.h 1.2 (+2 -1)
2/15/03 12:54 AMedwards
Switch to having an accompanying .h with every .cc . (1 Files changed, 14 Lines changed)
lib/actions/actions.h 1.1 added 14