10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-21 20:52:28 +02:00
QuantumPackage/src/tools/print_dipole.irp.f

8 lines
101 B
Fortran

program print_dipole
implicit none
read_wf = .True.
TOUCH read_wf
call print_dipole_moments
end