10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-25 22:52:15 +02:00

Updated Integrals_storage (markdown)

Anthony Scemama 2017-03-17 16:02:38 +01:00
parent a5e668b975
commit c406af4f5a

@ -2,7 +2,7 @@ Two electron integrals are of the form (ij|kl), with permutation rules for the 4
It is not possible to store all the (ij|kl) integrals in memory under the form of a 4-dimensional
array, so we store instead all the non-zero integrals in a data structure, similar to a hash table.
We do use hash tables because :
We do not use hash tables because :
1. Rehashing the table as it grows is too costly
2. We need some locality if possible : (ij|kl) should be close to (ij|k l+1)