9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-30 00:14:17 +02:00
qp2/src/tools/sort_wf.irp.f

8 lines
94 B
FortranFixed
Raw Normal View History

2023-03-23 11:12:02 +01:00
program sort_wf
implicit none
read_wf = .true.
touch read_wf
call save_wavefunction
end