
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| edwards | 94 (81.0%) | 955 (63.1%) | 1481 (65.6%) | 10.16 |
| kostas | 8 (6.9%) | 270 (17.8%) | 432 (19.1%) | 33.75 |
| bjoo | 6 (5.2%) | 97 (6.4%) | 108 (4.8%) | 16.17 |
| dgr | 4 (3.4%) | 90 (5.9%) | 99 (4.4%) | 22.50 |
| mcneile | 2 (1.7%) | 41 (2.7%) | 43 (1.9%) | 20.50 |
| streuer | 1 (0.9%) | 66 (4.4%) | 66 (2.9%) | 66.00 |
| ikuro | 1 (0.9%) | -5 (-0.3%) | 28 (1.2%) | -5.00 |
| Date | Author | File/Message |
|---|---|---|
| 10/29/07 1:04 AM | edwards |
Changed an error output line to use the __func__ name instead of
an (incorrect) string name. (1 Files changed, 2 Lines changed) lib/util/ferm/gammasgn_w.cc 3.1
(+2
-2)
|
| 10/4/07 9:53 AM | edwards |
Added some doxygen info.
(1 Files changed,
54 Lines changed)
lib/util/ferm/eigeninfo.h 3.1
(+54
-44)
|
| 12/2/06 1:13 PM | edwards |
Indented.
(1 Files changed,
12 Lines changed)
lib/util/ferm/gammasgn_w.h 3.1
(+12
-11)
|
| 11/27/06 3:07 PM | edwards |
New support routines.
(2 Files changed,
45 Lines changed)
lib/util/ferm/gamma5_herm_w.cc 1.1 added 17
lib/util/ferm/gamma5_herm_w.h 1.1 added 28
|
| 11/21/06 12:20 AM | kostas |
compiles and runs...
(2 Files changed,
96 Lines changed)
lib/util/ferm/staggered_operators_s.h 1.3
(+10
-2)
lib/util/ferm/staggered_operators_s.cc 1.5
(+86
-76)
|
| 11/20/06 11:22 AM | edwards |
Fixed double prec. CvToFerm with colorvec -> stag-ferm.
(1 Files changed,
2 Lines changed)
lib/util/ferm/transf.cc 3.1
(+2
-2)
|
| 11/19/06 12:01 AM | kostas |
compiles
(1 Files changed,
10 Lines changed)
lib/util/ferm/staggered_operators_s.cc 1.4
(+10
-9)
|
| 11/18/06 11:42 PM | kostas |
needs debugging
(1 Files changed,
72 Lines changed)
lib/util/ferm/staggered_operators_s.cc 1.3
(+72
-62)
|
| 11/18/06 2:39 AM | kostas |
almost done...
(2 Files changed,
164 Lines changed)
lib/util/ferm/staggered_operators_s.h 1.2
(+7
-2)
lib/util/ferm/staggered_operators_s.cc 1.2
(+157
-11)
|
| 11/18/06 12:41 AM | kostas |
first pass
(2 Files changed,
90 Lines changed)
lib/util/ferm/staggered_operators_s.cc 1.1 added 59
lib/util/ferm/staggered_operators_s.h 1.1 added 31
|
| 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>. (20 Files changed, 19 Lines changed) lib/util/ferm/diractodr.cc 3.0
(+1
-1)
lib/util/ferm/etensor.cc 3.0
(+1
-1)
lib/util/ferm/gammasgn_w.cc 3.0
(+1
-1)
lib/util/ferm/antisymtensor.cc 3.0
(+1
-1)
lib/util/ferm/ferm_w.h 3.0
(+1
-1)
lib/util/ferm/etensor.h 3.0
(+1
-1)
lib/util/ferm/tdiractodr.h 3.0
(+1
-1)
lib/util/ferm/diractodr.h 3.0
(+1
-1)
lib/util/ferm/transf.cc 3.0
(+1
-1)
lib/util/ferm/symtensor.cc 3.0
(+1
-1)
lib/util/ferm/ferm.h 3.0
(+1
-1)
lib/util/ferm/gammasgn_w.h 3.0
(+1
-1)
lib/util/ferm/paulitodr.cc 3.0
(+1
-1)
lib/util/ferm/ferm_s.h 3.0
(+1
-1)
lib/util/ferm/antisymtensor.h 3.0
(+1
-1)
lib/util/ferm/transf.h 3.0
(+1
-1)
lib/util/ferm/eigeninfo.h 3.0
(+0
-0)
lib/util/ferm/tdiractodr.cc 3.0
(+1
-1)
lib/util/ferm/symtensor.h 3.0
(+1
-1)
lib/util/ferm/paulitodr.h 3.0
(+1
-1)
|
| 2/22/06 6:48 PM | bjoo |
Added new Zolotarev stuff with Ritz and Multi-mass and added regresssions for these
(1 Files changed,
13 Lines changed)
lib/util/ferm/eigeninfo.h 1.2
(+13
-0)
|
| 2/22/06 11:23 AM | streuer |
added data structure for eigenvectors/values
(1 Files changed,
66 Lines changed)
lib/util/ferm/eigeninfo.h 1.1 added 66
|
| 2/11/06 4:18 PM | edwards |
Added sanity checks.
(3 Files changed,
28 Lines changed)
lib/util/ferm/etensor.cc 1.2
(+12
-5)
lib/util/ferm/antisymtensor.cc 1.4
(+8
-1)
lib/util/ferm/symtensor.cc 1.3
(+8
-1)
|
| 2/11/06 12:23 PM | edwards |
Changed comments.
(1 Files changed,
1 Lines changed)
lib/util/ferm/antisymtensor.cc 1.3
(+1
-3)
|
| 2/11/06 12:22 PM | edwards |
Changed 1.0 to 1.
(1 Files changed,
8 Lines changed)
lib/util/ferm/symtensor.cc 1.2
(+8
-10)
|
| 2/11/06 12:22 PM | edwards |
Antisym tensor used in E representation
(2 Files changed,
82 Lines changed)
lib/util/ferm/etensor.h 1.1 added 23
lib/util/ferm/etensor.cc 1.1 added 59
|
| 2/8/06 9:24 PM | edwards |
Changed init to integers
(1 Files changed,
8 Lines changed)
lib/util/ferm/antisymtensor.cc 1.2
(+8
-8)
|
| 1/29/06 12:21 AM | edwards |
New files.
(4 Files changed,
176 Lines changed)
lib/util/ferm/symtensor.h 1.1 added 23
lib/util/ferm/antisymtensor.cc 1.1 added 65
lib/util/ferm/antisymtensor.h 1.1 added 23
lib/util/ferm/symtensor.cc 1.1 added 65
|
| 1/29/06 12:20 AM | edwards |
Put hidden data in private namespace.
(1 Files changed,
64 Lines changed)
lib/util/ferm/gammasgn_w.cc 2.1
(+64
-60)
|