10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-30 00:44:37 +02:00
QuantumPackage/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