10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-21 20:52:18 +02:00
quantum_package/src/Dets/save_natorb.irp.f

7 lines
84 B
FortranFixed
Raw Normal View History

2014-06-20 18:35:26 +02:00
program save_natorb
2014-10-03 16:40:18 +02:00
read_wf = .True.
touch read_wf
2014-06-20 18:35:26 +02:00
call save_natural_mos
end