10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-10-18 22:11:46 +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
2022-07-05 01:17:43 +02:00
call print_z_dipole_moment_only
2021-03-15 17:40:37 +01:00
end