10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 09:55:59 +02:00

Added None flag in save_natorb

This commit is contained in:
Anthony Scemama 2017-07-12 01:34:18 +02:00
parent 676aea2dfd
commit 3f6ea94fa3

View File

@ -3,5 +3,7 @@ program save_natorb
touch read_wf touch read_wf
call save_natural_mos call save_natural_mos
call save_ref_determinant call save_ref_determinant
call ezfio_set_integrals_bielec_disk_access_mo_integrals('None')
call ezfio_set_integrals_monoelec_disk_access_mo_one_integrals('None')
end end