10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-10-11 02:21:52 +02:00
QuantumPackage/src/green/print_e_mo_debug.irp.f

16 lines
225 B
Fortran
Raw Normal View History

2020-06-02 18:55:33 +02:00
program print_e_mo_debug
implicit none
read_wf = .True.
touch read_wf
call routine
end
subroutine routine
use bitmasks
implicit none
integer :: i
read*,i
call print_mo_energies(psi_det(:,:,i),N_int,mo_tot_num)
end