-
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.
* dipole update TB (minor, still problems with PBC) * Issue cp2k#1462 vdW LONG_RANGE_CORRECTION parallel bug fix and regtest Issue cp2k#1450 not associated pointer in qs_vxc_atom.F Issue cp2k#1449 undefined variable in qs_kind_types.F
- Loading branch information
1 parent
3bec98f
commit a4ef93f
Showing
8 changed files
with
136 additions
and
16 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
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,63 @@ | ||
&GLOBAL | ||
PROJECT dftd3_t16 | ||
RUN_TYPE ENERGY_FORCE | ||
PRINT_LEVEL LOW | ||
&END GLOBAL | ||
&FORCE_EVAL | ||
METHOD QS | ||
STRESS_TENSOR ANALYTICAL | ||
&STRESS_TENSOR ON | ||
&END | ||
&END | ||
&DFT | ||
BASIS_SET_FILE_NAME BASIS_MOLOPT | ||
POTENTIAL_FILE_NAME POTENTIAL | ||
&MGRID | ||
CUTOFF 200 | ||
&END MGRID | ||
&QS | ||
METHOD GPW | ||
&END QS | ||
&SCF | ||
SCF_GUESS ATOMIC | ||
MAX_SCF 10 | ||
EPS_SCF 1.0e-5 | ||
&END SCF | ||
&XC | ||
&XC_FUNCTIONAL PBE | ||
&END XC_FUNCTIONAL | ||
&vdW_POTENTIAL | ||
DISPERSION_FUNCTIONAL PAIR_POTENTIAL | ||
&PAIR_POTENTIAL | ||
TYPE DFTD3 | ||
CALCULATE_C9_TERM .TRUE. | ||
REFERENCE_C9_TERM .TRUE. | ||
LONG_RANGE_CORRECTION .TRUE. | ||
PARAMETER_FILE_NAME dftd3.dat | ||
VERBOSE_OUTPUT | ||
REFERENCE_FUNCTIONAL PBE | ||
R_CUTOFF 8. | ||
EPS_CN 0.01 | ||
KIND_COORDINATION_NUMBERS 0.00 1 | ||
&END PAIR_POTENTIAL | ||
&END vdW_POTENTIAL | ||
&END XC | ||
&END DFT | ||
&SUBSYS | ||
&CELL | ||
ABC 8.30 8.30 8.30 | ||
&END | ||
&COORD | ||
SCALED | ||
Ar 0.0 0.0 0.0 | ||
Ar 0.5 0.5 0.0 | ||
Ar 0.5 0.0 0.5 | ||
Ar 0.0 0.5 0.5 | ||
&END COORD | ||
&KIND Ar | ||
BASIS_SET SZV-MOLOPT-SR-GTH | ||
POTENTIAL GTH-PBE-q8 | ||
&END | ||
&END SUBSYS | ||
&END |