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

6 lines
74 B
FortranFixed
Raw Normal View History

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