10
0
mirror of https://github.com/LCPQ/quantum_package synced 2025-05-05 14:44:55 +02:00

Updated Integrals_storage (markdown)

Anthony Scemama 2017-03-17 16:17:32 +01:00
parent 01ba6332b4
commit e9483cef0b

@ -16,10 +16,12 @@ We do not use binary search trees because:
So we decided to implement our own key/value data structure well adapted to our problem. So we decided to implement our own key/value data structure well adapted to our problem.
This is implemented in the `Utils/map_module.f90` file. This is implemented in the `Utils/map_module.f90` file.
We would like to re-implement this data-structure in C as an open-source independent I would like to re-implement this data-structure in C as an open-source independent
library, so that it could be easily used in many other programs and other library, so that it could be easily used in many other programs and other
languages than Fortran. Also, with a library one has the freedom to add some intrinsics languages than Fortran. Also, with a library one has the freedom to add some intrinsics
for a better use of the hardware. for a better use of the hardware.
If you are willing to contribute, here is the address of this project :
https://github.com/scemama/sparse_array