1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 17:03:43 +02:00

Put info in the wrong place.

This commit is contained in:
Francois Coppens 2021-09-01 16:10:59 +02:00
parent bbd20ce87a
commit abb3461893

View File

@ -570,7 +570,7 @@ qmckl_exit_code qmckl_woodbury_2_c(const qmckl_context context,
*** Performance *** Performance
This function is most efficient when used in cases where there are only 2 rank-1 updates This function is most efficient when used in cases where there are only 2 rank-1 updates.
** C interface :noexport: ** C interface :noexport:
@ -667,6 +667,12 @@ assert(rc == QMCKL_SUCCESS);
*** Requirements *** Requirements
- ~context~ is not ~qmckl_null_context~
- ~dim >= 2~
- ~updates~ is allocated with at least $3 \times 2 \times 8$ bytes
- ~updates_index~ is allocated with $3 \times 8$ bytes
- ~breakdown~ is a small number such that $0 < breakdown << 1$
- ~slater_inv~ is allocated with at least $dim \times dim \times 8$ bytes
*** C header *** C header
@ -795,12 +801,7 @@ qmckl_exit_code qmckl_woodbury_3_c(const qmckl_context context,
*** Performance... *** Performance...
- ~context~ is not ~qmckl_null_context~ This function is most efficient when used in cases where there are only 3 rank-1 updates.
- ~dim >= 2~
- ~updates~ is allocated with at least $3 \times 2 \times 8$ bytes
- ~updates_index~ is allocated with $3 \times 8$ bytes
- ~breakdown~ is a small number such that $0 < breakdown << 1$
- ~slater_inv~ is allocated with at least $dim \times dim \times 8$ bytes
** C interface :noexport: ** C interface :noexport: