10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-29 16:34:50 +02:00
quantum_package/plugins/Properties/print_hcc.irp.f

7 lines
91 B
Fortran
Raw Normal View History

2016-03-11 23:27:39 +01:00
program print_hcc_main
2016-02-17 10:52:57 +01:00
implicit none
read_wf = .True.
touch read_wf
2016-03-11 23:27:39 +01:00
call print_hcc
2016-02-17 10:52:57 +01:00
end