mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 03:23:29 +01:00
This commit is contained in:
parent
c44d624ceb
commit
4f78610432
@ -8,6 +8,7 @@ subroutine provide_all_three_ints_bi_ortho()
|
|||||||
END_DOC
|
END_DOC
|
||||||
|
|
||||||
implicit none
|
implicit none
|
||||||
|
PROVIDE ao_two_e_integrals_in_map
|
||||||
|
|
||||||
if(three_body_h_tc) then
|
if(three_body_h_tc) then
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ BEGIN_PROVIDER [double precision, htilde_matrix_elmt_bi_ortho, (N_det,N_det)]
|
|||||||
integer :: i, j
|
integer :: i, j
|
||||||
double precision :: htot
|
double precision :: htot
|
||||||
|
|
||||||
PROVIDE N_int
|
call provide_all_three_ints_bi_ortho
|
||||||
|
|
||||||
i = 1
|
i = 1
|
||||||
j = 1
|
j = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user