9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-22 12:32:04 +02:00
qp2/src/dft_one_e/mu_erf_dft.irp.f

11 lines
249 B
Fortran
Raw Normal View History

2019-01-25 11:39:31 +01:00
BEGIN_PROVIDER [double precision, mu_erf_dft]
implicit none
BEGIN_DOC
2020-03-31 14:13:49 +02:00
! 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"
2019-01-25 11:39:31 +01:00
END_DOC
mu_erf_dft = mu_erf
END_PROVIDER