- Timestamp:
- Apr 21, 2008, 2:19:23 PM (17 years ago)
- Children:
- 13d7f6
- Parents:
- 27a5bf
- git-author:
- Frederik Heber <heber@…> (04/18/08 14:15:47)
- git-committer:
- Frederik Heber <heber@…> (04/21/08 14:19:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/ions.h
r27a5bf r9b2f5d 92 92 int MaxLocalVec; 93 93 double *RLatticeVec; 94 double *FTemp; //!< 94 double *FTemp; //!< Array for temporary force 95 95 double EKin; //!< Kinetic energy of electrons 96 96 double ActualTemp; //!< Actual temperature 97 97 double TotalMass; //!< Total mass of all ions in the structure 98 98 int StructOpt; //!< whether structure optimization (1) (with CG) or MD (0) shall be done 99 int IsAngstroem; //!< 1 - lengths in config file in angstroem, 0 - lengths in atomic units 100 enum thermostats Thermostat; //!< 0 - none, 1 - Woodcock, 2 - Gaussian, 3 - Langevin, 4 - Berendsen, 5 - Nose-Hoover 101 char **ThermostatNames; 102 int *ThermostatImplemented; 99 103 }; 100 104 … … 115 119 void GetOuterStop(struct Problem *P); 116 120 void CorrectForces(struct Problem *P); 121 void ResetForces(struct Problem *P); 117 122 void CorrectVelocity(struct Problem *P); 118 123 #endif
Note:
See TracChangeset
for help on using the changeset viewer.