9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-11-09 06:53:38 +01:00

fixed bug opt-GTOs

This commit is contained in:
AbdAmmar 2022-12-05 00:31:24 +01:00
parent d889e67146
commit 07c82cc7be

View File

@ -169,7 +169,7 @@ END_PROVIDER
tmp = 0.25d0 / (mu_erf * mu_erf)
do i = 1, ng_fit_jast
coef_gauss_j_mu_x_2(i) = tmp * coef_fit_slat_gauss(i)
coef_gauss_j_mu_x_2(i) = tmp * coef_gauss_j_mu_x_2(i)
enddo
END_PROVIDER