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

Rearranging files in hmc

This commit is contained in:
neo
2015-07-06 16:46:43 +09:00
parent 68fe0769a1
commit fa42b652e5
8 changed files with 312 additions and 294 deletions

View File

@ -40,7 +40,7 @@ int main (int argc, char ** argv)
// Create integrator
typedef MinimumNorm2 IntegratorAlgorithm;// change here to change the algorithm
IntegratorParameters MDpar(12,30,1.0);
IntegratorParameters MDpar(12,5,1.0);
std::vector<int> rel ={1};
Integrator<IntegratorAlgorithm> MDynamics(&Fine,MDpar, FullSet,rel);