|
CHROMA
|
Lat Col Mat 4th order 5 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::LatColMat4MN5FVRecursiveIntegratorParams |
| class | Chroma::LatColMat4MN5FVRecursiveIntegrator |
| MD integrator interface for 4th order 5 Force Min. Norm. Integrator (Velocity variant) More... | |
Namespaces | |
| Chroma | |
| Asqtad Staggered-Dirac operator. | |
| Chroma::LatColMat4MN5FVRecursiveIntegratorEnv | |
Functions | |
| bool | Chroma::LatColMat4MN5FVRecursiveIntegratorEnv::registerAll () |
| Register all the factories. More... | |
| void | Chroma::read (XMLReader &xml, const std::string &path, LatColMat4MN5FVRecursiveIntegratorParams &p) |
| void | Chroma::write (XMLWriter &xml, const std::string &path, const LatColMat4MN5FVRecursiveIntegratorParams &p) |
Lat Col Mat 4th order 5 force calculation minimum norm integrator.
The 4th order 5 force calculation minimum norm integrator (velocity variant) from the paper by Takaishi and deForcrand (eq 24-25). Made recursive through replacing the Momentum update term with a subIntegrator call.
Definition in file lcm_4mn5fv_recursive.h.