From 8215893152af348746739573e13e5cb8a21270de Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sun, 10 May 2015 15:32:56 +0100 Subject: [PATCH] Updated TODO list --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index 9dc8fada..0ef20444 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,17 @@ - use protocol buffers? replace xmlReader/Writer ec.. - Binary use htonll, htonl +* Expression template engine: + + - Audit + - Introduce base clase for Grid Tensors. + - Introduce norm2 unary op. + - Introduce conversion automatic from expression to Lattice + - + +* Command line args for geometry, simd, etc. layout. Is it necessary to have + user pass these? Is this a QCD specific? + * CovariantShift support -----Use a class to store gauge field? (parallel transport?) * Strong test for norm2, conj and all primitive types. -- Grid_simd test is almost there