mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
7 lines
91 B
Fortran
7 lines
91 B
Fortran
program print_hcc_main
|
|
implicit none
|
|
read_wf = .True.
|
|
touch read_wf
|
|
call print_hcc
|
|
end
|