mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 19:43:32 +01:00
missing type
This commit is contained in:
parent
9f1f8c1c93
commit
7e16ca0f78
@ -42,7 +42,7 @@ end
|
|||||||
|
|
||||||
subroutine run_complex
|
subroutine run_complex
|
||||||
implicit none
|
implicit none
|
||||||
integer :: i
|
integer :: i,j
|
||||||
complex*16 :: i_h_psi_array(n_states)
|
complex*16 :: i_h_psi_array(n_states)
|
||||||
double precision :: e(n_states)
|
double precision :: e(n_states)
|
||||||
double precision :: norm(n_states)
|
double precision :: norm(n_states)
|
||||||
|
Loading…
Reference in New Issue
Block a user