
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| edwards | 92 (98.9%) | 337 (97.7%) | 891 (98.0%) | 3.66 |
| bjoo | 1 (1.1%) | 8 (2.3%) | 18 (2.0%) | 8.00 |
| Date | Author | File/Message |
|---|---|---|
| 8/23/07 3:02 PM | edwards |
Cleaned up paths to the XMLGroup objects.
(1 Files changed,
3 Lines changed)
lib/meas/inline/smear/inline_link_smear.cc 3.5
(+3
-3)
|
| 9/20/06 4:28 PM | edwards |
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, 39 Lines changed) lib/meas/inline/smear/inline_smear_aggregate.cc 3.2
(+13
-4)
lib/meas/inline/smear/inline_link_smear.cc 3.4
(+22
-5)
lib/meas/inline/smear/inline_smear_aggregate.h 3.1
(+2
-2)
lib/meas/inline/smear/inline_link_smear.h 3.3
(+2
-2)
|
| 8/11/06 2:11 PM | edwards |
Removed obsolete inline versions of ape, hyp and stout smear in
favor of link smear. Added a smear_dirs to stout_smear (8 Files changed, 2 Lines changed) lib/meas/inline/smear/inline_ape_smear.cc 3.4 removed
lib/meas/inline/smear/inline_stout_smear.h 3.1 removed
lib/meas/inline/smear/inline_smear_aggregate.cc 3.1
(+1
-9)
lib/meas/inline/smear/smear.h 3.1
(+1
-5)
lib/meas/inline/smear/inline_hyp_smear.h 3.3 removed
lib/meas/inline/smear/inline_hyp_smear.cc 3.4 removed
lib/meas/inline/smear/inline_ape_smear.h 3.3 removed
lib/meas/inline/smear/inline_stout_smear.cc 3.2 removed
|
| 6/17/06 2:31 PM | edwards |
Fixed BlkAccu again from int to Real.
(2 Files changed,
3 Lines changed)
lib/meas/inline/smear/inline_ape_smear.cc 3.3
(+1
-3)
lib/meas/inline/smear/inline_ape_smear.h 3.2
(+2
-3)
|
| 6/17/06 2:25 PM | edwards |
Added BlkMax and BlkAccu to input params.
(1 Files changed,
2 Lines changed)
lib/meas/inline/smear/inline_hyp_smear.h 3.2
(+2
-2)
|
| 6/13/06 4:22 PM | bjoo |
Replaced clock with StopWatch
(1 Files changed,
18 Lines changed)
lib/meas/inline/smear/inline_hyp_smear.cc 3.3
(+18
-10)
|
| 6/11/06 11:37 PM | edwards |
Changed Params::write to Params::writeXML.
(1 Files changed,
2 Lines changed)
lib/meas/inline/smear/inline_link_smear.h 3.2
(+2
-2)
|
| 6/11/06 11:37 PM | edwards |
Bug fix. Need the correct name for the link_smear path object creation.
(1 Files changed,
11 Lines changed)
lib/meas/inline/smear/inline_link_smear.cc 3.3
(+11
-5)
|
| 6/11/06 10:13 PM | edwards |
Removed all use of "linkSmear". Removed link_smearing_factory.cc . This
bit of code is problematic with the current qdp++. (2 Files changed, 19 Lines changed) lib/meas/inline/smear/inline_link_smear.h 3.1
(+3
-3)
lib/meas/inline/smear/inline_link_smear.cc 3.2
(+16
-10)
|
| 6/10/06 12:29 PM | edwards |
Put in BlkMax and BlkAccu now as params.
(4 Files changed,
39 Lines changed)
lib/meas/inline/smear/inline_ape_smear.h 3.1
(+6
-4)
lib/meas/inline/smear/inline_hyp_smear.cc 3.2
(+15
-7)
lib/meas/inline/smear/inline_hyp_smear.h 3.1
(+4
-2)
lib/meas/inline/smear/inline_ape_smear.cc 3.2
(+14
-6)
|
| 4/11/06 12:18 AM | edwards |
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. (4 Files changed, 8 Lines changed) lib/meas/inline/smear/inline_stout_smear.cc 3.1
(+2
-4)
lib/meas/inline/smear/inline_ape_smear.cc 3.1
(+2
-4)
lib/meas/inline/smear/inline_link_smear.cc 3.1
(+2
-4)
lib/meas/inline/smear/inline_hyp_smear.cc 3.1
(+2
-4)
|
| 4/3/06 12:59 AM | edwards |
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>. (11 Files changed, 11 Lines changed) lib/meas/inline/smear/inline_hyp_smear.h 3.0
(+1
-1)
lib/meas/inline/smear/inline_ape_smear.h 3.0
(+1
-1)
lib/meas/inline/smear/inline_stout_smear.h 3.0
(+1
-1)
lib/meas/inline/smear/inline_smear_aggregate.h 3.0
(+1
-1)
lib/meas/inline/smear/inline_ape_smear.cc 3.0
(+1
-1)
lib/meas/inline/smear/inline_link_smear.cc 3.0
(+1
-1)
lib/meas/inline/smear/smear.h 3.0
(+1
-1)
lib/meas/inline/smear/inline_stout_smear.cc 3.0
(+1
-1)
lib/meas/inline/smear/inline_link_smear.h 3.0
(+1
-1)
lib/meas/inline/smear/inline_hyp_smear.cc 3.0
(+1
-1)
lib/meas/inline/smear/inline_smear_aggregate.cc 3.0
(+1
-1)
|
| 3/19/06 11:22 PM | edwards |
Switched inline measurements from gauge field argument to reading an optional
default gauge field. (8 Files changed, 134 Lines changed) lib/meas/inline/smear/inline_ape_smear.cc 2.2
(+30
-5)
lib/meas/inline/smear/inline_link_smear.h 2.2
(+5
-5)
lib/meas/inline/smear/inline_stout_smear.h 2.1
(+4
-5)
lib/meas/inline/smear/inline_ape_smear.h 2.1
(+4
-5)
lib/meas/inline/smear/inline_hyp_smear.cc 2.2
(+29
-5)
lib/meas/inline/smear/inline_link_smear.cc 2.2
(+30
-5)
lib/meas/inline/smear/inline_stout_smear.cc 2.3
(+28
-6)
lib/meas/inline/smear/inline_hyp_smear.h 2.1
(+4
-5)
|
| 2/23/06 3:58 PM | edwards |
Added gauge fixing measurements.
(1 Files changed,
3 Lines changed)
lib/meas/inline/smear/inline_stout_smear.cc 2.2
(+3
-1)
|
| 11/22/05 5:00 PM | edwards |
Added new inline_link_smear. This can replace all the separate inline
smearing routines. Made inline link smear use factory. Push group name for link smearing to routines that care. (4 Files changed, 222 Lines changed) lib/meas/inline/smear/inline_smear_aggregate.cc 2.2
(+5
-1)
lib/meas/inline/smear/smear.h 2.1
(+3
-1)
lib/meas/inline/smear/inline_link_smear.cc 2.1 added 149
lib/meas/inline/smear/inline_link_smear.h 2.1 added 65
|
| 11/22/05 2:15 PM | edwards |
Changed name out Observables group after smearing.
(2 Files changed,
4 Lines changed)
lib/meas/inline/smear/inline_ape_smear.cc 2.1
(+2
-2)
lib/meas/inline/smear/inline_stout_smear.cc 2.1
(+2
-2)
|
| 11/7/05 12:30 PM | edwards |
Added missing pop(xml).
(1 Files changed,
3 Lines changed)
lib/meas/inline/smear/inline_hyp_smear.cc 2.1
(+3
-1)
|
| 10/18/05 9:05 PM | edwards |
Removed dosisms.
(1 Files changed,
29 Lines changed)
lib/meas/inline/smear/inline_smear_aggregate.cc 2.1
(+29
-29)
|
| 9/25/05 5:04 PM | edwards |
Moved to version 2.0
(9 Files changed,
9 Lines changed)
lib/meas/inline/smear/smear.h 2.0
(+1
-1)
lib/meas/inline/smear/inline_smear_aggregate.cc 2.0
(+1
-1)
lib/meas/inline/smear/inline_stout_smear.cc 2.0
(+1
-1)
lib/meas/inline/smear/inline_ape_smear.cc 2.0
(+1
-1)
lib/meas/inline/smear/inline_hyp_smear.h 2.0
(+1
-1)
lib/meas/inline/smear/inline_hyp_smear.cc 2.0
(+1
-1)
lib/meas/inline/smear/inline_ape_smear.h 2.0
(+1
-1)
lib/meas/inline/smear/inline_smear_aggregate.h 2.0
(+1
-1)
lib/meas/inline/smear/inline_stout_smear.h 2.0
(+1
-1)
|
| 9/25/05 4:41 PM | edwards |
Updated to use new memory object mechanism.
(10 Files changed,
89 Lines changed)
lib/meas/inline/smear/inline_ape_smear.cc 1.2
(+23
-38)
lib/meas/inline/smear/inline_hyp_smear4d.cc 1.3 removed
lib/meas/inline/smear/inline_stout_smear.h 1.1 added
lib/meas/inline/smear/inline_hyp_smear4d.h 1.3 removed
lib/meas/inline/smear/smear.h 1.3
(+2
-2)
lib/meas/inline/smear/inline_stout_smear.cc 1.1 added
lib/meas/inline/smear/inline_hyp_smear.h 1.3
(+4
-13)
lib/meas/inline/smear/inline_hyp_smear.cc 1.3
(+44
-102)
lib/meas/inline/smear/inline_smear_aggregate.cc 1.3
(+3
-3)
lib/meas/inline/smear/inline_ape_smear.h 1.3
(+4
-7)
|