10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-21 12:42:13 +02:00
quantum_package/src/Determinants/save_HF_determinant.irp.f

6 lines
63 B
Fortran
Raw Normal View History

2016-02-17 17:15:54 +01:00
program save_HF
implicit none
call save_ref_determinant
end