10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 15:12:19 +02:00

added sort_wf

This commit is contained in:
eginer 2023-03-23 11:12:02 +01:00
parent 29230b175d
commit ba447be2e8

7
src/tools/sort_wf.irp.f Normal file
View File

@ -0,0 +1,7 @@
program sort_wf
implicit none
read_wf = .true.
touch read_wf
call save_wavefunction
end