10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-08-08 21:40:02 +02:00
QuantumPackage/src/tools/print_dipole.irp.f
Abdallah Ammar d919d6ce7d forked v
2022-07-05 01:17:43 +02:00

6 lines
74 B
Fortran

program print_dipole
implicit none
call print_z_dipole_moment_only
end