From d9bf3a713df9827a4bc14e64ec2a1c20a54839d4 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 17 Mar 2017 16:03:30 +0100 Subject: [PATCH] Updated Integrals_storage (markdown) --- Integrals_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Integrals_storage.md b/Integrals_storage.md index 60c0fd4..8419cf7 100644 --- a/Integrals_storage.md +++ b/Integrals_storage.md @@ -20,7 +20,7 @@ The Hash function ================= The key is a function that maps the four indices i,j,k,l into a unique 64-bit -integer, and which returns the same value when then permutation symetry +integer, and which returns the same value when then permutation symmetry operations are applied to the indices. As it is a tiny function, it is written in the module that uses it intensively such that it can be inlined by the compiler, namely the `Integrals_Bielec/mo_bi_integrals.irp.f` file.