mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-06 21:43:39 +01:00
Add energy components
This commit is contained in:
parent
b28273ce8d
commit
5cb411d364
@ -24,6 +24,7 @@ subroutine routine
|
||||
implicit none
|
||||
integer :: i,k
|
||||
integer :: degree
|
||||
call print_energy_components
|
||||
do i = 1, N_det
|
||||
print *, 'Determinant ', i
|
||||
call debug_det(psi_det(1,1,i),N_int)
|
||||
|
Loading…
Reference in New Issue
Block a user