10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-09-08 12:04:44 +02:00
QuantumPackage/src/green/print_e_mo_debug.irp.f

16 lines
221 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
2020-06-03 23:13:16 +02:00
call print_mo_energies(psi_det(:,:,i),N_int,mo_num)
2020-06-02 18:55:33 +02:00
end