-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simplified GW self-consistency input
- Loading branch information
Showing
14 changed files
with
270 additions
and
29 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
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
&GW | ||
CORR_MOS_OCC 1 | ||
CORR_MOS_VIRT 1 | ||
EV_GW_ITER 2 | ||
EV_GW_ITER 3 | ||
RI_SIGMA_X FALSE | ||
&END GW | ||
&HF | ||
|
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,93 @@ | ||
&GLOBAL | ||
PRINT_LEVEL MEDIUM | ||
PROJECT G0W0_H2O_PBE_ev_sc | ||
RUN_TYPE ENERGY | ||
&TIMINGS | ||
THRESHOLD 0.01 | ||
&END TIMINGS | ||
&END GLOBAL | ||
|
||
&FORCE_EVAL | ||
METHOD Quickstep | ||
&DFT | ||
BASIS_SET_FILE_NAME HFX_BASIS | ||
POTENTIAL_FILE_NAME GTH_POTENTIALS | ||
&MGRID | ||
CUTOFF 100 | ||
REL_CUTOFF 20 | ||
&END MGRID | ||
&POISSON | ||
PERIODIC NONE | ||
POISSON_SOLVER WAVELET | ||
&END POISSON | ||
&QS | ||
EPS_DEFAULT 1.0E-15 | ||
EPS_PGF_ORB 1.0E-30 | ||
METHOD GPW | ||
&END QS | ||
&SCF | ||
EPS_SCF 1.0E-7 | ||
MAX_SCF 100 | ||
SCF_GUESS ATOMIC | ||
&RESTART OFF | ||
&END RESTART | ||
&END PRINT | ||
&END SCF | ||
&XC | ||
&WF_CORRELATION | ||
MEMORY 200. | ||
NUMBER_PROC 1 | ||
&INTEGRALS | ||
&WFC_GPW | ||
CUTOFF 100 | ||
REL_CUTOFF 20 | ||
&END WFC_GPW | ||
&END INTEGRALS | ||
&RI_RPA | ||
RPA_NUM_QUAD_POINTS 10 | ||
&GW | ||
CORR_MOS_OCC 10 | ||
CORR_MOS_VIRT 10 | ||
SELF_CONSISTENCY EVGW0 | ||
&END GW | ||
&HF | ||
FRACTION 1.0000000 | ||
&SCREENING | ||
EPS_SCHWARZ 1.0E-6 | ||
SCREEN_ON_INITIAL_P FALSE | ||
&END SCREENING | ||
&END HF | ||
&END RI_RPA | ||
&END WF_CORRELATION | ||
&XC_FUNCTIONAL PBE | ||
&PBE | ||
SCALE_C 1.0000000 | ||
SCALE_X 1.0000000 | ||
&END PBE | ||
&END XC_FUNCTIONAL | ||
&END XC | ||
&END DFT | ||
&SUBSYS | ||
&CELL | ||
ABC [angstrom] 6.000 6.000 6.000 | ||
PERIODIC NONE | ||
&END CELL | ||
&KIND H | ||
BASIS_SET DZVP-GTH | ||
BASIS_SET RI_AUX RI_DZVP-GTH | ||
POTENTIAL GTH-PBE-q1 | ||
&END KIND | ||
&KIND O | ||
BASIS_SET DZVP-GTH | ||
BASIS_SET RI_AUX RI_DZVP-GTH | ||
POTENTIAL GTH-PBE-q6 | ||
&END KIND | ||
&TOPOLOGY | ||
COORD_FILE_FORMAT xyz | ||
COORD_FILE_NAME H2O_gas.xyz | ||
&CENTER_COORDINATES | ||
&END CENTER_COORDINATES | ||
&END TOPOLOGY | ||
&END SUBSYS | ||
&END FORCE_EVAL |
Oops, something went wrong.