1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-08-30 07:53:39 +02:00

map_unique

This commit is contained in:
Anthony Scemama 2020-03-10 09:46:49 +01:00
parent 4a9ced7303
commit 8b93b4b1f8

View File

@ -158,7 +158,7 @@ subroutine run
real(mo_integrals_threshold,integral_kind)) real(mo_integrals_threshold,integral_kind))
endif endif
call map_merge(mo_integrals_map) call map_unique(mo_integrals_map)
call map_save_to_disk(trim(ezfio_filename)//'/work/mo_ints',mo_integrals_map) call map_save_to_disk(trim(ezfio_filename)//'/work/mo_ints',mo_integrals_map)
call ezfio_set_mo_two_e_ints_io_mo_two_e_integrals('Read') call ezfio_set_mo_two_e_ints_io_mo_two_e_integrals('Read')