10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 15:12:19 +02:00

Merge branch 'dev-stable-tc-scf' of https://github.com/QuantumPackage/qp2 into dev-stable-tc-scf

Conflicts:
	src/tc_bi_ortho/tc_bi_ortho.irp.f
	src/tc_bi_ortho/tc_h_eigvectors.irp.f
This commit is contained in:
AbdAmmar 2023-04-10 20:49:12 +02:00
commit 1d4df02362

View File

@ -185,9 +185,7 @@ end
do j = 1, N_det
leigvec_tc_bi_orth(j,1) = leigvec_tc_bi_orth_tmp(j,i)
enddo
else
do i = 1, N_states
eigval_right_tc_bi_orth(i) = eigval_right_tmp(i)
eigval_left_tc_bi_orth(i) = eigval_right_tmp(i)