10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-19 19:52:15 +02:00
quantum_package/src/Determinants/save_HF_determinant.irp.f
2016-02-17 17:15:54 +01:00

6 lines
63 B
Fortran

program save_HF
implicit none
call save_ref_determinant
end