1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 13:57:07 +01:00

Starting the implementation of wilson; incomplete and committing non-functional code which

is not yet included from elsewhere or linked to the build system.
This commit is contained in:
Peter Boyle
2015-04-25 14:33:02 +01:00
parent 9dacdc947d
commit 51f0da7b93
3 changed files with 224 additions and 5 deletions

10
TODO
View File

@ -1,5 +1,6 @@
* - BinaryWriter, TextWriter etc...
- protocol buffers? replace xmlReader/Writer ec..
- use protocol buffers? replace xmlReader/Writer ec..
- Binary use htonll, htonl
* Stencil operator support -----Initial thoughts, trial implementation DONE.
-----some simple tests that Stencil matches Cshift.
@ -15,10 +16,9 @@
boost::multi_array<type, 3> A()... to replace multi1d, multi2d etc..
* norm2l is a hack. figure out syntax error and make this norm2. c.f. tests/Grid_gamma.cc
* norm2l is a hack. figure out syntax error and make this norm2 c.f. tests/Grid_gamma.cc
* std::vector replacement;
**** std::vector replacement;
Had to change "reserve" back to "resize" on std::vector in Lattice class.
@ -59,7 +59,6 @@
* rb4d support for 5th dimension in Mobius.
* Check for missing functionality - partially audited against QDP++ layout
Algorithms
@ -70,6 +69,7 @@ Algorithms
* Pcg
* fPcg
* MCR
* HDCG
* etc..
AUDITS: