Changeset 65faa1 for pcp/src/run.h
- Timestamp:
- Apr 18, 2008, 12:01:49 PM (17 years ago)
- Children:
- 0e5e82
- Parents:
- 64ca279
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/run.h
r64ca279 r65faa1 55 55 56 56 int DoBrent; //!< whether line search shall be approximative (0) or numerically exact by a brent algorithm (1) per wave function 57 57 int UseForcesFile; //!< 1 - do not calculate electronic forces but parse values from file, 0 - calculate force by solving ground state problem 58 58 int UseOldPsi; //!< 1 - old Psis are used, 0 - not 59 int UseAddGramSch; 59 int UseAddGramSch; //!< whether additional Gram-Schmidt-Orthogonalization is used 60 60 int DoCalcCGGauss; //!< whether to calculate the gaussian part in the second derivative of the hartree exchange potential or not 61 61 int DoUnOccupied; //!< whether unoccupied states shall be minimised in a separate run per level or not
Note:
See TracChangeset
for help on using the changeset viewer.