1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-04-20 02:31:01 +01:00
Commit Graph

3555 Commits

Author SHA1 Message Date
portelli 5a31e747c9 Merge commit 'd5ce66f6ab2c44a12def7b6d26df80d6e646b1fb' into feature/hadrons 2018-03-19 13:19:09 +00:00
portelli cbc73a3fd1 Hadrons: CG guesser fix 2018-03-19 13:11:38 +00:00
Peter Boyle d5ce66f6ab Extra SHM option 2018-03-16 21:37:03 +00:00
portelli d516938707 Hadrons: eigen packs I/O and deflation interface 2018-03-14 14:55:47 +00:00
portelli 72344d1418 Hadrons: change default Schur convention to DiagTwo 2018-03-13 17:10:54 +00:00
portelli 7ecf6ab38b Merge branch 'develop' into feature/hadrons 2018-03-13 16:11:59 +00:00
portelli 2d4d70d3ec Hadrons: LCL fixes 2018-03-13 16:10:36 +00:00
portelli 78f8d47528 Hadrons: environment access to derived objects 2018-03-13 16:10:16 +00:00
portelli b85f987b0b Hadrons: error message channel verbose during profiling 2018-03-13 16:09:22 +00:00
portelli f57afe2079 Hadrons: much cleaner eigenpack implementation, to be tested 2018-03-13 13:51:09 +00:00
portelli 229977c955 Hadrons: minor memory fix for ShiftProbe module 2018-03-09 21:56:27 +00:00
portelli e485a07133 Hadrons: garbage collector debug output 2018-03-09 21:56:01 +00:00
paboyle 0880747edb Merge branch 'develop' of https://github.com/paboyle/Grid into develop 2018-03-09 20:44:42 +00:00
paboyle b801e1fcd6 fclose should be called through a call to close() 2018-03-09 20:44:10 +00:00
portelli 70ec2faa98 Hadrons: maximum iteration specified for tests and error if 0 2018-03-09 19:53:55 +00:00
portelli 2f849ee252 declaration fix 2018-03-08 23:34:00 +00:00
portelli bb6ed44339 Merge branch 'develop' into feature/hadrons 2018-03-08 23:09:28 +00:00
portelli 360cface33 Grid tensor serialisation fully implemented and tested 2018-03-08 19:12:03 +00:00
portelli caf2f6b274 Merge branch 'develop' of github.com:paboyle/Grid into develop 2018-03-08 09:52:25 +00:00
portelli c49be8988b Grid tensor serialisation 2018-03-08 09:51:22 +00:00
portelli 971c2379bd std::vector to tensor conversion + test units 2018-03-08 09:50:39 +00:00
Guido Cossu 94b0d66e4c Merge pull request #157 from goracle/dev-pull
Add print of the current git hash on Grid init.
2018-03-08 16:09:28 +09:00
Dan H 5e8af396fd Add print of the current git hash on Grid init. 2018-03-07 13:11:51 -05:00
portelli 9942723189 Merge branch 'develop' into feature/hadrons
# Conflicts:
#	lib/serialisation/BaseIO.h
2018-03-07 15:22:16 +00:00
portelli a7d19dbb64 Merge branch 'develop' of github.com:paboyle/Grid into develop
# Conflicts:
#	lib/serialisation/BaseIO.h
2018-03-07 15:13:54 +00:00
portelli 90dbe03e17 Conversion of Grid tensors to std::vector made more elegant, also pair syntax changed to (x y) to avoid issues with JSON/XML 2018-03-07 15:12:32 +00:00
portelli 8b14096990 Conversion of Grid tensors to std::vector made more elegant, also pair syntax changed to (x y) to avoid issues with JSON/XML 2018-03-07 15:12:18 +00:00
portelli e79ef469ac Merge branch 'develop' into feature/hadrons
# Conflicts:
#	lib/serialisation/BaseIO.h
2018-03-06 19:25:51 +00:00
portelli 485c5db0fe conversion of Grid tensors to nested std::vector in preparation for tensor serialisation 2018-03-06 19:22:03 +00:00
portelli 3e9ee053a1 Merge branch 'develop' into feature/hadrons 2018-03-05 20:01:38 +00:00
portelli dda6c69d5b Hadrons: scalar SU(N) shift probes 2018-03-05 20:00:29 +00:00
portelli cd51b9af99 Torture yourself with namespace lookup 101 2018-03-05 19:58:13 +00:00
paboyle c399c2b44d Guido broke the charge conjugate plaquette action with premature optimisation.
This sector of the code does not matter for anything other than Guido's quenched HMC
studies, and any plaq specific optimisations should be retained in a private branch
instead of destroying the code simplicity.
2018-03-05 12:55:41 +00:00
paboyle af7de7a294 Merge branch 'develop' of https://github.com/paboyle/Grid into develop 2018-03-05 12:22:41 +00:00
paboyle 1dc86efd26 Finalize protection 2018-03-05 12:22:18 +00:00
portelli f32555dcc5 Merge branch 'develop' into feature/hadrons 2018-03-03 15:31:52 +00:00
portelli 30391cb2eb Merge pull request #155 from fionnoh/develop
Some changes needed for deflation interface
2018-03-03 13:43:59 +00:00
portelli e93c883470 Hadrons: basic GraphViz visualisation 2018-03-03 13:42:36 +00:00
Fionn O hOgain 2e88408f5c Some changes needed for deflation interface 2018-03-02 22:27:41 +00:00
portelli fcac5c0772 Hadrons: scalar SU(N) fixes 2018-03-02 19:20:23 +00:00
portelli 90f4000935 Hadrons: scheduler debug less verbose 2018-03-02 19:20:01 +00:00
portelli 480708b9a0 Hadrons: safer error handling for HadronsXmlRun 2018-03-02 19:19:37 +00:00
portelli c4baf876d4 Hadrons: graph consistency check 2018-03-02 18:40:18 +00:00
portelli 2f4dac3531 Hadrons: legal update 2018-03-02 18:10:58 +00:00
portelli 3ec6890850 Merge branch 'feature/hadrons' of github.com:paboyle/Grid into feature/hadrons 2018-03-02 17:56:08 +00:00
portelli 018801d973 Hadrons: legal update 2018-03-02 17:56:00 +00:00
portelli 1d83521daa Hadrons: scalar SU(N) EMT 2018-03-02 17:55:18 +00:00
portelli fc5670c6a4 Merge pull request #151 from guelpers/feature/hadrons
Feature/hadrons
2018-03-02 17:54:43 +00:00
portelli d9c435e282 Hadrons: Scalar SU(N) transverse projection module 2018-03-02 17:35:12 +00:00
portelli 614a0e8277 Hadrons: Scalar SU(N) utility functions 2018-03-02 17:34:23 +00:00