mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 03:23:29 +01:00
tc provide problem solved
This commit is contained in:
parent
6dbacb71b0
commit
8e031bfb46
@ -69,7 +69,7 @@ subroutine routine_diag()
|
|||||||
|
|
||||||
print*,''
|
print*,''
|
||||||
print*,'******************************************************'
|
print*,'******************************************************'
|
||||||
print*,'Excitation energies (au) (eV)'
|
print*,'TC Excitation energies (au) (eV)'
|
||||||
do i = 2, N_states
|
do i = 2, N_states
|
||||||
dE = eigval_right_tc_bi_orth(i) - eigval_right_tc_bi_orth(1)
|
dE = eigval_right_tc_bi_orth(i) - eigval_right_tc_bi_orth(1)
|
||||||
print*, i, dE, dE/0.0367502d0
|
print*, i, dE, dE/0.0367502d0
|
||||||
|
@ -12,6 +12,11 @@
|
|||||||
double precision :: hmono,htwoe,hthree,htot
|
double precision :: hmono,htwoe,hthree,htot
|
||||||
|
|
||||||
PROVIDE N_int
|
PROVIDE N_int
|
||||||
|
|
||||||
|
i = 1
|
||||||
|
j = 1
|
||||||
|
call htilde_mu_mat_bi_ortho(psi_det(1,1,j), psi_det(1,1,i), N_int, hmono, htwoe, hthree, htot)
|
||||||
|
|
||||||
!$OMP PARALLEL DO SCHEDULE(GUIDED) DEFAULT(NONE) PRIVATE(i,j,hmono, htwoe, hthree, htot) &
|
!$OMP PARALLEL DO SCHEDULE(GUIDED) DEFAULT(NONE) PRIVATE(i,j,hmono, htwoe, hthree, htot) &
|
||||||
!$OMP SHARED (N_det, psi_det, N_int,htilde_matrix_elmt_bi_ortho)
|
!$OMP SHARED (N_det, psi_det, N_int,htilde_matrix_elmt_bi_ortho)
|
||||||
do i = 1, N_det
|
do i = 1, N_det
|
||||||
|
Loading…
Reference in New Issue
Block a user