mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 23:37:06 +01:00
👷 Added all pseudofermion actions to the serialiser
This commit is contained in:
@ -69,6 +69,13 @@ namespace Grid{
|
||||
};
|
||||
|
||||
virtual std::string action_name(){return "TwoFlavourEvenOddRatioPseudoFermionAction";}
|
||||
|
||||
virtual std::string LogParameters(){
|
||||
std::stringstream sstream;
|
||||
sstream << GridLogMessage << "["<<action_name()<<"] has no parameters" << std::endl;
|
||||
return sstream.str();
|
||||
}
|
||||
|
||||
|
||||
virtual void refresh(const GaugeField &U, GridParallelRNG& pRNG) {
|
||||
|
||||
|
Reference in New Issue
Block a user