/*! \page DynamicsDoc Dynamics \section description Description A dynamics generator for monte carlo processes. Different dynamics are currently somewhat experimental, but the splitting rejection method is relatively stable, so I'll list it here. (Keyword SPLIT) The defaults are close to the optimal ones, so it's best to leave this alone unless you know what you're doing. For all-electron atoms, it is best to use the algorithm of Umrigar, Nightingale, and Runge, J. Chem. Phys. 99, 2865 (1993), chosen by dynamics { UNR } in the method section. \section options Options \subsection optopt Optional
Option Type Default Description
DEPTH Integer 1 How many times to try to make a step.
DIVIDER Float 1.0
DRIFT_TYPE String CYRUS The drift limiter. Can be either CYRUS or CUTOFF. Note that DMC is much less efficient when used with a CUTOFF limiter.
\subsection expopt Experimental */