mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Better action naming
This commit is contained in:
parent
cdb8fcc269
commit
cf72799735
@ -85,7 +85,12 @@ NAMESPACE_BEGIN(Grid);
|
|||||||
PowerNegQuarter.Init(remez,param.tolerance,true);
|
PowerNegQuarter.Init(remez,param.tolerance,true);
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual std::string action_name(){return "OneFlavourRatioRationalPseudoFermionAction";}
|
virtual std::string action_name(){
|
||||||
|
std::stringstream sstream;
|
||||||
|
sstream<<"OneFlavourRatioRationalPseudoFermionAction("
|
||||||
|
<<DenOp.Mass()<<") / det("<<NumOp.Mass()<<")";
|
||||||
|
return sstream.str();
|
||||||
|
}
|
||||||
|
|
||||||
virtual std::string LogParameters(){
|
virtual std::string LogParameters(){
|
||||||
std::stringstream sstream;
|
std::stringstream sstream;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user