Author Statistics for mcneile

Back to Index Page

Author Details

Login: mcneile
Fullname: mcneile
Revisions: 403
Lines of Code: 22866
Added Lines of Code: 29058
Lines of Code per Change: 56.7

Lines Of Code (per Author)

Lines Of Code for mcneile (per module)

Activity

Commit Log

DateAuthorFile/Message
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 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 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 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)
12/16/07 6:54 AMmcneile
Added documentation for some of the stupid things I have done.
Why not rewrite/refactor???
(1 Files changed, 9 Lines changed)
docs/readme_level3_staggered 1.4 (+9 -1)
12/16/07 6:43 AMmcneile
I have added more information. (1 Files changed, 29 Lines changed)
docs/readme_level3_staggered 1.3 (+29 -2)
12/11/07 5:59 PMmcneile
Cleaned up the code a litle bit.
Thjis now works on the QCDOC hurray, finaly, at last.
Need to clean up the code more. There is a hidden factor
of 2 that needs to be made more explicit.
(1 Files changed, 13 Lines changed)
lib/actions/ferm/qprop/asqtad_cps_wrapper_qprop.cc 3.9 (+13 -52)