
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| edwards | 37 (78.7%) | 290 (37.7%) | 894 (61.1%) | 7.84 |
| flemingg | 9 (19.1%) | 479 (62.3%) | 566 (38.7%) | 53.22 |
| bjoo | 1 (2.1%) | 0 (0.0%) | 3 (0.2%) | 0.00 |
| Date | Author | File/Message |
|---|---|---|
| 8/23/07 5:28 PM | edwards |
Bug fix. Removed some invalid uses of resize within a multi2d.
(1 Files changed,
6 Lines changed)
lib/util/ft/sftmom.cc 3.6
(+6
-3)
|
| 8/1/07 3:33 PM | edwards |
Removed check for origin_offset must be zero in case of momentum averaging.
The check is not needed. The phase of the origin is removed in the correct way no matter whether the phases are added together or not. (1 Files changed, 9 Lines changed) lib/util/ft/sftmom.cc 3.5
(+9
-27)
|
| 6/21/07 2:18 PM | edwards |
Added subset versions of "sft" function.
(2 Files changed,
45 Lines changed)
lib/util/ft/sftmom.h 3.6
(+9
-3)
lib/util/ft/sftmom.cc 3.4
(+36
-1)
|
| 6/12/07 12:10 PM | edwards |
Added a default constructor.
(2 Files changed,
20 Lines changed)
lib/util/ft/sftmom.h 3.5
(+2
-1)
lib/util/ft/sftmom.cc 3.3
(+18
-1)
|
| 6/12/07 12:43 AM | edwards |
Added doxygen comment.
(1 Files changed,
4 Lines changed)
lib/util/ft/sftmom.h 3.4
(+4
-1)
|
| 6/12/07 12:42 AM | edwards |
Added a param structure and a general constructor.
(1 Files changed,
93 Lines changed)
lib/util/ft/sftmom.h 3.3
(+93
-77)
|
| 2/22/07 4:11 PM | bjoo |
Removed Ordered and Unordered Subsets and Sets. Now just have Subsets and Sets -not Unordered or Ordered - passes regressions with suitable QDP where QDP has SSE disabled
(1 Files changed,
3 Lines changed)
lib/util/ft/sftmom.h 3.2
(+3
-3)
|
| 11/27/06 3:07 PM | edwards |
New support routines.
(3 Files changed,
94 Lines changed)
lib/util/ft/single_phase.h 3.1 added 22
lib/util/ft/single_phase.cc 3.1 added 70
lib/util/ft/ft.h 3.1
(+2
-12)
|
| 8/29/06 10:10 PM | edwards |
Technically a bug fix. The test for a zero_offset should only be in directions
not in the fourier transform. E.g., there was a missing test of mu==decay_dir. (1 Files changed, 18 Lines changed) lib/util/ft/sftmom.cc 3.2
(+18
-1)
|
| 8/19/06 3:29 PM | flemingg |
Changed the interface of the slow Fourier transform (SftMom) class to allow
for any lattice point to be chosen as the spatial origin. Previously, this meant that the origin was always implicitly (0,0,0,0), which lead to various phase problems. One example is 2pt correlation functions between a point source not at the origin and a sink at non-zero momentum: the overall phase depends upon the location of the source. Using the new interface, the phase can be made independent of the location of the source by choosing the origin of the Fourier transform to be the location of the source. Several things remain to be fixed: (1) sequential sources at non-zero sink momentum, (2) building blocks with link paths which cross boundaries, (3) baryonic sequential sources where t_source > t_sink, i.e. the boundary is between the source and sink. (2 Files changed, 53 Lines changed) lib/util/ft/sftmom.cc 3.1
(+43
-8)
lib/util/ft/sftmom.h 3.1
(+10
-5)
|
| 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>. (3 Files changed, 9 Lines changed) lib/util/ft/sftmom.cc 3.0
(+4
-1)
lib/util/ft/ft.h 3.0
(+4
-1)
lib/util/ft/sftmom.h 3.0
(+1
-1)
|
| 2/26/06 4:17 PM | edwards |
Put TimeSliceFunc in an anonymous namespace.
(1 Files changed,
318 Lines changed)
lib/util/ft/sftmom.cc 2.2
(+318
-310)
|
| 9/29/05 11:53 AM | edwards |
Updates to interface.
(2 Files changed,
93 Lines changed)
lib/util/ft/sftmom.h 2.1
(+20
-7)
lib/util/ft/sftmom.cc 2.1
(+73
-69)
|
| 9/25/05 5:04 PM | edwards |
Moved to version 2.0
(3 Files changed,
9 Lines changed)
lib/util/ft/sftmom.h 2.0
(+1
-1)
lib/util/ft/ft.h 2.0
(+4
-1)
lib/util/ft/sftmom.cc 2.0
(+4
-1)
|
| 7/27/05 12:23 PM | edwards |
Added getter for momentum offset
(2 Files changed,
19 Lines changed)
lib/util/ft/sftmom.cc 1.10
(+12
-8)
lib/util/ft/sftmom.h 1.11
(+7
-3)
|
| 1/14/05 1:42 PM | edwards |
Converted all lib files to be in chroma namespace.
(2 Files changed,
11 Lines changed)
lib/util/ft/sftmom.cc 1.9
(+6
-3)
lib/util/ft/sftmom.h 1.10
(+5
-1)
|
| 4/28/04 2:55 PM | edwards |
Added numSites().
(2 Files changed,
26 Lines changed)
lib/util/ft/sftmom.cc 1.8
(+22
-1)
lib/util/ft/sftmom.h 1.9
(+4
-1)
|
| 2/3/04 3:04 PM | edwards |
Added sft for LatticeReal. Changed getSubset() to the more accurate
getSet(). (2 Files changed, 38 Lines changed) lib/util/ft/sftmom.h 1.8
(+19
-21)
lib/util/ft/sftmom.cc 1.7
(+19
-4)
|
| 12/16/03 11:50 PM | edwards |
Added function to return decay direction. Added some doxygen comments.
(2 Files changed,
23 Lines changed)
lib/util/ft/sftmom.cc 1.6
(+6
-1)
lib/util/ft/sftmom.h 1.7
(+17
-19)
|
| 8/8/03 10:10 PM | edwards |
Replaced Subset with UnorderedSubset .
(1 Files changed,
6 Lines changed)
lib/util/ft/sftmom.h 1.6
(+6
-3)
|