-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEWTONX interface - writing CP2K output
- Loading branch information
Showing
6 changed files
with
253 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
&GLOBAL | ||
PROJECT test | ||
RUN_TYPE ENERGY_FORCE | ||
PREFERRED_DIAG_LIBRARY SL | ||
PRINT_LEVEL medium | ||
&END GLOBAL | ||
&FORCE_EVAL | ||
&FORCES | ||
&END FORCES | ||
&END PRINT | ||
METHOD Quickstep | ||
&PROPERTIES | ||
&TDDFPT | ||
KERNEL FULL | ||
NSTATES 1 | ||
MAX_ITER 100 | ||
CONVERGENCE [eV] 1.0e-7 | ||
RKS_TRIPLETS F | ||
&NAMD_PRINT | ||
PRINT_VIRTUALS T | ||
&END NAMD_PRINT | ||
&END PRINT | ||
&END TDDFPT | ||
&END PROPERTIES | ||
&DFT | ||
&QS | ||
METHOD GPW | ||
&END QS | ||
&EXCITED_STATES T | ||
STATE 1 | ||
&END EXCITED_STATES | ||
&SCF | ||
SCF_GUESS restart | ||
&OT | ||
PRECONDITIONER FULL_ALL | ||
MINIMIZER DIIS | ||
&END OT | ||
&OUTER_SCF | ||
MAX_SCF 900 | ||
EPS_SCF 1.0E-8 | ||
&END OUTER_SCF | ||
MAX_SCF 10 | ||
EPS_SCF 1.0E-8 | ||
&END SCF | ||
POTENTIAL_FILE_NAME POTENTIAL_UZH | ||
BASIS_SET_FILE_NAME BASIS_MOLOPT_UZH | ||
BASIS_SET_FILE_NAME BASIS_ccGRB_UZH | ||
BASIS_SET_FILE_NAME BASIS_ADMM_UZH | ||
&MGRID | ||
CUTOFF 600 | ||
REL_CUTOFF 60 | ||
&END MGRID | ||
&POISSON | ||
PERIODIC NONE | ||
POISSON_SOLVER WAVELET | ||
&END | ||
&XC | ||
&XC_FUNCTIONAL PBE | ||
&END XC_FUNCTIONAL | ||
&END XC | ||
&END DFT | ||
&SUBSYS | ||
&CELL | ||
ABC [angstrom] 6.0 6.0 6.0 | ||
PERIODIC NONE | ||
&END CELL | ||
&COORD | ||
UNIT angstrom | ||
O 0.000000 0.000000 0.000000 | ||
H 0.000000 -0.757136 0.580545 | ||
H 0.000000 0.757136 0.580545 | ||
&END COORD | ||
&TOPOLOGY | ||
&CENTER_COORDINATES T | ||
&END | ||
NATOMS 3 | ||
CONNECTIVITY OFF | ||
&END TOPOLOGY | ||
&KIND H | ||
BASIS_SET AUX_FIT admm-dzp-q1 | ||
BASIS_SET ORB DZVP-MOLOPT-PBE0-GTH-q1 | ||
POTENTIAL GTH-PBE0-q1 | ||
&END KIND | ||
&KIND O | ||
BASIS_SET AUX_FIT admm-dzp-q6 | ||
BASIS_SET ORB DZVP-MOLOPT-PBE0-GTH-q6 | ||
POTENTIAL GTH-PBE0-q6 | ||
&END KIND | ||
&END SUBSYS | ||
&END FORCE_EVAL |