9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 02:35:18 +02:00
qp2/src/mol_properties/properties.irp.f
2023-03-11 22:31:57 +01:00

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