Directory Statistics for lib/actions/boson/operator/

Back to Index Page

Lines Of Code for lib/actions/boson/operator/

Commits for lib/actions/boson/operator/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
edwards18 (100.0%) 133 (100.0%) 234 (100.0%) 7.39

Commit Log

DateAuthorFile/Message
11/16/06 9:17 PMedwards
Added staggered support in a new make_source, propagator, sink_smearing chain.
Fixed up asqtad_fermact to fit in this model.
(2 Files changed, 18 Lines changed)
lib/actions/boson/operator/klein_gord.cc 3.1 (+10 -1)
lib/actions/boson/operator/klein_gord.h 3.1 (+8 -1)
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>.
(2 Files changed, 2 Lines changed)
lib/actions/boson/operator/klein_gord.h 3.0 (+1 -1)
lib/actions/boson/operator/klein_gord.cc 3.0 (+1 -1)
11/7/05 4:26 PMedwards
Added lattice fermion version. (2 Files changed, 18 Lines changed)
lib/actions/boson/operator/klein_gord.h 2.1 (+8 -1)
lib/actions/boson/operator/klein_gord.cc 2.1 (+10 -1)
9/25/05 5:04 PMedwards
Moved to version 2.0 (2 Files changed, 2 Lines changed)
lib/actions/boson/operator/klein_gord.cc 2.0 (+1 -1)
lib/actions/boson/operator/klein_gord.h 2.0 (+1 -1)
4/10/05 10:48 PMedwards
Added doxygen comments. (1 Files changed, 9 Lines changed)
lib/actions/boson/operator/klein_gord.h 1.5 (+9 -1)
1/14/05 3:13 PMedwards
Removed all using namespace QDP/Chroma from lib files. The library
should now be 100% in the Chroma namespace. All mainprogs need a
using namespace Chroma.
(2 Files changed, 2 Lines changed)
lib/actions/boson/operator/klein_gord.cc 1.5 (+1 -2)
lib/actions/boson/operator/klein_gord.h 1.4 (+1 -2)
12/14/04 11:49 PMedwards
Added Chroma namespace. (2 Files changed, 75 Lines changed)
lib/actions/boson/operator/klein_gord.h 1.3 (+14 -9)
lib/actions/boson/operator/klein_gord.cc 1.4 (+61 -58)
10/9/03 11:46 PMedwards
Removed dos-isms. (1 Files changed, 17 Lines changed)
lib/actions/boson/operator/klein_gord.h 1.2 (+17 -17)
5/23/03 12:57 AMedwards
Changed include of qdp.h to chrombase.h (1 Files changed, 2 Lines changed)
lib/actions/boson/operator/klein_gord.cc 1.3 (+2 -2)
4/9/03 3:42 PMedwards
Fixed include path. (1 Files changed, 2 Lines changed)
lib/actions/boson/operator/klein_gord.cc 1.2 (+2 -2)
4/9/03 1:57 AMedwards
Moved klein gordon stuff to boson operators. (2 Files changed, 87 Lines changed)
lib/actions/boson/operator/klein_gord.cc 1.1 added 70
lib/actions/boson/operator/klein_gord.h 1.1 added 17