1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-17 11:41:53 +01:00

Commit Graph

  • 6403e3021f Debugged finally. A silly mistake in permute cost me a day of debug. Peter Boyle 2015-06-09 22:37:21 +01:00
  • f0530e9f52 silly change Peter Boyle 2015-06-09 22:36:48 +01:00
  • eeeaac7147 silly change Peter Boyle 2015-06-09 22:36:48 +01:00
  • 4d11fc0330 silly change Peter Boyle 2015-06-09 22:36:48 +01:00
  • 61b85a0670 Merge remote-tracking branch 'upstream/master' neo 2015-06-09 19:01:07 +09:00
  • ecf3bae150 Merge remote-tracking branch 'upstream/master' neo 2015-06-09 19:01:07 +09:00
  • f8eb862073 Merge remote-tracking branch 'upstream/master' neo 2015-06-09 19:01:07 +09:00
  • d60cfe31a7 Adding support for iMatrix exponentiation neo 2015-06-09 18:59:45 +09:00
  • e80012896a Adding support for iMatrix exponentiation neo 2015-06-09 18:59:45 +09:00
  • 99ace0a89c Adding support for iMatrix exponentiation neo 2015-06-09 18:59:45 +09:00
  • e87554296c Merge pull request #14 from mspraggs/master Peter Boyle 2015-06-09 10:31:52 +01:00
  • 645120a400 Merge pull request #14 from mspraggs/master Peter Boyle 2015-06-09 10:31:52 +01:00
  • 64e2f36d40 Merge pull request #14 from mspraggs/master Peter Boyle 2015-06-09 10:31:52 +01:00
  • d8ddec86f7 Merge branch 'master' of https://github.com/paboyle/Grid Peter Boyle 2015-06-09 10:27:10 +01:00
  • a73a1c1bc1 Merge branch 'master' of https://github.com/paboyle/Grid Peter Boyle 2015-06-09 10:27:10 +01:00
  • e8b43944e7 Merge branch 'master' of https://github.com/paboyle/Grid Peter Boyle 2015-06-09 10:27:10 +01:00
  • 506dfd1517 Some unary ops and coarse grid support Peter Boyle 2015-06-09 10:26:19 +01:00
  • 1e5b015ee3 Some unary ops and coarse grid support Peter Boyle 2015-06-09 10:26:19 +01:00
  • 1048304f30 Some unary ops and coarse grid support Peter Boyle 2015-06-09 10:26:19 +01:00
  • 9269126fba Unary ops and coarse grid support Peter Boyle 2015-06-09 10:25:29 +01:00
  • 21e41638e5 Unary ops and coarse grid support Peter Boyle 2015-06-09 10:25:29 +01:00
  • f19518d564 Unary ops and coarse grid support Peter Boyle 2015-06-09 10:25:29 +01:00
  • 6b8fe04054 Experimental support for ARM neo 2015-06-09 15:46:21 +09:00
  • 48bf4878c1 Experimental support for ARM neo 2015-06-09 15:46:21 +09:00
  • 744ac33e8b Experimental support for ARM neo 2015-06-09 15:46:21 +09:00
  • 78607950ac No compile fix after merge Peter Boyle 2015-06-08 12:12:13 +01:00
  • 4ae47a529e No compile fix after merge Peter Boyle 2015-06-08 12:12:13 +01:00
  • a6ac2abb64 No compile fix after merge Peter Boyle 2015-06-08 12:12:13 +01:00
  • 2f4a4489ce Merge branch 'master' of https://github.com/paboyle/Grid Peter Boyle 2015-06-08 12:08:09 +01:00
  • 3111f50f2f Merge branch 'master' of https://github.com/paboyle/Grid Peter Boyle 2015-06-08 12:08:09 +01:00
  • 98b10f587e Merge branch 'master' of https://github.com/paboyle/Grid Peter Boyle 2015-06-08 12:08:09 +01:00
  • 9e7035f5dc Conjugate residual algorithm; some more unary functions Peter Boyle 2015-06-08 12:04:59 +01:00
  • d6f1ddf99c Conjugate residual algorithm; some more unary functions Peter Boyle 2015-06-08 12:04:59 +01:00
  • b0873e7ed2 Conjugate residual algorithm; some more unary functions Peter Boyle 2015-06-08 12:04:59 +01:00
  • 690397e7c6 sqrt Peter Boyle 2015-06-08 12:03:36 +01:00
  • 0cf2037ae1 sqrt Peter Boyle 2015-06-08 12:03:36 +01:00
  • 769ef7b0f5 sqrt Peter Boyle 2015-06-08 12:03:36 +01:00
  • 5bdf89e3f0 Prep for multigrid Peter Boyle 2015-06-08 12:02:53 +01:00
  • 5a3bc5250e Prep for multigrid Peter Boyle 2015-06-08 12:02:53 +01:00
  • 42c22d4cae Prep for multigrid Peter Boyle 2015-06-08 12:02:53 +01:00
  • ea583e2e53 Prep for mgrid Peter Boyle 2015-06-08 12:02:26 +01:00
  • 680abafe5d Prep for mgrid Peter Boyle 2015-06-08 12:02:26 +01:00
  • aad51ffe3a Prep for mgrid Peter Boyle 2015-06-08 12:02:26 +01:00
  • 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 ... . . . . . . . . . Azusa Yamaguchi 2015-06-08 11:52:44 +01:00
  • 8688ff8b3a 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 ... . . . . . . . . . Azusa Yamaguchi 2015-06-08 11:52:44 +01:00
  • a8b9109cc8 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 ... . . . . . . . . . Azusa Yamaguchi 2015-06-08 11:52:44 +01:00
  • 7537a2751d Removed std::string calls from NerscIO map indexing Matt Spraggs 2015-06-07 17:06:25 +01:00
  • cff84f09ba Removed std::string calls from NerscIO map indexing Matt Spraggs 2015-06-07 17:06:25 +01:00
  • e2e076d307 Removed std::string calls from NerscIO map indexing Matt Spraggs 2015-06-07 17:06:25 +01:00
  • 50e8b2160e Conjugate residual added Peter Boyle 2015-06-05 18:16:25 +01:00
  • 1a05882d7c Conjugate residual added Peter Boyle 2015-06-05 18:16:25 +01:00
  • a263e78f8d Conjugate residual added Peter Boyle 2015-06-05 18:16:25 +01:00
  • ad18df92d0 Compile fix Azusa Yamaguchi 2015-06-05 10:29:42 +01:00
  • 351c2905f5 Compile fix Azusa Yamaguchi 2015-06-05 10:29:42 +01:00
  • 5f33cc3a95 Compile fix Azusa Yamaguchi 2015-06-05 10:29:42 +01:00
  • d86c248d05 Fix Azusa Yamaguchi 2015-06-05 10:21:28 +01:00
  • 33803a3dee Fix Azusa Yamaguchi 2015-06-05 10:21:28 +01:00
  • bb36139fc2 Fix Azusa Yamaguchi 2015-06-05 10:21:28 +01:00
  • 1d7f9567ee Endif terminated Azusa Yamaguchi 2015-06-05 10:19:42 +01:00
  • ee3031c914 Endif terminated Azusa Yamaguchi 2015-06-05 10:19:42 +01:00
  • cc5f518b21 Endif terminated Azusa Yamaguchi 2015-06-05 10:19:42 +01:00
  • f3e60a9feb Rework the linop support to get different forms of red black schur solver Moo on diag, or MooInv Moe MeeInv Meo Peter Boyle 2015-06-05 10:17:10 +01:00
  • 7f6304fac3 Rework the linop support to get different forms of red black schur solver Moo on diag, or MooInv Moe MeeInv Meo Peter Boyle 2015-06-05 10:17:10 +01:00
  • 337b6e83af Rework the linop support to get different forms of red black schur solver Moo on diag, or MooInv Moe MeeInv Meo Peter Boyle 2015-06-05 10:17:10 +01:00
  • a8b86e747b merge to the head Azusa Yamaguchi 2015-06-05 10:15:31 +01:00
  • 58a4f32298 merge to the head Azusa Yamaguchi 2015-06-05 10:15:31 +01:00
  • 8f9627520b merge to the head Azusa Yamaguchi 2015-06-05 10:15:31 +01:00
  • c05fe2706c Merge branch 'master' of https://github.com/paboyle/Grid Azusa Yamaguchi 2015-06-05 10:04:46 +01:00
  • ac504bea6c Merge branch 'master' of https://github.com/paboyle/Grid Azusa Yamaguchi 2015-06-05 10:04:46 +01:00
  • db84b19443 Merge branch 'master' of https://github.com/paboyle/Grid Azusa Yamaguchi 2015-06-05 10:04:46 +01:00
  • 58cdcbb5e4 Adding some wilson loop support Azusa Yamaguchi 2015-06-05 10:02:36 +01:00
  • 94ea84d83f Adding some wilson loop support Azusa Yamaguchi 2015-06-05 10:02:36 +01:00
  • 7d984b9547 Adding some wilson loop support Azusa Yamaguchi 2015-06-05 10:02:36 +01:00
  • cadd4310f6 comment improvement Peter Boyle 2015-06-05 05:31:27 +01:00
  • b1b412f63c comment improvement Peter Boyle 2015-06-05 05:31:27 +01:00
  • f22170ad49 comment improvement Peter Boyle 2015-06-05 05:31:27 +01:00
  • b9e9777912 PartialFraction Hw with Zolo and Tanh approx converged under CG and passed EO breakdown and hermiticity tests. Peter Boyle 2015-06-04 13:28:37 +01:00
  • 63a61fcc2a PartialFraction Hw with Zolo and Tanh approx converged under CG and passed EO breakdown and hermiticity tests. Peter Boyle 2015-06-04 13:28:37 +01:00
  • 7678fbd30d PartialFraction Hw with Zolo and Tanh approx converged under CG and passed EO breakdown and hermiticity tests. Peter Boyle 2015-06-04 13:28:37 +01:00
  • 5b1ba66604 Merge branch 'master' of https://github.com/paboyle/Grid Peter Boyle 2015-06-04 12:17:00 +01:00
  • 21d193b1c8 Merge branch 'master' of https://github.com/paboyle/Grid Peter Boyle 2015-06-04 12:17:00 +01:00
  • 1e4eca8321 Merge branch 'master' of https://github.com/paboyle/Grid Peter Boyle 2015-06-04 12:17:00 +01:00
  • 51ec6b722e Mistaken commit that prevented compile ; fixing Peter Boyle 2015-06-04 12:01:51 +01:00
  • f6dc74501b Mistaken commit that prevented compile ; fixing Peter Boyle 2015-06-04 12:01:51 +01:00
  • 5aa8bf77db Mistaken commit that prevented compile ; fixing Peter Boyle 2015-06-04 12:01:51 +01:00
  • 769b27b7f2 Corrected small compilation bug in traceIndex for iVectors neo 2015-06-04 19:01:43 +09:00
  • b306730a57 Corrected small compilation bug in traceIndex for iVectors neo 2015-06-04 19:01:43 +09:00
  • 7e47b0c6eb Corrected small compilation bug in traceIndex for iVectors neo 2015-06-04 19:01:43 +09:00
  • 4dcc5dab93 Merge remote-tracking branch 'upstream/master' neo 2015-06-04 18:30:29 +09:00
  • b3f871717f Merge remote-tracking branch 'upstream/master' neo 2015-06-04 18:30:29 +09:00
  • 41e88c232b Merge remote-tracking branch 'upstream/master' neo 2015-06-04 18:30:29 +09:00
  • 7fc54fc904 Added support for Ta to Lattice types neo 2015-06-04 18:29:55 +09:00
  • 4b114fce3d Added support for Ta to Lattice types neo 2015-06-04 18:29:55 +09:00
  • 949b6a7afa Added support for Ta to Lattice types neo 2015-06-04 18:29:55 +09:00
  • b9edadc53e Addedd Ta functionality to the tensor types neo 2015-06-04 18:11:32 +09:00
  • 3055d2cf2c Addedd Ta functionality to the tensor types neo 2015-06-04 18:11:32 +09:00
  • bb73569fd6 Addedd Ta functionality to the tensor types neo 2015-06-04 18:11:32 +09:00
  • 201d6d097d Allow traceIndex on a different index to distribute replicated across a vector index Peter Boyle 2015-06-04 09:41:16 +01:00
  • 4a03054ef4 Allow traceIndex on a different index to distribute replicated across a vector index Peter Boyle 2015-06-04 09:41:16 +01:00
  • 54c082dc35 Allow traceIndex on a different index to distribute replicated across a vector index Peter Boyle 2015-06-04 09:41:16 +01:00