Peter Boyle
bc14e86812
Simple check
2019-04-17 12:07:42 +01:00
Peter Boyle
780a67844e
Simple checks
2019-04-17 12:07:17 +01:00
50d016340c
Merge pull request #190 from mmphys/feature/distil-checkin
...
Eigen::Tensor serialisation. Tested on single and double precision builds
2019-04-10 12:49:06 +01:00
Michael Marshall
f7b4fd0f69
Make sure Grid::Serializable can write Eigen Tensors to output streams. NB:
...
1) The Eigen package defines operator<< for Eigen tensors, but this format is different, hence Grid::Serializable::WriteMember
2) For simplification, the contents are written in memory order. I.e. Different results will be obtained depending on whether the tensor is row- or column-major
2019-04-06 15:40:23 +01:00
Michael Marshall
82a77f9960
... this time without the new Distillation modules ...
2019-04-03 23:02:26 +01:00
Michael Marshall
00b4139c16
Eigen tensor serialisation fixes after Antonin's review
2019-04-03 22:48:07 +01:00
ecf736e6bf
Merge pull request #193 from nils-asmussen/fix_GaugeFix_inputmod
...
Fixes #192 and adds gauge transformation matrix as output.
2019-04-02 18:28:50 +01:00
72f959c0b8
MGauge::GaugeFix use standard convention for fields
2019-03-29 16:51:21 +00:00
63001d3fa6
fix bug: MGauge::GaugeFix should not modify its input
2019-03-29 16:51:11 +00:00
b1d3d1f1a9
add gauge transformation matrix as output to module MGauge/GaugeFix
2019-03-29 16:51:00 +00:00
Peter Boyle
0a270b3e93
Merge pull request #191 from mmphys/GridXcode
...
Documentation for using Grid with Xcode on Mac OS
2019-03-27 22:53:35 +00:00
Michael Marshall
6536bed8a4
Documentation for using Grid with Xcode on Mac OS
2019-03-27 20:51:20 +00:00
79160011a1
endianness fix in resilient IO
2019-03-26 16:06:13 +00:00
Michael Marshall
47f5b1e2b5
Iterator added. Will wait for review comments before finalising.
2019-03-25 18:19:55 +00:00
Michael Marshall
a381d34f37
Fix build with Intel '17 compiler, i.e. workaround incorrect auto types for c++ style definitions.
...
E.g. assuming T::rank is an int, then objects defined like so:
const auto rank{T::rank};
should also be int. Unfortunately, Intel '17 instead defines them to be std::initializer_list<int>, then proceeds to complain where these variables are used that they cannot be converted to int. NB: This was fixed under Intel '18
2019-03-23 09:24:15 +00:00
Michael Marshall
f0c2108acf
Pushed paboyle's changes: Updates for clang happy
2019-03-22 12:59:14 +00:00
Peter Boyle
93a5fc083f
Updates for clang happy
2019-03-22 11:39:22 +00:00
Michael Marshall
6d1de8ed2e
Merge paboyle's no compile in single precision Intel 2019 fix
2019-03-21 16:48:08 +00:00
Peter Boyle
116dde31eb
No compile in single precisoin Intel 2019 fix
2019-03-21 14:13:33 +00:00
Michael Marshall
12d8bf1ced
Eigen::Tensor serialisation. Tested on single and double precision builds
2019-03-20 22:27:41 +00:00
d921a99b1a
precision fix
2019-03-19 17:07:40 +00:00
Peter Boyle
a6adb85a1b
Merge pull request #185 from mmphys/feature/trait-recommend
...
Recommendations for Traits classes
2019-03-18 12:22:42 +00:00
91cffef883
Updates after review with Peter.
2019-03-07 14:30:35 +00:00
Azusa Yamaguchi
acd25d0d01
Wilson clover multi grid for lime lattice
2019-03-04 11:30:15 +00:00
b7db99967a
Recommendations for Traits classes
2019-02-28 20:06:59 +00:00
b930eda69d
Merge branch 'develop' of github.com:paboyle/Grid into develop
2019-02-27 02:27:46 +00:00
7852181c2c
Hadrons: uninitialised pointer fix (might have been harmless)
2019-02-27 02:27:40 +00:00
bdf87bc994
Hadrons: beware of the nasty uninitialised twists
2019-02-27 02:27:09 +00:00
Azusa Yamaguchi
136e7b2314
Merge branch 'develop' of https://github.com/paboyle/Grid into develop
2019-02-26 11:31:36 +00:00
Azusa Yamaguchi
1ea64b24fe
Smearing test. Test on free field.
2019-02-26 11:31:17 +00:00
Azusa Yamaguchi
8f661f6c05
Smearing for quark observables
2019-02-26 11:31:00 +00:00
Azusa Yamaguchi
ae9e248c95
Smearing
2019-02-26 11:29:12 +00:00
cb16c96dc7
Hadrons: XML validator utility
2019-02-22 18:41:26 +00:00
e37614bde4
display relative norm during field IO norm check
2019-02-14 16:23:50 +00:00
042bad2ced
possibility to set a build number
2019-02-14 13:58:17 +00:00
5bc0857412
IO norm check on relative norm
2019-02-10 22:12:47 +00:00
b540dc1cee
Output field norm check during IO
2019-02-10 21:41:17 +00:00
7672bb6434
Hadrons: random vector utility module I/O
2019-02-10 21:25:25 +00:00
f80c548365
quieter initialisation
2019-02-10 20:47:35 +00:00
Peter Boyle
c8bcee6e97
Merge pull request #183 from nils-asmussen/fix-eigen-patch
...
fix patch command for eigen in bootstrap.sh
2019-02-06 14:36:36 +00:00
6e0d43aef5
fix patch command for eigen in bootstrap.sh
2019-02-06 11:25:51 +00:00
Peter Boyle
c1257208e2
Mres changes and gauge xform mat changes
2019-02-05 23:43:00 +00:00
74c38822ed
Hadrons: 32 bit I/O directly in Lanczos module
2019-02-05 21:56:51 +00:00
318c64adc2
Hadrons: copyright update
2019-02-05 19:13:37 +00:00
d5b053f86f
Hadrons: 1 propagator loop construction now using A2A vectors
2019-02-05 19:12:38 +00:00
c60e50e3cb
Hadrons: copyright update
2019-02-05 18:55:24 +00:00
08d8b1d5fb
Hadrons: 4-quark eye 3-pt contractions
2019-02-05 18:53:20 +00:00
90d6d28547
Hadrons: non-eye weak 3pt fix
2019-02-05 11:35:10 +00:00
9c31305b8d
Hadrons: test cleaning
2019-02-04 21:26:25 +00:00
2eb584fdf0
Hadrons: 4-quark non-eye 3-pt contractions
2019-02-04 21:24:07 +00:00