quantum_package/plugins/Properties/print_mulliken.irp.f

7 lines
99 B
Fortran

program print_mulliken
implicit none
read_wf = .True.
touch read_wf
call print_mulliken_sd
end