mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-23 04:43:45 +01:00
moved ao_one_e_integrals_from_mo into mo_one_e_ints
This commit is contained in:
parent
d505c26c79
commit
8f54963655
@ -14,4 +14,5 @@ subroutine routine
|
|||||||
implicit none
|
implicit none
|
||||||
print*,'average_extrapolated_on_top = ',average_extrapolated_on_top
|
print*,'average_extrapolated_on_top = ',average_extrapolated_on_top
|
||||||
print*,'average_on_top = ',average_on_top
|
print*,'average_on_top = ',average_on_top
|
||||||
|
print*,'mu_average_prov = ',mu_average_prov
|
||||||
end
|
end
|
||||||
|
@ -46,12 +46,3 @@ BEGIN_PROVIDER [ double precision, ao_one_e_integrals_imag,(ao_num,ao_num)]
|
|||||||
END_PROVIDER
|
END_PROVIDER
|
||||||
|
|
||||||
|
|
||||||
BEGIN_PROVIDER [ double precision, ao_one_e_integrals_from_mo, (ao_num, ao_num)]
|
|
||||||
implicit none
|
|
||||||
BEGIN_DOC
|
|
||||||
! Integrals of the one e hamiltonian obtained from the integrals on the MO basis
|
|
||||||
!
|
|
||||||
! WARNING : this is equal to ao_one_e_integrals only if the AO and MO basis have the same number of functions
|
|
||||||
END_DOC
|
|
||||||
call mo_to_ao(mo_one_e_integrals,mo_num,ao_one_e_integrals_from_mo,ao_num)
|
|
||||||
END_PROVIDER
|
|
||||||
|
@ -64,3 +64,12 @@ BEGIN_PROVIDER [ double precision, S_mo_coef, (ao_num, mo_num) ]
|
|||||||
END_PROVIDER
|
END_PROVIDER
|
||||||
|
|
||||||
|
|
||||||
|
BEGIN_PROVIDER [ double precision, ao_one_e_integrals_from_mo, (ao_num, ao_num)]
|
||||||
|
implicit none
|
||||||
|
BEGIN_DOC
|
||||||
|
! Integrals of the one e hamiltonian obtained from the integrals on the MO basis
|
||||||
|
!
|
||||||
|
! WARNING : this is equal to ao_one_e_integrals only if the AO and MO basis have the same number of functions
|
||||||
|
END_DOC
|
||||||
|
call mo_to_ao(mo_one_e_integrals,mo_num,ao_one_e_integrals_from_mo,ao_num)
|
||||||
|
END_PROVIDER
|
||||||
|
Loading…
Reference in New Issue
Block a user