1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-29 10:47:07 +01:00

Adding more fermion action modules, generalised DWF

This commit is contained in:
Guido Cossu
2017-01-25 11:10:44 +00:00
parent 7f456b4173
commit 5251ea4d30
7 changed files with 113 additions and 58 deletions

View File

@@ -36,7 +36,7 @@ namespace Grid {
namespace QCD {
// very ugly here but possibly resolved if we have a base Reader class
// very ugly here but possibly resolved if we had a base Reader class
template < class ReaderClass >
class HMCRunnerBase {
public:

View File

@@ -115,6 +115,7 @@ class GridFourDimModule : public GridModule {
}
};
////////////////////////////////////////////////////////////////////
class RNGModuleParameters: Serializable {