From d8b94c0473433c19dd44ecec71f2bb663b560627 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 9 Feb 2018 17:59:50 +0100 Subject: [PATCH] Fixed travis --- plugins/Properties/NEEDED_CHILDREN_MODULES | 2 +- src/Davidson_Utils/README.rst | 9 ++++++++- .../diagonalization_hs2_dressed.irp.f | 0 3 files changed, 9 insertions(+), 2 deletions(-) rename src/{DavidsonDressed => Davidson_Utils}/diagonalization_hs2_dressed.irp.f (100%) diff --git a/plugins/Properties/NEEDED_CHILDREN_MODULES b/plugins/Properties/NEEDED_CHILDREN_MODULES index bff2467f..320d5dd0 100644 --- a/plugins/Properties/NEEDED_CHILDREN_MODULES +++ b/plugins/Properties/NEEDED_CHILDREN_MODULES @@ -1 +1 @@ -Determinants +Determinants Davidson diff --git a/src/Davidson_Utils/README.rst b/src/Davidson_Utils/README.rst index 5116f1bc..19499c1f 100644 --- a/src/Davidson_Utils/README.rst +++ b/src/Davidson_Utils/README.rst @@ -1,4 +1,11 @@ -Abstract module for Davidson diagonalization. +Davidson_Utils +============== + +Abstract module for Davidson diagonalization. Contains everything required for the +Davidson algorithm, dressed or not. If a dressing is used, the dressing column should +be defined and the DavidsonDressed module should be used. If no dressing is required, +the Davidson module should be used, and it has a default null dressing vector. + Needed Modules ============== diff --git a/src/DavidsonDressed/diagonalization_hs2_dressed.irp.f b/src/Davidson_Utils/diagonalization_hs2_dressed.irp.f similarity index 100% rename from src/DavidsonDressed/diagonalization_hs2_dressed.irp.f rename to src/Davidson_Utils/diagonalization_hs2_dressed.irp.f