mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-04-19 07:00:10 +02:00
Put info in the wrong place.
This commit is contained in:
parent
bbd20ce87a
commit
abb3461893
@ -570,7 +570,7 @@ qmckl_exit_code qmckl_woodbury_2_c(const qmckl_context context,
|
||||
|
||||
*** 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:
|
||||
|
||||
@ -667,6 +667,12 @@ assert(rc == QMCKL_SUCCESS);
|
||||
|
||||
*** 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
|
||||
|
||||
@ -794,13 +800,8 @@ qmckl_exit_code qmckl_woodbury_3_c(const qmckl_context context,
|
||||
#+end_src
|
||||
|
||||
*** Performance...
|
||||
|
||||
- ~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
|
||||
|
||||
This function is most efficient when used in cases where there are only 3 rank-1 updates.
|
||||
|
||||
|
||||
** C interface :noexport:
|
||||
|
Loading…
x
Reference in New Issue
Block a user