Directory Statistics for lib/meas/inline/gfix/

Back to Index Page

Lines Of Code for lib/meas/inline/gfix/

Commits for lib/meas/inline/gfix/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
edwards20 (100.0%) 401 (100.0%) 438 (100.0%) 20.05

Commit Log

DateAuthorFile/Message
11/9/07 4:18 PMedwards
Now require output of gauge rotation fields. (2 Files changed, 16 Lines changed)
lib/meas/inline/gfix/inline_coulgauge.cc 3.3 (+12 -2)
lib/meas/inline/gfix/inline_coulgauge.h 3.2 (+4 -3)
9/20/06 4:28 PMedwards
Major housecleaning. Changed all the uses of the registration method
to now be **runtime**. The "registerAll()" function is exposed that
will register the thingy. There is a private "registered" flag that
is initially false and then set to true upon registration done at
runtime.
(4 Files changed, 33 Lines changed)
lib/meas/inline/gfix/inline_gfix_aggregate.h 3.1 (+2 -2)
lib/meas/inline/gfix/inline_gfix_aggregate.cc 3.1 (+13 -5)
lib/meas/inline/gfix/inline_coulgauge.h 3.1 (+2 -2)
lib/meas/inline/gfix/inline_coulgauge.cc 3.2 (+16 -2)
4/11/06 12:18 AMedwards
Changed default behavior of all inlines to now require an explicit
"NamedObject/gauge_id" to be specified. No longer is there a default
gauge field implicitly assumed.
(1 Files changed, 2 Lines changed)
lib/meas/inline/gfix/inline_coulgauge.cc 3.1 (+2 -4)
4/3/06 12:59 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>.
(5 Files changed, 5 Lines changed)
lib/meas/inline/gfix/gfix.h 3.0 (+1 -1)
lib/meas/inline/gfix/inline_gfix_aggregate.h 3.0 (+1 -1)
lib/meas/inline/gfix/inline_coulgauge.h 3.0 (+1 -1)
lib/meas/inline/gfix/inline_gfix_aggregate.cc 3.0 (+1 -1)
lib/meas/inline/gfix/inline_coulgauge.cc 3.0 (+1 -1)
3/19/06 11:22 PMedwards
Switched inline measurements from gauge field argument to reading an optional
default gauge field.
(2 Files changed, 31 Lines changed)
lib/meas/inline/gfix/inline_coulgauge.h 1.2 (+4 -5)
lib/meas/inline/gfix/inline_coulgauge.cc 1.3 (+27 -5)
2/25/06 11:19 PMedwards
Bug fix. Changed name to COULOMB_GAUGEFIX. (1 Files changed, 2 Lines changed)
lib/meas/inline/gfix/inline_coulgauge.cc 1.2 (+2 -2)
2/23/06 3:58 PMedwards
Added gauge fixing measurements. (5 Files changed, 349 Lines changed)
lib/meas/inline/gfix/inline_gfix_aggregate.h 1.1 added 22
lib/meas/inline/gfix/inline_gfix_aggregate.cc 1.1 added 26
lib/meas/inline/gfix/gfix.h 1.1 added 23
lib/meas/inline/gfix/inline_coulgauge.h 1.1 added 73
lib/meas/inline/gfix/inline_coulgauge.cc 1.1 added 205