9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-22 12:32:04 +02:00
qp2/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