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

Add energy components

This commit is contained in:
Anthony Scemama 2019-06-17 09:39:05 +02:00
parent b28273ce8d
commit 5cb411d364

View File

@ -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)