
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| edwards | 68 (94.4%) | 922 (75.9%) | 1799 (85.2%) | 13.56 |
| uid3790 | 4 (5.6%) | 292 (24.1%) | 312 (14.8%) | 73.00 |
| Date | Author | File/Message |
|---|---|---|
| 8/27/07 5:18 PM | edwards |
New wall sink smearing.
(2 Files changed,
42 Lines changed)
lib/meas/sinks/wall_sink_smearing.h 1.2
(+5
-5)
lib/meas/sinks/wall_sink_smearing.cc 1.2
(+37
-78)
|
| 8/27/07 4:05 PM | uid3790 |
New wall sinks.
(2 Files changed,
299 Lines changed)
lib/meas/sinks/wall_sink_smearing.h 1.1 added 74
lib/meas/sinks/wall_sink_smearing.cc 1.1 added 225
|
| 8/27/07 4:02 PM | uid3790 |
Got rid of explicit paths to sub-param groups.
(2 Files changed,
13 Lines changed)
lib/meas/sinks/sh_sink_smearing.cc 3.7
(+8
-13)
lib/meas/sinks/pt_sink_smearing.cc 3.4
(+5
-7)
|
| 11/16/06 9:17 PM | edwards |
Added staggered support in a new make_source, propagator, sink_smearing chain.
Fixed up asqtad_fermact to fit in this model. (3 Files changed, 142 Lines changed) lib/meas/sinks/pt_sink_smearing.cc 3.3
(+47
-1)
lib/meas/sinks/sh_sink_smearing.cc 3.6
(+81
-1)
lib/meas/sinks/sink_smearing_factory.h 3.1
(+14
-1)
|
| 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. (6 Files changed, 51 Lines changed) lib/meas/sinks/sink_smearing_aggregate.h 3.1
(+2
-2)
lib/meas/sinks/sh_sink_smearing.h 3.5
(+2
-2)
lib/meas/sinks/sink_smearing_aggregate.cc 3.1
(+13
-8)
lib/meas/sinks/sh_sink_smearing.cc 3.5
(+17
-12)
lib/meas/sinks/pt_sink_smearing.cc 3.2
(+15
-11)
lib/meas/sinks/pt_sink_smearing.h 3.3
(+2
-2)
|
| 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, 4 Lines changed) lib/meas/sinks/sh_sink_smearing.h 3.4
(+2
-2)
lib/meas/sinks/pt_sink_smearing.h 3.2
(+2
-2)
|
| 6/10/06 12:28 PM | edwards |
Put back in quark_smear_first/last flag.
(4 Files changed,
91 Lines changed)
lib/meas/sinks/sh_sink_smearing.cc 3.4
(+63
-57)
lib/meas/sinks/sh_sink_smearing.h 3.3
(+6
-10)
lib/meas/sinks/pt_sink_smearing.h 3.1
(+5
-7)
lib/meas/sinks/pt_sink_smearing.cc 3.1
(+17
-24)
|
| 5/20/06 12:23 AM | edwards |
Reverted to version 2 and removed quark_smear_last/first flag.
(2 Files changed,
11 Lines changed)
lib/meas/sinks/sh_sink_smearing.h 3.2
(+1
-3)
lib/meas/sinks/sh_sink_smearing.cc 3.3
(+10
-43)
|
| 5/5/06 11:09 PM | edwards |
Made ordering required. Fixed writers to be v3.
(1 Files changed,
3 Lines changed)
lib/meas/sinks/sh_sink_smearing.cc 3.2
(+3
-2)
|
| 5/5/06 12:19 AM | edwards |
Added a quark_smear_order flag to determine the order of smearing
versus displacement. (2 Files changed, 53 Lines changed) lib/meas/sinks/sh_sink_smearing.h 3.1
(+3
-1)
lib/meas/sinks/sh_sink_smearing.cc 3.1
(+50
-10)
|
| 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>. (8 Files changed, 8 Lines changed) lib/meas/sinks/pt_sink_smearing.h 3.0
(+1
-1)
lib/meas/sinks/sinks.h 3.0
(+1
-1)
lib/meas/sinks/sh_sink_smearing.cc 3.0
(+1
-1)
lib/meas/sinks/sh_sink_smearing.h 3.0
(+1
-1)
lib/meas/sinks/pt_sink_smearing.cc 3.0
(+1
-1)
lib/meas/sinks/sink_smearing_aggregate.cc 3.0
(+1
-1)
lib/meas/sinks/sink_smearing_factory.h 3.0
(+1
-1)
lib/meas/sinks/sink_smearing_aggregate.h 3.0
(+1
-1)
|
| 3/8/06 5:45 PM | edwards |
Added diagnostic output
(1 Files changed,
3 Lines changed)
lib/meas/sinks/sh_sink_smearing.cc 1.9
(+3
-1)
|
| 2/21/06 11:34 PM | edwards |
Got rid of deriv_sh_source/sink stuff. Have generalized "displacements"
in sources and sinks to be a factory "Displacement". The derivatives are just another displacement. (4 Files changed, 180 Lines changed) lib/meas/sinks/pt_sink_smearing.cc 1.7
(+97
-20)
lib/meas/sinks/sh_sink_smearing.h 1.7
(+3
-3)
lib/meas/sinks/pt_sink_smearing.h 1.8
(+3
-3)
lib/meas/sinks/sh_sink_smearing.cc 1.8
(+77
-20)
|
| 11/21/05 4:07 PM | edwards |
Fixed source smearing to be only LatticeFermion (all that is needed for
the moment). The sink smearing is both LatticePropagator and LatticeFermion. (2 Files changed, 71 Lines changed) lib/meas/sinks/pt_sink_smearing.cc 1.6
(+22
-1)
lib/meas/sinks/sh_sink_smearing.cc 1.7
(+49
-1)
|
| 11/21/05 4:07 PM | edwards |
Added aggregates to include file.
(1 Files changed,
2 Lines changed)
lib/meas/sinks/sinks.h 1.2
(+2
-1)
|
| 11/15/05 9:34 PM | edwards |
Simplify names by pushing structs and classes within the Env namespace.
(4 Files changed,
287 Lines changed)
lib/meas/sinks/pt_sink_smearing.h 1.7
(+52
-68)
lib/meas/sinks/pt_sink_smearing.cc 1.5
(+73
-87)
lib/meas/sinks/sh_sink_smearing.h 1.6
(+57
-54)
lib/meas/sinks/sh_sink_smearing.cc 1.6
(+105
-143)
|
| 11/8/05 1:51 PM | edwards |
Some more changes to get to compile and link.
(3 Files changed,
14 Lines changed)
lib/meas/sinks/sh_sink_smearing.h 1.5
(+2
-12)
lib/meas/sinks/pt_sink_smearing.h 1.6
(+9
-6)
lib/meas/sinks/sh_sink_smearing.cc 1.5
(+3
-1)
|
| 11/8/05 1:41 PM | edwards |
Moved create to quark_source_sink base class as a virtual func. Still seem to
need a redecl of create() in derived classes. (3 Files changed, 34 Lines changed) lib/meas/sinks/sh_sink_smearing.h 1.4
(+16
-5)
lib/meas/sinks/sh_sink_smearing.cc 1.4
(+1
-18)
lib/meas/sinks/pt_sink_smearing.h 1.5
(+17
-3)
|
| 11/8/05 1:32 PM | edwards |
Moved create() to base class and gave a default functionality.
(2 Files changed,
8 Lines changed)
lib/meas/sinks/pt_sink_smearing.cc 1.4
(+3
-17)
lib/meas/sinks/pt_sink_smearing.h 1.4
(+5
-5)
|
| 11/8/05 12:29 AM | edwards |
Added default initialization. Added optional reading of disp_length and dir.
Added version numbers. (4 Files changed, 71 Lines changed) lib/meas/sinks/sh_sink_smearing.cc 1.3
(+33
-5)
lib/meas/sinks/pt_sink_smearing.h 1.3
(+2
-2)
lib/meas/sinks/sh_sink_smearing.h 1.3
(+2
-2)
lib/meas/sinks/pt_sink_smearing.cc 1.3
(+34
-3)
|