mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 10:05:57 +01:00
Fixed multi-state
This commit is contained in:
parent
c63d4255d7
commit
32614df72b
@ -116,6 +116,9 @@ subroutine ZMQ_pt2(E, pt2,relative_error, absolute_error, error)
|
|||||||
deallocate(pt2_detail, comb, computed, tbc)
|
deallocate(pt2_detail, comb, computed, tbc)
|
||||||
enddo
|
enddo
|
||||||
pt2_stoch_istate = 1
|
pt2_stoch_istate = 1
|
||||||
|
w(:) = 1.d0/N_states
|
||||||
|
call update_psi_average_norm_contrib(w)
|
||||||
|
SOFT_TOUCH psi_average_norm_contrib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
end subroutine
|
end subroutine
|
||||||
|
Loading…
Reference in New Issue
Block a user