Azusa Yamaguchi
ae0873bc77
First cut at SUN support for quenched updates
2015-06-14 01:28:54 +01:00
Azusa Yamaguchi
353c9598c1
Logical elemenet by element on tensors
2015-06-14 01:08:29 +01:00
Azusa Yamaguchi
a5bb9472b6
WHere should always have precisely matching types in ET system
2015-06-14 01:07:58 +01:00
Azusa Yamaguchi
84a207f2e6
Where and many other functions (sin cos abs log exp) into ET system
2015-06-14 01:07:25 +01:00
Azusa Yamaguchi
667abe888a
Cosmetic
2015-06-14 01:06:56 +01:00
Azusa Yamaguchi
bc238177b7
real comps and expression comps
2015-06-14 01:05:57 +01:00
Azusa Yamaguchi
2303a2231b
Allow real comparisons and expressions in comparisons
2015-06-14 01:05:39 +01:00
Azusa Yamaguchi
9bdb8ffb3f
Allow sparse occupation of vectors in some cases
2015-06-14 01:05:06 +01:00
Azusa Yamaguchi
38e8a61035
Moving more into the ET system
2015-06-14 01:04:32 +01:00
Azusa Yamaguchi
02885ee583
trying to find a way to remove functions from the ET system using explicit
...
expression closure statements. Not sure if this works yet
2015-06-14 01:03:28 +01:00
Azusa Yamaguchi
6a697be060
Transpose always returns self image
2015-06-14 01:02:31 +01:00
Azusa Yamaguchi
4d81d402b9
Extra lattice unaries
2015-06-14 01:01:55 +01:00
Azusa Yamaguchi
0f7cf40867
Moving where in to the expression template system; deprecate
2015-06-14 01:01:21 +01:00
Azusa Yamaguchi
8b9a9aea81
More TODO as ever
2015-06-14 01:00:46 +01:00
Azusa Yamaguchi
87cc0d4ca3
Peek poke colour/spin/complex and trace transpose support
2015-06-14 01:00:11 +01:00
Azusa Yamaguchi
66e5718610
const safety
2015-06-14 00:59:50 +01:00
Azusa Yamaguchi
19e8d2809a
Binop assist and real/complex improvements
2015-06-14 00:59:07 +01:00
Azusa Yamaguchi
8245585dee
More functions broken out into element by element
2015-06-14 00:58:14 +01:00
Azusa Yamaguchi
9006f7a34a
typo fix -- remove extra template arg
2015-06-14 00:57:23 +01:00
Azusa Yamaguchi
d5810eaef1
Logical ops element by element
2015-06-14 00:56:40 +01:00
Azusa Yamaguchi
b521155218
Real complex improved
2015-06-14 00:56:08 +01:00
Azusa Yamaguchi
51ebc4f402
Handle case of simd_layout not filling whole vector.
...
Useful if real complex live on same grid
2015-06-14 00:55:21 +01:00
Azusa Yamaguchi
17de4bce20
Real/Complex improvements
2015-06-14 00:54:18 +01:00
Azusa Yamaguchi
d74aa0e1e6
Real handling improvement
2015-06-14 00:53:52 +01:00
Azusa Yamaguchi
d66cab3f01
Unary funcs update
2015-06-14 00:53:18 +01:00
Azusa Yamaguchi
5c66b5c712
File list
2015-06-14 00:52:39 +01:00
Azusa Yamaguchi
3e261b3d9e
Minor
2015-06-14 00:52:26 +01:00
Azusa Yamaguchi
c79d85f763
more accurate comment
2015-06-14 00:51:56 +01:00
Azusa Yamaguchi
ff3db9ceee
Typing
2015-06-14 00:51:37 +01:00
Azusa Yamaguchi
f3aebd4b33
Apply a heatbath sweep
2015-06-14 00:50:59 +01:00
Azusa Yamaguchi
0c8c44b3e3
Minor change
2015-06-14 00:50:26 +01:00
Azusa Yamaguchi
e4e91d3042
be more precise on typing
2015-06-14 00:49:57 +01:00
Azusa Yamaguchi
9184cc68da
TensorRemove not needed now
2015-06-14 00:49:26 +01:00
Azusa Yamaguchi
46eafa520d
fix no compile
2015-06-14 00:48:41 +01:00
Azusa Yamaguchi
e5d30fe5e2
Fix compile
2015-06-10 11:30:27 +01:00
Azusa Yamaguchi
89f961faef
commit file list
2015-06-10 11:26:46 +01:00
Azusa Yamaguchi
ca109497a1
Merge branch 'master' of https://github.com/paboyle/Grid
2015-06-10 11:25:57 +01:00
Azusa Yamaguchi
2f4a0c5de4
Successful generation of general SU N generators
...
This class will move into a utils class and gain exponentiation and ta projection
to support HMC and heatbath
2015-06-10 11:24:14 +01:00
Azusa Yamaguchi
54aec05989
multishift conjugate gradient added and a strong test: take a diagonal
...
but non-identity matrix
l1 0 0 0 ....
0 l2 0 0 ....
0 0 l3 0 ...
. . .
. . .
. . .
And apply the multishift CG to it. Sum the poles and residues.
Insist that this be the same as the exactly taken square root
where l1,l2,l3 >= 0.
2015-06-08 11:52:44 +01:00
Azusa Yamaguchi
ad18df92d0
Compile fix
2015-06-05 10:29:42 +01:00
Azusa Yamaguchi
d86c248d05
Fix
2015-06-05 10:21:28 +01:00
Azusa Yamaguchi
1d7f9567ee
Endif terminated
2015-06-05 10:19:42 +01:00
Azusa Yamaguchi
a8b86e747b
merge to the head
2015-06-05 10:15:31 +01:00
Azusa Yamaguchi
c05fe2706c
Merge branch 'master' of https://github.com/paboyle/Grid
2015-06-05 10:04:46 +01:00
Azusa Yamaguchi
58cdcbb5e4
Adding some wilson loop support
2015-06-05 10:02:36 +01:00
Azusa Yamaguchi
8bd9fb4427
FIx miistake
2015-06-01 12:26:20 +01:00
Azusa Yamaguchi
4c617c3643
Const safety
2015-06-01 12:25:59 +01:00
Azusa Yamaguchi
9ea64767b0
No compile fix on mpi target
2015-05-31 22:50:03 +01:00
azusayamaguchi
4f57ccc66c
No compile fix
2015-03-29 21:50:20 +01:00