INTERACTION_POTENTIAL
References: Guidon2008, Guidon2009
Sets up interaction potential if requested [Edit on GitHub]
Keywords
Keyword descriptions
- CUTOFF_RADIUS: real = [angstrom]
- Usage: CUTOFF_RADIUS 10.0 - Determines cutoff radius (in Angstroms) for the truncated 1/r potential. Only valid when doing truncated calculation [Edit on GitHub] 
- OMEGA: real = 0.00000000E+000 
- Usage: OMEGA 0.5 - Parameter for short/longrange interaction [Edit on GitHub] 
- POTENTIAL_TYPE: enum = COULOMB 
- Usage: POTENTIAL_TYPE SHORTRANGE - Valid values: - COULOMBCoulomb potential: 1/r
- SHORTRANGEShortrange potential: erfc(omega*r)/r
- LONGRANGELongrange potential: erf(omega*r)/r
- MIX_CLMix coulomb and longrange potential: 1/r + erf(omega*r)/r
- GAUSSIANDamped Gaussian potential: exp(-omega^2*r^2)
- MIX_LGMix Gaussian and longrange potential: erf(omegar)/r + exp(-omega^2r^2)
- IDENTITYOverlap
- TRUNCATEDTruncated coulomb potential: if (r < R_c) 1/r else 0
- MIX_CL_TRUNCTruncated Mix coulomb and longrange potential, assumes/requires that the erf has fully decayed at R_c
 - Which interaction potential should be used (Coulomb, longrange or shortrange). [Edit on GitHub] 
- SCALE_COULOMB: real = 1.00000000E+000 
- Usage: SCALE_COULOMB 1.0 - Scales Hartree-Fock contribution arising from a coulomb potential. Only valid when doing a mixed potential calculation [Edit on GitHub] 
- SCALE_GAUSSIAN: real = 1.00000000E+000 
- Usage: SCALE_GAUSSIAN 1.0 - Scales Hartree-Fock contribution arising from a gaussian potential. Only valid when doing a mixed potential calculation [Edit on GitHub] 
- SCALE_LONGRANGE: real = 1.00000000E+000 
- Usage: SCALE_LONGRANGE 1.0 - Scales Hartree-Fock contribution arising from a longrange potential. Only valid when doing a mixed potential calculation [Edit on GitHub] 
- T_C_G_DATA: string = t_c_g.dat 
- Usage: T_C_G_DATA /data/t_c_g.dat - Location of the file t_c_g.dat that contains the data for the evaluation of the truncated gamma function [Edit on GitHub]