Skip to content

Commit

Permalink
example CAM-B3LYP XC section (#2687)
Browse files Browse the repository at this point in the history
Co-authored-by: Beliz Sertcan <beliz.sertcan@uzh.ch>
  • Loading branch information
BelizSertcan and Beliz Sertcan committed Mar 16, 2023
1 parent b9b7165 commit b22e234
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions data/xc_section/CAM-B3LYP.sec
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# CAM-B3LYP functional:
# T Yanai, DP Tew, NC Handy,
# A new hybrid exchange–correlation functional using the
# Coulomb-attenuating method, Chemical Physics Letters 393 (2004)
#
# CUTOFF_RADIUS should be smaller ~box length/2.
#
&XC
&XC_FUNCTIONAL
&HYB_GGA_XC_CAM_B3LYP
_AC 0.81
_ALPHA 0.65
_BETA -0.46
_OMEGA 0.33
&END HYB_GGA_XC_CAM_B3LYP
&END XC_FUNCTIONAL
&HF
FRACTION 1.0
&HF_INFO ON
&END
&INTERACTION_POTENTIAL
POTENTIAL_TYPE MIX_CL_TRUNC
CUTOFF_RADIUS 4.5
OMEGA 0.33
SCALE_COULOMB 0.19
SCALE_LONGRANGE 0.46
T_C_G_DATA t_c_g.dat
&END
&SCREENING
EPS_SCHWARZ 1.0E-10
SCREEN_ON_INITIAL_P FALSE
&END
&END HF
&vdW_POTENTIAL
DISPERSION_FUNCTIONAL PAIR_POTENTIAL
&PAIR_POTENTIAL
TYPE DFTD3
CALCULATE_C9_TERM .FALSE.
PARAMETER_FILE_NAME dftd3.dat
REFERENCE_FUNCTIONAL CAMB3LYP
&END PAIR_POTENTIAL
&END vdW_POTENTIAL
&END XC

0 comments on commit b22e234

Please sign in to comment.