
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| edwards | 18 (90.0%) | 311 (70.2%) | 325 (71.1%) | 17.28 |
| bjoo | 2 (10.0%) | 132 (29.8%) | 132 (28.9%) | 66.00 |
| Date | Author | File/Message |
|---|---|---|
| 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>. (6 Files changed, 5 Lines changed) lib/update/molecdyn/old/noise/polyfrmnse_w.cc 3.0
(+1
-1)
lib/update/molecdyn/old/noise/wlfrmnse_w.cc 3.0
(+1
-1)
lib/update/molecdyn/old/noise/ratfrmnse_w.cc 3.0
(+1
-1)
lib/update/molecdyn/old/noise/frmnse_w.cc 3.0
(+1
-1)
lib/update/molecdyn/old/noise/polyfrmnse_s.cc 3.0
(+1
-1)
lib/update/molecdyn/old/noise/ratfrmnse_s.cc 3.0
(+0
-0)
|
| 9/25/05 5:04 PM | edwards |
Moved to version 2.0
(6 Files changed,
5 Lines changed)
lib/update/molecdyn/old/noise/frmnse_w.cc 2.0
(+1
-1)
lib/update/molecdyn/old/noise/ratfrmnse_w.cc 2.0
(+1
-1)
lib/update/molecdyn/old/noise/polyfrmnse_w.cc 2.0
(+1
-1)
lib/update/molecdyn/old/noise/polyfrmnse_s.cc 2.0
(+1
-1)
lib/update/molecdyn/old/noise/wlfrmnse_w.cc 2.0
(+1
-1)
lib/update/molecdyn/old/noise/ratfrmnse_s.cc 2.0
(+0
-0)
|
| 2/14/05 4:37 PM | edwards |
Some more old stuff just for reference.
(4 Files changed,
313 Lines changed)
lib/update/molecdyn/old/noise/ratfrmnse_w.cc 1.1 added 55
lib/update/molecdyn/old/noise/polyfrmnse_s.cc 1.1 added 105
lib/update/molecdyn/old/noise/polyfrmnse_w.cc 1.1 added 38
lib/update/molecdyn/old/noise/ratfrmnse_s.cc 1.1 added 115
|
| 1/14/05 3:13 PM | edwards |
Removed all using namespace QDP/Chroma from lib files. The library
should now be 100% in the Chroma namespace. All mainprogs need a using namespace Chroma. (2 Files changed, 2 Lines changed) lib/update/molecdyn/old/noise/frmnse_w.cc 1.2
(+1
-2)
lib/update/molecdyn/old/noise/wlfrmnse_w.cc 1.2
(+1
-2)
|
| 1/13/05 10:25 AM | bjoo |
Moved old SZIN sources from lib/update/molecdyn to lib/update/molecdyn/old
(2 Files changed,
132 Lines changed)
lib/update/molecdyn/old/noise/wlfrmnse_w.cc 1.1 added 68
lib/update/molecdyn/old/noise/frmnse_w.cc 1.1 added 64
|