10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 12:00:56 +02:00
quantum_package/plugins/eginer/Properties/print_mulliken.irp.f
2018-10-19 11:32:58 +02:00

7 lines
99 B
Fortran

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