mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-31 23:55:39 +01:00
moved the use_pw in ao_one_e_ints
This commit is contained in:
parent
8f54963655
commit
91be8820e6
@ -282,3 +282,23 @@ END_PROVIDER
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
! ---
|
||||||
|
|
||||||
|
BEGIN_PROVIDER [logical, use_pw]
|
||||||
|
|
||||||
|
implicit none
|
||||||
|
|
||||||
|
logical :: exist
|
||||||
|
|
||||||
|
use_pw = .false.
|
||||||
|
|
||||||
|
call ezfio_has_ao_basis_ao_expo_pw(exist)
|
||||||
|
if(exist) then
|
||||||
|
PROVIDE ao_expo_pw_ord_transp
|
||||||
|
if(maxval(dabs(ao_expo_pw_ord_transp(4,:,:))) .gt. 1d-15) use_pw = .true.
|
||||||
|
endif
|
||||||
|
|
||||||
|
END_PROVIDER
|
||||||
|
|
||||||
|
! ---
|
||||||
|
|
||||||
|
@ -1672,23 +1672,3 @@ recursive subroutine I_x2_pol_mult_cgtos(c, B_10, B_01, B_00, C_00, D_00, d, nd,
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
! ---
|
|
||||||
|
|
||||||
BEGIN_PROVIDER [logical, use_pw]
|
|
||||||
|
|
||||||
implicit none
|
|
||||||
|
|
||||||
logical :: exist
|
|
||||||
|
|
||||||
use_pw = .false.
|
|
||||||
|
|
||||||
call ezfio_has_ao_basis_ao_expo_pw(exist)
|
|
||||||
if(exist) then
|
|
||||||
PROVIDE ao_expo_pw_ord_transp
|
|
||||||
if(maxval(dabs(ao_expo_pw_ord_transp(4,:,:))) .gt. 1d-15) use_pw = .true.
|
|
||||||
endif
|
|
||||||
|
|
||||||
END_PROVIDER
|
|
||||||
|
|
||||||
! ---
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user