CHROMA
|
Lat Col Mat 4th order 4 force calculation minimum norm integrator. More...
#include "chromabase.h"
#include "update/molecdyn/hamiltonian/abs_hamiltonian.h"
#include "update/molecdyn/integrator/abs_integrator.h"
#include "update/molecdyn/integrator/integrator_shared.h"
Go to the source code of this file.
Classes | |
struct | Chroma::LatColMat4MN4FPRecursiveIntegratorParams |
class | Chroma::LatColMat4MN4FPRecursiveIntegrator |
MD integrator interface for 4th order 4 Force Min. Norm. Integrator (position variant) More... | |
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::LatColMat4MN4FPRecursiveIntegratorEnv | |
Functions | |
bool | Chroma::LatColMat4MN4FPRecursiveIntegratorEnv::registerAll () |
Register all the factories. More... | |
void | Chroma::read (XMLReader &xml, const std::string &path, LatColMat4MN4FPRecursiveIntegratorParams &p) |
void | Chroma::write (XMLWriter &xml, const std::string &path, const LatColMat4MN4FPRecursiveIntegratorParams &p) |
Lat Col Mat 4th order 4 force calculation minimum norm integrator.
The 4th order 4 force calculation minimum norm integrator (position variant) from the paper by Takaishi and deForcrand (eq 26-27). Made recursive through replacing the Momentum update term with a subIntegrator call.
Definition in file lcm_4mn4fp_recursive.h.