
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| edwards | 117 (90.0%) | 2744 (60.3%) | 4716 (70.0%) | 23.45 |
| mcneile | 9 (6.9%) | 1807 (39.7%) | 1999 (29.7%) | 200.78 |
| bjoo | 4 (3.1%) | -2 (-0.0%) | 18 (0.3%) | -0.50 |
| Date | Author | File/Message |
|---|---|---|
| 8/25/06 3:28 PM | edwards |
Added plane_plaq to output of inline measurement.
(1 Files changed,
20 Lines changed)
lib/meas/glue/mesplq.h 3.1
(+20
-3)
|
| 8/24/06 5:04 PM | edwards |
Rearranged plaquette measurement a bit. Have added measurement
of all possible planes. Added an overloading of polylp. (3 Files changed, 207 Lines changed) lib/meas/glue/polylp.h 3.1
(+23
-11)
lib/meas/glue/polylp.cc 3.1
(+47
-24)
lib/meas/glue/mesplq.cc 3.1
(+137
-22)
|
| 8/23/06 11:18 PM | edwards |
Removed redundant calc of u_dble.
(1 Files changed,
3 Lines changed)
lib/meas/glue/block.cc 3.3
(+3
-15)
|
| 8/23/06 11:14 PM | edwards |
Small code tidies.
(1 Files changed,
19 Lines changed)
lib/meas/glue/block.cc 3.2
(+19
-47)
|
| 8/23/06 10:33 PM | edwards |
Converted from szin.
(8 Files changed,
814 Lines changed)
lib/meas/glue/polycor.h 3.1 added 38
lib/meas/glue/fuzglue.h 3.1 added 37
lib/meas/glue/polycor.cc 3.1
(+150
-149)
lib/meas/glue/fuzglue.cc 3.1 added 107
lib/meas/glue/gluecor.cc 3.1
(+230
-226)
lib/meas/glue/block.cc 3.1
(+165
-164)
lib/meas/glue/block.h 3.1 added 48
lib/meas/glue/gluecor.h 3.1 added 39
|
| 7/8/06 12:34 AM | edwards |
Another small fix to handle t_dir not in the j_decay
direction. (1 Files changed, 18 Lines changed) lib/meas/glue/wilslp.cc 3.3
(+18
-7)
|
| 7/5/06 3:22 PM | edwards |
Fixes to support asymmetric lattice sizes (note, I mean asymmetric and not
necessarily anisotropic). (1 Files changed, 20 Lines changed) lib/meas/glue/wilslp.cc 3.2
(+20
-13)
|
| 6/10/06 12:30 PM | edwards |
Changed output format of wilslp.
(1 Files changed,
23 Lines changed)
lib/meas/glue/wilslp.cc 3.1
(+23
-16)
|
| 4/3/06 12:58 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>. (21 Files changed, 21 Lines changed) lib/meas/glue/qtopcor.cc 3.0
(+1
-1)
lib/meas/glue/mesplq.h 3.0
(+1
-1)
lib/meas/glue/topol.cc 3.0
(+1
-1)
lib/meas/glue/meslate.cc 3.0
(+1
-1)
lib/meas/glue/mesplq.cc 3.0
(+1
-1)
lib/meas/glue/polylp.h 3.0
(+1
-1)
lib/meas/glue/polycor.cc 3.0
(+1
-1)
lib/meas/glue/block.cc 3.0
(+1
-1)
lib/meas/glue/fuzwilp.h 3.0
(+1
-1)
lib/meas/glue/mesfield.cc 3.0
(+1
-1)
lib/meas/glue/mesq.cc 3.0
(+1
-1)
lib/meas/glue/wilslp.cc 3.0
(+1
-1)
lib/meas/glue/qactden.cc 3.0
(+1
-1)
lib/meas/glue/polylp.cc 3.0
(+1
-1)
lib/meas/glue/gluecor.cc 3.0
(+1
-1)
lib/meas/glue/mesfield.h 3.0
(+1
-1)
lib/meas/glue/fuzwilp.cc 3.0
(+1
-1)
lib/meas/glue/glue.h 3.0
(+1
-1)
lib/meas/glue/wilslp.h 3.0
(+1
-1)
lib/meas/glue/qnaive.cc 3.0
(+1
-1)
lib/meas/glue/cool.cc 3.0
(+1
-1)
|
| 2/26/06 9:43 AM | mcneile |
I have fixed a typo in the file.
(1 Files changed,
2 Lines changed)
lib/meas/glue/fuzwilp.cc 2.2
(+2
-2)
|
| 2/26/06 9:11 AM | mcneile |
This is a check in for Alan Irving. A cut off is introduced
for the computation of Wilson loops, This stops the code spending a lot of time computing stuff that is too noisy to be useful. (2 Files changed, 15 Lines changed) lib/meas/glue/fuzwilp.cc 2.1
(+11
-4)
lib/meas/glue/fuzwilp.h 2.1
(+4
-2)
|
| 12/11/05 11:40 AM | edwards |
Added doxygen comments.
(2 Files changed,
7 Lines changed)
lib/meas/glue/mesfield.h 2.1
(+4
-2)
lib/meas/glue/mesfield.cc 2.1
(+3
-1)
|
| 12/11/05 11:40 AM | edwards |
Indented.
(1 Files changed,
13 Lines changed)
lib/meas/glue/mesplq.h 2.1
(+13
-12)
|
| 9/25/05 5:04 PM | edwards |
Moved to version 2.0
(21 Files changed,
21 Lines changed)
lib/meas/glue/wilslp.cc 2.0
(+1
-1)
lib/meas/glue/qactden.cc 2.0
(+1
-1)
lib/meas/glue/polylp.cc 2.0
(+1
-1)
lib/meas/glue/fuzwilp.h 2.0
(+1
-1)
lib/meas/glue/mesplq.cc 2.0
(+1
-1)
lib/meas/glue/polylp.h 2.0
(+1
-1)
lib/meas/glue/polycor.cc 2.0
(+1
-1)
lib/meas/glue/qnaive.cc 2.0
(+1
-1)
lib/meas/glue/fuzwilp.cc 2.0
(+1
-1)
lib/meas/glue/block.cc 2.0
(+1
-1)
lib/meas/glue/mesfield.cc 2.0
(+1
-1)
lib/meas/glue/mesplq.h 2.0
(+1
-1)
lib/meas/glue/wilslp.h 2.0
(+1
-1)
lib/meas/glue/topol.cc 2.0
(+1
-1)
lib/meas/glue/mesq.cc 2.0
(+1
-1)
lib/meas/glue/mesfield.h 2.0
(+1
-1)
lib/meas/glue/cool.cc 2.0
(+1
-1)
lib/meas/glue/glue.h 2.0
(+1
-1)
lib/meas/glue/meslate.cc 2.0
(+1
-1)
lib/meas/glue/qtopcor.cc 2.0
(+1
-1)
lib/meas/glue/gluecor.cc 2.0
(+1
-1)
|
| 5/18/05 5:35 AM | bjoo |
Replaced Fuzwilp with Jun's version
(1 Files changed,
5 Lines changed)
lib/meas/glue/fuzwilp.cc 1.6
(+5
-13)
|
| 2/27/05 11:03 PM | edwards |
Fixed include file to point to polylp instead of mesplq !!
(1 Files changed,
2 Lines changed)
lib/meas/glue/polylp.cc 1.5
(+2
-2)
|
| 2/27/05 10:35 PM | edwards |
Added wrapper around call to MesPlq that prints xml.
(2 Files changed,
107 Lines changed)
lib/meas/glue/mesplq.cc 1.12
(+82
-51)
lib/meas/glue/mesplq.h 1.5
(+25
-3)
|
| 2/16/05 9:52 PM | edwards |
Added codes from szin - not yet fully converted.
(10 Files changed,
1933 Lines changed)
lib/meas/glue/qtopcor.cc 1.1 added 160
lib/meas/glue/polycor.cc 1.1 added 162
lib/meas/glue/gluecor.cc 1.1 added 237
lib/meas/glue/block.cc 1.1 added 197
lib/meas/glue/qnaive.cc 1.1 added 245
lib/meas/glue/meslate.cc 1.1 added 421
lib/meas/glue/cool.cc 1.1 added 85
lib/meas/glue/mesq.cc 1.1 added 76
lib/meas/glue/topol.cc 1.1 added 83
lib/meas/glue/qactden.cc 1.1 added 267
|
| 2/16/05 9:51 PM | edwards |
Added mesfield
(3 Files changed,
118 Lines changed)
lib/meas/glue/mesfield.h 1.1 added 36
lib/meas/glue/glue.h 1.7
(+3
-1)
lib/meas/glue/mesfield.cc 1.1 added 79
|
| 2/10/05 1:11 PM | edwards |
Made t_dir an argument.
(2 Files changed,
13 Lines changed)
lib/meas/glue/wilslp.h 1.4
(+9
-4)
lib/meas/glue/wilslp.cc 1.7
(+4
-7)
|