Commit Log

Back to Index Page

12345>>

Most Common Commit Comments

CommentFrequency
Periodic update.4717 (45.8%)
Induced changes.419 (4.1%)
Induced changes78 (0.8%)
*** empty log message ***35 (0.3%)
Added doxygen comments.31 (0.3%)

Commit Log

DateAuthorFile/Message
1/6/08 12:16 PMedwards
Periodic update. (1 Files changed, 8 Lines changed)
ChangeLog 3.4257 (+8 -0)
1/6/08 10:15 AMmcneile
I have now testes the reconstruction of the matrix outside
this function. I had flip the order of the eigenvectors for the
hermitian matrix.

Reconstruction now works.
(1 Files changed, 3 Lines changed)
lib/meas/gfix/polar_dec.cc 3.2 (+3 -4)
1/6/08 8:18 AMedwards
Periodic update. (1 Files changed, 37 Lines changed)
ChangeLog 3.4256 (+37 -0)
1/6/08 6:19 AMmcneile
I have cleaned this code. It is still not reproducing
Eduardo's numbers.
(1 Files changed, 1 Lines changed)
lib/actions/ferm/fermacts/hisq_fermact_s.cc 1.3 (+1 -20)
1/6/08 6:13 AMmcneile
This still doesn't work, but I have fixed a number of
bugs problems.
(1 Files changed, 56 Lines changed)
lib/actions/ferm/fermacts/hisq_fermact_s.cc 1.2 (+56 -7)
1/6/08 6:02 AMmcneile
There was a bug in this routine.

The eigenvalue routines actually
produced.

A = U^dagger lambda U

(where lambda are the eigenvalues) but the buggy code assumed

A = U lambda U^dagger

v_tmp = v * adj(w_tmp);
v = w_tmp * v_tmp - u_tmp;

The very useful diagnostic code flagged this up
polar_dec::diff_sq 0.0498710271949223
polar_dec::unit_test 0.564576648622344

The two modifications now produce:

polar_dec::diff_sq 5.42859407009672e-14
polar_dec::unit_test 3.64462955648059e-13

Also the new version of the code produces
a more gauge invariant pion correlator from
the HISQ action.
(1 Files changed, 17 Lines changed)
lib/meas/gfix/polar_dec.cc 3.1 (+17 -6)
1/4/08 12:17 PMedwards
Periodic update. (1 Files changed, 5 Lines changed)
ChangeLog 3.4255 (+5 -0)
1/4/08 10:09 AMmcneile
I have hacked this code as starting point to DEBUG the hisq
code.
(1 Files changed, 177 Lines changed)
mainprogs/tests/t_propagator_s.cc 3.6 (+177 -204)
1/4/08 10:09 AMedwards
Periodic update. (1 Files changed, 89 Lines changed)
ChangeLog 3.4254 (+89 -0)
1/4/08 7:56 AMmcneile
I have added an option to restart. Also print out the
final residual rescaled by the norm of the source.
Ths is needed for noise inversions where the norm of the
source is large.
(1 Files changed, 12 Lines changed)
lib/actions/ferm/qprop/asqtad_cps_wrapper_qprop.cc 3.10 (+12 -4)
1/4/08 7:09 AMmcneile
I have added a restart parameter to the input file. (1 Files changed, 7 Lines changed)
lib/meas/inline/hadron_s/inline_spectrum_s.cc 3.12 (+7 -0)
1/3/08 3:06 PMbjoo
Refactored to a base class in the ILU Prec case. (7 Files changed, 838 Lines changed)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilsonlike_linop_w.h 3.1 added 727
lib/actions/ferm/linop/iluprec_s_cprec_t_clover_linop_w.h 3.5 (+60 -232)
lib/Makefile.in 3.213 (+3 -1)
lib/Makefile.am 3.117 (+2 -1)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilson_linop_w.h 1.6 (+44 -232)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilson_linop_w.cc 1.5 (+1 -417)
lib/actions/ferm/linop/iluprec_s_cprec_t_clover_linop_w.cc 3.5 (+1 -416)
1/2/08 12:05 PMbjoo
Added force terms for ILUPrec WIlson and Clover. Both seem to conserve energy. Need more thorough testing (5 Files changed, 685 Lines changed)
lib/actions/ferm/linop/iluprec_s_cprec_t_clover_linop_w.h 3.4 (+20 -8)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilson_linop_w.h 1.5 (+21 -7)
lib/actions/ferm/linop/iluprec_s_cprec_t_wilson_linop_w.cc 1.4 (+283 -1)
lib/actions/ferm/linop/iluprec_s_cprec_t_clover_linop_w.cc 3.4 (+283 -1)
lib/central_tprec_linop.h 3.9 (+78 -2)
1/1/08 6:09 PMedwards
New output. (2 Files changed, 33 Lines changed)
tests/chroma/hadron/propagator/unprec_graphene.ini.xml 3.3 (+2 -2)
tests/chroma/hadron/propagator/unprec_graphene.out.xml 3.4 (+31 -31)
1/1/08 5:59 PMedwards
Fixed up output. The dH seems to scale correctly with step size. (2 Files changed, 559 Lines changed)
tests/t_leapfrog/t_leapfrog.unprec_graphene.log.xml 1.2 (+557 -205)
tests/t_leapfrog/t_leapfrog.unprec_graphene.ini.xml 1.2 (+2 -2)
1/1/08 5:49 PMedwards
Fixed output. (2 Files changed, 93 Lines changed)
tests/chroma/hadron/propagator/unprec_graphene.ini.xml 3.2 (+2 -2)
tests/chroma/hadron/propagator/unprec_graphene.out.xml 3.3 (+91 -91)
1/1/08 5:45 PMedwards
Put in missing mass. (1 Files changed, 2 Lines changed)
lib/actions/ferm/linop/unprec_graphene_linop_w.cc 1.4 (+2 -1)
1/1/08 5:38 PMedwards
Put in isign into the operator(). (1 Files changed, 7 Lines changed)
lib/actions/ferm/linop/unprec_graphene_linop_w.cc 1.3 (+7 -4)
1/1/08 5:19 PMedwards
Test input. (4 Files changed, 567 Lines changed)
tests/t_leapfrog/t_leapfrog.unprec_graphene.log.xml 1.1 added 489
tests/t_leapfrog/t_leapfrog.unprec_graphene.ini.xml 1.1 added 62
tests/chroma/hadron/propagator/unprec_graphene.out.xml 3.2 (+5 -5)
tests/t_leapfrog/t_leapfrog.unprec_graphene.metric.xml 1.1 added 11
1/1/08 5:13 PMedwards
Added derivative. (2 Files changed, 124 Lines changed)
lib/actions/ferm/linop/unprec_graphene_linop_w.h 1.2 (+8 -1)
lib/actions/ferm/linop/unprec_graphene_linop_w.cc 1.2 (+116 -29)