qp2/src/mol_properties/properties.irp.f

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