mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-08 15:13:52 +01:00
7 lines
84 B
Fortran
7 lines
84 B
Fortran
|
program save_natorb
|
||
|
read_wf = .True.
|
||
|
touch read_wf
|
||
|
call save_natural_mos
|
||
|
end
|
||
|
|