mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-09-08 08:54:44 +02:00
15 lines
169 B
Fortran
15 lines
169 B
Fortran
program mol_properties
|
|
|
|
implicit none
|
|
|
|
BEGIN_DOC
|
|
! Calculation of the properties
|
|
END_DOC
|
|
|
|
read_wf = .True.
|
|
touch read_wf
|
|
|
|
call print_mol_properties()
|
|
|
|
end
|