10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-25 22:52:15 +02:00
quantum_package/plugins/FOBOCI/save_fock_diag_inactiv_virt.irp.f
2016-02-17 17:15:54 +01:00

8 lines
111 B
Fortran

program save_fock_inactiv_virt_mos
implicit none
call diag_inactive_virt_and_update_mos
call save_mos
end