mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-11-07 06:33:40 +01:00
9 lines
109 B
Fortran
9 lines
109 B
Fortran
program overwrite_w_cas
|
|
read_wf = .True.
|
|
TOUCH read_wf
|
|
call extract_cas
|
|
call save_wavefunction
|
|
end
|
|
|
|
|