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

6 lines
74 B
Fortran
Raw Normal View History

2021-03-15 17:40:37 +01:00
program print_dipole
implicit none
call print_z_dipole_moment_only
end