mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-08 07:03:52 +01:00
8 lines
101 B
Fortran
8 lines
101 B
Fortran
program print_dipole
|
|
implicit none
|
|
read_wf = .True.
|
|
TOUCH read_wf
|
|
call print_dipole_moments
|
|
|
|
end
|