10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-12 06:13:45 +02:00
quantum_package/plugins/Properties/print_mulliken.irp.f

7 lines
99 B
Fortran
Raw Normal View History

program print_mulliken
implicit none
read_wf = .True.
touch read_wf
2016-07-06 16:15:47 +02:00
call print_mulliken_sd
end