From e9483cef0b43a3314576686403216347c51464c8 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 17 Mar 2017 16:17:32 +0100 Subject: [PATCH] Updated Integrals_storage (markdown) --- Integrals_storage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Integrals_storage.md b/Integrals_storage.md index 58a4547..939ff11 100644 --- a/Integrals_storage.md +++ b/Integrals_storage.md @@ -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. 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 languages than Fortran. Also, with a library one has the freedom to add some intrinsics 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