9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 02:35:18 +02:00
qp2/src/tools/print_dipole.irp.f

8 lines
101 B
Fortran
Raw Normal View History

2021-03-15 17:40:37 +01:00
program print_dipole
implicit none
read_wf = .True.
TOUCH read_wf
2022-03-15 16:25:21 +01:00
call print_dipole_moments
2021-03-15 17:40:37 +01:00
end