20 #ifndef JDFTX_ELECTRONIC_IONDYNAMICSPARAMS_H 21 #define JDFTX_ELECTRONIC_IONDYNAMICSPARAMS_H 25 enum ConfiningPotentialType
38 {
double dt, tMax, kT, alpha;
39 ConfiningPotentialType confineType;
40 std::vector<double> confineParameters;
47 #endif // JDFTX_ELECTRONIC_IONDYNAMICSPARAMS_H IonDynamicsParams()
Set the default values.
Definition: IonDynamicsParams.h:42
const double fs
Definition: Units.h:57
Commonly used measurement units in terms of atomic units.
Parameters to control the Verlet algorithm.
Definition: IonDynamicsParams.h:37