mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-23 12:55:37 +01:00
minor fix
This commit is contained in:
parent
dd7b3131b8
commit
3f0f71be22
@ -12,9 +12,8 @@
|
||||
integer :: i0,j0,k0,l0
|
||||
integer*8 :: p,q
|
||||
complex*16 :: integral, c0
|
||||
double precision :: ao_two_e_integral, local_threshold
|
||||
double precision, allocatable :: ao_two_e_integral_alpha_tmp(:,:)
|
||||
double precision, allocatable :: ao_two_e_integral_beta_tmp(:,:)
|
||||
complex*16, allocatable :: ao_two_e_integral_alpha_tmp(:,:)
|
||||
complex*16, allocatable :: ao_two_e_integral_beta_tmp(:,:)
|
||||
|
||||
ao_two_e_integral_alpha_complex = (0.d0,0.d0)
|
||||
ao_two_e_integral_beta_complex = (0.d0,0.d0)
|
||||
|
Loading…
Reference in New Issue
Block a user