mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-08 14:33:38 +01:00
11 lines
249 B
Fortran
11 lines
249 B
Fortran
BEGIN_PROVIDER [double precision, mu_erf_dft]
|
|
implicit none
|
|
BEGIN_DOC
|
|
! range separation parameter used in RS-DFT.
|
|
!
|
|
! It is set to mu_erf in order to be consistent with the module "ao_two_e_erf_ints"
|
|
END_DOC
|
|
mu_erf_dft = mu_erf
|
|
|
|
END_PROVIDER
|