mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
8 lines
111 B
Fortran
8 lines
111 B
Fortran
program save_fock_inactiv_virt_mos
|
|
implicit none
|
|
call diag_inactive_virt_and_update_mos
|
|
call save_mos
|
|
|
|
|
|
end
|