10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-20 04:02:22 +02:00
QuantumPackage/src/dft_one_e/mu_erf_dft.irp.f
2020-04-07 12:19:17 +02:00

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