- Timestamp:
- Apr 18, 2008, 1:31:15 PM (17 years ago)
- Children:
- 7b1792
- Parents:
- 995ff3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified pcp/src/ions.h ¶
r995ff3 r094b41 35 35 enum IonMoveType { MoveIon, FixedIon}; //!< Whether the Ion is movable or not (influences kinetic energy among others) 36 36 37 #define MaxThermostats 6 //!< maximum number of thermostat entries in Ions#ThermostatNames and Ions#ThermostatImplemented 38 enum thermostats { None, Woodcock, Gaussian, Langevin, Berendsen, NoseHoover }; //!< Thermostat names for output 39 37 40 /** Structure containing data for a single ion type. 38 41 * Contains Mass, atomic number, number of types, coordinates (current and the … … 53 56 double *FIon_old; //!< (?) Remembers prior force acting on the ion (two-dim array, see IonType::R) 54 57 double *FEwald; //!< (?) Ewald force (two-dim array, see IonType::R) 58 double *FConstraint;//!< Constraint force acting on the ion, needed for Thermostat() (two-dim array, see IonType::R) 55 59 double IonFac; //!< mass-like factor in CG structure optimization to determinte step width 56 60 double *GammaA; //!<
Note:
See TracChangeset
for help on using the changeset viewer.