Author Statistics for dru

Back to Index Page

Author Details

Login: dru
Fullname: dru
Revisions: 28
Lines of Code: 611
Added Lines of Code: 1092
Lines of Code per Change: 21.8

Lines Of Code (per Author)

Lines Of Code for dru (per module)

Activity

Commit Log

DateAuthorFile/Message
7/23/04 2:08 PMdru
I fixed a silly mistake which I initially missed. The case num_smear = 1
worked correctly, so no one would have noticed, but the cases num_smear != 1
didn't work correctly. In particular, num_smear = 0 didn't work right.
These cases should work correctly now.
(1 Files changed, 6 Lines changed)
mainprogs/main/hypsmear.cc 1.13 (+6 -1)
7/14/04 2:38 PMdru
I added a version 3 which allows a variable number of hyp smearing iterations.
I checked that the original code with version 2 agrees with the current code
with version 2 and with version 3 using 1 iteration. Using version 3 with
0 iterations should allow one to chop a gauge field without smearing.
(1 Files changed, 26 Lines changed)
mainprogs/main/hypsmear.cc 1.12 (+26 -5)
5/27/04 8:14 PMdru
T1 and T2 must be signed short int. (1 Files changed, 3 Lines changed)
mainprogs/main/ExampleBuildingBlocks.cc 1.14 (+3 -3)
5/27/04 8:13 PMdru
Forget, the T1 and T2 entries must be signed short int otherwise the headers
get screwed up.
(2 Files changed, 10 Lines changed)
lib/meas/hadron/BuildingBlocks_w.h 1.4 (+3 -3)
lib/meas/hadron/BuildingBlocks_w.cc 1.11 (+7 -7)
5/27/04 5:29 PMdru
Made cosmetic changes. (1 Files changed, 101 Lines changed)
mainprogs/main/ExampleBuildingBlocks.cc 1.13 (+101 -98)
5/27/04 5:21 PMdru
Made cosmetic changes. (1 Files changed, 68 Lines changed)
lib/meas/hadron/BuildingBlocks_w.cc 1.10 (+68 -65)
5/27/04 5:16 PMdru
Added T1 and T2 arguments and made cosmetic changes. (2 Files changed, 81 Lines changed)
lib/meas/hadron/BuildingBlocks_w.cc 1.9 (+3 -3)
lib/meas/hadron/BuildingBlocks_w.h 1.3 (+78 -63)
5/27/04 4:20 PMdru
Added arguments to deal with T1 and T2 as mentioned in the last log entry of
BuildingBlocks_w.cc.
(1 Files changed, 5 Lines changed)
mainprogs/main/ExampleBuildingBlocks.cc 1.12 (+5 -2)
5/27/04 4:17 PMdru
Added arguments, T1 and T2, to the necessary functions to deal with the
problem refered in the previous log.
(1 Files changed, 19 Lines changed)
lib/meas/hadron/BuildingBlocks_w.cc 1.8 (+19 -13)
5/27/04 2:00 PMdru
I added the ability to read chroma propagators and added a minimal set of
checks, really print outs, regarding the gauge fields and propagators. This
version is running again, but needs to be carefully checked.
(1 Files changed, 208 Lines changed)
mainprogs/main/ExampleBuildingBlocks.cc 1.11 (+208 -113)