10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-29 08:24:55 +02:00
QuantumPackage/src/mol_properties/properties.irp.f

15 lines
169 B
Fortran
Raw Normal View History

2023-03-11 22:31:57 +01:00
program mol_properties
implicit none
BEGIN_DOC
2023-03-11 23:40:52 +01:00
! Calculation of the properties
2023-03-11 22:31:57 +01:00
END_DOC
read_wf = .True.
touch read_wf
call print_mol_properties()
end