Directory Statistics for lib/meas/inline/eig/

Back to Index Page

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

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

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
edwards56 (87.5%) 649 (51.7%) 1501 (70.1%) 11.59
streuer4 (6.2%) 580 (46.2%) 582 (27.2%) 145.00
bjoo4 (6.2%) 26 (2.1%) 57 (2.7%) 6.50

Commit Log

DateAuthorFile/Message
10/13/07 5:04 PMedwards
Fixed namespace to "name". (1 Files changed, 5 Lines changed)
lib/meas/inline/eig/inline_eigbnds.cc 3.9 (+5 -5)
10/13/07 4:46 PMedwards
Moved around diagnostic printing so as to appear at the beginning of the
function call.
(1 Files changed, 19 Lines changed)
lib/meas/inline/eig/inline_eigbnds.cc 3.8 (+19 -2)
8/23/07 3:02 PMedwards
Cleaned up paths to the XMLGroup objects. (2 Files changed, 441 Lines changed)
lib/meas/inline/eig/inline_ritz_H_w.cc 3.5 (+392 -404)
lib/meas/inline/eig/inline_ritz_H_w.h 3.2 (+49 -45)
2/25/07 5:39 PMedwards
Replaced id in header with a proper unique id. (1 Files changed, 3 Lines changed)
lib/meas/inline/eig/inline_ritz_H_w.cc 3.4 (+3 -3)
2/22/07 4:11 PMbjoo
Removed Ordered and Unordered Subsets and Sets. Now just have Subsets and Sets -not Unordered or Ordered - passes regressions with suitable QDP where QDP has SSE disabled (1 Files changed, 2 Lines changed)
lib/meas/inline/eig/inline_ritz_H_w.cc 3.3 (+2 -2)
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.
(6 Files changed, 76 Lines changed)
lib/meas/inline/eig/inline_eig_aggregate.h 3.1 (+2 -2)
lib/meas/inline/eig/inline_ritz_H_w.h 3.1 (+3 -2)
lib/meas/inline/eig/inline_eigbnds.cc 3.7 (+28 -10)
lib/meas/inline/eig/inline_ritz_H_w.cc 3.2 (+23 -13)
lib/meas/inline/eig/inline_eigbnds.h 3.3 (+2 -2)
lib/meas/inline/eig/inline_eig_aggregate.cc 3.1 (+18 -9)
7/22/06 3:36 PMedwards
Added more profiling. (1 Files changed, 17 Lines changed)
lib/meas/inline/eig/inline_eigbnds.cc 3.6 (+17 -5)
7/22/06 1:44 PMedwards
Added xml file writing. (2 Files changed, 44 Lines changed)
lib/meas/inline/eig/inline_eigbnds.h 3.2 (+9 -2)
lib/meas/inline/eig/inline_eigbnds.cc 3.5 (+35 -3)
7/22/06 1:34 PMedwards
Bug fix. Limit profiling to the subset over which the operator
is defined.
(1 Files changed, 2 Lines changed)
lib/meas/inline/eig/inline_eigbnds.cc 3.4 (+2 -2)
7/21/06 4:42 PMedwards
Added printing of eigenvector profile. (1 Files changed, 7 Lines changed)
lib/meas/inline/eig/inline_eigbnds.cc 3.3 (+7 -1)
7/12/06 12:55 AMedwards
Changed to use GroupXML_t for ferm_act. This fixes some path problem
when used under hmc.cc
(2 Files changed, 13 Lines changed)
lib/meas/inline/eig/inline_eigbnds.cc 3.2 (+9 -15)
lib/meas/inline/eig/inline_eigbnds.h 3.1 (+4 -3)
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.
(2 Files changed, 5 Lines changed)
lib/meas/inline/eig/inline_eigbnds.cc 3.1 (+3 -5)
lib/meas/inline/eig/inline_ritz_H_w.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>.
(7 Files changed, 47 Lines changed)
lib/meas/inline/eig/inline_eig_aggregate.h 3.0 (+1 -1)
lib/meas/inline/eig/eig.h 3.0 (+1 -1)
lib/meas/inline/eig/inline_ritz_H_w.cc 3.0 (+14 -10)
lib/meas/inline/eig/inline_ritz_H_w.h 3.0 (+1 -1)
lib/meas/inline/eig/inline_eigbnds.cc 3.0 (+22 -16)
lib/meas/inline/eig/inline_eig_aggregate.cc 3.0 (+1 -1)
lib/meas/inline/eig/inline_eigbnds.h 3.0 (+7 -5)
3/19/06 11:22 PMedwards
Switched inline measurements from gauge field argument to reading an optional
default gauge field.
(4 Files changed, 260 Lines changed)
lib/meas/inline/eig/inline_eigbnds.cc 2.2 (+58 -6)
lib/meas/inline/eig/inline_ritz_H_w.h 2.2 (+4 -7)
lib/meas/inline/eig/inline_eigbnds.h 2.1 (+7 -4)
lib/meas/inline/eig/inline_ritz_H_w.cc 2.4 (+191 -184)
2/22/06 9:38 PMbjoo
Fixed XML hither and yon (1 Files changed, 21 Lines changed)
lib/meas/inline/eig/inline_ritz_H_w.cc 2.3 (+21 -18)
2/22/06 6:48 PMbjoo
Added new Zolotarev stuff with Ritz and Multi-mass and added regresssions for these (1 Files changed, 32 Lines changed)
lib/meas/inline/eig/inline_ritz_H_w.cc 2.2 (+32 -9)
2/22/06 11:09 AMstreuer
added first attempt to inline ritz measurement (4 Files changed, 582 Lines changed)
lib/meas/inline/eig/inline_ritz_H_w.cc 2.1 added 500
lib/meas/inline/eig/inline_ritz_H_w.h 2.1 added 77
lib/meas/inline/eig/inline_eig_aggregate.cc 2.2 (+3 -1)
lib/meas/inline/eig/eig.h 2.1 (+2 -1)
1/12/06 12:45 AMedwards
A refactoring. Promoted lmdagm to be (finally) a default implementation for
all the lMdagM() functions within the fermacts. Changed the lMdagM() fermact
calls to a covariant return of DiffLinearOperator<> . This critter now knows
how to take a derivative of its held op. Removed all the lMdagM() functions
in the derived/concrete fermions. Promoted the overlap lmdagm-ish guys
to DiffLinearOperator - this is necessary for HMC.
(1 Files changed, 1 Lines changed)
lib/meas/inline/eig/inline_eigbnds.cc 2.1 (+1 -2)
10/18/05 9:05 PMedwards
Removed dosisms. (1 Files changed, 33 Lines changed)
lib/meas/inline/eig/inline_eig_aggregate.cc 2.1 (+33 -33)
9/25/05 5:04 PMedwards
Moved to version 2.0 (5 Files changed, 5 Lines changed)
lib/meas/inline/eig/inline_eigbnds.cc 2.0 (+1 -1)
lib/meas/inline/eig/inline_eig_aggregate.cc 2.0 (+1 -1)
lib/meas/inline/eig/inline_eig_aggregate.h 2.0 (+1 -1)
lib/meas/inline/eig/eig.h 2.0 (+1 -1)
lib/meas/inline/eig/inline_eigbnds.h 2.0 (+1 -1)