137f190258
Dirichlet implementation
2022-06-30 13:45:07 -04:00
220050822a
Speed up M5D and M5Ddag
2022-06-30 13:43:27 -04:00
8208a6214f
Merge branch 'feature/dirichlet-gparity' into feature/dirichlet
2022-06-15 19:23:48 -04:00
fdef7a1a8c
Dirichlet fix
2022-06-15 00:05:20 -04:00
501bb117bf
Const correct
2022-06-15 00:04:09 -04:00
05ca7dc252
Const correctness
2022-06-14 23:41:05 -04:00
57bd0a0a22
Merge branch 'feature/dirichlet' of https://github.com/paboyle/Grid into feature/dirichlet
2022-06-01 19:29:38 -04:00
e762c940c2
Reduce the loop over exterior for GPU to indirection table
2022-06-01 14:29:25 -07:00
60f4cb0ffd
Merge branch 'feature/dirichlet' of https://github.com/paboyle/Grid into feature/dirichlet
2022-05-25 12:38:10 -04:00
18028f4309
Merge branch 'develop' into feature/dirichlet
2022-05-24 18:26:18 -07:00
617c5362c1
fix: fixed warning: missing return statement at end of non-void function
...
in CloverHelpers
2022-05-24 11:37:33 +01:00
8aa75b492f
Merge branch 'develop' into fix/Nc_neq_3
2022-05-10 14:22:03 +01:00
77aa147ce5
Merge branch 'develop' into mbruno-eclover
2022-05-10 09:16:53 -04:00
32facbd02a
fix: assert for dimensions of compact Wilson clover moved to
...
constructor.
2022-05-10 10:53:22 +01:00
6121397587
Imported changes from feature/gparity_HMC branch:
...
Added storage of final true residual in mixed-prec CG and enhanced log output
Fixed const correctness of multi-shift constructor
Added a mixed precision variant of the multi-shift algorithm that uses a single precision operator and applies periodic reliable update to the residual
Added tests/solver/Test_dwf_multishift_mixedprec to test the above
Fixed local coherence lanczos using the (large!) max approx to the chebyshev eval as the scale from which to judge the quality of convergence, resulting a test that always passes
Added a method to local coherence lanczos class that returns the fine eval/evec pair
Added iterative log output to power method
Added optional disabling of the plaquette check in Nerscio to support loading old G-parity configs which have a factor of 2 error in the plaquette
G-parity Dirac op no longer allows GPBC in the time direction; instead we toggle between periodic and antiperiodic
Replaced thread_for G-parity 5D force insertion implementation with accelerator_for version capable of running on GPUs
Generalized tests/lanczos/Test_dwf_lanczos to support regular DWF as well as Gparity, with the action chosen by a command line option
Modified tests/forces/Test_dwf_gpforce,Test_gpdwf_force,Test_gpwilson_force to use GPBC a spatial direction rather than the t-direction, and antiperiodic BCs for time direction
tests/core/Test_gparity now supports using APBC in time direction using command line toggle
2022-05-09 16:27:57 -04:00
62339d437f
Merge pull request #387 from lehner/feature/gpt
...
Parity mass terms for domain wall fermions to enable 4d eofa
2022-05-03 08:52:18 -04:00
65abe4d0d3
Merge branch 'feature/dirichlet' into feature/dirichlet-gparity
2022-04-05 16:26:54 -04:00
5012adfebf
Merge branch 'develop' into feature/dirichlet
2022-04-05 16:26:19 -04:00
83f818a99d
Updates for DDHMC
2022-04-05 16:24:34 -04:00
b8bc560b51
Test_wilson_conserved_current implemented, all 5d references removed.
2022-04-05 17:33:45 +01:00
6bc2483d57
Merge branch 'feature/eclover' into feature/conserved_current_wilson
2022-04-05 15:26:49 +01:00
d7191e5a02
SeqConservedCurrent implemented for Wilson fermions
2022-04-05 11:48:56 +01:00
c8a824425b
Error message added if another conserved current than vector is requested for
...
Wilson type fermions.
2022-04-05 10:58:22 +01:00
f23626a6b8
End scope by additional block in CloverHelpers.h
2022-04-02 16:08:15 +01:00
6577a03d16
Explcitly closed views in Exponentiate_Clover
2022-04-01 18:39:12 +01:00
427c8695fe
Change signs and prefactors for conserved current to mimic the 5d
...
version.
2022-04-01 16:20:21 +01:00
9e82c468ab
Multiplication of diagonal mass in exponentiate fixed for gpus
2022-04-01 15:54:43 +01:00
603fd96747
Missing link multiplication added.
2022-04-01 10:58:56 +01:00
fe993c0836
/=2 replaced by *=0.5
2022-03-31 17:08:17 +01:00
cdf31d52c1
GaugeGrid and typo fixed
2022-03-31 17:04:35 +01:00
0542eaf1da
First version of conserved current contraction for Wilson type quarks
2022-03-31 17:02:09 +01:00
76c294a7ba
open bc fix
2022-03-08 13:55:16 +01:00
0c0c2b1e20
Unnecessary arguments of CloverHelpers::Exponentiate_Clover removed.
2022-03-08 09:44:51 +00:00
e2fc3a0f04
Merge pull request #28 from paboyle/develop
...
Sync with Upstream
2022-03-08 09:58:51 +01:00
451e7972fd
Reintroduced explicit inversion of the Clover term in case of the
...
CompactExpClover because of the open boundary O(a) improvement. Changed
the timing output to GridLogDebug
2022-03-07 17:43:33 +00:00
56c089d347
Removed leftover comments
2022-03-07 16:40:20 +00:00
182f513404
Merge remote-tracking branch 'fjosw/feature/eclover' into feature/eclover
2022-03-07 15:22:04 +00:00
d5b2323a57
included Cayley-Hamilton exponentiation for the compact Wilson exp clover, bug fix for inverse of exp clover
2022-03-07 14:44:24 +00:00
438caab25f
generate_instantiations.sh now correctly produces instantiations for CompactClover variant, redundant instantiations removed.
2022-02-27 18:27:18 +00:00
9616811c3d
Merge branch 'feature/gpt' of https://github.com/lehner/Grid into feature/gpt
2022-02-24 22:03:05 +01:00
8a3002c03b
separate left and right masses for CayleyFermion5D
2022-02-24 22:02:56 +01:00
0f1c5b08a1
Dirichlet filters running on AMD and now integrated in Fermion op
2022-02-23 19:29:28 -05:00
71034f828e
attempt to fix broken WilsonExpClover; Compact version still broken will be replaced by F.Joswig
2022-02-23 01:02:27 +01:00
aab3bcb46f
Dirichlet first cut - wrong answers on dagger multiply.
...
Struggling to get a compute node so changing systems
2022-02-22 19:58:33 +00:00
11437930c5
cleaned up definitions of wilsonclover fermions
2022-02-22 10:45:16 +01:00
3d44aa9cb9
cleaned up cloverhelpers; fixed test compact_clover which runs
2022-02-22 01:10:19 +01:00
2851870d70
expClover support via helpers template class
2022-02-22 00:05:43 +01:00
e8c187b323
SyCL happier?
2022-02-15 11:24:38 -05:00
c322420580
Dont instantiate an Nc=3 and non-GP hardwired code for other implementations
2022-02-14 16:04:08 +00:00
1b6b12589f
Get splitting up into implementation and instantiation files correct
2022-02-02 00:51:11 +01:00