10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-13 14:48:32 +02:00
quantum_package/plugins/Properties/print_hcc.irp.f

7 lines
91 B
Fortran
Raw Normal View History

2016-07-06 16:15:47 +02:00
program print_hcc_main
2016-02-17 10:52:57 +01:00
implicit none
read_wf = .True.
touch read_wf
2016-07-06 16:15:47 +02:00
call print_hcc
2016-02-17 10:52:57 +01:00
end