mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 12:43:52 +01:00
6 lines
82 B
Fortran
6 lines
82 B
Fortran
program overwrite_w_cas
|
|
read_wf = .True.
|
|
TOUCH read_wf
|
|
call extract_ref
|
|
end
|