mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-27 02:34:44 +02:00
6 lines
74 B
Fortran
6 lines
74 B
Fortran
program print_dipole
|
|
implicit none
|
|
call print_z_dipole_moment_only
|
|
|
|
end
|