forked from cp2k/cp2k
-
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.
ADMM| Fix bugs in ADMMP and ADMMS forces/virial
- Loading branch information
Showing
29 changed files
with
985 additions
and
794 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,66 @@ | ||
&FORCE_EVAL | ||
METHOD Quickstep | ||
&DFT | ||
BASIS_SET_FILE_NAME BASIS_ccGRB_UZH | ||
BASIS_SET_FILE_NAME BASIS_ADMM_UZH | ||
POTENTIAL_FILE_NAME POTENTIAL_UZH | ||
&MGRID | ||
CUTOFF 200 | ||
REL_CUTOFF 40 | ||
&END MGRID | ||
&AUXILIARY_DENSITY_MATRIX_METHOD | ||
ADMM_PURIFICATION_METHOD NONE | ||
METHOD BASIS_PROJECTION | ||
EXCH_SCALING_MODEL MERLOT | ||
&END | ||
&QS | ||
EPS_DEFAULT 1.0E-12 | ||
METHOD GAPW | ||
&END | ||
&SCF | ||
SCF_GUESS ATOMIC | ||
EPS_SCF 1.0E-6 | ||
&END SCF | ||
&XC | ||
&XC_FUNCTIONAL NONE | ||
&END XC_FUNCTIONAL | ||
&HF | ||
FRACTION 1.0 | ||
&INTERACTION_POTENTIAL | ||
POTENTIAL_TYPE TRUNCATED | ||
CUTOFF_RADIUS 2.0 | ||
&END | ||
&END | ||
&END XC | ||
&END DFT | ||
&SUBSYS | ||
&CELL | ||
ABC 4.5 4.5 4.5 | ||
&END CELL | ||
&TOPOLOGY | ||
&END | ||
&COORD | ||
O 0.000000 0.000000 -0.045587 | ||
H 0.000000 -0.757136 0.510545 | ||
H 0.000000 0.757136 0.510545 | ||
&END COORD | ||
&KIND H | ||
BASIS_SET ccGRB-D-q1 | ||
BASIS_SET AUX_FIT admm-dz-q1 | ||
POTENTIAL GTH-HYB-q1 | ||
&END KIND | ||
&KIND O | ||
BASIS_SET ccGRB-D-q6 | ||
BASIS_SET AUX_FIT admm-dz-q6 | ||
POTENTIAL GTH-HYB-q6 | ||
&END KIND | ||
&END SUBSYS | ||
&END FORCE_EVAL | ||
&GLOBAL | ||
PROJECT H2O-ADMMP-GAPW | ||
PRINT_LEVEL MEDIUM | ||
RUN_TYPE DEBUG | ||
&END GLOBAL | ||
&DEBUG | ||
CHECK_ATOM_FORCE 1 Z | ||
&END |
Oops, something went wrong.