
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| edwards | 320 (86.5%) | 4042 (72.7%) | 7870 (82.4%) | 12.63 |
| bjoo | 17 (4.6%) | 41 (0.7%) | 89 (0.9%) | 2.41 |
| ikuro | 12 (3.2%) | 72 (1.3%) | 82 (0.9%) | 6.00 |
| uid3790 | 10 (2.7%) | 973 (17.5%) | 988 (10.3%) | 97.30 |
| kostas | 4 (1.1%) | 15 (0.3%) | 51 (0.5%) | 3.75 |
| dgr | 3 (0.8%) | 11 (0.2%) | 11 (0.1%) | 3.67 |
| osborn | 2 (0.5%) | -6 (-0.1%) | 49 (0.5%) | -3.00 |
| mcneile | 2 (0.5%) | 415 (7.5%) | 415 (4.3%) | 207.50 |
| Date | Author | File/Message |
|---|---|---|
| 11/28/07 11:13 PM | kostas |
fixed up vertex npr to not do momentum averaging
(2 Files changed,
42 Lines changed)
lib/meas/sources/mom_source_const.cc 3.6
(+37
-28)
lib/meas/sources/mom_source_const.h 3.3
(+5
-4)
|
| 11/16/07 5:27 PM | kostas |
Linked in the NPR task and modified the volume_momentum source to be able to take an offeset as an input
(2 Files changed,
9 Lines changed)
lib/meas/sources/mom_source_const.cc 3.5
(+7
-3)
lib/meas/sources/mom_source_const.h 3.2
(+2
-1)
|
| 8/27/07 5:19 PM | edwards |
Added fermbc to input. Added catch of bad_cast.
(6 Files changed,
123 Lines changed)
lib/meas/sources/sf_sh_source_const.h 3.2
(+2
-1)
lib/meas/sources/sf_wall_source_const.h 3.2
(+1
-2)
lib/meas/sources/sf_pt_source_const.cc 3.2
(+53
-2)
lib/meas/sources/sf_pt_source_const.h 3.2
(+2
-1)
lib/meas/sources/sf_wall_source_const.cc 3.2
(+14
-15)
lib/meas/sources/sf_sh_source_const.cc 3.2
(+51
-2)
|
| 8/27/07 4:04 PM | uid3790 |
New sources.
(7 Files changed,
983 Lines changed)
lib/meas/sources/source_const_aggregate.cc 3.4
(+10
-2)
lib/meas/sources/sf_wall_source_const.h 3.1 added 70
lib/meas/sources/sf_wall_source_const.cc 3.1 added 207
lib/meas/sources/sf_sh_source_const.cc 3.1 added 249
lib/meas/sources/sf_sh_source_const.h 3.1 added 72
lib/meas/sources/sf_pt_source_const.h 3.1 added 71
lib/meas/sources/sf_pt_source_const.cc 3.1 added 304
|
| 8/27/07 4:03 PM | uid3790 |
Removed explicit paths.
(1 Files changed,
2 Lines changed)
lib/meas/sources/pt_source_const.cc 3.9
(+2
-5)
|
| 8/27/07 4:03 PM | uid3790 |
Removed commented-out explicit paths.
(1 Files changed,
1 Lines changed)
lib/meas/sources/sh_source_const.cc 3.13
(+1
-6)
|
| 8/27/07 4:02 PM | uid3790 |
Write out source type.
(1 Files changed,
2 Lines changed)
lib/meas/sources/wall_source_const.cc 3.2
(+2
-2)
|
| 8/25/07 12:37 AM | edwards |
Initialize version 1 to have null Displacement group.
(2 Files changed,
4 Lines changed)
lib/meas/sources/sh_source_const.cc 3.12
(+2
-1)
lib/meas/sources/pt_source_const.cc 3.8
(+2
-1)
|
| 8/25/07 12:02 AM | edwards |
Replaced explict path by XMLGroup_t.path
(4 Files changed,
39 Lines changed)
lib/meas/sources/pt_source_const.cc 3.7
(+6
-6)
lib/meas/sources/sh_source_const.cc 3.11
(+13
-13)
lib/meas/sources/sh_source_smearing.cc 3.8
(+13
-13)
lib/meas/sources/pt_source_smearing.cc 3.5
(+7
-7)
|
| 2/4/07 5:09 PM | edwards |
Switched to using link_smearing.path
(2 Files changed,
4 Lines changed)
lib/meas/sources/pt_source_const.cc 3.6
(+2
-3)
lib/meas/sources/sh_source_const.cc 3.10
(+2
-3)
|
| 12/9/06 9:04 PM | edwards |
Removed obsolete files.
(9 Files changed,
2 Lines changed)
lib/meas/sources/p_src_w.cc 3.1 removed
lib/meas/sources/sources_w.h 3.1
(+1
-3)
lib/meas/sources/d_src_w.h 3.1 removed
lib/meas/sources/p_src_w.h 3.1 removed
lib/meas/sources/sources.h 3.1
(+1
-3)
lib/meas/sources/d_src_w.cc 3.1 removed
lib/meas/sources/srcsnktype.h 3.1 removed
lib/meas/sources/maksrc2_w.cc 3.1 removed
lib/meas/sources/wavetype.h 3.1 removed
|
| 12/1/06 11:09 PM | edwards |
Added LatticeStaggeredPropagator and LatticePropagator versions.
(3 Files changed,
259 Lines changed)
lib/meas/sources/sh_source_smearing.cc 3.7
(+148
-1)
lib/meas/sources/source_smearing_factory.h 3.1
(+14
-1)
lib/meas/sources/pt_source_smearing.cc 3.4
(+97
-1)
|
| 12/1/06 11:09 PM | edwards |
Rerranged order of decls.
(1 Files changed,
9 Lines changed)
lib/meas/sources/source_const_factory.h 3.2
(+9
-9)
|
| 11/21/06 2:45 PM | edwards |
Added sanity check of mom.size().
(1 Files changed,
7 Lines changed)
lib/meas/sources/mom_source_const.cc 3.4
(+7
-1)
|
| 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, 223 Lines changed) lib/meas/sources/source_const_factory.h 3.1
(+12
-1)
lib/meas/sources/sh_source_const.cc 3.9
(+123
-1)
lib/meas/sources/pt_source_const.cc 3.5
(+88
-1)
|
| 11/9/06 10:10 PM | edwards |
Changed walfil call to an internal call for a boxfil.
(1 Files changed,
32 Lines changed)
lib/meas/sources/mom_source_const.cc 3.3
(+32
-7)
|
| 11/4/06 12:12 AM | edwards |
Fixes. No compiles.
(1 Files changed,
7 Lines changed)
lib/meas/sources/mom_source_const.cc 3.2
(+7
-8)
|
| 11/4/06 12:04 AM | edwards |
Added momentum-wall.
(1 Files changed,
2 Lines changed)
lib/meas/sources/source_const_aggregate.cc 3.3
(+2
-2)
|
| 10/30/06 4:59 PM | edwards |
Added momentum wall sources.
(3 Files changed,
236 Lines changed)
lib/meas/sources/mom_source_const.cc 3.1 added 160
lib/meas/sources/source_const_aggregate.cc 3.2
(+3
-1)
lib/meas/sources/mom_source_const.h 3.1 added 73
|
| 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. (20 Files changed, 204 Lines changed) lib/meas/sources/wall_source_const.h 3.1
(+2
-2)
lib/meas/sources/partwall_source_const.cc 3.1
(+19
-12)
lib/meas/sources/source_const_aggregate.cc 3.1
(+17
-12)
lib/meas/sources/sh_source_smearing.cc 3.6
(+23
-16)
lib/meas/sources/rndz2wall_source_const.h 3.1
(+2
-2)
lib/meas/sources/sh_source_const.h 3.4
(+2
-2)
lib/meas/sources/source_smearing_aggregate.h 3.1
(+2
-2)
lib/meas/sources/wall_source_const.cc 3.1
(+12
-8)
lib/meas/sources/pt_source_smearing.h 3.4
(+2
-2)
lib/meas/sources/sh_source_smearing.h 3.6
(+2
-2)
lib/meas/sources/pt_source_const.cc 3.4
(+21
-14)
lib/meas/sources/pt_source_smearing.cc 3.3
(+22
-15)
lib/meas/sources/partwall_source_const.h 3.1
(+2
-2)
lib/meas/sources/sh_source_const.cc 3.8
(+23
-16)
lib/meas/sources/source_smearing_aggregate.cc 3.1
(+13
-8)
lib/meas/sources/dilutezN_source_const.cc 3.1
(+15
-10)
lib/meas/sources/pt_source_const.h 3.2
(+2
-2)
lib/meas/sources/dilutezN_source_const.h 3.1
(+2
-2)
lib/meas/sources/source_const_aggregate.h 3.1
(+2
-2)
lib/meas/sources/rndz2wall_source_const.cc 3.1
(+19
-12)
|