mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-02-07 01:04:11 +01:00
15 lines
170 B
Fortran
15 lines
170 B
Fortran
|
program mol_properties
|
||
|
|
||
|
implicit none
|
||
|
|
||
|
BEGIN_DOC
|
||
|
! Run the propertie calculations
|
||
|
END_DOC
|
||
|
|
||
|
read_wf = .True.
|
||
|
touch read_wf
|
||
|
|
||
|
call print_mol_properties()
|
||
|
|
||
|
end
|