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
2021-03-15 17:40:37 +01:00

6 lines
74 B
Fortran

program print_dipole
implicit none
call print_z_dipole_moment_only
end