mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-03 20:54:09 +01:00
Deploying to gh-pages from @ TREX-CoE/qmckl@5060bde30f 🚀
This commit is contained in:
parent
99d149a7f8
commit
349079b395
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>QMCkl source code documentation</title>
|
<title>QMCkl source code documentation</title>
|
||||||
@ -375,7 +375,7 @@ and bug reports should be submitted at
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
118
qmckl.html
118
qmckl.html
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Introduction</title>
|
<title>Introduction</title>
|
||||||
@ -346,36 +346,36 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org07dd7bb">1. Installing QMCkl</a>
|
<li><a href="#org81b1ee0">1. Installing QMCkl</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org42fd8f4">1.1. Installing from the released tarball (for end users)</a></li>
|
<li><a href="#org38a9cbc">1.1. Installing from the released tarball (for end users)</a></li>
|
||||||
<li><a href="#org362b667">1.2. Installing from the source repository (for developers)</a></li>
|
<li><a href="#orga4a6c1d">1.2. Installing from the source repository (for developers)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org797362f">2. Using QMCkl</a></li>
|
<li><a href="#org5001aa0">2. Using QMCkl</a></li>
|
||||||
<li><a href="#org5d3554d">3. Developing in QMCkl</a>
|
<li><a href="#orgc184d77">3. Developing in QMCkl</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org6f6be29">3.1. Literate programming</a></li>
|
<li><a href="#org89dcd57">3.1. Literate programming</a></li>
|
||||||
<li><a href="#org9ece990">3.2. Source code editing</a></li>
|
<li><a href="#orgb565542">3.2. Source code editing</a></li>
|
||||||
<li><a href="#org653f850">3.3. Choice of the programming language</a></li>
|
<li><a href="#org89209a1">3.3. Choice of the programming language</a></li>
|
||||||
<li><a href="#orgf5aebba">3.4. Coding rules</a></li>
|
<li><a href="#org10f10aa">3.4. Coding rules</a></li>
|
||||||
<li><a href="#org89aa563">3.5. Design of the library</a></li>
|
<li><a href="#org5edce34">3.5. Design of the library</a></li>
|
||||||
<li><a href="#orge594bee">3.6. Naming conventions</a></li>
|
<li><a href="#orgb78025c">3.6. Naming conventions</a></li>
|
||||||
<li><a href="#orgf04652d">3.7. Application programming interface</a></li>
|
<li><a href="#orgb18d681">3.7. Application programming interface</a></li>
|
||||||
<li><a href="#org902b115">3.8. Global state</a></li>
|
<li><a href="#org093b34f">3.8. Global state</a></li>
|
||||||
<li><a href="#orgc881528">3.9. Headers</a></li>
|
<li><a href="#orgc042ee8">3.9. Headers</a></li>
|
||||||
<li><a href="#org1b314a4">3.10. Low-level functions</a></li>
|
<li><a href="#orgce8d92f">3.10. Low-level functions</a></li>
|
||||||
<li><a href="#orge059df6">3.11. High-level functions</a></li>
|
<li><a href="#org3f238f5">3.11. High-level functions</a></li>
|
||||||
<li><a href="#org2188db3">3.12. Numerical precision</a></li>
|
<li><a href="#org991d0f2">3.12. Numerical precision</a></li>
|
||||||
<li><a href="#org60f3340">3.13. Algorithms</a></li>
|
<li><a href="#org36989c3">3.13. Algorithms</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org07dd7bb" class="outline-2">
|
<div id="outline-container-org81b1ee0" class="outline-2">
|
||||||
<h2 id="org07dd7bb"><span class="section-number-2">1</span> Installing QMCkl</h2>
|
<h2 id="org81b1ee0"><span class="section-number-2">1</span> Installing QMCkl</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
The latest version fo QMCkl can be downloaded
|
The latest version fo QMCkl can be downloaded
|
||||||
@ -384,8 +384,8 @@ The latest version fo QMCkl can be downloaded
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org42fd8f4" class="outline-3">
|
<div id="outline-container-org38a9cbc" class="outline-3">
|
||||||
<h3 id="org42fd8f4"><span class="section-number-3">1.1</span> Installing from the released tarball (for end users)</h3>
|
<h3 id="org38a9cbc"><span class="section-number-3">1.1</span> Installing from the released tarball (for end users)</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<p>
|
<p>
|
||||||
QMCkl is built with GNU Autotools, so the usual
|
QMCkl is built with GNU Autotools, so the usual
|
||||||
@ -400,8 +400,8 @@ options are defined using <code>CFLAGS</code> and <code>FCFLAGS</code>.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org362b667" class="outline-3">
|
<div id="outline-container-orga4a6c1d" class="outline-3">
|
||||||
<h3 id="org362b667"><span class="section-number-3">1.2</span> Installing from the source repository (for developers)</h3>
|
<h3 id="orga4a6c1d"><span class="section-number-3">1.2</span> Installing from the source repository (for developers)</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<p>
|
<p>
|
||||||
To compile from the source repository, additional dependencies are
|
To compile from the source repository, additional dependencies are
|
||||||
@ -422,8 +422,8 @@ to be executed first.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org797362f" class="outline-2">
|
<div id="outline-container-org5001aa0" class="outline-2">
|
||||||
<h2 id="org797362f"><span class="section-number-2">2</span> Using QMCkl</h2>
|
<h2 id="org5001aa0"><span class="section-number-2">2</span> Using QMCkl</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<p>
|
<p>
|
||||||
The <code>qmckl.h</code> header file installed in the <code>${prefix}/include</code> directory
|
The <code>qmckl.h</code> header file installed in the <code>${prefix}/include</code> directory
|
||||||
@ -452,12 +452,12 @@ Both files are located in the <code>include/</code> directory.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5d3554d" class="outline-2">
|
<div id="outline-container-orgc184d77" class="outline-2">
|
||||||
<h2 id="org5d3554d"><span class="section-number-2">3</span> Developing in QMCkl</h2>
|
<h2 id="orgc184d77"><span class="section-number-2">3</span> Developing in QMCkl</h2>
|
||||||
<div class="outline-text-2" id="text-3">
|
<div class="outline-text-2" id="text-3">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org6f6be29" class="outline-3">
|
<div id="outline-container-org89dcd57" class="outline-3">
|
||||||
<h3 id="org6f6be29"><span class="section-number-3">3.1</span> Literate programming</h3>
|
<h3 id="org89dcd57"><span class="section-number-3">3.1</span> Literate programming</h3>
|
||||||
<div class="outline-text-3" id="text-3-1">
|
<div class="outline-text-3" id="text-3-1">
|
||||||
<p>
|
<p>
|
||||||
In a traditional source code, most of the lines of source files of a program
|
In a traditional source code, most of the lines of source files of a program
|
||||||
@ -507,8 +507,8 @@ tarball contains the generated source code.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9ece990" class="outline-3">
|
<div id="outline-container-orgb565542" class="outline-3">
|
||||||
<h3 id="org9ece990"><span class="section-number-3">3.2</span> Source code editing</h3>
|
<h3 id="orgb565542"><span class="section-number-3">3.2</span> Source code editing</h3>
|
||||||
<div class="outline-text-3" id="text-3-2">
|
<div class="outline-text-3" id="text-3-2">
|
||||||
<p>
|
<p>
|
||||||
For a tutorial on literate programming with org-mode, follow <a href="http://www.howardism.org/Technical/Emacs/literate-programming-tutorial.html">this link</a>.
|
For a tutorial on literate programming with org-mode, follow <a href="http://www.howardism.org/Technical/Emacs/literate-programming-tutorial.html">this link</a>.
|
||||||
@ -539,8 +539,8 @@ org-mode.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org653f850" class="outline-3">
|
<div id="outline-container-org89209a1" class="outline-3">
|
||||||
<h3 id="org653f850"><span class="section-number-3">3.3</span> Choice of the programming language</h3>
|
<h3 id="org89209a1"><span class="section-number-3">3.3</span> Choice of the programming language</h3>
|
||||||
<div class="outline-text-3" id="text-3-3">
|
<div class="outline-text-3" id="text-3-3">
|
||||||
<p>
|
<p>
|
||||||
Most of the codes of the <a href="https://trex-coe.eu">TREX CoE</a> are written in Fortran with some
|
Most of the codes of the <a href="https://trex-coe.eu">TREX CoE</a> are written in Fortran with some
|
||||||
@ -604,8 +604,8 @@ For more guidelines on using Fortran to generate a C interface, see
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf5aebba" class="outline-3">
|
<div id="outline-container-org10f10aa" class="outline-3">
|
||||||
<h3 id="orgf5aebba"><span class="section-number-3">3.4</span> Coding rules</h3>
|
<h3 id="org10f10aa"><span class="section-number-3">3.4</span> Coding rules</h3>
|
||||||
<div class="outline-text-3" id="text-3-4">
|
<div class="outline-text-3" id="text-3-4">
|
||||||
<p>
|
<p>
|
||||||
The authors should follow the recommendations of the C99
|
The authors should follow the recommendations of the C99
|
||||||
@ -625,8 +625,8 @@ make cppcheck ; cat cppcheck.out
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org89aa563" class="outline-3">
|
<div id="outline-container-org5edce34" class="outline-3">
|
||||||
<h3 id="org89aa563"><span class="section-number-3">3.5</span> Design of the library</h3>
|
<h3 id="org5edce34"><span class="section-number-3">3.5</span> Design of the library</h3>
|
||||||
<div class="outline-text-3" id="text-3-5">
|
<div class="outline-text-3" id="text-3-5">
|
||||||
<p>
|
<p>
|
||||||
The proposed API should allow the library to: deal with memory transfers
|
The proposed API should allow the library to: deal with memory transfers
|
||||||
@ -637,8 +637,8 @@ functions (see below).
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge594bee" class="outline-3">
|
<div id="outline-container-orgb78025c" class="outline-3">
|
||||||
<h3 id="orge594bee"><span class="section-number-3">3.6</span> Naming conventions</h3>
|
<h3 id="orgb78025c"><span class="section-number-3">3.6</span> Naming conventions</h3>
|
||||||
<div class="outline-text-3" id="text-3-6">
|
<div class="outline-text-3" id="text-3-6">
|
||||||
<p>
|
<p>
|
||||||
To avoid namespace collisions, we use <code>qmckl_</code> as a prefix for all exported
|
To avoid namespace collisions, we use <code>qmckl_</code> as a prefix for all exported
|
||||||
@ -659,8 +659,8 @@ form is allowed.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf04652d" class="outline-3">
|
<div id="outline-container-orgb18d681" class="outline-3">
|
||||||
<h3 id="orgf04652d"><span class="section-number-3">3.7</span> Application programming interface</h3>
|
<h3 id="orgb18d681"><span class="section-number-3">3.7</span> Application programming interface</h3>
|
||||||
<div class="outline-text-3" id="text-3-7">
|
<div class="outline-text-3" id="text-3-7">
|
||||||
<p>
|
<p>
|
||||||
In the C language, the number of bits used by the integer types can change
|
In the C language, the number of bits used by the integer types can change
|
||||||
@ -692,15 +692,15 @@ bindings in other languages in other repositories.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org902b115" class="outline-3">
|
<div id="outline-container-org093b34f" class="outline-3">
|
||||||
<h3 id="org902b115"><span class="section-number-3">3.8</span> Global state</h3>
|
<h3 id="org093b34f"><span class="section-number-3">3.8</span> Global state</h3>
|
||||||
<div class="outline-text-3" id="text-3-8">
|
<div class="outline-text-3" id="text-3-8">
|
||||||
<p>
|
<p>
|
||||||
Global variables should be avoided in the library, because it is
|
Global variables should be avoided in the library, because it is
|
||||||
possible that one single program needs to use multiple instances
|
possible that one single program needs to use multiple instances
|
||||||
of the library. To solve this problem we propose to use a pointer
|
of the library. To solve this problem we propose to use a pointer
|
||||||
to a <a href="./qmckl_context.html"><code>context</code></a> variable, built by the library with the
|
to a <a href="./qmckl_context.html"><code>context</code></a> variable, built by the library with the
|
||||||
<code>qmckl_context_create</code> function. The <a id="org812699c">=context=</a> contains the global
|
<code>qmckl_context_create</code> function. The <a id="orga97d832">=context=</a> contains the global
|
||||||
state of the library, and is used as the first argument of many
|
state of the library, and is used as the first argument of many
|
||||||
QMCkl functions.
|
QMCkl functions.
|
||||||
</p>
|
</p>
|
||||||
@ -714,8 +714,8 @@ the state is done by setters and getters, prefixed by
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc881528" class="outline-3">
|
<div id="outline-container-orgc042ee8" class="outline-3">
|
||||||
<h3 id="orgc881528"><span class="section-number-3">3.9</span> Headers</h3>
|
<h3 id="orgc042ee8"><span class="section-number-3">3.9</span> Headers</h3>
|
||||||
<div class="outline-text-3" id="text-3-9">
|
<div class="outline-text-3" id="text-3-9">
|
||||||
<p>
|
<p>
|
||||||
A single <code>qmckl.h</code> header to be distributed by the library
|
A single <code>qmckl.h</code> header to be distributed by the library
|
||||||
@ -803,8 +803,8 @@ and the types definitions should be written in the <code>*fh_type.f90</code> fil
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org1b314a4" class="outline-3">
|
<div id="outline-container-orgce8d92f" class="outline-3">
|
||||||
<h3 id="org1b314a4"><span class="section-number-3">3.10</span> Low-level functions</h3>
|
<h3 id="orgce8d92f"><span class="section-number-3">3.10</span> Low-level functions</h3>
|
||||||
<div class="outline-text-3" id="text-3-10">
|
<div class="outline-text-3" id="text-3-10">
|
||||||
<p>
|
<p>
|
||||||
Low-level functions are very simple functions which are leaves of
|
Low-level functions are very simple functions which are leaves of
|
||||||
@ -813,14 +813,14 @@ the function call tree (they don't call any other QMCkl function).
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
These functions are <i>pure</i>, and unaware of the QMCkl
|
These functions are <i>pure</i>, and unaware of the QMCkl
|
||||||
<a href="#org812699c"><code>context</code></a>. They are not allowed to allocate/deallocate memory, and
|
<a href="#orga97d832"><code>context</code></a>. They are not allowed to allocate/deallocate memory, and
|
||||||
if they need temporary memory it should be provided in input.
|
if they need temporary memory it should be provided in input.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge059df6" class="outline-3">
|
<div id="outline-container-org3f238f5" class="outline-3">
|
||||||
<h3 id="orge059df6"><span class="section-number-3">3.11</span> High-level functions</h3>
|
<h3 id="org3f238f5"><span class="section-number-3">3.11</span> High-level functions</h3>
|
||||||
<div class="outline-text-3" id="text-3-11">
|
<div class="outline-text-3" id="text-3-11">
|
||||||
<p>
|
<p>
|
||||||
High-level functions are at the top of the function call tree.
|
High-level functions are at the top of the function call tree.
|
||||||
@ -832,8 +832,8 @@ temporary storage, to simplify the use of accelerators.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2188db3" class="outline-3">
|
<div id="outline-container-org991d0f2" class="outline-3">
|
||||||
<h3 id="org2188db3"><span class="section-number-3">3.12</span> Numerical precision</h3>
|
<h3 id="org991d0f2"><span class="section-number-3">3.12</span> Numerical precision</h3>
|
||||||
<div class="outline-text-3" id="text-3-12">
|
<div class="outline-text-3" id="text-3-12">
|
||||||
<p>
|
<p>
|
||||||
The minimal number of bits of precision required for a function
|
The minimal number of bits of precision required for a function
|
||||||
@ -841,7 +841,7 @@ should be given as an input of low-level computational
|
|||||||
functions. This input will be used to define the values of the
|
functions. This input will be used to define the values of the
|
||||||
different thresholds that might be used to avoid computing
|
different thresholds that might be used to avoid computing
|
||||||
unnecessary noise. High-level functions will use the precision
|
unnecessary noise. High-level functions will use the precision
|
||||||
specified in the <a href="#org812699c"><code>context</code></a> variable.
|
specified in the <a href="#orga97d832"><code>context</code></a> variable.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -909,8 +909,8 @@ following points :
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org60f3340" class="outline-3">
|
<div id="outline-container-org36989c3" class="outline-3">
|
||||||
<h3 id="org60f3340"><span class="section-number-3">3.13</span> Algorithms</h3>
|
<h3 id="org36989c3"><span class="section-number-3">3.13</span> Algorithms</h3>
|
||||||
<div class="outline-text-3" id="text-3-13">
|
<div class="outline-text-3" id="text-3-13">
|
||||||
<p>
|
<p>
|
||||||
Reducing the scaling of an algorithm usually implies also reducing
|
Reducing the scaling of an algorithm usually implies also reducing
|
||||||
@ -926,7 +926,7 @@ implemented adapted to different problem sizes.
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
218
qmckl_ao.html
218
qmckl_ao.html
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Atomic Orbitals</title>
|
<title>Atomic Orbitals</title>
|
||||||
@ -346,62 +346,62 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org568057e">1. Introduction</a></li>
|
<li><a href="#org58e6214">1. Introduction</a></li>
|
||||||
<li><a href="#org514c9a3">2. Context</a>
|
<li><a href="#org23174a2">2. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org7eb9967">2.1. Constant data</a>
|
<li><a href="#org08efbbb">2.1. Constant data</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgb588487">2.1.1. Initialization functions</a>
|
<li><a href="#orgeefe22c">2.1.1. Initialization functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgcf371a2">2.1.1.1. C interface</a></li>
|
<li><a href="#org483691f">2.1.1.1. C interface</a></li>
|
||||||
<li><a href="#orge7e5c3c">2.1.1.2. Fortran interface</a></li>
|
<li><a href="#org56a241e">2.1.1.2. Fortran interface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org1c3497d">2.1.2. Access functions</a>
|
<li><a href="#org721aab2">2.1.2. Access functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgeaa90dd">2.1.2.1. C interface</a></li>
|
<li><a href="#org5f0ebfd">2.1.2.1. C interface</a></li>
|
||||||
<li><a href="#org3fa85e1">2.1.2.2. Fortran interface</a></li>
|
<li><a href="#org220004b">2.1.2.2. Fortran interface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org71fd048">2.2. Computed data</a>
|
<li><a href="#orgc47d81a">2.2. Computed data</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org962ba72">2.2.1. After initialization</a></li>
|
<li><a href="#orgd7f3b78">2.2.1. After initialization</a></li>
|
||||||
<li><a href="#org31d8dab">2.2.2. <span class="todo TODO">TODO</span> HPC-specific data structures</a></li>
|
<li><a href="#org238784d">2.2.2. <span class="todo TODO">TODO</span> HPC-specific data structures</a></li>
|
||||||
<li><a href="#orge0b6d37">2.2.3. Access functions</a></li>
|
<li><a href="#orge14993a">2.2.3. Access functions</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org8f9fefd">3. Radial part</a>
|
<li><a href="#org0bf8bfa">3. Radial part</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgf8a535a">3.1. General functions for Gaussian basis functions</a></li>
|
<li><a href="#org2a3dbe6">3.1. General functions for Gaussian basis functions</a></li>
|
||||||
<li><a href="#orgbd5cbb3">3.2. Computation of primitives</a></li>
|
<li><a href="#orge18a7db">3.2. Computation of primitives</a></li>
|
||||||
<li><a href="#org7a74e04">3.3. Computation of shells</a></li>
|
<li><a href="#orge191307">3.3. Computation of shells</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgab92a56">4. Polynomial part</a>
|
<li><a href="#org3ad3412">4. Polynomial part</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org0ff14bf">4.1. General functions for Powers of \(x-X_i\)</a></li>
|
<li><a href="#org10bc29e">4.1. General functions for Powers of \(x-X_i\)</a></li>
|
||||||
<li><a href="#org687f357">4.2. General functions for Value, Gradient and Laplacian of a polynomial</a></li>
|
<li><a href="#org5ad45f9">4.2. General functions for Value, Gradient and Laplacian of a polynomial</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgbddefb4">5. Combining radial and polynomial parts</a>
|
<li><a href="#org85b79d8">5. Combining radial and polynomial parts</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgde392da">5.1. Determination of nucleus ranges</a></li>
|
<li><a href="#org363018d">5.1. Determination of nucleus ranges</a></li>
|
||||||
<li><a href="#org4919495">5.2. Values only</a>
|
<li><a href="#orgd3ec92d">5.2. Values only</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org9648ef4">5.2.1. Unoptimized version</a></li>
|
<li><a href="#org010524d">5.2.1. Unoptimized version</a></li>
|
||||||
<li><a href="#org779fd79">5.2.2. HPC version</a></li>
|
<li><a href="#org37225d7">5.2.2. HPC version</a></li>
|
||||||
<li><a href="#orgee34c35">5.2.3. Interfaces</a></li>
|
<li><a href="#orgbcb0151">5.2.3. Interfaces</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orga0f08a2">5.3. Value, gradients, Laplacian</a>
|
<li><a href="#org9281c79">5.3. Value, gradients, Laplacian</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org10f668f">5.3.1. Reference version</a></li>
|
<li><a href="#org087df9a">5.3.1. Reference version</a></li>
|
||||||
<li><a href="#org11e765e">5.3.2. HPC version</a></li>
|
<li><a href="#orgd28aff4">5.3.2. HPC version</a></li>
|
||||||
<li><a href="#orgda645a2">5.3.3. Interfaces</a></li>
|
<li><a href="#orgef85bf2">5.3.3. Interfaces</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -410,8 +410,8 @@ for the JavaScript code in this tag.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org568057e" class="outline-2">
|
<div id="outline-container-org58e6214" class="outline-2">
|
||||||
<h2 id="org568057e"><span class="section-number-2">1</span> Introduction</h2>
|
<h2 id="org58e6214"><span class="section-number-2">1</span> Introduction</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
The atomic basis set is defined as a list of shells. Each shell \(s\) is
|
The atomic basis set is defined as a list of shells. Each shell \(s\) is
|
||||||
@ -464,19 +464,19 @@ gradients and Laplacian of the atomic basis functions.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org514c9a3" class="outline-2">
|
<div id="outline-container-org23174a2" class="outline-2">
|
||||||
<h2 id="org514c9a3"><span class="section-number-2">2</span> Context</h2>
|
<h2 id="org23174a2"><span class="section-number-2">2</span> Context</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org7eb9967" class="outline-3">
|
<div id="outline-container-org08efbbb" class="outline-3">
|
||||||
<h3 id="org7eb9967"><span class="section-number-3">2.1</span> Constant data</h3>
|
<h3 id="org08efbbb"><span class="section-number-3">2.1</span> Constant data</h3>
|
||||||
<div class="outline-text-3" id="text-2-1">
|
<div class="outline-text-3" id="text-2-1">
|
||||||
<p>
|
<p>
|
||||||
The following arrays are stored in the context, and need to be set
|
The following arrays are stored in the context, and need to be set
|
||||||
when initializing the library:
|
when initializing the library:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org3c90a3e" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org81b63b5" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -710,7 +710,7 @@ calling the functions:
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-C" id="org8991356"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_set_ao_basis_$V$</span> ( <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
<pre class="src src-C" id="orgac362e4"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_set_ao_basis_$V$</span> ( <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
||||||
<span style="color: #a020f0;">const</span> $type_of_V$ $V$);
|
<span style="color: #a020f0;">const</span> $type_of_V$ $V$);
|
||||||
|
|
||||||
<span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_ao_basis_$V$</span> ( <span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
<span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_ao_basis_$V$</span> ( <span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
||||||
@ -747,7 +747,7 @@ For array variables, use the rule:
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-C" id="orge0b4fad"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_set_ao_basis_$V$</span> ( <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
<pre class="src src-C" id="orge3e8937"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_set_ao_basis_$V$</span> ( <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
||||||
<span style="color: #a020f0;">const</span> $type_of_V$ $V$,
|
<span style="color: #a020f0;">const</span> $type_of_V$ $V$,
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">size_max</span>);
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">size_max</span>);
|
||||||
|
|
||||||
@ -785,17 +785,17 @@ For array variables, use the rule:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgb588487" class="outline-4">
|
<div id="outline-container-orgeefe22c" class="outline-4">
|
||||||
<h4 id="orgb588487"><span class="section-number-4">2.1.1</span> Initialization functions</h4>
|
<h4 id="orgeefe22c"><span class="section-number-4">2.1.1</span> Initialization functions</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-1">
|
<div class="outline-text-4" id="text-2-1-1">
|
||||||
<p>
|
<p>
|
||||||
<code>size_max</code> is the dimension of the input array, which should be
|
<code>size_max</code> is the dimension of the input array, which should be
|
||||||
equal of larger than the value given in the table of section <a href="#org514c9a3">2</a>.
|
equal of larger than the value given in the table of section <a href="#org23174a2">2</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgcf371a2" class="outline-5">
|
<div id="outline-container-org483691f" class="outline-5">
|
||||||
<h5 id="orgcf371a2"><span class="section-number-5">2.1.1.1</span> C interface</h5>
|
<h5 id="org483691f"><span class="section-number-5">2.1.1.1</span> C interface</h5>
|
||||||
<div class="outline-text-5" id="text-2-1-1-1">
|
<div class="outline-text-5" id="text-2-1-1-1">
|
||||||
<p>
|
<p>
|
||||||
To set the basis set, all the following functions need to be
|
To set the basis set, all the following functions need to be
|
||||||
@ -919,8 +919,8 @@ called.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge7e5c3c" class="outline-5">
|
<div id="outline-container-org56a241e" class="outline-5">
|
||||||
<h5 id="orge7e5c3c"><span class="section-number-5">2.1.1.2</span> Fortran interface</h5>
|
<h5 id="org56a241e"><span class="section-number-5">2.1.1.2</span> Fortran interface</h5>
|
||||||
<div class="outline-text-5" id="text-2-1-1-2">
|
<div class="outline-text-5" id="text-2-1-1-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90"><span style="color: #a020f0;">interface</span>
|
<pre class="src src-f90"><span style="color: #a020f0;">interface</span>
|
||||||
@ -1103,17 +1103,17 @@ called.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org1c3497d" class="outline-4">
|
<div id="outline-container-org721aab2" class="outline-4">
|
||||||
<h4 id="org1c3497d"><span class="section-number-4">2.1.2</span> Access functions</h4>
|
<h4 id="org721aab2"><span class="section-number-4">2.1.2</span> Access functions</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-2">
|
<div class="outline-text-4" id="text-2-1-2">
|
||||||
<p>
|
<p>
|
||||||
<code>size_max</code> is the dimension of the input array, which should be
|
<code>size_max</code> is the dimension of the input array, which should be
|
||||||
equal of larger than the value given in the table of section <a href="#org514c9a3">2</a>.
|
equal of larger than the value given in the table of section <a href="#org23174a2">2</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgeaa90dd" class="outline-5">
|
<div id="outline-container-org5f0ebfd" class="outline-5">
|
||||||
<h5 id="orgeaa90dd"><span class="section-number-5">2.1.2.1</span> C interface</h5>
|
<h5 id="org5f0ebfd"><span class="section-number-5">2.1.2.1</span> C interface</h5>
|
||||||
<div class="outline-text-5" id="text-2-1-2-1">
|
<div class="outline-text-5" id="text-2-1-2-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
||||||
@ -1235,8 +1235,8 @@ function returns <code>true</code>.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org3fa85e1" class="outline-5">
|
<div id="outline-container-org220004b" class="outline-5">
|
||||||
<h5 id="org3fa85e1"><span class="section-number-5">2.1.2.2</span> Fortran interface</h5>
|
<h5 id="org220004b"><span class="section-number-5">2.1.2.2</span> Fortran interface</h5>
|
||||||
<div class="outline-text-5" id="text-2-1-2-2">
|
<div class="outline-text-5" id="text-2-1-2-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90"><span style="color: #a020f0;">interface</span>
|
<pre class="src src-f90"><span style="color: #a020f0;">interface</span>
|
||||||
@ -1420,8 +1420,8 @@ function returns <code>true</code>.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org71fd048" class="outline-3">
|
<div id="outline-container-orgc47d81a" class="outline-3">
|
||||||
<h3 id="org71fd048"><span class="section-number-3">2.2</span> Computed data</h3>
|
<h3 id="orgc47d81a"><span class="section-number-3">2.2</span> Computed data</h3>
|
||||||
<div class="outline-text-3" id="text-2-2">
|
<div class="outline-text-3" id="text-2-2">
|
||||||
<p>
|
<p>
|
||||||
The following data is computed as described in the next sections:
|
The following data is computed as described in the next sections:
|
||||||
@ -1496,8 +1496,8 @@ The following data is computed as described in the next sections:
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org962ba72" class="outline-4">
|
<div id="outline-container-orgd7f3b78" class="outline-4">
|
||||||
<h4 id="org962ba72"><span class="section-number-4">2.2.1</span> After initialization</h4>
|
<h4 id="orgd7f3b78"><span class="section-number-4">2.2.1</span> After initialization</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-1">
|
<div class="outline-text-4" id="text-2-2-1">
|
||||||
<p>
|
<p>
|
||||||
When the basis set is completely entered, extra data structures may be
|
When the basis set is completely entered, extra data structures may be
|
||||||
@ -1511,8 +1511,8 @@ the context.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org31d8dab" class="outline-4">
|
<div id="outline-container-org238784d" class="outline-4">
|
||||||
<h4 id="org31d8dab"><span class="section-number-4">2.2.2</span> <span class="todo TODO">TODO</span> HPC-specific data structures</h4>
|
<h4 id="org238784d"><span class="section-number-4">2.2.2</span> <span class="todo TODO">TODO</span> HPC-specific data structures</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-2">
|
<div class="outline-text-4" id="text-2-2-2">
|
||||||
<p>
|
<p>
|
||||||
For faster access, we provide extra arrays for the shell information as:
|
For faster access, we provide extra arrays for the shell information as:
|
||||||
@ -1542,8 +1542,8 @@ which is a matrix-vector product.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge0b6d37" class="outline-4">
|
<div id="outline-container-orge14993a" class="outline-4">
|
||||||
<h4 id="orge0b6d37"><span class="section-number-4">2.2.3</span> Access functions</h4>
|
<h4 id="orge14993a"><span class="section-number-4">2.2.3</span> Access functions</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-3">
|
<div class="outline-text-4" id="text-2-2-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
||||||
@ -1556,7 +1556,7 @@ which is a matrix-vector product.
|
|||||||
<p>
|
<p>
|
||||||
Returns the array of values, gradients an Laplacian of primitive
|
Returns the array of values, gradients an Laplacian of primitive
|
||||||
basis functions evaluated at the current coordinates.
|
basis functions evaluated at the current coordinates.
|
||||||
See section <a href="#orgbd5cbb3">3.2</a>.
|
See section <a href="#orge18a7db">3.2</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
@ -1569,7 +1569,7 @@ See section <a href="#orgbd5cbb3">3.2</a>.
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
Returns the array of values, gradients an Laplacian of contracted shells
|
Returns the array of values, gradients an Laplacian of contracted shells
|
||||||
evaluated at the current coordinates. See section <a href="#org7a74e04">3.3</a>.
|
evaluated at the current coordinates. See section <a href="#orge191307">3.3</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
@ -1583,7 +1583,7 @@ evaluated at the current coordinates. See section <a href="#org7a74e04">3.3</a>.
|
|||||||
<p>
|
<p>
|
||||||
Returns the array of values, gradients an Laplacian of the atomic orbitals
|
Returns the array of values, gradients an Laplacian of the atomic orbitals
|
||||||
evaluated at the current coordinates.
|
evaluated at the current coordinates.
|
||||||
See section <a href="#orgbddefb4">5</a>.
|
See section <a href="#org85b79d8">5</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -1608,7 +1608,7 @@ Uses the given array to compute the VGL.
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
Returns the array of values of the atomic orbitals evaluated at
|
Returns the array of values of the atomic orbitals evaluated at
|
||||||
the current coordinates. See section <a href="#orgbddefb4">5</a>.
|
the current coordinates. See section <a href="#org85b79d8">5</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -1627,12 +1627,12 @@ Uses the given array to compute the value.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8f9fefd" class="outline-2">
|
<div id="outline-container-org0bf8bfa" class="outline-2">
|
||||||
<h2 id="org8f9fefd"><span class="section-number-2">3</span> Radial part</h2>
|
<h2 id="org0bf8bfa"><span class="section-number-2">3</span> Radial part</h2>
|
||||||
<div class="outline-text-2" id="text-3">
|
<div class="outline-text-2" id="text-3">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgf8a535a" class="outline-3">
|
<div id="outline-container-org2a3dbe6" class="outline-3">
|
||||||
<h3 id="orgf8a535a"><span class="section-number-3">3.1</span> General functions for Gaussian basis functions</h3>
|
<h3 id="org2a3dbe6"><span class="section-number-3">3.1</span> General functions for Gaussian basis functions</h3>
|
||||||
<div class="outline-text-3" id="text-3-1">
|
<div class="outline-text-3" id="text-3-1">
|
||||||
<p>
|
<p>
|
||||||
<code>qmckl_ao_gaussian_vgl</code> computes the values, gradients and
|
<code>qmckl_ao_gaussian_vgl</code> computes the values, gradients and
|
||||||
@ -1806,10 +1806,10 @@ Requirements:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgbd5cbb3" class="outline-3">
|
<div id="outline-container-orge18a7db" class="outline-3">
|
||||||
<h3 id="orgbd5cbb3"><span class="section-number-3">3.2</span> Computation of primitives</h3>
|
<h3 id="orge18a7db"><span class="section-number-3">3.2</span> Computation of primitives</h3>
|
||||||
<div class="outline-text-3" id="text-3-2">
|
<div class="outline-text-3" id="text-3-2">
|
||||||
<table id="org548b985" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org2f68d48" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1972,10 +1972,10 @@ Requirements:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7a74e04" class="outline-3">
|
<div id="outline-container-orge191307" class="outline-3">
|
||||||
<h3 id="org7a74e04"><span class="section-number-3">3.3</span> Computation of shells</h3>
|
<h3 id="orge191307"><span class="section-number-3">3.3</span> Computation of shells</h3>
|
||||||
<div class="outline-text-3" id="text-3-3">
|
<div class="outline-text-3" id="text-3-3">
|
||||||
<table id="orga133f82" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgf512e62" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -2232,8 +2232,8 @@ Requirements:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgab92a56" class="outline-2">
|
<div id="outline-container-org3ad3412" class="outline-2">
|
||||||
<h2 id="orgab92a56"><span class="section-number-2">4</span> Polynomial part</h2>
|
<h2 id="org3ad3412"><span class="section-number-2">4</span> Polynomial part</h2>
|
||||||
<div class="outline-text-2" id="text-4">
|
<div class="outline-text-2" id="text-4">
|
||||||
<p>
|
<p>
|
||||||
Going from the atomic basis set to AOs implies a systematic
|
Going from the atomic basis set to AOs implies a systematic
|
||||||
@ -2253,8 +2253,8 @@ f & : & f_{xxx}, f_{xxy}, f_{xxz}, f_{xyy}, f_{xyz}, f_{xzz}, f_{yyy}, f_{yyz},
|
|||||||
\end{eqnarray}
|
\end{eqnarray}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0ff14bf" class="outline-3">
|
<div id="outline-container-org10bc29e" class="outline-3">
|
||||||
<h3 id="org0ff14bf"><span class="section-number-3">4.1</span> General functions for Powers of \(x-X_i\)</h3>
|
<h3 id="org10bc29e"><span class="section-number-3">4.1</span> General functions for Powers of \(x-X_i\)</h3>
|
||||||
<div class="outline-text-3" id="text-4-1">
|
<div class="outline-text-3" id="text-4-1">
|
||||||
<p>
|
<p>
|
||||||
The <code>qmckl_ao_power</code> function computes all the powers of the <code>n</code>
|
The <code>qmckl_ao_power</code> function computes all the powers of the <code>n</code>
|
||||||
@ -2266,7 +2266,7 @@ the \(n\) points:
|
|||||||
\[ P_{ik} = X_i^k \]
|
\[ P_{ik} = X_i^k \]
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="orgda4e73c" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgafc8764" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -2409,8 +2409,8 @@ Requirements:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org687f357" class="outline-3">
|
<div id="outline-container-org5ad45f9" class="outline-3">
|
||||||
<h3 id="org687f357"><span class="section-number-3">4.2</span> General functions for Value, Gradient and Laplacian of a polynomial</h3>
|
<h3 id="org5ad45f9"><span class="section-number-3">4.2</span> General functions for Value, Gradient and Laplacian of a polynomial</h3>
|
||||||
<div class="outline-text-3" id="text-4-2">
|
<div class="outline-text-3" id="text-4-2">
|
||||||
<p>
|
<p>
|
||||||
A polynomial is centered on a nucleus \(\mathbf{R}_i\)
|
A polynomial is centered on a nucleus \(\mathbf{R}_i\)
|
||||||
@ -2455,7 +2455,7 @@ Laplacians at a given point in space, of all polynomials with an
|
|||||||
angular momentum up to <code>lmax</code>.
|
angular momentum up to <code>lmax</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="orgf74ea3c" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org0565938" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -3250,12 +3250,12 @@ For example, with a=0, b=2 and c=1 the string is "yyz"</li>
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgbddefb4" class="outline-2">
|
<div id="outline-container-org85b79d8" class="outline-2">
|
||||||
<h2 id="orgbddefb4"><span class="section-number-2">5</span> Combining radial and polynomial parts</h2>
|
<h2 id="org85b79d8"><span class="section-number-2">5</span> Combining radial and polynomial parts</h2>
|
||||||
<div class="outline-text-2" id="text-5">
|
<div class="outline-text-2" id="text-5">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgde392da" class="outline-3">
|
<div id="outline-container-org363018d" class="outline-3">
|
||||||
<h3 id="orgde392da"><span class="section-number-3">5.1</span> Determination of nucleus ranges</h3>
|
<h3 id="org363018d"><span class="section-number-3">5.1</span> Determination of nucleus ranges</h3>
|
||||||
<div class="outline-text-3" id="text-5-1">
|
<div class="outline-text-3" id="text-5-1">
|
||||||
<p>
|
<p>
|
||||||
The range of a nucleus is defined as the distance beyond which all
|
The range of a nucleus is defined as the distance beyond which all
|
||||||
@ -3422,14 +3422,14 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4919495" class="outline-3">
|
<div id="outline-container-orgd3ec92d" class="outline-3">
|
||||||
<h3 id="org4919495"><span class="section-number-3">5.2</span> Values only</h3>
|
<h3 id="orgd3ec92d"><span class="section-number-3">5.2</span> Values only</h3>
|
||||||
<div class="outline-text-3" id="text-5-2">
|
<div class="outline-text-3" id="text-5-2">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org9648ef4" class="outline-4">
|
<div id="outline-container-org010524d" class="outline-4">
|
||||||
<h4 id="org9648ef4"><span class="section-number-4">5.2.1</span> Unoptimized version</h4>
|
<h4 id="org010524d"><span class="section-number-4">5.2.1</span> Unoptimized version</h4>
|
||||||
<div class="outline-text-4" id="text-5-2-1">
|
<div class="outline-text-4" id="text-5-2-1">
|
||||||
<table id="org01d010a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgb56e563" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -3670,10 +3670,10 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org779fd79" class="outline-4">
|
<div id="outline-container-org37225d7" class="outline-4">
|
||||||
<h4 id="org779fd79"><span class="section-number-4">5.2.2</span> HPC version</h4>
|
<h4 id="org37225d7"><span class="section-number-4">5.2.2</span> HPC version</h4>
|
||||||
<div class="outline-text-4" id="text-5-2-2">
|
<div class="outline-text-4" id="text-5-2-2">
|
||||||
<table id="org360002a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgf2c201e" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -3831,8 +3831,8 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgee34c35" class="outline-4">
|
<div id="outline-container-orgbcb0151" class="outline-4">
|
||||||
<h4 id="orgee34c35"><span class="section-number-4">5.2.3</span> Interfaces</h4>
|
<h4 id="orgbcb0151"><span class="section-number-4">5.2.3</span> Interfaces</h4>
|
||||||
<div class="outline-text-4" id="text-5-2-3">
|
<div class="outline-text-4" id="text-5-2-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_compute_ao_value_doc</span> (
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_compute_ao_value_doc</span> (
|
||||||
@ -3881,14 +3881,14 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga0f08a2" class="outline-3">
|
<div id="outline-container-org9281c79" class="outline-3">
|
||||||
<h3 id="orga0f08a2"><span class="section-number-3">5.3</span> Value, gradients, Laplacian</h3>
|
<h3 id="org9281c79"><span class="section-number-3">5.3</span> Value, gradients, Laplacian</h3>
|
||||||
<div class="outline-text-3" id="text-5-3">
|
<div class="outline-text-3" id="text-5-3">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org10f668f" class="outline-4">
|
<div id="outline-container-org087df9a" class="outline-4">
|
||||||
<h4 id="org10f668f"><span class="section-number-4">5.3.1</span> Reference version</h4>
|
<h4 id="org087df9a"><span class="section-number-4">5.3.1</span> Reference version</h4>
|
||||||
<div class="outline-text-4" id="text-5-3-1">
|
<div class="outline-text-4" id="text-5-3-1">
|
||||||
<table id="orgbcc4dca" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgd6ae3cc" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -4157,10 +4157,10 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org11e765e" class="outline-4">
|
<div id="outline-container-orgd28aff4" class="outline-4">
|
||||||
<h4 id="org11e765e"><span class="section-number-4">5.3.2</span> HPC version</h4>
|
<h4 id="orgd28aff4"><span class="section-number-4">5.3.2</span> HPC version</h4>
|
||||||
<div class="outline-text-4" id="text-5-3-2">
|
<div class="outline-text-4" id="text-5-3-2">
|
||||||
<table id="org47f7e8a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgda122f8" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -4319,8 +4319,8 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-orgda645a2" class="outline-4">
|
<div id="outline-container-orgef85bf2" class="outline-4">
|
||||||
<h4 id="orgda645a2"><span class="section-number-4">5.3.3</span> Interfaces</h4>
|
<h4 id="orgef85bf2"><span class="section-number-4">5.3.3</span> Interfaces</h4>
|
||||||
<div class="outline-text-4" id="text-5-3-3">
|
<div class="outline-text-4" id="text-5-3-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_compute_ao_vgl_doc</span> (
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_compute_ao_vgl_doc</span> (
|
||||||
@ -4372,7 +4372,7 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
184
qmckl_blas.html
184
qmckl_blas.html
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>BLAS functions</title>
|
<title>BLAS functions</title>
|
||||||
@ -346,56 +346,56 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org1767a04">-</a></li>
|
<li><a href="#orgf6261cc">-</a></li>
|
||||||
<li><a href="#orgc75ba72">1. Data types</a>
|
<li><a href="#orga92e09f">1. Data types</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org231c0cd">1.1. Vector</a></li>
|
<li><a href="#org6cc41b5">1.1. Vector</a></li>
|
||||||
<li><a href="#org99ea8c5">1.2. Matrix</a></li>
|
<li><a href="#org69ce9f6">1.2. Matrix</a></li>
|
||||||
<li><a href="#orge267c55">1.3. Tensor</a></li>
|
<li><a href="#org5abf754">1.3. Tensor</a></li>
|
||||||
<li><a href="#org6857898">1.4. Reshaping</a>
|
<li><a href="#org573e494">1.4. Reshaping</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org77cf3ae">1.4.1. Vector -> Matrix</a></li>
|
<li><a href="#org521c046">1.4.1. Vector -> Matrix</a></li>
|
||||||
<li><a href="#org6d7f2da">1.4.2. Vector -> Tensor</a></li>
|
<li><a href="#org625101b">1.4.2. Vector -> Tensor</a></li>
|
||||||
<li><a href="#org272325b">1.4.3. Matrix -> Vector</a></li>
|
<li><a href="#orgad955c3">1.4.3. Matrix -> Vector</a></li>
|
||||||
<li><a href="#org301ea79">1.4.4. Matrix -> Tensor</a></li>
|
<li><a href="#orga3f121a">1.4.4. Matrix -> Tensor</a></li>
|
||||||
<li><a href="#orgdb63f4a">1.4.5. Tensor -> Vector</a></li>
|
<li><a href="#orga416c04">1.4.5. Tensor -> Vector</a></li>
|
||||||
<li><a href="#orgab6d176">1.4.6. Tensor -> Matrix</a></li>
|
<li><a href="#orgc8b4f7e">1.4.6. Tensor -> Matrix</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org516909f">1.5. Access macros</a></li>
|
<li><a href="#org2bca6cc">1.5. Access macros</a></li>
|
||||||
<li><a href="#orga861c06">1.6. Set all elements</a>
|
<li><a href="#orgafd67f1">1.6. Set all elements</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgca9daa9">1.6.1. Vector</a></li>
|
<li><a href="#orgfdc291a">1.6.1. Vector</a></li>
|
||||||
<li><a href="#org630361f">1.6.2. Matrix</a></li>
|
<li><a href="#orgc8c9fd7">1.6.2. Matrix</a></li>
|
||||||
<li><a href="#org7242dcc">1.6.3. Tensor</a></li>
|
<li><a href="#org33ec6ef">1.6.3. Tensor</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org4cc45a6">1.7. Copy to/from to <code>double*</code></a></li>
|
<li><a href="#org8c751a2">1.7. Copy to/from to <code>double*</code></a></li>
|
||||||
<li><a href="#org803a133">1.8. Allocate and copy to <code>double*</code></a></li>
|
<li><a href="#org2e0ba1f">1.8. Allocate and copy to <code>double*</code></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgb442053">2. Matrix operations</a>
|
<li><a href="#orgee51b66">2. Matrix operations</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgf4e0e4d">2.1. <code>qmckl_dgemm</code></a></li>
|
<li><a href="#org88e2741">2.1. <code>qmckl_dgemm</code></a></li>
|
||||||
<li><a href="#org3086f5c">2.2. <code>qmckl_dgemm_safe</code></a></li>
|
<li><a href="#org14eded6">2.2. <code>qmckl_dgemm_safe</code></a></li>
|
||||||
<li><a href="#org13fd4f9">2.3. <code>qmckl_matmul</code></a></li>
|
<li><a href="#orgc603343">2.3. <code>qmckl_matmul</code></a></li>
|
||||||
<li><a href="#org4928e12">2.4. <code>qmckl_adjugate</code></a></li>
|
<li><a href="#orgaf52621">2.4. <code>qmckl_adjugate</code></a></li>
|
||||||
<li><a href="#org8e97df8">2.5. <code>qmckl_adjugate_safe</code></a>
|
<li><a href="#org6bdddb3">2.5. <code>qmckl_adjugate_safe</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org8925357">2.5.1. C interface</a></li>
|
<li><a href="#org9eeec3c">2.5.1. C interface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org5fa48ed">2.6. <code>qmckl_transpose</code></a></li>
|
<li><a href="#orga6f2ce0">2.6. <code>qmckl_transpose</code></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org5457312">3. Utilities</a></li>
|
<li><a href="#org654cbe1">3. Utilities</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org1767a04" class="outline-2">
|
<div id="outline-container-orgf6261cc" class="outline-2">
|
||||||
<h2 id="org1767a04">-</h2>
|
<h2 id="orgf6261cc">-</h2>
|
||||||
<div class="outline-text-2" id="text-org1767a04">
|
<div class="outline-text-2" id="text-orgf6261cc">
|
||||||
<p>
|
<p>
|
||||||
Basic linear algebra data types and operations are described in this file.
|
Basic linear algebra data types and operations are described in this file.
|
||||||
The data types are private, so that HPC implementations can use
|
The data types are private, so that HPC implementations can use
|
||||||
@ -409,12 +409,12 @@ are not intended to be passed to external codes.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc75ba72" class="outline-2">
|
<div id="outline-container-orga92e09f" class="outline-2">
|
||||||
<h2 id="orgc75ba72"><span class="section-number-2">1</span> Data types</h2>
|
<h2 id="orga92e09f"><span class="section-number-2">1</span> Data types</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org231c0cd" class="outline-3">
|
<div id="outline-container-org6cc41b5" class="outline-3">
|
||||||
<h3 id="org231c0cd"><span class="section-number-3">1.1</span> Vector</h3>
|
<h3 id="org6cc41b5"><span class="section-number-3">1.1</span> Vector</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
@ -468,8 +468,8 @@ Allocates a new vector. If the allocation failed the size is zero.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org99ea8c5" class="outline-3">
|
<div id="outline-container-org69ce9f6" class="outline-3">
|
||||||
<h3 id="org99ea8c5"><span class="section-number-3">1.2</span> Matrix</h3>
|
<h3 id="org69ce9f6"><span class="section-number-3">1.2</span> Matrix</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
@ -529,8 +529,8 @@ Allocates a new matrix. If the allocation failed the sizes are zero.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge267c55" class="outline-3">
|
<div id="outline-container-org5abf754" class="outline-3">
|
||||||
<h3 id="orge267c55"><span class="section-number-3">1.3</span> Tensor</h3>
|
<h3 id="org5abf754"><span class="section-number-3">1.3</span> Tensor</h3>
|
||||||
<div class="outline-text-3" id="text-1-3">
|
<div class="outline-text-3" id="text-1-3">
|
||||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
@ -597,16 +597,16 @@ is zero.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6857898" class="outline-3">
|
<div id="outline-container-org573e494" class="outline-3">
|
||||||
<h3 id="org6857898"><span class="section-number-3">1.4</span> Reshaping</h3>
|
<h3 id="org573e494"><span class="section-number-3">1.4</span> Reshaping</h3>
|
||||||
<div class="outline-text-3" id="text-1-4">
|
<div class="outline-text-3" id="text-1-4">
|
||||||
<p>
|
<p>
|
||||||
Reshaping occurs in-place and the pointer to the data is copied.
|
Reshaping occurs in-place and the pointer to the data is copied.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org77cf3ae" class="outline-4">
|
<div id="outline-container-org521c046" class="outline-4">
|
||||||
<h4 id="org77cf3ae"><span class="section-number-4">1.4.1</span> Vector -> Matrix</h4>
|
<h4 id="org521c046"><span class="section-number-4">1.4.1</span> Vector -> Matrix</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-1">
|
<div class="outline-text-4" id="text-1-4-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_matrix</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_matrix</span>
|
||||||
@ -622,8 +622,8 @@ Reshapes a vector into a matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6d7f2da" class="outline-4">
|
<div id="outline-container-org625101b" class="outline-4">
|
||||||
<h4 id="org6d7f2da"><span class="section-number-4">1.4.2</span> Vector -> Tensor</h4>
|
<h4 id="org625101b"><span class="section-number-4">1.4.2</span> Vector -> Tensor</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-2">
|
<div class="outline-text-4" id="text-1-4-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_tensor</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_tensor</span>
|
||||||
@ -639,8 +639,8 @@ Reshapes a vector into a tensor.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org272325b" class="outline-4">
|
<div id="outline-container-orgad955c3" class="outline-4">
|
||||||
<h4 id="org272325b"><span class="section-number-4">1.4.3</span> Matrix -> Vector</h4>
|
<h4 id="orgad955c3"><span class="section-number-4">1.4.3</span> Matrix -> Vector</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-3">
|
<div class="outline-text-4" id="text-1-4-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_vector</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_vector</span>
|
||||||
@ -654,8 +654,8 @@ Reshapes a matrix into a vector.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org301ea79" class="outline-4">
|
<div id="outline-container-orga3f121a" class="outline-4">
|
||||||
<h4 id="org301ea79"><span class="section-number-4">1.4.4</span> Matrix -> Tensor</h4>
|
<h4 id="orga3f121a"><span class="section-number-4">1.4.4</span> Matrix -> Tensor</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-4">
|
<div class="outline-text-4" id="text-1-4-4">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_tensor</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_tensor</span>
|
||||||
@ -671,8 +671,8 @@ Reshapes a matrix into a tensor.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgdb63f4a" class="outline-4">
|
<div id="outline-container-orga416c04" class="outline-4">
|
||||||
<h4 id="orgdb63f4a"><span class="section-number-4">1.4.5</span> Tensor -> Vector</h4>
|
<h4 id="orga416c04"><span class="section-number-4">1.4.5</span> Tensor -> Vector</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-5">
|
<div class="outline-text-4" id="text-1-4-5">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_vector</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_vector</span>
|
||||||
@ -686,8 +686,8 @@ Reshapes a tensor into a vector.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgab6d176" class="outline-4">
|
<div id="outline-container-orgc8b4f7e" class="outline-4">
|
||||||
<h4 id="orgab6d176"><span class="section-number-4">1.4.6</span> Tensor -> Matrix</h4>
|
<h4 id="orgc8b4f7e"><span class="section-number-4">1.4.6</span> Tensor -> Matrix</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-6">
|
<div class="outline-text-4" id="text-1-4-6">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_matrix</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_matrix</span>
|
||||||
@ -704,8 +704,8 @@ Reshapes a tensor into a vector.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org516909f" class="outline-3">
|
<div id="outline-container-org2bca6cc" class="outline-3">
|
||||||
<h3 id="org516909f"><span class="section-number-3">1.5</span> Access macros</h3>
|
<h3 id="org2bca6cc"><span class="section-number-3">1.5</span> Access macros</h3>
|
||||||
<div class="outline-text-3" id="text-1-5">
|
<div class="outline-text-3" id="text-1-5">
|
||||||
<p>
|
<p>
|
||||||
Macros are provided to ease the access to vectors, matrices and
|
Macros are provided to ease the access to vectors, matrices and
|
||||||
@ -730,12 +730,12 @@ For example:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga861c06" class="outline-3">
|
<div id="outline-container-orgafd67f1" class="outline-3">
|
||||||
<h3 id="orga861c06"><span class="section-number-3">1.6</span> Set all elements</h3>
|
<h3 id="orgafd67f1"><span class="section-number-3">1.6</span> Set all elements</h3>
|
||||||
<div class="outline-text-3" id="text-1-6">
|
<div class="outline-text-3" id="text-1-6">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgca9daa9" class="outline-4">
|
<div id="outline-container-orgfdc291a" class="outline-4">
|
||||||
<h4 id="orgca9daa9"><span class="section-number-4">1.6.1</span> Vector</h4>
|
<h4 id="orgfdc291a"><span class="section-number-4">1.6.1</span> Vector</h4>
|
||||||
<div class="outline-text-4" id="text-1-6-1">
|
<div class="outline-text-4" id="text-1-6-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_vector</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_vector</span>
|
||||||
@ -745,8 +745,8 @@ For example:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org630361f" class="outline-4">
|
<div id="outline-container-orgc8c9fd7" class="outline-4">
|
||||||
<h4 id="org630361f"><span class="section-number-4">1.6.2</span> Matrix</h4>
|
<h4 id="orgc8c9fd7"><span class="section-number-4">1.6.2</span> Matrix</h4>
|
||||||
<div class="outline-text-4" id="text-1-6-2">
|
<div class="outline-text-4" id="text-1-6-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_matrix</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_matrix</span>
|
||||||
@ -756,8 +756,8 @@ For example:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7242dcc" class="outline-4">
|
<div id="outline-container-org33ec6ef" class="outline-4">
|
||||||
<h4 id="org7242dcc"><span class="section-number-4">1.6.3</span> Tensor</h4>
|
<h4 id="org33ec6ef"><span class="section-number-4">1.6.3</span> Tensor</h4>
|
||||||
<div class="outline-text-4" id="text-1-6-3">
|
<div class="outline-text-4" id="text-1-6-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_tensor</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_tensor</span>
|
||||||
@ -768,8 +768,8 @@ For example:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4cc45a6" class="outline-3">
|
<div id="outline-container-org8c751a2" class="outline-3">
|
||||||
<h3 id="org4cc45a6"><span class="section-number-3">1.7</span> Copy to/from to <code>double*</code></h3>
|
<h3 id="org8c751a2"><span class="section-number-3">1.7</span> Copy to/from to <code>double*</code></h3>
|
||||||
<div class="outline-text-3" id="text-1-7">
|
<div class="outline-text-3" id="text-1-7">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
||||||
@ -851,8 +851,8 @@ Converts a <code>double*</code> to a tensor.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org803a133" class="outline-3">
|
<div id="outline-container-org2e0ba1f" class="outline-3">
|
||||||
<h3 id="org803a133"><span class="section-number-3">1.8</span> Allocate and copy to <code>double*</code></h3>
|
<h3 id="org2e0ba1f"><span class="section-number-3">1.8</span> Allocate and copy to <code>double*</code></h3>
|
||||||
<div class="outline-text-3" id="text-1-8">
|
<div class="outline-text-3" id="text-1-8">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">double</span>* <span style="color: #0000ff;">qmckl_alloc_double_of_vector</span>(<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
<pre class="src src-c"><span style="color: #228b22;">double</span>* <span style="color: #0000ff;">qmckl_alloc_double_of_vector</span>(<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
||||||
@ -876,12 +876,12 @@ Converts a <code>double*</code> to a tensor.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgb442053" class="outline-2">
|
<div id="outline-container-orgee51b66" class="outline-2">
|
||||||
<h2 id="orgb442053"><span class="section-number-2">2</span> Matrix operations</h2>
|
<h2 id="orgee51b66"><span class="section-number-2">2</span> Matrix operations</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgf4e0e4d" class="outline-3">
|
<div id="outline-container-org88e2741" class="outline-3">
|
||||||
<h3 id="orgf4e0e4d"><span class="section-number-3">2.1</span> <code>qmckl_dgemm</code></h3>
|
<h3 id="org88e2741"><span class="section-number-3">2.1</span> <code>qmckl_dgemm</code></h3>
|
||||||
<div class="outline-text-3" id="text-2-1">
|
<div class="outline-text-3" id="text-2-1">
|
||||||
<p>
|
<p>
|
||||||
Matrix multiplication with a BLAS interface:
|
Matrix multiplication with a BLAS interface:
|
||||||
@ -893,7 +893,7 @@ Matrix multiplication with a BLAS interface:
|
|||||||
\]
|
\]
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="orgec6953b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org6bb2698" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1052,8 +1052,8 @@ Requirements:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org3086f5c" class="outline-3">
|
<div id="outline-container-org14eded6" class="outline-3">
|
||||||
<h3 id="org3086f5c"><span class="section-number-3">2.2</span> <code>qmckl_dgemm_safe</code></h3>
|
<h3 id="org14eded6"><span class="section-number-3">2.2</span> <code>qmckl_dgemm_safe</code></h3>
|
||||||
<div class="outline-text-3" id="text-2-2">
|
<div class="outline-text-3" id="text-2-2">
|
||||||
<p>
|
<p>
|
||||||
"Size-safe" proxy function with the same functionality as <code>qmckl_dgemm</code>
|
"Size-safe" proxy function with the same functionality as <code>qmckl_dgemm</code>
|
||||||
@ -1062,7 +1062,7 @@ are required primarily for the Python API, where compatibility with
|
|||||||
NumPy arrays implies that sizes of the input and output arrays are provided.
|
NumPy arrays implies that sizes of the input and output arrays are provided.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org7af8569" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org386b4bd" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1248,8 +1248,8 @@ Requirements:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org13fd4f9" class="outline-3">
|
<div id="outline-container-orgc603343" class="outline-3">
|
||||||
<h3 id="org13fd4f9"><span class="section-number-3">2.3</span> <code>qmckl_matmul</code></h3>
|
<h3 id="orgc603343"><span class="section-number-3">2.3</span> <code>qmckl_matmul</code></h3>
|
||||||
<div class="outline-text-3" id="text-2-3">
|
<div class="outline-text-3" id="text-2-3">
|
||||||
<p>
|
<p>
|
||||||
Matrix multiplication using the <code>qmckl_matrix</code> data type:
|
Matrix multiplication using the <code>qmckl_matrix</code> data type:
|
||||||
@ -1261,7 +1261,7 @@ Matrix multiplication using the <code>qmckl_matrix</code> data type:
|
|||||||
\]
|
\]
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org193f567" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org8871f54" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1355,8 +1355,8 @@ Matrix multiplication using the <code>qmckl_matrix</code> data type:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4928e12" class="outline-3">
|
<div id="outline-container-orgaf52621" class="outline-3">
|
||||||
<h3 id="org4928e12"><span class="section-number-3">2.4</span> <code>qmckl_adjugate</code></h3>
|
<h3 id="orgaf52621"><span class="section-number-3">2.4</span> <code>qmckl_adjugate</code></h3>
|
||||||
<div class="outline-text-3" id="text-2-4">
|
<div class="outline-text-3" id="text-2-4">
|
||||||
<p>
|
<p>
|
||||||
Given a matrix \(\mathbf{A}\), the adjugate matrix
|
Given a matrix \(\mathbf{A}\), the adjugate matrix
|
||||||
@ -1374,7 +1374,7 @@ of \(\mathbf{A}\).
|
|||||||
See also: <a href="https://en.wikipedia.org/wiki/Adjugate_matrix">https://en.wikipedia.org/wiki/Adjugate_matrix</a>
|
See also: <a href="https://en.wikipedia.org/wiki/Adjugate_matrix">https://en.wikipedia.org/wiki/Adjugate_matrix</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="orgd6755e4" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgd93dc31" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1570,8 +1570,8 @@ determinant with the inverse:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8e97df8" class="outline-3">
|
<div id="outline-container-org6bdddb3" class="outline-3">
|
||||||
<h3 id="org8e97df8"><span class="section-number-3">2.5</span> <code>qmckl_adjugate_safe</code></h3>
|
<h3 id="org6bdddb3"><span class="section-number-3">2.5</span> <code>qmckl_adjugate_safe</code></h3>
|
||||||
<div class="outline-text-3" id="text-2-5">
|
<div class="outline-text-3" id="text-2-5">
|
||||||
<p>
|
<p>
|
||||||
"Size-safe" proxy function with the same functionality as <code>qmckl_adjugate</code>
|
"Size-safe" proxy function with the same functionality as <code>qmckl_adjugate</code>
|
||||||
@ -1581,7 +1581,7 @@ NumPy arrays implies that sizes of the input and output arrays are provided.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<table id="orgb67b68b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgf7744fa" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1703,13 +1703,13 @@ LAPACK library.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8925357" class="outline-4">
|
<div id="outline-container-org9eeec3c" class="outline-4">
|
||||||
<h4 id="org8925357"><span class="section-number-4">2.5.1</span> C interface</h4>
|
<h4 id="org9eeec3c"><span class="section-number-4">2.5.1</span> C interface</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5fa48ed" class="outline-3">
|
<div id="outline-container-orga6f2ce0" class="outline-3">
|
||||||
<h3 id="org5fa48ed"><span class="section-number-3">2.6</span> <code>qmckl_transpose</code></h3>
|
<h3 id="orga6f2ce0"><span class="section-number-3">2.6</span> <code>qmckl_transpose</code></h3>
|
||||||
<div class="outline-text-3" id="text-2-6">
|
<div class="outline-text-3" id="text-2-6">
|
||||||
<p>
|
<p>
|
||||||
Transposes a matrix: \(A^\dagger_{ji} = A_{ij}\).
|
Transposes a matrix: \(A^\dagger_{ji} = A_{ij}\).
|
||||||
@ -1770,8 +1770,8 @@ Transposes a matrix: \(A^\dagger_{ji} = A_{ij}\).
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5457312" class="outline-2">
|
<div id="outline-container-org654cbe1" class="outline-2">
|
||||||
<h2 id="org5457312"><span class="section-number-2">3</span> Utilities</h2>
|
<h2 id="org654cbe1"><span class="section-number-2">3</span> Utilities</h2>
|
||||||
<div class="outline-text-2" id="text-3">
|
<div class="outline-text-2" id="text-3">
|
||||||
<p>
|
<p>
|
||||||
Trick to make MKL efficient on AMD
|
Trick to make MKL efficient on AMD
|
||||||
@ -1789,7 +1789,7 @@ Trick to make MKL efficient on AMD
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Context</title>
|
<title>Context</title>
|
||||||
@ -324,21 +324,21 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orga9ef443">1. Context handling</a>
|
<li><a href="#orgac592c2">1. Context handling</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org9c87a65">1.1. Data structure</a></li>
|
<li><a href="#org78a1795">1.1. Data structure</a></li>
|
||||||
<li><a href="#org5b3e7ee">1.2. Creation</a></li>
|
<li><a href="#org15cda63">1.2. Creation</a></li>
|
||||||
<li><a href="#org474af22">1.3. Locking</a></li>
|
<li><a href="#org8cdc850">1.3. Locking</a></li>
|
||||||
<li><a href="#org2260be7">1.4. <span class="todo TODO">TODO</span> Copy</a></li>
|
<li><a href="#org549a34c">1.4. <span class="todo TODO">TODO</span> Copy</a></li>
|
||||||
<li><a href="#org72ea6e3">1.5. Destroy</a></li>
|
<li><a href="#orgf79f959">1.5. Destroy</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga9ef443" class="outline-2">
|
<div id="outline-container-orgac592c2" class="outline-2">
|
||||||
<h2 id="orga9ef443"><span class="section-number-2">1</span> Context handling</h2>
|
<h2 id="orgac592c2"><span class="section-number-2">1</span> Context handling</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
The context variable is a handle for the state of the library,
|
The context variable is a handle for the state of the library,
|
||||||
@ -351,7 +351,7 @@ A value of <code>QMCKL_NULL_CONTEXT</code> for the context is equivalent to a
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c" id="org150eb89"><span style="color: #a020f0;">typedef</span> <span style="color: #228b22;">int64_t</span> <span style="color: #228b22;">qmckl_context</span> ;
|
<pre class="src src-c" id="orge2e6d63"><span style="color: #a020f0;">typedef</span> <span style="color: #228b22;">int64_t</span> <span style="color: #228b22;">qmckl_context</span> ;
|
||||||
<span style="color: #483d8b;">#define</span> <span style="color: #a0522d;">QMCKL_NULL_CONTEXT</span> (qmckl_context) 0
|
<span style="color: #483d8b;">#define</span> <span style="color: #a0522d;">QMCKL_NULL_CONTEXT</span> (qmckl_context) 0
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
@ -369,8 +369,8 @@ and <code>ctx</code> is a <code>qmckl_context_struct*</code> pointer.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9c87a65" class="outline-3">
|
<div id="outline-container-org78a1795" class="outline-3">
|
||||||
<h3 id="org9c87a65"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="org78a1795"><span class="section-number-3">1.1</span> Data structure</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<p>
|
<p>
|
||||||
The qmckl<sub>extra</sub> pointer lets the other implementation of the library
|
The qmckl<sub>extra</sub> pointer lets the other implementation of the library
|
||||||
@ -406,7 +406,7 @@ to be recomputed. The date is incremented when the context is touched.
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
When a new element is added to the context, the functions
|
When a new element is added to the context, the functions
|
||||||
<a href="#org5b3e7ee"><code>qmckl_context_create</code></a> <a href="#org72ea6e3"><code>qmckl_context_destroy</code></a> and <a href="#org2260be7"><code>qmckl_context_copy</code></a>
|
<a href="#org15cda63"><code>qmckl_context_create</code></a> <a href="#orgf79f959"><code>qmckl_context_destroy</code></a> and <a href="#org549a34c"><code>qmckl_context_copy</code></a>
|
||||||
should be updated in order to make deep copies.
|
should be updated in order to make deep copies.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -427,8 +427,8 @@ This has the effect to increment the date of the context.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5b3e7ee" class="outline-3">
|
<div id="outline-container-org15cda63" class="outline-3">
|
||||||
<h3 id="org5b3e7ee"><span class="section-number-3">1.2</span> Creation</h3>
|
<h3 id="org15cda63"><span class="section-number-3">1.2</span> Creation</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<p>
|
<p>
|
||||||
To create a new context, <code>qmckl_context_create()</code> should be used.
|
To create a new context, <code>qmckl_context_create()</code> should be used.
|
||||||
@ -445,8 +445,8 @@ To create a new context, <code>qmckl_context_create()</code> should be used.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org474af22" class="outline-3">
|
<div id="outline-container-org8cdc850" class="outline-3">
|
||||||
<h3 id="org474af22"><span class="section-number-3">1.3</span> Locking</h3>
|
<h3 id="org8cdc850"><span class="section-number-3">1.3</span> Locking</h3>
|
||||||
<div class="outline-text-3" id="text-1-3">
|
<div class="outline-text-3" id="text-1-3">
|
||||||
<p>
|
<p>
|
||||||
For thread safety, the context may be locked/unlocked. The lock is
|
For thread safety, the context may be locked/unlocked. The lock is
|
||||||
@ -462,8 +462,8 @@ number of times the thread has locked it is saved in the
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org2260be7" class="outline-3">
|
<div id="outline-container-org549a34c" class="outline-3">
|
||||||
<h3 id="org2260be7"><span class="section-number-3">1.4</span> <span class="todo TODO">TODO</span> Copy</h3>
|
<h3 id="org549a34c"><span class="section-number-3">1.4</span> <span class="todo TODO">TODO</span> Copy</h3>
|
||||||
<div class="outline-text-3" id="text-1-4">
|
<div class="outline-text-3" id="text-1-4">
|
||||||
<p>
|
<p>
|
||||||
<code>qmckl_context_copy</code> makes a deep copy of a context. It returns
|
<code>qmckl_context_copy</code> makes a deep copy of a context. It returns
|
||||||
@ -471,8 +471,8 @@ number of times the thread has locked it is saved in the
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org72ea6e3" class="outline-3">
|
<div id="outline-container-orgf79f959" class="outline-3">
|
||||||
<h3 id="org72ea6e3"><span class="section-number-3">1.5</span> Destroy</h3>
|
<h3 id="orgf79f959"><span class="section-number-3">1.5</span> Destroy</h3>
|
||||||
<div class="outline-text-3" id="text-1-5">
|
<div class="outline-text-3" id="text-1-5">
|
||||||
<p>
|
<p>
|
||||||
The context is destroyed with <code>qmckl_context_destroy</code>, leaving the ancestors untouched.
|
The context is destroyed with <code>qmckl_context_destroy</code>, leaving the ancestors untouched.
|
||||||
@ -490,7 +490,7 @@ It frees the context, and returns the previous context.
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:46 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Slater Determinant</title>
|
<title>Slater Determinant</title>
|
||||||
@ -324,32 +324,32 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgd33a774">1. Context</a>
|
<li><a href="#org61827cf">1. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org8ad3210">1.1. Data structure</a></li>
|
<li><a href="#org9a5c014">1.1. Data structure</a></li>
|
||||||
<li><a href="#org72a649c">1.2. Access functions</a></li>
|
<li><a href="#org835404b">1.2. Access functions</a></li>
|
||||||
<li><a href="#org644c87b">1.3. Initialization functions</a></li>
|
<li><a href="#org252d5e3">1.3. Initialization functions</a></li>
|
||||||
<li><a href="#org643370c">1.4. Fortran Interfaces</a></li>
|
<li><a href="#org5774843">1.4. Fortran Interfaces</a></li>
|
||||||
<li><a href="#org5f7bf80">1.5. Test</a></li>
|
<li><a href="#orge547ff3">1.5. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org2ca13b7">2. Computation</a>
|
<li><a href="#org446eed1">2. Computation</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org7531fd3">2.1. Determinant matrix</a>
|
<li><a href="#org95cff48">2.1. Determinant matrix</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org22a25f3">2.1.1. Get</a></li>
|
<li><a href="#org4f046df">2.1.1. Get</a></li>
|
||||||
<li><a href="#orgd3294ba">2.1.2. Provide</a></li>
|
<li><a href="#org977df07">2.1.2. Provide</a></li>
|
||||||
<li><a href="#orgcd2bba3">2.1.3. Compute alpha</a></li>
|
<li><a href="#org02e0c31">2.1.3. Compute alpha</a></li>
|
||||||
<li><a href="#orge6b42e3">2.1.4. Compute beta</a></li>
|
<li><a href="#org5959500">2.1.4. Compute beta</a></li>
|
||||||
<li><a href="#org901fc3a">2.1.5. Test</a></li>
|
<li><a href="#org6cca366">2.1.5. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org613bf51">2.2. Inverse of Determinant matrix</a>
|
<li><a href="#org3a76ec2">2.2. Inverse of Determinant matrix</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org6dcd100">2.2.1. Get</a></li>
|
<li><a href="#orge47ad8e">2.2.1. Get</a></li>
|
||||||
<li><a href="#org0cb51e5">2.2.2. Provide</a></li>
|
<li><a href="#org405c928">2.2.2. Provide</a></li>
|
||||||
<li><a href="#orga34efea">2.2.3. Compute alpha</a></li>
|
<li><a href="#orgdc92863">2.2.3. Compute alpha</a></li>
|
||||||
<li><a href="#org0d174d2">2.2.4. Compute beta</a></li>
|
<li><a href="#org9c2784a">2.2.4. Compute beta</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -358,8 +358,8 @@ for the JavaScript code in this tag.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd33a774" class="outline-2">
|
<div id="outline-container-org61827cf" class="outline-2">
|
||||||
<h2 id="orgd33a774"><span class="section-number-2">1</span> Context</h2>
|
<h2 id="org61827cf"><span class="section-number-2">1</span> Context</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
The following arrays are stored in the context:
|
The following arrays are stored in the context:
|
||||||
@ -535,8 +535,8 @@ Computed data:
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8ad3210" class="outline-3">
|
<div id="outline-container-org9a5c014" class="outline-3">
|
||||||
<h3 id="org8ad3210"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="org9a5c014"><span class="section-number-3">1.1</span> Data structure</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> <span style="color: #228b22;">qmckl_determinant_struct</span> {
|
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> <span style="color: #228b22;">qmckl_determinant_struct</span> {
|
||||||
@ -604,8 +604,8 @@ this mechanism.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org72a649c" class="outline-3">
|
<div id="outline-container-org835404b" class="outline-3">
|
||||||
<h3 id="org72a649c"><span class="section-number-3">1.2</span> Access functions</h3>
|
<h3 id="org835404b"><span class="section-number-3">1.2</span> Access functions</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<p>
|
<p>
|
||||||
When all the data for the slater determinants have been provided, the following
|
When all the data for the slater determinants have been provided, the following
|
||||||
@ -619,8 +619,8 @@ function returns <code>true</code>.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org644c87b" class="outline-3">
|
<div id="outline-container-org252d5e3" class="outline-3">
|
||||||
<h3 id="org644c87b"><span class="section-number-3">1.3</span> Initialization functions</h3>
|
<h3 id="org252d5e3"><span class="section-number-3">1.3</span> Initialization functions</h3>
|
||||||
<div class="outline-text-3" id="text-1-3">
|
<div class="outline-text-3" id="text-1-3">
|
||||||
<p>
|
<p>
|
||||||
To set the basis set, all the following functions need to be
|
To set the basis set, all the following functions need to be
|
||||||
@ -643,24 +643,24 @@ computed to accelerate the calculations.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org643370c" class="outline-3">
|
<div id="outline-container-org5774843" class="outline-3">
|
||||||
<h3 id="org643370c"><span class="section-number-3">1.4</span> Fortran Interfaces</h3>
|
<h3 id="org5774843"><span class="section-number-3">1.4</span> Fortran Interfaces</h3>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org5f7bf80" class="outline-3">
|
<div id="outline-container-orge547ff3" class="outline-3">
|
||||||
<h3 id="org5f7bf80"><span class="section-number-3">1.5</span> Test</h3>
|
<h3 id="orge547ff3"><span class="section-number-3">1.5</span> Test</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org2ca13b7" class="outline-2">
|
<div id="outline-container-org446eed1" class="outline-2">
|
||||||
<h2 id="org2ca13b7"><span class="section-number-2">2</span> Computation</h2>
|
<h2 id="org446eed1"><span class="section-number-2">2</span> Computation</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org7531fd3" class="outline-3">
|
<div id="outline-container-org95cff48" class="outline-3">
|
||||||
<h3 id="org7531fd3"><span class="section-number-3">2.1</span> Determinant matrix</h3>
|
<h3 id="org95cff48"><span class="section-number-3">2.1</span> Determinant matrix</h3>
|
||||||
<div class="outline-text-3" id="text-2-1">
|
<div class="outline-text-3" id="text-2-1">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org22a25f3" class="outline-4">
|
<div id="outline-container-org4f046df" class="outline-4">
|
||||||
<h4 id="org22a25f3"><span class="section-number-4">2.1.1</span> Get</h4>
|
<h4 id="org4f046df"><span class="section-number-4">2.1.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-1">
|
<div class="outline-text-4" id="text-2-1-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_det_vgl_alpha</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">det_vgl_alpha</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_det_vgl_alpha</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">det_vgl_alpha</span>);
|
||||||
@ -670,14 +670,14 @@ computed to accelerate the calculations.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd3294ba" class="outline-4">
|
<div id="outline-container-org977df07" class="outline-4">
|
||||||
<h4 id="orgd3294ba"><span class="section-number-4">2.1.2</span> Provide</h4>
|
<h4 id="org977df07"><span class="section-number-4">2.1.2</span> Provide</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgcd2bba3" class="outline-4">
|
<div id="outline-container-org02e0c31" class="outline-4">
|
||||||
<h4 id="orgcd2bba3"><span class="section-number-4">2.1.3</span> Compute alpha</h4>
|
<h4 id="org02e0c31"><span class="section-number-4">2.1.3</span> Compute alpha</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-3">
|
<div class="outline-text-4" id="text-2-1-3">
|
||||||
<table id="org56485ca" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org680954d" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -851,10 +851,10 @@ computed to accelerate the calculations.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge6b42e3" class="outline-4">
|
<div id="outline-container-org5959500" class="outline-4">
|
||||||
<h4 id="orge6b42e3"><span class="section-number-4">2.1.4</span> Compute beta</h4>
|
<h4 id="org5959500"><span class="section-number-4">2.1.4</span> Compute beta</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-4">
|
<div class="outline-text-4" id="text-2-1-4">
|
||||||
<table id="org08f7d24" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org8bcd4a9" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1028,18 +1028,18 @@ computed to accelerate the calculations.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org901fc3a" class="outline-4">
|
<div id="outline-container-org6cca366" class="outline-4">
|
||||||
<h4 id="org901fc3a"><span class="section-number-4">2.1.5</span> Test</h4>
|
<h4 id="org6cca366"><span class="section-number-4">2.1.5</span> Test</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org613bf51" class="outline-3">
|
<div id="outline-container-org3a76ec2" class="outline-3">
|
||||||
<h3 id="org613bf51"><span class="section-number-3">2.2</span> Inverse of Determinant matrix</h3>
|
<h3 id="org3a76ec2"><span class="section-number-3">2.2</span> Inverse of Determinant matrix</h3>
|
||||||
<div class="outline-text-3" id="text-2-2">
|
<div class="outline-text-3" id="text-2-2">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6dcd100" class="outline-4">
|
<div id="outline-container-orge47ad8e" class="outline-4">
|
||||||
<h4 id="org6dcd100"><span class="section-number-4">2.2.1</span> Get</h4>
|
<h4 id="orge47ad8e"><span class="section-number-4">2.2.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-1">
|
<div class="outline-text-4" id="text-2-2-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_det_inv_matrix_alpha</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">det_inv_matrix_alpha</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_det_inv_matrix_alpha</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">det_inv_matrix_alpha</span>);
|
||||||
@ -1053,14 +1053,14 @@ computed to accelerate the calculations.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0cb51e5" class="outline-4">
|
<div id="outline-container-org405c928" class="outline-4">
|
||||||
<h4 id="org0cb51e5"><span class="section-number-4">2.2.2</span> Provide</h4>
|
<h4 id="org405c928"><span class="section-number-4">2.2.2</span> Provide</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga34efea" class="outline-4">
|
<div id="outline-container-orgdc92863" class="outline-4">
|
||||||
<h4 id="orga34efea"><span class="section-number-4">2.2.3</span> Compute alpha</h4>
|
<h4 id="orgdc92863"><span class="section-number-4">2.2.3</span> Compute alpha</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-3">
|
<div class="outline-text-4" id="text-2-2-3">
|
||||||
<table id="org828bff0" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org26fd63d" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1222,10 +1222,10 @@ computed to accelerate the calculations.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0d174d2" class="outline-4">
|
<div id="outline-container-org9c2784a" class="outline-4">
|
||||||
<h4 id="org0d174d2"><span class="section-number-4">2.2.4</span> Compute beta</h4>
|
<h4 id="org9c2784a"><span class="section-number-4">2.2.4</span> Compute beta</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-4">
|
<div class="outline-text-4" id="text-2-2-4">
|
||||||
<table id="org1bb7b7c" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgd98819f" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1392,7 +1392,7 @@ computed to accelerate the calculations.
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:46</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:46 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Inter-particle distances</title>
|
<title>Inter-particle distances</title>
|
||||||
@ -346,54 +346,54 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgc962656">1. Squared distance</a>
|
<li><a href="#orgf8727ee">1. Squared distance</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org626b05c">1.1. <code>qmckl_distance_sq</code></a>
|
<li><a href="#org1b64eba">1.1. <code>qmckl_distance_sq</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org1f1db9a">1.1.1. Performance</a></li>
|
<li><a href="#orgf8b1096">1.1.1. Performance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orge1a3c23">2. Distance</a>
|
<li><a href="#orged882b3">2. Distance</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org69855b2">2.1. <code>qmckl_distance</code></a>
|
<li><a href="#org984897b">2.1. <code>qmckl_distance</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orga4814e2">2.1.1. Requirements</a></li>
|
<li><a href="#orgb354dfc">2.1.1. Requirements</a></li>
|
||||||
<li><a href="#orgeebca2d">2.1.2. C header</a></li>
|
<li><a href="#org7f668b6">2.1.2. C header</a></li>
|
||||||
<li><a href="#org5bf6517">2.1.3. Source</a></li>
|
<li><a href="#orge09a59a">2.1.3. Source</a></li>
|
||||||
<li><a href="#org72d631c">2.1.4. Performance</a></li>
|
<li><a href="#orga3ee4be">2.1.4. Performance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org7304b55">3. Rescaled Distance</a>
|
<li><a href="#orgd53c54f">3. Rescaled Distance</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgf284d05">3.1. <code>qmckl_distance_rescaled</code></a>
|
<li><a href="#org021907f">3.1. <code>qmckl_distance_rescaled</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org9913d9c">3.1.1. Requirements</a></li>
|
<li><a href="#org7c86f07">3.1.1. Requirements</a></li>
|
||||||
<li><a href="#orgf0cd858">3.1.2. C header</a></li>
|
<li><a href="#org75f0da4">3.1.2. C header</a></li>
|
||||||
<li><a href="#org2a4023c">3.1.3. Source</a></li>
|
<li><a href="#org1bb3b92">3.1.3. Source</a></li>
|
||||||
<li><a href="#orgc767e20">3.1.4. Performance</a></li>
|
<li><a href="#org540e5d1">3.1.4. Performance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgaa6949a">4. Rescaled Distance Derivatives</a>
|
<li><a href="#orgf2a4927">4. Rescaled Distance Derivatives</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org084f2b3">4.1. <code>qmckl_distance_rescaled_gl</code></a></li>
|
<li><a href="#orgd6b00e7">4.1. <code>qmckl_distance_rescaled_gl</code></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc962656" class="outline-2">
|
<div id="outline-container-orgf8727ee" class="outline-2">
|
||||||
<h2 id="orgc962656"><span class="section-number-2">1</span> Squared distance</h2>
|
<h2 id="orgf8727ee"><span class="section-number-2">1</span> Squared distance</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org626b05c" class="outline-3">
|
<div id="outline-container-org1b64eba" class="outline-3">
|
||||||
<h3 id="org626b05c"><span class="section-number-3">1.1</span> <code>qmckl_distance_sq</code></h3>
|
<h3 id="org1b64eba"><span class="section-number-3">1.1</span> <code>qmckl_distance_sq</code></h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<p>
|
<p>
|
||||||
<code>qmckl_distance_sq</code> computes the matrix of the squared distances
|
<code>qmckl_distance_sq</code> computes the matrix of the squared distances
|
||||||
@ -406,7 +406,7 @@ between all pairs of points in two sets, one point within each set:
|
|||||||
\]
|
\]
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org64785af" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org3eeba38" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -679,8 +679,8 @@ Requirements:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org1f1db9a" class="outline-4">
|
<div id="outline-container-orgf8b1096" class="outline-4">
|
||||||
<h4 id="org1f1db9a"><span class="section-number-4">1.1.1</span> Performance</h4>
|
<h4 id="orgf8b1096"><span class="section-number-4">1.1.1</span> Performance</h4>
|
||||||
<div class="outline-text-4" id="text-1-1-1">
|
<div class="outline-text-4" id="text-1-1-1">
|
||||||
<p>
|
<p>
|
||||||
This function is more efficient when <code>A</code> and <code>B</code> are
|
This function is more efficient when <code>A</code> and <code>B</code> are
|
||||||
@ -690,12 +690,12 @@ transposed.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orge1a3c23" class="outline-2">
|
<div id="outline-container-orged882b3" class="outline-2">
|
||||||
<h2 id="orge1a3c23"><span class="section-number-2">2</span> Distance</h2>
|
<h2 id="orged882b3"><span class="section-number-2">2</span> Distance</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org69855b2" class="outline-3">
|
<div id="outline-container-org984897b" class="outline-3">
|
||||||
<h3 id="org69855b2"><span class="section-number-3">2.1</span> <code>qmckl_distance</code></h3>
|
<h3 id="org984897b"><span class="section-number-3">2.1</span> <code>qmckl_distance</code></h3>
|
||||||
<div class="outline-text-3" id="text-2-1">
|
<div class="outline-text-3" id="text-2-1">
|
||||||
<p>
|
<p>
|
||||||
<code>qmckl_distance</code> computes the matrix of the distances between all
|
<code>qmckl_distance</code> computes the matrix of the distances between all
|
||||||
@ -713,7 +713,7 @@ If the input array is normal (<code>'N'</code>), the xyz coordinates are in
|
|||||||
the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortran.
|
the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortran.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org87e05d5" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgc20cd83" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -814,8 +814,8 @@ the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortra
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga4814e2" class="outline-4">
|
<div id="outline-container-orgb354dfc" class="outline-4">
|
||||||
<h4 id="orga4814e2"><span class="section-number-4">2.1.1</span> Requirements</h4>
|
<h4 id="orgb354dfc"><span class="section-number-4">2.1.1</span> Requirements</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-1">
|
<div class="outline-text-4" id="text-2-1-1">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li><code>context</code> is not <code>QMCKL_NULL_CONTEXT</code></li>
|
<li><code>context</code> is not <code>QMCKL_NULL_CONTEXT</code></li>
|
||||||
@ -833,8 +833,8 @@ the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortra
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgeebca2d" class="outline-4">
|
<div id="outline-container-org7f668b6" class="outline-4">
|
||||||
<h4 id="orgeebca2d"><span class="section-number-4">2.1.2</span> C header</h4>
|
<h4 id="org7f668b6"><span class="section-number-4">2.1.2</span> C header</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-2">
|
<div class="outline-text-4" id="text-2-1-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_distance</span> (
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_distance</span> (
|
||||||
@ -854,8 +854,8 @@ the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortra
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5bf6517" class="outline-4">
|
<div id="outline-container-orge09a59a" class="outline-4">
|
||||||
<h4 id="org5bf6517"><span class="section-number-4">2.1.3</span> Source</h4>
|
<h4 id="orge09a59a"><span class="section-number-4">2.1.3</span> Source</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-3">
|
<div class="outline-text-4" id="text-2-1-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90"><span style="color: #a020f0;">function</span> <span style="color: #0000ff;">qmckl_distance</span>(context, transa, transb, m, n, <span style="color: #a020f0;">&</span>
|
<pre class="src src-f90"><span style="color: #a020f0;">function</span> <span style="color: #0000ff;">qmckl_distance</span>(context, transa, transb, m, n, <span style="color: #a020f0;">&</span>
|
||||||
@ -1006,8 +1006,8 @@ the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortra
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org72d631c" class="outline-4">
|
<div id="outline-container-orga3ee4be" class="outline-4">
|
||||||
<h4 id="org72d631c"><span class="section-number-4">2.1.4</span> Performance</h4>
|
<h4 id="orga3ee4be"><span class="section-number-4">2.1.4</span> Performance</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-4">
|
<div class="outline-text-4" id="text-2-1-4">
|
||||||
<p>
|
<p>
|
||||||
This function is more efficient when <code>A</code> and <code>B</code> are transposed.
|
This function is more efficient when <code>A</code> and <code>B</code> are transposed.
|
||||||
@ -1017,12 +1017,12 @@ This function is more efficient when <code>A</code> and <code>B</code> are trans
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7304b55" class="outline-2">
|
<div id="outline-container-orgd53c54f" class="outline-2">
|
||||||
<h2 id="org7304b55"><span class="section-number-2">3</span> Rescaled Distance</h2>
|
<h2 id="orgd53c54f"><span class="section-number-2">3</span> Rescaled Distance</h2>
|
||||||
<div class="outline-text-2" id="text-3">
|
<div class="outline-text-2" id="text-3">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgf284d05" class="outline-3">
|
<div id="outline-container-org021907f" class="outline-3">
|
||||||
<h3 id="orgf284d05"><span class="section-number-3">3.1</span> <code>qmckl_distance_rescaled</code></h3>
|
<h3 id="org021907f"><span class="section-number-3">3.1</span> <code>qmckl_distance_rescaled</code></h3>
|
||||||
<div class="outline-text-3" id="text-3-1">
|
<div class="outline-text-3" id="text-3-1">
|
||||||
<p>
|
<p>
|
||||||
<code>qmckl_distance_rescaled</code> computes the matrix of the rescaled distances between all
|
<code>qmckl_distance_rescaled</code> computes the matrix of the rescaled distances between all
|
||||||
@ -1040,7 +1040,7 @@ If the input array is normal (<code>'N'</code>), the xyz coordinates are in
|
|||||||
the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortran.
|
the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortran.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org1439e62" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org5323b6b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1148,8 +1148,8 @@ the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortra
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9913d9c" class="outline-4">
|
<div id="outline-container-org7c86f07" class="outline-4">
|
||||||
<h4 id="org9913d9c"><span class="section-number-4">3.1.1</span> Requirements</h4>
|
<h4 id="org7c86f07"><span class="section-number-4">3.1.1</span> Requirements</h4>
|
||||||
<div class="outline-text-4" id="text-3-1-1">
|
<div class="outline-text-4" id="text-3-1-1">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li><code>context</code> is not <code>QMCKL_NULL_CONTEXT</code></li>
|
<li><code>context</code> is not <code>QMCKL_NULL_CONTEXT</code></li>
|
||||||
@ -1167,8 +1167,8 @@ the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortra
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf0cd858" class="outline-4">
|
<div id="outline-container-org75f0da4" class="outline-4">
|
||||||
<h4 id="orgf0cd858"><span class="section-number-4">3.1.2</span> C header</h4>
|
<h4 id="org75f0da4"><span class="section-number-4">3.1.2</span> C header</h4>
|
||||||
<div class="outline-text-4" id="text-3-1-2">
|
<div class="outline-text-4" id="text-3-1-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_distance_rescaled</span> (
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_distance_rescaled</span> (
|
||||||
@ -1189,8 +1189,8 @@ the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortra
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2a4023c" class="outline-4">
|
<div id="outline-container-org1bb3b92" class="outline-4">
|
||||||
<h4 id="org2a4023c"><span class="section-number-4">3.1.3</span> Source</h4>
|
<h4 id="org1bb3b92"><span class="section-number-4">3.1.3</span> Source</h4>
|
||||||
<div class="outline-text-4" id="text-3-1-3">
|
<div class="outline-text-4" id="text-3-1-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90"><span style="color: #a020f0;">function</span> <span style="color: #0000ff;">qmckl_distance_rescaled</span>(context, transa, transb, m, n, <span style="color: #a020f0;">&</span>
|
<pre class="src src-f90"><span style="color: #a020f0;">function</span> <span style="color: #0000ff;">qmckl_distance_rescaled</span>(context, transa, transb, m, n, <span style="color: #a020f0;">&</span>
|
||||||
@ -1344,8 +1344,8 @@ the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortra
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc767e20" class="outline-4">
|
<div id="outline-container-org540e5d1" class="outline-4">
|
||||||
<h4 id="orgc767e20"><span class="section-number-4">3.1.4</span> Performance</h4>
|
<h4 id="org540e5d1"><span class="section-number-4">3.1.4</span> Performance</h4>
|
||||||
<div class="outline-text-4" id="text-3-1-4">
|
<div class="outline-text-4" id="text-3-1-4">
|
||||||
<p>
|
<p>
|
||||||
This function is more efficient when <code>A</code> and <code>B</code> are transposed.
|
This function is more efficient when <code>A</code> and <code>B</code> are transposed.
|
||||||
@ -1354,12 +1354,12 @@ This function is more efficient when <code>A</code> and <code>B</code> are trans
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgaa6949a" class="outline-2">
|
<div id="outline-container-orgf2a4927" class="outline-2">
|
||||||
<h2 id="orgaa6949a"><span class="section-number-2">4</span> Rescaled Distance Derivatives</h2>
|
<h2 id="orgf2a4927"><span class="section-number-2">4</span> Rescaled Distance Derivatives</h2>
|
||||||
<div class="outline-text-2" id="text-4">
|
<div class="outline-text-2" id="text-4">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org084f2b3" class="outline-3">
|
<div id="outline-container-orgd6b00e7" class="outline-3">
|
||||||
<h3 id="org084f2b3"><span class="section-number-3">4.1</span> <code>qmckl_distance_rescaled_gl</code></h3>
|
<h3 id="orgd6b00e7"><span class="section-number-3">4.1</span> <code>qmckl_distance_rescaled_gl</code></h3>
|
||||||
<div class="outline-text-3" id="text-4-1">
|
<div class="outline-text-3" id="text-4-1">
|
||||||
<p>
|
<p>
|
||||||
<code>qmckl_distance_rescaled_gl</code> computes the matrix of the gradient and Laplacian of the
|
<code>qmckl_distance_rescaled_gl</code> computes the matrix of the gradient and Laplacian of the
|
||||||
@ -1414,7 +1414,7 @@ If the input array is normal (<code>'N'</code>), the xyz coordinates are in
|
|||||||
the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortran.
|
the leading dimension: <code>[n][3]</code> in C and <code>(3,n)</code> in Fortran.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org86ada21" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org2a31630" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1735,7 +1735,7 @@ This function is more efficient when <code>A</code> and <code>B</code> are trans
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:46</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:46 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Electrons</title>
|
<title>Electrons</title>
|
||||||
@ -346,59 +346,59 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org11fcd4f">1. Context</a>
|
<li><a href="#org6357c31">1. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org2f2ab8e">1.1. Data structure</a></li>
|
<li><a href="#org0aa7b76">1.1. Data structure</a></li>
|
||||||
<li><a href="#orgea5bce0">1.2. Initialization functions</a></li>
|
<li><a href="#org18fb2ab">1.2. Initialization functions</a></li>
|
||||||
<li><a href="#orgafc2c36">1.3. Access functions</a>
|
<li><a href="#orgc64e775">1.3. Access functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org6b05e4f">1.3.1. Number of electrons</a></li>
|
<li><a href="#org91e2845">1.3.1. Number of electrons</a></li>
|
||||||
<li><a href="#orgc3e1bdf">1.3.2. Number of walkers</a></li>
|
<li><a href="#org5c5b49a">1.3.2. Number of walkers</a></li>
|
||||||
<li><a href="#orga395389">1.3.3. Electron coordinates</a></li>
|
<li><a href="#org7a6ccdd">1.3.3. Electron coordinates</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org92754c1">1.4. Test</a></li>
|
<li><a href="#org6de7d3a">1.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org23dc3cc">2. Computation</a>
|
<li><a href="#org411dc80">2. Computation</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org9e07978">2.1. Electron-electron distances</a>
|
<li><a href="#orgc80d9a0">2.1. Electron-electron distances</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orge05c477">2.1.1. Get</a></li>
|
<li><a href="#org94d7fc9">2.1.1. Get</a></li>
|
||||||
<li><a href="#org3f88588">2.1.2. Compute</a></li>
|
<li><a href="#org5f54f62">2.1.2. Compute</a></li>
|
||||||
<li><a href="#org5510406">2.1.3. Test</a></li>
|
<li><a href="#org562ba9e">2.1.3. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org7f62639">2.2. Electron-electron potential</a>
|
<li><a href="#orga27b07a">2.2. Electron-electron potential</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org5027b3e">2.2.1. Get</a></li>
|
<li><a href="#org0f563a6">2.2.1. Get</a></li>
|
||||||
<li><a href="#orgec3cb54">2.2.2. Compute</a></li>
|
<li><a href="#org09f36f0">2.2.2. Compute</a></li>
|
||||||
<li><a href="#orgdbee890">2.2.3. Test</a></li>
|
<li><a href="#org71b2e26">2.2.3. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org625845a">2.3. Electron-nucleus distances</a>
|
<li><a href="#org9fdf2ba">2.3. Electron-nucleus distances</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org0b74e3a">2.3.1. Get</a></li>
|
<li><a href="#org2f8a012">2.3.1. Get</a></li>
|
||||||
<li><a href="#org1150033">2.3.2. Compute</a></li>
|
<li><a href="#org848db70">2.3.2. Compute</a></li>
|
||||||
<li><a href="#orge9b3ca3">2.3.3. Test</a></li>
|
<li><a href="#org2d9e415">2.3.3. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org05f5510">2.4. Electron-nucleus potential</a>
|
<li><a href="#org1ed59be">2.4. Electron-nucleus potential</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org83ad2b6">2.4.1. Get</a></li>
|
<li><a href="#orgc35b604">2.4.1. Get</a></li>
|
||||||
<li><a href="#org815a1a7">2.4.2. Compute</a></li>
|
<li><a href="#org16c31b1">2.4.2. Compute</a></li>
|
||||||
<li><a href="#orgbda2cbd">2.4.3. Test</a></li>
|
<li><a href="#orgf08bd02">2.4.3. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org34f7907">2.5. Generate initial coordinates</a></li>
|
<li><a href="#org1774ee9">2.5. Generate initial coordinates</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org11fcd4f" class="outline-2">
|
<div id="outline-container-org6357c31" class="outline-2">
|
||||||
<h2 id="org11fcd4f"><span class="section-number-2">1</span> Context</h2>
|
<h2 id="org6357c31"><span class="section-number-2">1</span> Context</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
The following data stored in the context:
|
The following data stored in the context:
|
||||||
@ -539,8 +539,8 @@ Computed data:
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2f2ab8e" class="outline-3">
|
<div id="outline-container-org0aa7b76" class="outline-3">
|
||||||
<h3 id="org2f2ab8e"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="org0aa7b76"><span class="section-number-3">1.1</span> Data structure</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">
|
<pre class="src src-c">
|
||||||
@ -609,8 +609,8 @@ this mechanism.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgea5bce0" class="outline-3">
|
<div id="outline-container-org18fb2ab" class="outline-3">
|
||||||
<h3 id="orgea5bce0"><span class="section-number-3">1.2</span> Initialization functions</h3>
|
<h3 id="org18fb2ab"><span class="section-number-3">1.2</span> Initialization functions</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<p>
|
<p>
|
||||||
To set the data relative to the electrons in the context, the
|
To set the data relative to the electrons in the context, the
|
||||||
@ -683,8 +683,8 @@ in the context.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgafc2c36" class="outline-3">
|
<div id="outline-container-orgc64e775" class="outline-3">
|
||||||
<h3 id="orgafc2c36"><span class="section-number-3">1.3</span> Access functions</h3>
|
<h3 id="orgc64e775"><span class="section-number-3">1.3</span> Access functions</h3>
|
||||||
<div class="outline-text-3" id="text-1-3">
|
<div class="outline-text-3" id="text-1-3">
|
||||||
<p>
|
<p>
|
||||||
Access functions return <code>QMCKL_SUCCESS</code> when the data has been
|
Access functions return <code>QMCKL_SUCCESS</code> when the data has been
|
||||||
@ -696,12 +696,12 @@ contains the requested data. Otherwise, this variable is untouched.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6b05e4f" class="outline-4">
|
<div id="outline-container-org91e2845" class="outline-4">
|
||||||
<h4 id="org6b05e4f"><span class="section-number-4">1.3.1</span> Number of electrons</h4>
|
<h4 id="org91e2845"><span class="section-number-4">1.3.1</span> Number of electrons</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc3e1bdf" class="outline-4">
|
<div id="outline-container-org5c5b49a" class="outline-4">
|
||||||
<h4 id="orgc3e1bdf"><span class="section-number-4">1.3.2</span> Number of walkers</h4>
|
<h4 id="org5c5b49a"><span class="section-number-4">1.3.2</span> Number of walkers</h4>
|
||||||
<div class="outline-text-4" id="text-1-3-2">
|
<div class="outline-text-4" id="text-1-3-2">
|
||||||
<p>
|
<p>
|
||||||
A walker is a set of electron coordinates that are arguments of
|
A walker is a set of electron coordinates that are arguments of
|
||||||
@ -710,8 +710,8 @@ the wave function. <code>walk_num</code> is the number of walkers.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga395389" class="outline-4">
|
<div id="outline-container-org7a6ccdd" class="outline-4">
|
||||||
<h4 id="orga395389"><span class="section-number-4">1.3.3</span> Electron coordinates</h4>
|
<h4 id="org7a6ccdd"><span class="section-number-4">1.3.3</span> Electron coordinates</h4>
|
||||||
<div class="outline-text-4" id="text-1-3-3">
|
<div class="outline-text-4" id="text-1-3-3">
|
||||||
<p>
|
<p>
|
||||||
Returns the current electron coordinates. The pointer is assumed
|
Returns the current electron coordinates. The pointer is assumed
|
||||||
@ -776,8 +776,8 @@ current points.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org92754c1" class="outline-3">
|
<div id="outline-container-org6de7d3a" class="outline-3">
|
||||||
<h3 id="org92754c1"><span class="section-number-3">1.4</span> Test</h3>
|
<h3 id="org6de7d3a"><span class="section-number-3">1.4</span> Test</h3>
|
||||||
<div class="outline-text-3" id="text-1-4">
|
<div class="outline-text-3" id="text-1-4">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">/* <span style="color: #b22222;">Reference input data</span> */
|
<pre class="src src-c">/* <span style="color: #b22222;">Reference input data</span> */
|
||||||
@ -856,8 +856,8 @@ rc = qmckl_get_electron_coord (context, <span style="color: #8b2252;">'N'</span>
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org23dc3cc" class="outline-2">
|
<div id="outline-container-org411dc80" class="outline-2">
|
||||||
<h2 id="org23dc3cc"><span class="section-number-2">2</span> Computation</h2>
|
<h2 id="org411dc80"><span class="section-number-2">2</span> Computation</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<p>
|
<p>
|
||||||
The computed data is stored in the context so that it can be reused
|
The computed data is stored in the context so that it can be reused
|
||||||
@ -870,12 +870,12 @@ current date is stored.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9e07978" class="outline-3">
|
<div id="outline-container-orgc80d9a0" class="outline-3">
|
||||||
<h3 id="org9e07978"><span class="section-number-3">2.1</span> Electron-electron distances</h3>
|
<h3 id="orgc80d9a0"><span class="section-number-3">2.1</span> Electron-electron distances</h3>
|
||||||
<div class="outline-text-3" id="text-2-1">
|
<div class="outline-text-3" id="text-2-1">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orge05c477" class="outline-4">
|
<div id="outline-container-org94d7fc9" class="outline-4">
|
||||||
<h4 id="orge05c477"><span class="section-number-4">2.1.1</span> Get</h4>
|
<h4 id="org94d7fc9"><span class="section-number-4">2.1.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-1">
|
<div class="outline-text-4" id="text-2-1-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_electron_ee_distance</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">distance</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_electron_ee_distance</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">distance</span>);
|
||||||
@ -884,10 +884,10 @@ current date is stored.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org3f88588" class="outline-4">
|
<div id="outline-container-org5f54f62" class="outline-4">
|
||||||
<h4 id="org3f88588"><span class="section-number-4">2.1.2</span> Compute</h4>
|
<h4 id="org5f54f62"><span class="section-number-4">2.1.2</span> Compute</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-2">
|
<div class="outline-text-4" id="text-2-1-2">
|
||||||
<table id="org9c247de" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgf12b2f4" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -992,8 +992,8 @@ current date is stored.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5510406" class="outline-4">
|
<div id="outline-container-org562ba9e" class="outline-4">
|
||||||
<h4 id="org5510406"><span class="section-number-4">2.1.3</span> Test</h4>
|
<h4 id="org562ba9e"><span class="section-number-4">2.1.3</span> Test</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-3">
|
<div class="outline-text-4" id="text-2-1-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #0000ff;">assert</span>(<span style="color: #228b22;">qmckl_electron_provided</span>(<span style="color: #a0522d;">context</span>));
|
<pre class="src src-c"><span style="color: #0000ff;">assert</span>(<span style="color: #228b22;">qmckl_electron_provided</span>(<span style="color: #a0522d;">context</span>));
|
||||||
@ -1027,8 +1027,8 @@ rc = qmckl_get_electron_ee_distance(context, ee_distance);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7f62639" class="outline-3">
|
<div id="outline-container-orga27b07a" class="outline-3">
|
||||||
<h3 id="org7f62639"><span class="section-number-3">2.2</span> Electron-electron potential</h3>
|
<h3 id="orga27b07a"><span class="section-number-3">2.2</span> Electron-electron potential</h3>
|
||||||
<div class="outline-text-3" id="text-2-2">
|
<div class="outline-text-3" id="text-2-2">
|
||||||
<p>
|
<p>
|
||||||
<code>ee_potential</code> is given by
|
<code>ee_potential</code> is given by
|
||||||
@ -1046,8 +1046,8 @@ distance.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5027b3e" class="outline-4">
|
<div id="outline-container-org0f563a6" class="outline-4">
|
||||||
<h4 id="org5027b3e"><span class="section-number-4">2.2.1</span> Get</h4>
|
<h4 id="org0f563a6"><span class="section-number-4">2.2.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-1">
|
<div class="outline-text-4" id="text-2-2-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_electron_ee_potential</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">ee_potential</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_electron_ee_potential</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">ee_potential</span>);
|
||||||
@ -1056,10 +1056,10 @@ distance.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgec3cb54" class="outline-4">
|
<div id="outline-container-org09f36f0" class="outline-4">
|
||||||
<h4 id="orgec3cb54"><span class="section-number-4">2.2.2</span> Compute</h4>
|
<h4 id="org09f36f0"><span class="section-number-4">2.2.2</span> Compute</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-2">
|
<div class="outline-text-4" id="text-2-2-2">
|
||||||
<table id="org9c3c00c" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org04c6e5b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1175,8 +1175,8 @@ distance.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgdbee890" class="outline-4">
|
<div id="outline-container-org71b2e26" class="outline-4">
|
||||||
<h4 id="orgdbee890"><span class="section-number-4">2.2.3</span> Test</h4>
|
<h4 id="org71b2e26"><span class="section-number-4">2.2.3</span> Test</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-3">
|
<div class="outline-text-4" id="text-2-2-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">double</span> <span style="color: #a0522d;">ee_potential</span>[walk_num];
|
<pre class="src src-c"><span style="color: #228b22;">double</span> <span style="color: #a0522d;">ee_potential</span>[walk_num];
|
||||||
@ -1188,12 +1188,12 @@ rc = qmckl_get_electron_ee_potential(context, &(ee_potential[0]));
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org625845a" class="outline-3">
|
<div id="outline-container-org9fdf2ba" class="outline-3">
|
||||||
<h3 id="org625845a"><span class="section-number-3">2.3</span> Electron-nucleus distances</h3>
|
<h3 id="org9fdf2ba"><span class="section-number-3">2.3</span> Electron-nucleus distances</h3>
|
||||||
<div class="outline-text-3" id="text-2-3">
|
<div class="outline-text-3" id="text-2-3">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org0b74e3a" class="outline-4">
|
<div id="outline-container-org2f8a012" class="outline-4">
|
||||||
<h4 id="org0b74e3a"><span class="section-number-4">2.3.1</span> Get</h4>
|
<h4 id="org2f8a012"><span class="section-number-4">2.3.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-3-1">
|
<div class="outline-text-4" id="text-2-3-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_electron_en_distance</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a0522d;">distance</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_electron_en_distance</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a0522d;">distance</span>);
|
||||||
@ -1202,10 +1202,10 @@ rc = qmckl_get_electron_ee_potential(context, &(ee_potential[0]));
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org1150033" class="outline-4">
|
<div id="outline-container-org848db70" class="outline-4">
|
||||||
<h4 id="org1150033"><span class="section-number-4">2.3.2</span> Compute</h4>
|
<h4 id="org848db70"><span class="section-number-4">2.3.2</span> Compute</h4>
|
||||||
<div class="outline-text-4" id="text-2-3-2">
|
<div class="outline-text-4" id="text-2-3-2">
|
||||||
<table id="orgf65da66" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org639c61e" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1312,8 +1312,8 @@ rc = qmckl_get_electron_ee_potential(context, &(ee_potential[0]));
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge9b3ca3" class="outline-4">
|
<div id="outline-container-org2d9e415" class="outline-4">
|
||||||
<h4 id="orge9b3ca3"><span class="section-number-4">2.3.3</span> Test</h4>
|
<h4 id="org2d9e415"><span class="section-number-4">2.3.3</span> Test</h4>
|
||||||
<div class="outline-text-4" id="text-2-3-3">
|
<div class="outline-text-4" id="text-2-3-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">
|
<pre class="src src-c">
|
||||||
@ -1361,8 +1361,8 @@ rc = qmckl_get_electron_en_distance(context, &(en_distance[0][0][0]));
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org05f5510" class="outline-3">
|
<div id="outline-container-org1ed59be" class="outline-3">
|
||||||
<h3 id="org05f5510"><span class="section-number-3">2.4</span> Electron-nucleus potential</h3>
|
<h3 id="org1ed59be"><span class="section-number-3">2.4</span> Electron-nucleus potential</h3>
|
||||||
<div class="outline-text-3" id="text-2-4">
|
<div class="outline-text-3" id="text-2-4">
|
||||||
<p>
|
<p>
|
||||||
<code>en_potential</code> stores the <code>en</code> potential energy
|
<code>en_potential</code> stores the <code>en</code> potential energy
|
||||||
@ -1380,8 +1380,8 @@ distance and \[Z_A\] is the nuclear charge.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org83ad2b6" class="outline-4">
|
<div id="outline-container-orgc35b604" class="outline-4">
|
||||||
<h4 id="org83ad2b6"><span class="section-number-4">2.4.1</span> Get</h4>
|
<h4 id="orgc35b604"><span class="section-number-4">2.4.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-4-1">
|
<div class="outline-text-4" id="text-2-4-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_electron_en_potential</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">en_potential</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_electron_en_potential</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">en_potential</span>);
|
||||||
@ -1390,10 +1390,10 @@ distance and \[Z_A\] is the nuclear charge.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org815a1a7" class="outline-4">
|
<div id="outline-container-org16c31b1" class="outline-4">
|
||||||
<h4 id="org815a1a7"><span class="section-number-4">2.4.2</span> Compute</h4>
|
<h4 id="org16c31b1"><span class="section-number-4">2.4.2</span> Compute</h4>
|
||||||
<div class="outline-text-4" id="text-2-4-2">
|
<div class="outline-text-4" id="text-2-4-2">
|
||||||
<table id="orgd17ad47" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org361f66e" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1527,8 +1527,8 @@ distance and \[Z_A\] is the nuclear charge.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgbda2cbd" class="outline-4">
|
<div id="outline-container-orgf08bd02" class="outline-4">
|
||||||
<h4 id="orgbda2cbd"><span class="section-number-4">2.4.3</span> Test</h4>
|
<h4 id="orgf08bd02"><span class="section-number-4">2.4.3</span> Test</h4>
|
||||||
<div class="outline-text-4" id="text-2-4-3">
|
<div class="outline-text-4" id="text-2-4-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">double</span> <span style="color: #a0522d;">en_potential</span>[walk_num];
|
<pre class="src src-c"><span style="color: #228b22;">double</span> <span style="color: #a0522d;">en_potential</span>[walk_num];
|
||||||
@ -1541,14 +1541,14 @@ rc = qmckl_get_electron_en_potential(context, &(en_potential[0]));
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org34f7907" class="outline-3">
|
<div id="outline-container-org1774ee9" class="outline-3">
|
||||||
<h3 id="org34f7907"><span class="section-number-3">2.5</span> Generate initial coordinates</h3>
|
<h3 id="org1774ee9"><span class="section-number-3">2.5</span> Generate initial coordinates</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:46</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Error handling</title>
|
<title>Error handling</title>
|
||||||
@ -324,29 +324,29 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org8b2d7e7">-</a></li>
|
<li><a href="#orgd7acb0d">-</a></li>
|
||||||
<li><a href="#orgdf0ea04">1. Decoding errors</a></li>
|
<li><a href="#org4b44884">1. Decoding errors</a></li>
|
||||||
<li><a href="#orgdffd9b5">2. Data structure in context</a></li>
|
<li><a href="#org5b1383c">2. Data structure in context</a></li>
|
||||||
<li><a href="#org7e7dab6">3. Updating errors in the context</a></li>
|
<li><a href="#org2a1d937">3. Updating errors in the context</a></li>
|
||||||
<li><a href="#orga01d524">4. Get the error</a></li>
|
<li><a href="#orgef3606a">4. Get the error</a></li>
|
||||||
<li><a href="#org395a22c">5. Failing</a></li>
|
<li><a href="#org9ef6e1d">5. Failing</a></li>
|
||||||
<li><a href="#org2603d21">6. Last error</a>
|
<li><a href="#org79e692c">6. Last error</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org8b5a6bb">6.1. Fortran inteface</a></li>
|
<li><a href="#org6e104b5">6.1. Fortran inteface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgdff1c09">7. Helper functions for debugging</a>
|
<li><a href="#org790247d">7. Helper functions for debugging</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org5d63a0f">7.1. Fortran inteface</a></li>
|
<li><a href="#orgd41f7c0">7.1. Fortran inteface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8b2d7e7" class="outline-2">
|
<div id="outline-container-orgd7acb0d" class="outline-2">
|
||||||
<h2 id="org8b2d7e7">-</h2>
|
<h2 id="orgd7acb0d">-</h2>
|
||||||
<div class="outline-text-2" id="text-org8b2d7e7">
|
<div class="outline-text-2" id="text-orgd7acb0d">
|
||||||
<p>
|
<p>
|
||||||
The library should never make the calling programs abort, nor
|
The library should never make the calling programs abort, nor
|
||||||
perform any input/output operations. This decision has to be taken
|
perform any input/output operations. This decision has to be taken
|
||||||
@ -357,7 +357,7 @@ by the developer of the code calling the library.
|
|||||||
All the functions return with an exit code, defined as
|
All the functions return with an exit code, defined as
|
||||||
</p>
|
</p>
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c" id="org4049cd9"><span style="color: #a020f0;">typedef</span> <span style="color: #228b22;">int32_t</span> <span style="color: #228b22;">qmckl_exit_code</span>;
|
<pre class="src src-c" id="org5bf57ef"><span style="color: #a020f0;">typedef</span> <span style="color: #228b22;">int32_t</span> <span style="color: #228b22;">qmckl_exit_code</span>;
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -374,7 +374,7 @@ error code is returned to the program.
|
|||||||
Here is the complete list of exit codes.
|
Here is the complete list of exit codes.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org85eac2c" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org60249b0" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -582,8 +582,8 @@ string is assumed to be large enough to contain the error message
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgdf0ea04" class="outline-2">
|
<div id="outline-container-org4b44884" class="outline-2">
|
||||||
<h2 id="orgdf0ea04"><span class="section-number-2">1</span> Decoding errors</h2>
|
<h2 id="org4b44884"><span class="section-number-2">1</span> Decoding errors</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
To decode the error messages, <code>qmckl_string_of_error</code> converts an
|
To decode the error messages, <code>qmckl_string_of_error</code> converts an
|
||||||
@ -601,8 +601,8 @@ The text strings are extracted from the previous table.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgdffd9b5" class="outline-2">
|
<div id="outline-container-org5b1383c" class="outline-2">
|
||||||
<h2 id="orgdffd9b5"><span class="section-number-2">2</span> Data structure in context</h2>
|
<h2 id="org5b1383c"><span class="section-number-2">2</span> Data structure in context</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<p>
|
<p>
|
||||||
The strings are declared internally with a maximum fixed size to avoid
|
The strings are declared internally with a maximum fixed size to avoid
|
||||||
@ -625,8 +625,8 @@ dynamic memory allocation.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7e7dab6" class="outline-2">
|
<div id="outline-container-org2a1d937" class="outline-2">
|
||||||
<h2 id="org7e7dab6"><span class="section-number-2">3</span> Updating errors in the context</h2>
|
<h2 id="org2a1d937"><span class="section-number-2">3</span> Updating errors in the context</h2>
|
||||||
<div class="outline-text-2" id="text-3">
|
<div class="outline-text-2" id="text-3">
|
||||||
<p>
|
<p>
|
||||||
The error is updated in the context using <code>qmckl_set_error</code>.
|
The error is updated in the context using <code>qmckl_set_error</code>.
|
||||||
@ -645,8 +645,8 @@ explaining the error. The exit code can't be <code>QMCKL_SUCCESS</code>.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orga01d524" class="outline-2">
|
<div id="outline-container-orgef3606a" class="outline-2">
|
||||||
<h2 id="orga01d524"><span class="section-number-2">4</span> Get the error</h2>
|
<h2 id="orgef3606a"><span class="section-number-2">4</span> Get the error</h2>
|
||||||
<div class="outline-text-2" id="text-4">
|
<div class="outline-text-2" id="text-4">
|
||||||
<p>
|
<p>
|
||||||
Upon error, the error type and message can be obtained from the
|
Upon error, the error type and message can be obtained from the
|
||||||
@ -665,8 +665,8 @@ function name and message is mandatory.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org395a22c" class="outline-2">
|
<div id="outline-container-org9ef6e1d" class="outline-2">
|
||||||
<h2 id="org395a22c"><span class="section-number-2">5</span> Failing</h2>
|
<h2 id="org9ef6e1d"><span class="section-number-2">5</span> Failing</h2>
|
||||||
<div class="outline-text-2" id="text-5">
|
<div class="outline-text-2" id="text-5">
|
||||||
<p>
|
<p>
|
||||||
To make a function fail, the <code>qmckl_failwith</code> function should be
|
To make a function fail, the <code>qmckl_failwith</code> function should be
|
||||||
@ -703,8 +703,8 @@ For example, this function can be used as
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2603d21" class="outline-2">
|
<div id="outline-container-org79e692c" class="outline-2">
|
||||||
<h2 id="org2603d21"><span class="section-number-2">6</span> Last error</h2>
|
<h2 id="org79e692c"><span class="section-number-2">6</span> Last error</h2>
|
||||||
<div class="outline-text-2" id="text-6">
|
<div class="outline-text-2" id="text-6">
|
||||||
<p>
|
<p>
|
||||||
Returns a string describing the last error, using <code>qmckl_get_error</code>.
|
Returns a string describing the last error, using <code>qmckl_get_error</code>.
|
||||||
@ -716,13 +716,13 @@ Returns a string describing the last error, using <code>qmckl_get_error</code>.
|
|||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org8b5a6bb" class="outline-3">
|
<div id="outline-container-org6e104b5" class="outline-3">
|
||||||
<h3 id="org8b5a6bb"><span class="section-number-3">6.1</span> Fortran inteface</h3>
|
<h3 id="org6e104b5"><span class="section-number-3">6.1</span> Fortran inteface</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgdff1c09" class="outline-2">
|
<div id="outline-container-org790247d" class="outline-2">
|
||||||
<h2 id="orgdff1c09"><span class="section-number-2">7</span> Helper functions for debugging</h2>
|
<h2 id="org790247d"><span class="section-number-2">7</span> Helper functions for debugging</h2>
|
||||||
<div class="outline-text-2" id="text-7">
|
<div class="outline-text-2" id="text-7">
|
||||||
<p>
|
<p>
|
||||||
The following function prints to <code>stderr</code> an error message is the return code is
|
The following function prints to <code>stderr</code> an error message is the return code is
|
||||||
@ -748,14 +748,14 @@ It should be used as:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5d63a0f" class="outline-3">
|
<div id="outline-container-orgd41f7c0" class="outline-3">
|
||||||
<h3 id="org5d63a0f"><span class="section-number-3">7.1</span> Fortran inteface</h3>
|
<h3 id="orgd41f7c0"><span class="section-number-3">7.1</span> Fortran inteface</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Code examples</title>
|
<title>Code examples</title>
|
||||||
@ -346,25 +346,25 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgda36b42">1. Overlap matrix in the MO basis</a>
|
<li><a href="#orge049211">1. Overlap matrix in the MO basis</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgc3f8e01">1.1. Python</a></li>
|
<li><a href="#orgba1378b">1.1. Python</a></li>
|
||||||
<li><a href="#org47dd86b">1.2. C</a></li>
|
<li><a href="#org2d54535">1.2. C</a></li>
|
||||||
<li><a href="#org7ee0dc8">1.3. Fortran</a></li>
|
<li><a href="#orgf38fce0">1.3. Fortran</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org3bd7be9">2. Fortran</a>
|
<li><a href="#org0f27515">2. Fortran</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org780f855">2.1. Checking errors</a></li>
|
<li><a href="#orgaf3ce6c">2.1. Checking errors</a></li>
|
||||||
<li><a href="#orgd5846ec">2.2. Computing an atomic orbital on a grid</a></li>
|
<li><a href="#orgb54d51a">2.2. Computing an atomic orbital on a grid</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgda36b42" class="outline-2">
|
<div id="outline-container-orge049211" class="outline-2">
|
||||||
<h2 id="orgda36b42"><span class="section-number-2">1</span> Overlap matrix in the MO basis</h2>
|
<h2 id="orge049211"><span class="section-number-2">1</span> Overlap matrix in the MO basis</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
The focal point of this example is the numerical evaluation of the overlap
|
The focal point of this example is the numerical evaluation of the overlap
|
||||||
@ -417,8 +417,8 @@ code.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc3f8e01" class="outline-3">
|
<div id="outline-container-orgba1378b" class="outline-3">
|
||||||
<h3 id="orgc3f8e01"><span class="section-number-3">1.1</span> Python</h3>
|
<h3 id="orgba1378b"><span class="section-number-3">1.1</span> Python</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<p>
|
<p>
|
||||||
In this example, we will compute numerically the overlap
|
In this example, we will compute numerically the overlap
|
||||||
@ -593,8 +593,8 @@ and finally we compute the overlap between all the MOs as
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org47dd86b" class="outline-3">
|
<div id="outline-container-org2d54535" class="outline-3">
|
||||||
<h3 id="org47dd86b"><span class="section-number-3">1.2</span> C</h3>
|
<h3 id="org2d54535"><span class="section-number-3">1.2</span> C</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<p>
|
<p>
|
||||||
In this example, electron-nucleus cusp fitting is added.
|
In this example, electron-nucleus cusp fitting is added.
|
||||||
@ -922,8 +922,8 @@ and finally we compute the overlap between all the MOs as
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-org7ee0dc8" class="outline-3">
|
<div id="outline-container-orgf38fce0" class="outline-3">
|
||||||
<h3 id="org7ee0dc8"><span class="section-number-3">1.3</span> Fortran</h3>
|
<h3 id="orgf38fce0"><span class="section-number-3">1.3</span> Fortran</h3>
|
||||||
<div class="outline-text-3" id="text-1-3">
|
<div class="outline-text-3" id="text-1-3">
|
||||||
<p>
|
<p>
|
||||||
Here is the same piece of code translated in Fortran
|
Here is the same piece of code translated in Fortran
|
||||||
@ -1099,12 +1099,12 @@ Here is the same piece of code translated in Fortran
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org3bd7be9" class="outline-2">
|
<div id="outline-container-org0f27515" class="outline-2">
|
||||||
<h2 id="org3bd7be9"><span class="section-number-2">2</span> Fortran</h2>
|
<h2 id="org0f27515"><span class="section-number-2">2</span> Fortran</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org780f855" class="outline-3">
|
<div id="outline-container-orgaf3ce6c" class="outline-3">
|
||||||
<h3 id="org780f855"><span class="section-number-3">2.1</span> Checking errors</h3>
|
<h3 id="orgaf3ce6c"><span class="section-number-3">2.1</span> Checking errors</h3>
|
||||||
<div class="outline-text-3" id="text-2-1">
|
<div class="outline-text-3" id="text-2-1">
|
||||||
<p>
|
<p>
|
||||||
All QMCkl functions return an error code. A convenient way to handle
|
All QMCkl functions return an error code. A convenient way to handle
|
||||||
@ -1113,7 +1113,7 @@ error in text format and exits the program.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90" id="org09d3dcc"><span style="color: #a020f0;">subroutine</span> <span style="color: #0000ff;">qmckl_check_error</span>(rc, message)
|
<pre class="src src-f90" id="org6391678"><span style="color: #a020f0;">subroutine</span> <span style="color: #0000ff;">qmckl_check_error</span>(rc, message)
|
||||||
<span style="color: #a020f0;">use</span> <span style="color: #0000ff;">qmckl</span>
|
<span style="color: #a020f0;">use</span> <span style="color: #0000ff;">qmckl</span>
|
||||||
<span style="color: #a020f0;">implicit</span> <span style="color: #228b22;">none</span>
|
<span style="color: #a020f0;">implicit</span> <span style="color: #228b22;">none</span>
|
||||||
<span style="color: #228b22;">integer</span>(qmckl_exit_code), <span style="color: #a020f0;">intent</span>(in) ::<span style="color: #a0522d;"> rc</span>
|
<span style="color: #228b22;">integer</span>(qmckl_exit_code), <span style="color: #a020f0;">intent</span>(in) ::<span style="color: #a0522d;"> rc</span>
|
||||||
@ -1131,8 +1131,8 @@ error in text format and exits the program.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd5846ec" class="outline-3">
|
<div id="outline-container-orgb54d51a" class="outline-3">
|
||||||
<h3 id="orgd5846ec"><span class="section-number-3">2.2</span> Computing an atomic orbital on a grid</h3>
|
<h3 id="orgb54d51a"><span class="section-number-3">2.2</span> Computing an atomic orbital on a grid</h3>
|
||||||
<div class="outline-text-3" id="text-2-2">
|
<div class="outline-text-3" id="text-2-2">
|
||||||
<p>
|
<p>
|
||||||
The following program, in Fortran, computes the values of an atomic
|
The following program, in Fortran, computes the values of an atomic
|
||||||
@ -1351,7 +1351,7 @@ We finally print the value and Laplacian of the AO:
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Local Energy</title>
|
<title>Local Energy</title>
|
||||||
@ -346,44 +346,44 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org8ed1c4e">1. Context</a>
|
<li><a href="#org7fcebab">1. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org40e30ab">1.1. Data structure</a></li>
|
<li><a href="#org10e5758">1.1. Data structure</a></li>
|
||||||
<li><a href="#orgd21f5c3">1.2. Access functions</a></li>
|
<li><a href="#org1c563e7">1.2. Access functions</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org0068b45">2. Computation</a>
|
<li><a href="#orgb6744d7">2. Computation</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org152bb38">2.1. Kinetic energy</a>
|
<li><a href="#org10cb944">2.1. Kinetic energy</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org0ebf154">2.1.1. Get</a></li>
|
<li><a href="#org7e51474">2.1.1. Get</a></li>
|
||||||
<li><a href="#orgfc68b2e">2.1.2. Provide</a></li>
|
<li><a href="#org3754e6f">2.1.2. Provide</a></li>
|
||||||
<li><a href="#org1e04dfc">2.1.3. Compute kinetic enregy</a></li>
|
<li><a href="#org541a910">2.1.3. Compute kinetic enregy</a></li>
|
||||||
<li><a href="#org9b55c61">2.1.4. Test</a></li>
|
<li><a href="#org8bc3dc6">2.1.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org9e1f95e">2.2. Potential energy</a>
|
<li><a href="#org8cc6d76">2.2. Potential energy</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org9560b03">2.2.1. Get</a></li>
|
<li><a href="#orgd131bfd">2.2.1. Get</a></li>
|
||||||
<li><a href="#orgde1abdc">2.2.2. Provide</a></li>
|
<li><a href="#org92a4426">2.2.2. Provide</a></li>
|
||||||
<li><a href="#org07db4f3">2.2.3. Compute potential enregy</a></li>
|
<li><a href="#org986e3d1">2.2.3. Compute potential enregy</a></li>
|
||||||
<li><a href="#org8fa4dcc">2.2.4. Test</a></li>
|
<li><a href="#orga886ffc">2.2.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgba27d37">2.3. Local energy</a>
|
<li><a href="#orgd78cfb6">2.3. Local energy</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org875689a">2.3.1. Get</a></li>
|
<li><a href="#orgb71377b">2.3.1. Get</a></li>
|
||||||
<li><a href="#org037365d">2.3.2. Provide</a></li>
|
<li><a href="#orgc750c0b">2.3.2. Provide</a></li>
|
||||||
<li><a href="#org364a873">2.3.3. Compute local enregy</a></li>
|
<li><a href="#org50ea430">2.3.3. Compute local enregy</a></li>
|
||||||
<li><a href="#org299c7ca">2.3.4. Test</a></li>
|
<li><a href="#org28edb92">2.3.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org2ba463d">2.4. Drift vector</a>
|
<li><a href="#orgca7396b">2.4. Drift vector</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org0a14cfd">2.4.1. Get</a></li>
|
<li><a href="#orgab00815">2.4.1. Get</a></li>
|
||||||
<li><a href="#org12b6b22">2.4.2. Provide</a></li>
|
<li><a href="#orgd1a80b7">2.4.2. Provide</a></li>
|
||||||
<li><a href="#org7bce1e1">2.4.3. Compute drift vector</a></li>
|
<li><a href="#org1fe674f">2.4.3. Compute drift vector</a></li>
|
||||||
<li><a href="#org0949dfb">2.4.4. Test</a></li>
|
<li><a href="#org576cbd8">2.4.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -392,8 +392,8 @@ for the JavaScript code in this tag.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8ed1c4e" class="outline-2">
|
<div id="outline-container-org7fcebab" class="outline-2">
|
||||||
<h2 id="org8ed1c4e"><span class="section-number-2">1</span> Context</h2>
|
<h2 id="org7fcebab"><span class="section-number-2">1</span> Context</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
The following arrays are stored in the context:
|
The following arrays are stored in the context:
|
||||||
@ -466,8 +466,8 @@ Computed data:
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org40e30ab" class="outline-3">
|
<div id="outline-container-org10e5758" class="outline-3">
|
||||||
<h3 id="org40e30ab"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="org10e5758"><span class="section-number-3">1.1</span> Data structure</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> <span style="color: #228b22;">qmckl_local_energy_struct</span> {
|
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> <span style="color: #228b22;">qmckl_local_energy_struct</span> {
|
||||||
@ -501,8 +501,8 @@ this mechanism.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd21f5c3" class="outline-3">
|
<div id="outline-container-org1c563e7" class="outline-3">
|
||||||
<h3 id="orgd21f5c3"><span class="section-number-3">1.2</span> Access functions</h3>
|
<h3 id="org1c563e7"><span class="section-number-3">1.2</span> Access functions</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<p>
|
<p>
|
||||||
When all the data for the local energy have been provided, the following
|
When all the data for the local energy have been provided, the following
|
||||||
@ -517,12 +517,12 @@ function returns <code>true</code>.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0068b45" class="outline-2">
|
<div id="outline-container-orgb6744d7" class="outline-2">
|
||||||
<h2 id="org0068b45"><span class="section-number-2">2</span> Computation</h2>
|
<h2 id="orgb6744d7"><span class="section-number-2">2</span> Computation</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org152bb38" class="outline-3">
|
<div id="outline-container-org10cb944" class="outline-3">
|
||||||
<h3 id="org152bb38"><span class="section-number-3">2.1</span> Kinetic energy</h3>
|
<h3 id="org10cb944"><span class="section-number-3">2.1</span> Kinetic energy</h3>
|
||||||
<div class="outline-text-3" id="text-2-1">
|
<div class="outline-text-3" id="text-2-1">
|
||||||
<p>
|
<p>
|
||||||
Where the kinetic energy is given as:
|
Where the kinetic energy is given as:
|
||||||
@ -546,8 +546,8 @@ case is given as follows:
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0ebf154" class="outline-4">
|
<div id="outline-container-org7e51474" class="outline-4">
|
||||||
<h4 id="org0ebf154"><span class="section-number-4">2.1.1</span> Get</h4>
|
<h4 id="org7e51474"><span class="section-number-4">2.1.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-1">
|
<div class="outline-text-4" id="text-2-1-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_kinetic_energy</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">kinetic_energy</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_kinetic_energy</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">kinetic_energy</span>);
|
||||||
@ -556,14 +556,14 @@ case is given as follows:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgfc68b2e" class="outline-4">
|
<div id="outline-container-org3754e6f" class="outline-4">
|
||||||
<h4 id="orgfc68b2e"><span class="section-number-4">2.1.2</span> Provide</h4>
|
<h4 id="org3754e6f"><span class="section-number-4">2.1.2</span> Provide</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org1e04dfc" class="outline-4">
|
<div id="outline-container-org541a910" class="outline-4">
|
||||||
<h4 id="org1e04dfc"><span class="section-number-4">2.1.3</span> Compute kinetic enregy</h4>
|
<h4 id="org541a910"><span class="section-number-4">2.1.3</span> Compute kinetic enregy</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-3">
|
<div class="outline-text-4" id="text-2-1-3">
|
||||||
<table id="org8b88d2c" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgffc6159" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -792,12 +792,12 @@ case is given as follows:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9b55c61" class="outline-4">
|
<div id="outline-container-org8bc3dc6" class="outline-4">
|
||||||
<h4 id="org9b55c61"><span class="section-number-4">2.1.4</span> Test</h4>
|
<h4 id="org8bc3dc6"><span class="section-number-4">2.1.4</span> Test</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org9e1f95e" class="outline-3">
|
<div id="outline-container-org8cc6d76" class="outline-3">
|
||||||
<h3 id="org9e1f95e"><span class="section-number-3">2.2</span> Potential energy</h3>
|
<h3 id="org8cc6d76"><span class="section-number-3">2.2</span> Potential energy</h3>
|
||||||
<div class="outline-text-3" id="text-2-2">
|
<div class="outline-text-3" id="text-2-2">
|
||||||
<p>
|
<p>
|
||||||
The potential energy is the sum of all the following terms
|
The potential energy is the sum of all the following terms
|
||||||
@ -833,8 +833,8 @@ contributions.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9560b03" class="outline-4">
|
<div id="outline-container-orgd131bfd" class="outline-4">
|
||||||
<h4 id="org9560b03"><span class="section-number-4">2.2.1</span> Get</h4>
|
<h4 id="orgd131bfd"><span class="section-number-4">2.2.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-1">
|
<div class="outline-text-4" id="text-2-2-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_potential_energy</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">potential_energy</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_potential_energy</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">potential_energy</span>);
|
||||||
@ -843,14 +843,14 @@ contributions.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgde1abdc" class="outline-4">
|
<div id="outline-container-org92a4426" class="outline-4">
|
||||||
<h4 id="orgde1abdc"><span class="section-number-4">2.2.2</span> Provide</h4>
|
<h4 id="org92a4426"><span class="section-number-4">2.2.2</span> Provide</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org07db4f3" class="outline-4">
|
<div id="outline-container-org986e3d1" class="outline-4">
|
||||||
<h4 id="org07db4f3"><span class="section-number-4">2.2.3</span> Compute potential enregy</h4>
|
<h4 id="org986e3d1"><span class="section-number-4">2.2.3</span> Compute potential enregy</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-3">
|
<div class="outline-text-4" id="text-2-2-3">
|
||||||
<table id="org6d08191" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgbd5424e" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -977,12 +977,12 @@ contributions.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8fa4dcc" class="outline-4">
|
<div id="outline-container-orga886ffc" class="outline-4">
|
||||||
<h4 id="org8fa4dcc"><span class="section-number-4">2.2.4</span> Test</h4>
|
<h4 id="orga886ffc"><span class="section-number-4">2.2.4</span> Test</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgba27d37" class="outline-3">
|
<div id="outline-container-orgd78cfb6" class="outline-3">
|
||||||
<h3 id="orgba27d37"><span class="section-number-3">2.3</span> Local energy</h3>
|
<h3 id="orgd78cfb6"><span class="section-number-3">2.3</span> Local energy</h3>
|
||||||
<div class="outline-text-3" id="text-2-3">
|
<div class="outline-text-3" id="text-2-3">
|
||||||
<p>
|
<p>
|
||||||
The local energy is the sum of kinetic and potential energies.
|
The local energy is the sum of kinetic and potential energies.
|
||||||
@ -996,8 +996,8 @@ E_L = KE + PE
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-org875689a" class="outline-4">
|
<div id="outline-container-orgb71377b" class="outline-4">
|
||||||
<h4 id="org875689a"><span class="section-number-4">2.3.1</span> Get</h4>
|
<h4 id="orgb71377b"><span class="section-number-4">2.3.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-3-1">
|
<div class="outline-text-4" id="text-2-3-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_local_energy</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">local_energy</span>, <span style="color: #a020f0;">const</span> <span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">size_max</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_local_energy</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">local_energy</span>, <span style="color: #a020f0;">const</span> <span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">size_max</span>);
|
||||||
@ -1006,14 +1006,14 @@ E_L = KE + PE
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org037365d" class="outline-4">
|
<div id="outline-container-orgc750c0b" class="outline-4">
|
||||||
<h4 id="org037365d"><span class="section-number-4">2.3.2</span> Provide</h4>
|
<h4 id="orgc750c0b"><span class="section-number-4">2.3.2</span> Provide</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org364a873" class="outline-4">
|
<div id="outline-container-org50ea430" class="outline-4">
|
||||||
<h4 id="org364a873"><span class="section-number-4">2.3.3</span> Compute local enregy</h4>
|
<h4 id="org50ea430"><span class="section-number-4">2.3.3</span> Compute local enregy</h4>
|
||||||
<div class="outline-text-4" id="text-2-3-3">
|
<div class="outline-text-4" id="text-2-3-3">
|
||||||
<table id="org6f79b02" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org3797b60" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1109,12 +1109,12 @@ E_L = KE + PE
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org299c7ca" class="outline-4">
|
<div id="outline-container-org28edb92" class="outline-4">
|
||||||
<h4 id="org299c7ca"><span class="section-number-4">2.3.4</span> Test</h4>
|
<h4 id="org28edb92"><span class="section-number-4">2.3.4</span> Test</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org2ba463d" class="outline-3">
|
<div id="outline-container-orgca7396b" class="outline-3">
|
||||||
<h3 id="org2ba463d"><span class="section-number-3">2.4</span> Drift vector</h3>
|
<h3 id="orgca7396b"><span class="section-number-3">2.4</span> Drift vector</h3>
|
||||||
<div class="outline-text-3" id="text-2-4">
|
<div class="outline-text-3" id="text-2-4">
|
||||||
<p>
|
<p>
|
||||||
The drift vector is calculated as the ration of the gradient
|
The drift vector is calculated as the ration of the gradient
|
||||||
@ -1128,8 +1128,8 @@ with the determinant of the wavefunction.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0a14cfd" class="outline-4">
|
<div id="outline-container-orgab00815" class="outline-4">
|
||||||
<h4 id="org0a14cfd"><span class="section-number-4">2.4.1</span> Get</h4>
|
<h4 id="orgab00815"><span class="section-number-4">2.4.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-4-1">
|
<div class="outline-text-4" id="text-2-4-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_drift_vector</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">drift_vector</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_drift_vector</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">drift_vector</span>);
|
||||||
@ -1138,14 +1138,14 @@ with the determinant of the wavefunction.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org12b6b22" class="outline-4">
|
<div id="outline-container-orgd1a80b7" class="outline-4">
|
||||||
<h4 id="org12b6b22"><span class="section-number-4">2.4.2</span> Provide</h4>
|
<h4 id="orgd1a80b7"><span class="section-number-4">2.4.2</span> Provide</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7bce1e1" class="outline-4">
|
<div id="outline-container-org1fe674f" class="outline-4">
|
||||||
<h4 id="org7bce1e1"><span class="section-number-4">2.4.3</span> Compute drift vector</h4>
|
<h4 id="org1fe674f"><span class="section-number-4">2.4.3</span> Compute drift vector</h4>
|
||||||
<div class="outline-text-4" id="text-2-4-3">
|
<div class="outline-text-4" id="text-2-4-3">
|
||||||
<table id="org0384f75" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgdbe86eb" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1366,15 +1366,15 @@ with the determinant of the wavefunction.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0949dfb" class="outline-4">
|
<div id="outline-container-org576cbd8" class="outline-4">
|
||||||
<h4 id="org0949dfb"><span class="section-number-4">2.4.4</span> Test</h4>
|
<h4 id="org576cbd8"><span class="section-number-4">2.4.4</span> Test</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:46 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Memory management</title>
|
<title>Memory management</title>
|
||||||
@ -324,16 +324,16 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orga39f094">1. Memory data structure for the context</a></li>
|
<li><a href="#org40e4f71">1. Memory data structure for the context</a></li>
|
||||||
<li><a href="#org00f139a">2. Passing info to allocation routines</a></li>
|
<li><a href="#orgac55668">2. Passing info to allocation routines</a></li>
|
||||||
<li><a href="#orgd3298bf">3. Allocation/deallocation functions</a></li>
|
<li><a href="#org2a0e1ce">3. Allocation/deallocation functions</a></li>
|
||||||
<li><a href="#org89914c6">4. Get the size of a memory block</a></li>
|
<li><a href="#orgb259b23">4. Get the size of a memory block</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga39f094" class="outline-2">
|
<div id="outline-container-org40e4f71" class="outline-2">
|
||||||
<h2 id="orga39f094"><span class="section-number-2">1</span> Memory data structure for the context</h2>
|
<h2 id="org40e4f71"><span class="section-number-2">1</span> Memory data structure for the context</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
Every time a new block of memory is allocated, the information
|
Every time a new block of memory is allocated, the information
|
||||||
@ -375,8 +375,8 @@ array, and the number of allocated blocks.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org00f139a" class="outline-2">
|
<div id="outline-container-orgac55668" class="outline-2">
|
||||||
<h2 id="org00f139a"><span class="section-number-2">2</span> Passing info to allocation routines</h2>
|
<h2 id="orgac55668"><span class="section-number-2">2</span> Passing info to allocation routines</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<p>
|
<p>
|
||||||
Passing information to the allocation routine should be done by
|
Passing information to the allocation routine should be done by
|
||||||
@ -385,8 +385,8 @@ passing an instance of a <code>qmckl_memory_info_struct</code>.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd3298bf" class="outline-2">
|
<div id="outline-container-org2a0e1ce" class="outline-2">
|
||||||
<h2 id="orgd3298bf"><span class="section-number-2">3</span> Allocation/deallocation functions</h2>
|
<h2 id="org2a0e1ce"><span class="section-number-2">3</span> Allocation/deallocation functions</h2>
|
||||||
<div class="outline-text-2" id="text-3">
|
<div class="outline-text-2" id="text-3">
|
||||||
<p>
|
<p>
|
||||||
Memory allocation inside the library should be done with
|
Memory allocation inside the library should be done with
|
||||||
@ -645,8 +645,8 @@ successful deallocation of the memory block.</li>
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org89914c6" class="outline-2">
|
<div id="outline-container-orgb259b23" class="outline-2">
|
||||||
<h2 id="org89914c6"><span class="section-number-2">4</span> Get the size of a memory block</h2>
|
<h2 id="orgb259b23"><span class="section-number-2">4</span> Get the size of a memory block</h2>
|
||||||
<div class="outline-text-2" id="text-4">
|
<div class="outline-text-2" id="text-4">
|
||||||
<p>
|
<p>
|
||||||
All the blocks allocated with <code>qmckl_malloc</code> keep track of how many
|
All the blocks allocated with <code>qmckl_malloc</code> keep track of how many
|
||||||
@ -741,7 +741,7 @@ rc = qmckl_context_destroy(context);
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:46</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
212
qmckl_mo.html
212
qmckl_mo.html
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Molecular Orbitals</title>
|
<title>Molecular Orbitals</title>
|
||||||
@ -346,72 +346,72 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org04eef30">1. Context</a>
|
<li><a href="#org7392360">1. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org2cc195d">1.1. Data structure</a></li>
|
<li><a href="#org3345fff">1.1. Data structure</a></li>
|
||||||
<li><a href="#org413b9cf">1.2. Initialization functions</a></li>
|
<li><a href="#org72fd73c">1.2. Initialization functions</a></li>
|
||||||
<li><a href="#org900ff75">1.3. Cusp adjsutment functions</a></li>
|
<li><a href="#orga22ccf7">1.3. Cusp adjsutment functions</a></li>
|
||||||
<li><a href="#org5cf29fc">1.4. Access functions</a>
|
<li><a href="#org7281d26">1.4. Access functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org3786694">1.4.1. Fortran interfaces</a></li>
|
<li><a href="#orgb12d8bb">1.4.1. Fortran interfaces</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org47e7443">1.5. Update</a>
|
<li><a href="#orge15d2d1">1.5. Update</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org36118d9">1.5.1. Fortran interface</a></li>
|
<li><a href="#org63bf295">1.5.1. Fortran interface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org1b8ce44">2. Computation</a>
|
<li><a href="#orga74e9f6">2. Computation</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org9ba5add">2.1. Parameters of the cusp-correction functions</a></li>
|
<li><a href="#org960ecc6">2.1. Parameters of the cusp-correction functions</a></li>
|
||||||
<li><a href="#org5280a0f">2.2. Computation of MOs: values only</a>
|
<li><a href="#org48035ab">2.2. Computation of MOs: values only</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgf911472">2.2.1. Get</a></li>
|
<li><a href="#org6d90813">2.2.1. Get</a></li>
|
||||||
<li><a href="#org60ecf84">2.2.2. Provide</a></li>
|
<li><a href="#org4161770">2.2.2. Provide</a></li>
|
||||||
<li><a href="#orgfea0c31">2.2.3. Compute</a></li>
|
<li><a href="#org003a6ab">2.2.3. Compute</a></li>
|
||||||
<li><a href="#org88bc5f6">2.2.4. HPC version</a>
|
<li><a href="#orge79219f">2.2.4. HPC version</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgb41fae2">2.2.4.1. Single-precision</a></li>
|
<li><a href="#orga566ad4">2.2.4.1. Single-precision</a></li>
|
||||||
<li><a href="#org96a33bf">2.2.4.2. Double-precision</a></li>
|
<li><a href="#org0e57555">2.2.4.2. Double-precision</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org5c7973a">2.3. Computation of MOs: values, gradient, Laplacian</a>
|
<li><a href="#org51e22c1">2.3. Computation of MOs: values, gradient, Laplacian</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org416a0d2">2.3.1. Get</a></li>
|
<li><a href="#org15e4c09">2.3.1. Get</a></li>
|
||||||
<li><a href="#org1f3e33a">2.3.2. Provide</a></li>
|
<li><a href="#orge615c02">2.3.2. Provide</a></li>
|
||||||
<li><a href="#orgbe6623e">2.3.3. Compute</a></li>
|
<li><a href="#org1e0bce9">2.3.3. Compute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org24ad48f">2.4. Computation of cusp-corrected MOs: values only</a>
|
<li><a href="#orgda92ba2">2.4. Computation of cusp-corrected MOs: values only</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgf94a46d">2.4.1. Compute</a></li>
|
<li><a href="#orgdff1885">2.4.1. Compute</a></li>
|
||||||
<li><a href="#org5187f1b">2.4.2. HPC version</a></li>
|
<li><a href="#org45c122e">2.4.2. HPC version</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgefb4a85">2.5. Computation of cusp-corrected MOs: values, gradient, Laplacian</a>
|
<li><a href="#org6375ad1">2.5. Computation of cusp-corrected MOs: values, gradient, Laplacian</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org06b233c">2.5.1. Compute</a></li>
|
<li><a href="#org6989521">2.5.1. Compute</a></li>
|
||||||
<li><a href="#orgf1c7124">2.5.2. HPC version</a></li>
|
<li><a href="#org0d51ef8">2.5.2. HPC version</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orge0d89df">2.6. Rescaling of MO coefficients</a>
|
<li><a href="#org5e62a4d">2.6. Rescaling of MO coefficients</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org0696564">2.6.1. Fortran interface</a></li>
|
<li><a href="#org94d4e51">2.6.1. Fortran interface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org5ffdb96">2.7. Test</a></li>
|
<li><a href="#org46b47a9">2.7. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org04eef30" class="outline-2">
|
<div id="outline-container-org7392360" class="outline-2">
|
||||||
<h2 id="org04eef30"><span class="section-number-2">1</span> Context</h2>
|
<h2 id="org7392360"><span class="section-number-2">1</span> Context</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
The following arrays are stored in the context:
|
The following arrays are stored in the context:
|
||||||
@ -490,8 +490,8 @@ Computed data:
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2cc195d" class="outline-3">
|
<div id="outline-container-org3345fff" class="outline-3">
|
||||||
<h3 id="org2cc195d"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="org3345fff"><span class="section-number-3">1.1</span> Data structure</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> <span style="color: #228b22;">qmckl_mo_basis_struct</span> {
|
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> <span style="color: #228b22;">qmckl_mo_basis_struct</span> {
|
||||||
@ -548,8 +548,8 @@ this mechanism.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org413b9cf" class="outline-3">
|
<div id="outline-container-org72fd73c" class="outline-3">
|
||||||
<h3 id="org413b9cf"><span class="section-number-3">1.2</span> Initialization functions</h3>
|
<h3 id="org72fd73c"><span class="section-number-3">1.2</span> Initialization functions</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<p>
|
<p>
|
||||||
To set the basis set, all the following functions need to be
|
To set the basis set, all the following functions need to be
|
||||||
@ -570,8 +570,8 @@ computed to accelerate the calculations.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org900ff75" class="outline-3">
|
<div id="outline-container-orga22ccf7" class="outline-3">
|
||||||
<h3 id="org900ff75"><span class="section-number-3">1.3</span> Cusp adjsutment functions</h3>
|
<h3 id="orga22ccf7"><span class="section-number-3">1.3</span> Cusp adjsutment functions</h3>
|
||||||
<div class="outline-text-3" id="text-1-3">
|
<div class="outline-text-3" id="text-1-3">
|
||||||
<p>
|
<p>
|
||||||
To activate the cusp adjustment, the user must enter the radius of
|
To activate the cusp adjustment, the user must enter the radius of
|
||||||
@ -586,8 +586,8 @@ of the non-\(s\) AOs at the center.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5cf29fc" class="outline-3">
|
<div id="outline-container-org7281d26" class="outline-3">
|
||||||
<h3 id="org5cf29fc"><span class="section-number-3">1.4</span> Access functions</h3>
|
<h3 id="org7281d26"><span class="section-number-3">1.4</span> Access functions</h3>
|
||||||
<div class="outline-text-3" id="text-1-4">
|
<div class="outline-text-3" id="text-1-4">
|
||||||
<p>
|
<p>
|
||||||
When all the data for the AOs have been provided, the following
|
When all the data for the AOs have been provided, the following
|
||||||
@ -600,13 +600,13 @@ function returns <code>true</code>.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org3786694" class="outline-4">
|
<div id="outline-container-orgb12d8bb" class="outline-4">
|
||||||
<h4 id="org3786694"><span class="section-number-4">1.4.1</span> Fortran interfaces</h4>
|
<h4 id="orgb12d8bb"><span class="section-number-4">1.4.1</span> Fortran interfaces</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org47e7443" class="outline-3">
|
<div id="outline-container-orge15d2d1" class="outline-3">
|
||||||
<h3 id="org47e7443"><span class="section-number-3">1.5</span> Update</h3>
|
<h3 id="orge15d2d1"><span class="section-number-3">1.5</span> Update</h3>
|
||||||
<div class="outline-text-3" id="text-1-5">
|
<div class="outline-text-3" id="text-1-5">
|
||||||
<p>
|
<p>
|
||||||
It may be desirable to remove certain molecular orbitals (MOs) that
|
It may be desirable to remove certain molecular orbitals (MOs) that
|
||||||
@ -633,25 +633,25 @@ calculation. If the integer is non-zero, the MO will be kept.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org36118d9" class="outline-4">
|
<div id="outline-container-org63bf295" class="outline-4">
|
||||||
<h4 id="org36118d9"><span class="section-number-4">1.5.1</span> Fortran interface</h4>
|
<h4 id="org63bf295"><span class="section-number-4">1.5.1</span> Fortran interface</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org1b8ce44" class="outline-2">
|
<div id="outline-container-orga74e9f6" class="outline-2">
|
||||||
<h2 id="org1b8ce44"><span class="section-number-2">2</span> Computation</h2>
|
<h2 id="orga74e9f6"><span class="section-number-2">2</span> Computation</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org9ba5add" class="outline-3">
|
<div id="outline-container-org960ecc6" class="outline-3">
|
||||||
<h3 id="org9ba5add"><span class="section-number-3">2.1</span> Parameters of the cusp-correction functions</h3>
|
<h3 id="org960ecc6"><span class="section-number-3">2.1</span> Parameters of the cusp-correction functions</h3>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org5280a0f" class="outline-3">
|
<div id="outline-container-org48035ab" class="outline-3">
|
||||||
<h3 id="org5280a0f"><span class="section-number-3">2.2</span> Computation of MOs: values only</h3>
|
<h3 id="org48035ab"><span class="section-number-3">2.2</span> Computation of MOs: values only</h3>
|
||||||
<div class="outline-text-3" id="text-2-2">
|
<div class="outline-text-3" id="text-2-2">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgf911472" class="outline-4">
|
<div id="outline-container-org6d90813" class="outline-4">
|
||||||
<h4 id="orgf911472"><span class="section-number-4">2.2.1</span> Get</h4>
|
<h4 id="org6d90813"><span class="section-number-4">2.2.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-1">
|
<div class="outline-text-4" id="text-2-2-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
||||||
@ -675,8 +675,8 @@ Uses the given array to compute the values.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org60ecf84" class="outline-4">
|
<div id="outline-container-org4161770" class="outline-4">
|
||||||
<h4 id="org60ecf84"><span class="section-number-4">2.2.2</span> Provide</h4>
|
<h4 id="org4161770"><span class="section-number-4">2.2.2</span> Provide</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-2">
|
<div class="outline-text-4" id="text-2-2-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_provide_mo_basis_mo_value</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_provide_mo_basis_mo_value</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>);
|
||||||
@ -761,10 +761,10 @@ Uses the given array to compute the values.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgfea0c31" class="outline-4">
|
<div id="outline-container-org003a6ab" class="outline-4">
|
||||||
<h4 id="orgfea0c31"><span class="section-number-4">2.2.3</span> Compute</h4>
|
<h4 id="org003a6ab"><span class="section-number-4">2.2.3</span> Compute</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-3">
|
<div class="outline-text-4" id="text-2-2-3">
|
||||||
<table id="org7344be8" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org4e37519" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -919,8 +919,8 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org88bc5f6" class="outline-4">
|
<div id="outline-container-orge79219f" class="outline-4">
|
||||||
<h4 id="org88bc5f6"><span class="section-number-4">2.2.4</span> HPC version</h4>
|
<h4 id="orge79219f"><span class="section-number-4">2.2.4</span> HPC version</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-4">
|
<div class="outline-text-4" id="text-2-2-4">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #483d8b;">#ifdef</span> HAVE_HPC
|
<pre class="src src-c"><span style="color: #483d8b;">#ifdef</span> HAVE_HPC
|
||||||
@ -947,8 +947,8 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-orgb41fae2" class="outline-5">
|
<div id="outline-container-orga566ad4" class="outline-5">
|
||||||
<h5 id="orgb41fae2"><span class="section-number-5">2.2.4.1</span> Single-precision</h5>
|
<h5 id="orga566ad4"><span class="section-number-5">2.2.4.1</span> Single-precision</h5>
|
||||||
<div class="outline-text-5" id="text-2-2-4-1">
|
<div class="outline-text-5" id="text-2-2-4-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #483d8b;">#ifdef</span> HAVE_HPC
|
<pre class="src src-c"><span style="color: #483d8b;">#ifdef</span> HAVE_HPC
|
||||||
@ -971,10 +971,10 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
<span style="color: #8b2252;">"coefficient_t_sp"</span>);
|
<span style="color: #8b2252;">"coefficient_t_sp"</span>);
|
||||||
};
|
};
|
||||||
|
|
||||||
IVDEP
|
|
||||||
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
||||||
<span style="color: #483d8b;">#pragma</span> omp simd
|
<span style="color: #483d8b;">#pragma</span> omp simd
|
||||||
<span style="color: #483d8b;">#endif</span>
|
<span style="color: #483d8b;">#endif</span>
|
||||||
|
IVDEP
|
||||||
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num*ao_num ; ++i) {
|
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num*ao_num ; ++i) {
|
||||||
coefficient_t_sp[i] = (<span style="color: #228b22;">float</span>) <span style="color: #228b22;">coefficient_t</span>[i];
|
coefficient_t_sp[i] = (<span style="color: #228b22;">float</span>) <span style="color: #228b22;">coefficient_t</span>[i];
|
||||||
}
|
}
|
||||||
@ -1028,10 +1028,10 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">float</span> <span style="color: #a0522d;">a71</span> = av1[n+6];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">float</span> <span style="color: #a0522d;">a71</span> = av1[n+6];
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">float</span> <span style="color: #a0522d;">a81</span> = av1[n+7];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">float</span> <span style="color: #a0522d;">a81</span> = av1[n+7];
|
||||||
|
|
||||||
IVDEP
|
|
||||||
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
||||||
<span style="color: #483d8b;">#pragma</span> omp simd
|
<span style="color: #483d8b;">#pragma</span> omp simd
|
||||||
<span style="color: #483d8b;">#endif</span>
|
<span style="color: #483d8b;">#endif</span>
|
||||||
|
IVDEP
|
||||||
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
||||||
vgl_sp[i] = vgl_sp[i] +
|
vgl_sp[i] = vgl_sp[i] +
|
||||||
ck1[i] * a11 + ck2[i] * a21 + ck3[i] * a31 + ck4[i] * a41 +
|
ck1[i] * a11 + ck2[i] * a21 + ck3[i] * a31 + ck4[i] * a41 +
|
||||||
@ -1043,19 +1043,19 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">float</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">ck</span> = coefficient_t_sp + idx[m]*mo_num;
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">float</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">ck</span> = coefficient_t_sp + idx[m]*mo_num;
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">float</span> <span style="color: #a0522d;">a1</span> = av1[m];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">float</span> <span style="color: #a0522d;">a1</span> = av1[m];
|
||||||
|
|
||||||
IVDEP
|
|
||||||
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
||||||
<span style="color: #483d8b;">#pragma</span> omp simd
|
<span style="color: #483d8b;">#pragma</span> omp simd
|
||||||
<span style="color: #483d8b;">#endif</span>
|
<span style="color: #483d8b;">#endif</span>
|
||||||
|
IVDEP
|
||||||
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
||||||
vgl_sp[i] = vgl_sp[i] + ck[i] * a1;
|
vgl_sp[i] = vgl_sp[i] + ck[i] * a1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
IVDEP
|
|
||||||
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
||||||
<span style="color: #483d8b;">#pragma</span> omp simd
|
<span style="color: #483d8b;">#pragma</span> omp simd
|
||||||
<span style="color: #483d8b;">#endif</span>
|
<span style="color: #483d8b;">#endif</span>
|
||||||
|
IVDEP
|
||||||
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
||||||
vgl1[i] = (<span style="color: #228b22;">double</span>) vgl_sp[i];
|
vgl1[i] = (<span style="color: #228b22;">double</span>) vgl_sp[i];
|
||||||
}
|
}
|
||||||
@ -1073,8 +1073,8 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org96a33bf" class="outline-5">
|
<div id="outline-container-org0e57555" class="outline-5">
|
||||||
<h5 id="org96a33bf"><span class="section-number-5">2.2.4.2</span> Double-precision</h5>
|
<h5 id="org0e57555"><span class="section-number-5">2.2.4.2</span> Double-precision</h5>
|
||||||
<div class="outline-text-5" id="text-2-2-4-2">
|
<div class="outline-text-5" id="text-2-2-4-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #483d8b;">#ifdef</span> HAVE_HPC
|
<pre class="src src-c"><span style="color: #483d8b;">#ifdef</span> HAVE_HPC
|
||||||
@ -1156,10 +1156,10 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a71</span> = av1[n+6];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a71</span> = av1[n+6];
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a81</span> = av1[n+7];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a81</span> = av1[n+7];
|
||||||
|
|
||||||
IVDEP
|
|
||||||
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
||||||
<span style="color: #483d8b;">#pragma</span> omp simd
|
<span style="color: #483d8b;">#pragma</span> omp simd
|
||||||
<span style="color: #483d8b;">#endif</span>
|
<span style="color: #483d8b;">#endif</span>
|
||||||
|
IVDEP
|
||||||
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
||||||
vgl1[i] = vgl1[i] +
|
vgl1[i] = vgl1[i] +
|
||||||
ck1[i] * a11 + ck2[i] * a21 + ck3[i] * a31 + ck4[i] * a41 +
|
ck1[i] * a11 + ck2[i] * a21 + ck3[i] * a31 + ck4[i] * a41 +
|
||||||
@ -1171,10 +1171,10 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">ck</span> = coefficient_t + idx[m]*mo_num;
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">ck</span> = coefficient_t + idx[m]*mo_num;
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a1</span> = av1[m];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a1</span> = av1[m];
|
||||||
|
|
||||||
IVDEP
|
|
||||||
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
||||||
<span style="color: #483d8b;">#pragma</span> omp simd
|
<span style="color: #483d8b;">#pragma</span> omp simd
|
||||||
<span style="color: #483d8b;">#endif</span>
|
<span style="color: #483d8b;">#endif</span>
|
||||||
|
IVDEP
|
||||||
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
||||||
vgl1[i] = vgl1[i] + ck[i] * a1;
|
vgl1[i] = vgl1[i] + ck[i] * a1;
|
||||||
}
|
}
|
||||||
@ -1193,12 +1193,12 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5c7973a" class="outline-3">
|
<div id="outline-container-org51e22c1" class="outline-3">
|
||||||
<h3 id="org5c7973a"><span class="section-number-3">2.3</span> Computation of MOs: values, gradient, Laplacian</h3>
|
<h3 id="org51e22c1"><span class="section-number-3">2.3</span> Computation of MOs: values, gradient, Laplacian</h3>
|
||||||
<div class="outline-text-3" id="text-2-3">
|
<div class="outline-text-3" id="text-2-3">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org416a0d2" class="outline-4">
|
<div id="outline-container-org15e4c09" class="outline-4">
|
||||||
<h4 id="org416a0d2"><span class="section-number-4">2.3.1</span> Get</h4>
|
<h4 id="org15e4c09"><span class="section-number-4">2.3.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-3-1">
|
<div class="outline-text-4" id="text-2-3-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
||||||
@ -1222,8 +1222,8 @@ Uses the given array to compute the VGL.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org1f3e33a" class="outline-4">
|
<div id="outline-container-orge615c02" class="outline-4">
|
||||||
<h4 id="org1f3e33a"><span class="section-number-4">2.3.2</span> Provide</h4>
|
<h4 id="orge615c02"><span class="section-number-4">2.3.2</span> Provide</h4>
|
||||||
<div class="outline-text-4" id="text-2-3-2">
|
<div class="outline-text-4" id="text-2-3-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_provide_mo_basis_mo_vgl</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_provide_mo_basis_mo_vgl</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>);
|
||||||
@ -1307,10 +1307,10 @@ Uses the given array to compute the VGL.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgbe6623e" class="outline-4">
|
<div id="outline-container-org1e0bce9" class="outline-4">
|
||||||
<h4 id="orgbe6623e"><span class="section-number-4">2.3.3</span> Compute</h4>
|
<h4 id="org1e0bce9"><span class="section-number-4">2.3.3</span> Compute</h4>
|
||||||
<div class="outline-text-4" id="text-2-3-3">
|
<div class="outline-text-4" id="text-2-3-3">
|
||||||
<table id="orgbaf36e6" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org24bfe92" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1484,14 +1484,14 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org24ad48f" class="outline-3">
|
<div id="outline-container-orgda92ba2" class="outline-3">
|
||||||
<h3 id="org24ad48f"><span class="section-number-3">2.4</span> Computation of cusp-corrected MOs: values only</h3>
|
<h3 id="orgda92ba2"><span class="section-number-3">2.4</span> Computation of cusp-corrected MOs: values only</h3>
|
||||||
<div class="outline-text-3" id="text-2-4">
|
<div class="outline-text-3" id="text-2-4">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgf94a46d" class="outline-4">
|
<div id="outline-container-orgdff1885" class="outline-4">
|
||||||
<h4 id="orgf94a46d"><span class="section-number-4">2.4.1</span> Compute</h4>
|
<h4 id="orgdff1885"><span class="section-number-4">2.4.1</span> Compute</h4>
|
||||||
<div class="outline-text-4" id="text-2-4-1">
|
<div class="outline-text-4" id="text-2-4-1">
|
||||||
<table id="org9d02b4c" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org907a461" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1730,8 +1730,8 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5187f1b" class="outline-4">
|
<div id="outline-container-org45c122e" class="outline-4">
|
||||||
<h4 id="org5187f1b"><span class="section-number-4">2.4.2</span> HPC version</h4>
|
<h4 id="org45c122e"><span class="section-number-4">2.4.2</span> HPC version</h4>
|
||||||
<div class="outline-text-4" id="text-2-4-2">
|
<div class="outline-text-4" id="text-2-4-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #483d8b;">#ifdef</span> HAVE_HPC
|
<pre class="src src-c"><span style="color: #483d8b;">#ifdef</span> HAVE_HPC
|
||||||
@ -1826,10 +1826,10 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a31</span> = av1[n+2];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a31</span> = av1[n+2];
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a41</span> = av1[n+3];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a41</span> = av1[n+3];
|
||||||
|
|
||||||
IVDEP
|
|
||||||
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
||||||
<span style="color: #483d8b;">#pragma</span> omp simd
|
<span style="color: #483d8b;">#pragma</span> omp simd
|
||||||
<span style="color: #483d8b;">#endif</span>
|
<span style="color: #483d8b;">#endif</span>
|
||||||
|
IVDEP
|
||||||
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
||||||
vgl1[i] = vgl1[i] + ck1[i] * a11 + ck2[i] * a21 + ck3[i] * a31 + ck4[i] * a41;
|
vgl1[i] = vgl1[i] + ck1[i] * a11 + ck2[i] * a21 + ck3[i] * a31 + ck4[i] * a41;
|
||||||
}
|
}
|
||||||
@ -1839,10 +1839,10 @@ IVDEP
|
|||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">ck</span> = coefficient_t + idx[m]*mo_num;
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">ck</span> = coefficient_t + idx[m]*mo_num;
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a1</span> = av1[m];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a1</span> = av1[m];
|
||||||
|
|
||||||
IVDEP
|
|
||||||
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
||||||
<span style="color: #483d8b;">#pragma</span> omp simd
|
<span style="color: #483d8b;">#pragma</span> omp simd
|
||||||
<span style="color: #483d8b;">#endif</span>
|
<span style="color: #483d8b;">#endif</span>
|
||||||
|
IVDEP
|
||||||
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
||||||
vgl1[i] = vgl1[i] + ck[i] * a1;
|
vgl1[i] = vgl1[i] + ck[i] * a1;
|
||||||
}
|
}
|
||||||
@ -1871,14 +1871,14 @@ IVDEP
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgefb4a85" class="outline-3">
|
<div id="outline-container-org6375ad1" class="outline-3">
|
||||||
<h3 id="orgefb4a85"><span class="section-number-3">2.5</span> Computation of cusp-corrected MOs: values, gradient, Laplacian</h3>
|
<h3 id="org6375ad1"><span class="section-number-3">2.5</span> Computation of cusp-corrected MOs: values, gradient, Laplacian</h3>
|
||||||
<div class="outline-text-3" id="text-2-5">
|
<div class="outline-text-3" id="text-2-5">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org06b233c" class="outline-4">
|
<div id="outline-container-org6989521" class="outline-4">
|
||||||
<h4 id="org06b233c"><span class="section-number-4">2.5.1</span> Compute</h4>
|
<h4 id="org6989521"><span class="section-number-4">2.5.1</span> Compute</h4>
|
||||||
<div class="outline-text-4" id="text-2-5-1">
|
<div class="outline-text-4" id="text-2-5-1">
|
||||||
<table id="org318614c" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org6304f31" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -2174,8 +2174,8 @@ IVDEP
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf1c7124" class="outline-4">
|
<div id="outline-container-org0d51ef8" class="outline-4">
|
||||||
<h4 id="orgf1c7124"><span class="section-number-4">2.5.2</span> HPC version</h4>
|
<h4 id="org0d51ef8"><span class="section-number-4">2.5.2</span> HPC version</h4>
|
||||||
<div class="outline-text-4" id="text-2-5-2">
|
<div class="outline-text-4" id="text-2-5-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #483d8b;">#ifdef</span> HAVE_HPC
|
<pre class="src src-c"><span style="color: #483d8b;">#ifdef</span> HAVE_HPC
|
||||||
@ -2301,10 +2301,10 @@ IVDEP
|
|||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a35</span> = av5[n+2];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a35</span> = av5[n+2];
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a45</span> = av5[n+3];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a45</span> = av5[n+3];
|
||||||
|
|
||||||
IVDEP
|
|
||||||
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
||||||
<span style="color: #483d8b;">#pragma</span> omp simd
|
<span style="color: #483d8b;">#pragma</span> omp simd
|
||||||
<span style="color: #483d8b;">#endif</span>
|
<span style="color: #483d8b;">#endif</span>
|
||||||
|
IVDEP
|
||||||
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
||||||
vgl1[i] = vgl1[i] + ck1[i] * a11 + ck2[i] * a21 + ck3[i] * a31 + ck4[i] * a41;
|
vgl1[i] = vgl1[i] + ck1[i] * a11 + ck2[i] * a21 + ck3[i] * a31 + ck4[i] * a41;
|
||||||
vgl2[i] = vgl2[i] + ck1[i] * a12 + ck2[i] * a22 + ck3[i] * a32 + ck4[i] * a42;
|
vgl2[i] = vgl2[i] + ck1[i] * a12 + ck2[i] * a22 + ck3[i] * a32 + ck4[i] * a42;
|
||||||
@ -2322,10 +2322,10 @@ IVDEP
|
|||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a4</span> = av4[m];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a4</span> = av4[m];
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a5</span> = av5[m];
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span> <span style="color: #a0522d;">a5</span> = av5[m];
|
||||||
|
|
||||||
IVDEP
|
|
||||||
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
<span style="color: #483d8b;">#ifdef</span> HAVE_OPENMP
|
||||||
<span style="color: #483d8b;"> #pragma</span> omp simd
|
<span style="color: #483d8b;"> #pragma</span> omp simd
|
||||||
<span style="color: #483d8b;">#endif</span>
|
<span style="color: #483d8b;">#endif</span>
|
||||||
|
IVDEP
|
||||||
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
<span style="color: #a020f0;">for</span> (<span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">i</span>=0 ; i<mo_num ; ++i) {
|
||||||
vgl1[i] = vgl1[i] + ck[i] * a1;
|
vgl1[i] = vgl1[i] + ck[i] * a1;
|
||||||
vgl2[i] = vgl2[i] + ck[i] * a2;
|
vgl2[i] = vgl2[i] + ck[i] * a2;
|
||||||
@ -2376,8 +2376,8 @@ IVDEP
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge0d89df" class="outline-3">
|
<div id="outline-container-org5e62a4d" class="outline-3">
|
||||||
<h3 id="orge0d89df"><span class="section-number-3">2.6</span> Rescaling of MO coefficients</h3>
|
<h3 id="org5e62a4d"><span class="section-number-3">2.6</span> Rescaling of MO coefficients</h3>
|
||||||
<div class="outline-text-3" id="text-2-6">
|
<div class="outline-text-3" id="text-2-6">
|
||||||
<p>
|
<p>
|
||||||
When evaluating Slater determinants, the value of the determinants
|
When evaluating Slater determinants, the value of the determinants
|
||||||
@ -2394,19 +2394,19 @@ correct range.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0696564" class="outline-4">
|
<div id="outline-container-org94d4e51" class="outline-4">
|
||||||
<h4 id="org0696564"><span class="section-number-4">2.6.1</span> Fortran interface</h4>
|
<h4 id="org94d4e51"><span class="section-number-4">2.6.1</span> Fortran interface</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5ffdb96" class="outline-3">
|
<div id="outline-container-org46b47a9" class="outline-3">
|
||||||
<h3 id="org5ffdb96"><span class="section-number-3">2.7</span> Test</h3>
|
<h3 id="org46b47a9"><span class="section-number-3">2.7</span> Test</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:46 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Nucleus</title>
|
<title>Nucleus</title>
|
||||||
@ -346,28 +346,28 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org7acf567">1. Context</a>
|
<li><a href="#orgb9e8f26">1. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org002f450">1.1. Data structure</a></li>
|
<li><a href="#org89952fd">1.1. Data structure</a></li>
|
||||||
<li><a href="#orgab7a892">1.2. Access functions</a></li>
|
<li><a href="#orgdd28b52">1.2. Access functions</a></li>
|
||||||
<li><a href="#org9cb6318">1.3. Initialization functions</a></li>
|
<li><a href="#org99f3b04">1.3. Initialization functions</a></li>
|
||||||
<li><a href="#org0a72e5c">1.4. Test</a></li>
|
<li><a href="#orgbb51d69">1.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org3077d07">2. Computation</a>
|
<li><a href="#org6ab7ae6">2. Computation</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgfbb8838">2.1. Nucleus-nucleus distances</a>
|
<li><a href="#orgc495c02">2.1. Nucleus-nucleus distances</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgfbaec26">2.1.1. Get</a></li>
|
<li><a href="#org0cdfc09">2.1.1. Get</a></li>
|
||||||
<li><a href="#org91c6687">2.1.2. Compute</a></li>
|
<li><a href="#org225a5d9">2.1.2. Compute</a></li>
|
||||||
<li><a href="#org4c99cbc">2.1.3. Test</a></li>
|
<li><a href="#org5805880">2.1.3. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org4367999">2.2. Nuclear repulsion energy</a>
|
<li><a href="#org3a818e7">2.2. Nuclear repulsion energy</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org5b43c90">2.2.1. Get</a></li>
|
<li><a href="#orgd7d47c2">2.2.1. Get</a></li>
|
||||||
<li><a href="#org49a8eef">2.2.2. Compute</a></li>
|
<li><a href="#orgbb7ec6e">2.2.2. Compute</a></li>
|
||||||
<li><a href="#org2a8a247">2.2.3. Test</a></li>
|
<li><a href="#org4086fa1">2.2.3. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -376,8 +376,8 @@ for the JavaScript code in this tag.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7acf567" class="outline-2">
|
<div id="outline-container-orgb9e8f26" class="outline-2">
|
||||||
<h2 id="org7acf567"><span class="section-number-2">1</span> Context</h2>
|
<h2 id="orgb9e8f26"><span class="section-number-2">1</span> Context</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
The following data stored in the context:
|
The following data stored in the context:
|
||||||
@ -474,8 +474,8 @@ Computed data:
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org002f450" class="outline-3">
|
<div id="outline-container-org89952fd" class="outline-3">
|
||||||
<h3 id="org002f450"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="org89952fd"><span class="section-number-3">1.1</span> Data structure</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> <span style="color: #228b22;">qmckl_nucleus_struct</span> {
|
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> <span style="color: #228b22;">qmckl_nucleus_struct</span> {
|
||||||
@ -529,8 +529,8 @@ this mechanism.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgab7a892" class="outline-3">
|
<div id="outline-container-orgdd28b52" class="outline-3">
|
||||||
<h3 id="orgab7a892"><span class="section-number-3">1.2</span> Access functions</h3>
|
<h3 id="orgdd28b52"><span class="section-number-3">1.2</span> Access functions</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<p>
|
<p>
|
||||||
When all the data relative to nuclei have been set, the following
|
When all the data relative to nuclei have been set, the following
|
||||||
@ -544,8 +544,8 @@ function returns <code>true</code>.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9cb6318" class="outline-3">
|
<div id="outline-container-org99f3b04" class="outline-3">
|
||||||
<h3 id="org9cb6318"><span class="section-number-3">1.3</span> Initialization functions</h3>
|
<h3 id="org99f3b04"><span class="section-number-3">1.3</span> Initialization functions</h3>
|
||||||
<div class="outline-text-3" id="text-1-3">
|
<div class="outline-text-3" id="text-1-3">
|
||||||
<p>
|
<p>
|
||||||
To set the data relative to the nuclei in the context, the
|
To set the data relative to the nuclei in the context, the
|
||||||
@ -591,8 +591,8 @@ are be given in atomic units.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0a72e5c" class="outline-3">
|
<div id="outline-container-orgbb51d69" class="outline-3">
|
||||||
<h3 id="org0a72e5c"><span class="section-number-3">1.4</span> Test</h3>
|
<h3 id="orgbb51d69"><span class="section-number-3">1.4</span> Test</h3>
|
||||||
<div class="outline-text-3" id="text-1-4">
|
<div class="outline-text-3" id="text-1-4">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a0522d;">nucl_charge</span> = chbrclf_charge;
|
<pre class="src src-c"><span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a0522d;">nucl_charge</span> = chbrclf_charge;
|
||||||
@ -661,8 +661,8 @@ rc = qmckl_get_nucleus_charge(context, nucl_charge2, chbrclf_nucl_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org3077d07" class="outline-2">
|
<div id="outline-container-org6ab7ae6" class="outline-2">
|
||||||
<h2 id="org3077d07"><span class="section-number-2">2</span> Computation</h2>
|
<h2 id="org6ab7ae6"><span class="section-number-2">2</span> Computation</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<p>
|
<p>
|
||||||
The computed data is stored in the context so that it can be reused
|
The computed data is stored in the context so that it can be reused
|
||||||
@ -675,12 +675,12 @@ current date is stored.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgfbb8838" class="outline-3">
|
<div id="outline-container-orgc495c02" class="outline-3">
|
||||||
<h3 id="orgfbb8838"><span class="section-number-3">2.1</span> Nucleus-nucleus distances</h3>
|
<h3 id="orgc495c02"><span class="section-number-3">2.1</span> Nucleus-nucleus distances</h3>
|
||||||
<div class="outline-text-3" id="text-2-1">
|
<div class="outline-text-3" id="text-2-1">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgfbaec26" class="outline-4">
|
<div id="outline-container-org0cdfc09" class="outline-4">
|
||||||
<h4 id="orgfbaec26"><span class="section-number-4">2.1.1</span> Get</h4>
|
<h4 id="org0cdfc09"><span class="section-number-4">2.1.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-1">
|
<div class="outline-text-4" id="text-2-1-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
||||||
@ -692,10 +692,10 @@ current date is stored.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org91c6687" class="outline-4">
|
<div id="outline-container-org225a5d9" class="outline-4">
|
||||||
<h4 id="org91c6687"><span class="section-number-4">2.1.2</span> Compute</h4>
|
<h4 id="org225a5d9"><span class="section-number-4">2.1.2</span> Compute</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-2">
|
<div class="outline-text-4" id="text-2-1-2">
|
||||||
<table id="org7fef9ab" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgf1e5c3b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -773,8 +773,8 @@ current date is stored.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4c99cbc" class="outline-4">
|
<div id="outline-container-org5805880" class="outline-4">
|
||||||
<h4 id="org4c99cbc"><span class="section-number-4">2.1.3</span> Test</h4>
|
<h4 id="org5805880"><span class="section-number-4">2.1.3</span> Test</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-3">
|
<div class="outline-text-4" id="text-2-1-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">/* <span style="color: #b22222;">Reference input data</span> */
|
<pre class="src src-c">/* <span style="color: #b22222;">Reference input data</span> */
|
||||||
@ -793,8 +793,8 @@ rc = qmckl_get_nucleus_nn_distance(context, distance, chbrclf_nucl_num*chbrclf_n
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4367999" class="outline-3">
|
<div id="outline-container-org3a818e7" class="outline-3">
|
||||||
<h3 id="org4367999"><span class="section-number-3">2.2</span> Nuclear repulsion energy</h3>
|
<h3 id="org3a818e7"><span class="section-number-3">2.2</span> Nuclear repulsion energy</h3>
|
||||||
<div class="outline-text-3" id="text-2-2">
|
<div class="outline-text-3" id="text-2-2">
|
||||||
<p>
|
<p>
|
||||||
\[
|
\[
|
||||||
@ -803,8 +803,8 @@ rc = qmckl_get_nucleus_nn_distance(context, distance, chbrclf_nucl_num*chbrclf_n
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5b43c90" class="outline-4">
|
<div id="outline-container-orgd7d47c2" class="outline-4">
|
||||||
<h4 id="org5b43c90"><span class="section-number-4">2.2.1</span> Get</h4>
|
<h4 id="orgd7d47c2"><span class="section-number-4">2.2.1</span> Get</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-1">
|
<div class="outline-text-4" id="text-2-2-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_nucleus_repulsion</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">energy</span>);
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_get_nucleus_repulsion</span>(<span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>, <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">const</span> <span style="color: #a0522d;">energy</span>);
|
||||||
@ -813,10 +813,10 @@ rc = qmckl_get_nucleus_nn_distance(context, distance, chbrclf_nucl_num*chbrclf_n
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org49a8eef" class="outline-4">
|
<div id="outline-container-orgbb7ec6e" class="outline-4">
|
||||||
<h4 id="org49a8eef"><span class="section-number-4">2.2.2</span> Compute</h4>
|
<h4 id="orgbb7ec6e"><span class="section-number-4">2.2.2</span> Compute</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-2">
|
<div class="outline-text-4" id="text-2-2-2">
|
||||||
<table id="org2529d65" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org72ad7db" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -906,8 +906,8 @@ rc = qmckl_get_nucleus_nn_distance(context, distance, chbrclf_nucl_num*chbrclf_n
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2a8a247" class="outline-4">
|
<div id="outline-container-org4086fa1" class="outline-4">
|
||||||
<h4 id="org2a8a247"><span class="section-number-4">2.2.3</span> Test</h4>
|
<h4 id="org4086fa1"><span class="section-number-4">2.2.3</span> Test</h4>
|
||||||
<div class="outline-text-4" id="text-2-2-3">
|
<div class="outline-text-4" id="text-2-2-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">/* <span style="color: #b22222;">Reference input data</span> */
|
<pre class="src src-c">/* <span style="color: #b22222;">Reference input data</span> */
|
||||||
@ -927,7 +927,7 @@ rc = qmckl_get_nucleus_repulsion(context, &rep);
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:46</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>‎</title>
|
<title>‎</title>
|
||||||
@ -345,18 +345,18 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org948809f">1. Control of the numerical precision</a></li>
|
<li><a href="#org485dfaa">1. Control of the numerical precision</a></li>
|
||||||
<li><a href="#orgf414a15">2. Precision</a></li>
|
<li><a href="#orgb74afe1">2. Precision</a></li>
|
||||||
<li><a href="#org130da99">3. Range</a></li>
|
<li><a href="#orgef0d949">3. Range</a></li>
|
||||||
<li><a href="#org17f65d8">4. Helper functions</a>
|
<li><a href="#orgae48cfd">4. Helper functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org1fadf41">4.1. Epsilon</a></li>
|
<li><a href="#orgc6ac365">4.1. Epsilon</a></li>
|
||||||
<li><a href="#orgeb41836">4.2. Testing the number of unchanged bits</a></li>
|
<li><a href="#orgc98c4b6">4.2. Testing the number of unchanged bits</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgc859f12">5. Approximate functions</a>
|
<li><a href="#org603de46">5. Approximate functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgd8a8cdd">5.1. Exponential</a></li>
|
<li><a href="#org07c2809">5.1. Exponential</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -366,8 +366,8 @@ for the JavaScript code in this tag.
|
|||||||
3+TITLE: Numerical precision
|
3+TITLE: Numerical precision
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div id="outline-container-org948809f" class="outline-2">
|
<div id="outline-container-org485dfaa" class="outline-2">
|
||||||
<h2 id="org948809f"><span class="section-number-2">1</span> Control of the numerical precision</h2>
|
<h2 id="org485dfaa"><span class="section-number-2">1</span> Control of the numerical precision</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
Controlling numerical precision enables optimizations. Here, the
|
Controlling numerical precision enables optimizations. Here, the
|
||||||
@ -378,7 +378,7 @@ Arithmetic (IEEE 754),
|
|||||||
sign bit) and <i>range</i> refers to the number of exponent bits.
|
sign bit) and <i>range</i> refers to the number of exponent bits.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="orgaa17bb0" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgda007db" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -422,8 +422,8 @@ integer. The update functions return <code>QMCKL_SUCCESS</code> or
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf414a15" class="outline-2">
|
<div id="outline-container-orgb74afe1" class="outline-2">
|
||||||
<h2 id="orgf414a15"><span class="section-number-2">2</span> Precision</h2>
|
<h2 id="orgb74afe1"><span class="section-number-2">2</span> Precision</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<p>
|
<p>
|
||||||
<code>qmckl_context_set_numprec_precision</code> modifies the parameter for the
|
<code>qmckl_context_set_numprec_precision</code> modifies the parameter for the
|
||||||
@ -510,8 +510,8 @@ numerical precision in the context.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org130da99" class="outline-2">
|
<div id="outline-container-orgef0d949" class="outline-2">
|
||||||
<h2 id="org130da99"><span class="section-number-2">3</span> Range</h2>
|
<h2 id="orgef0d949"><span class="section-number-2">3</span> Range</h2>
|
||||||
<div class="outline-text-2" id="text-3">
|
<div class="outline-text-2" id="text-3">
|
||||||
<p>
|
<p>
|
||||||
<code>qmckl_set_numprec_range</code> modifies the parameter for the numerical
|
<code>qmckl_set_numprec_range</code> modifies the parameter for the numerical
|
||||||
@ -586,12 +586,12 @@ range in a given context.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org17f65d8" class="outline-2">
|
<div id="outline-container-orgae48cfd" class="outline-2">
|
||||||
<h2 id="org17f65d8"><span class="section-number-2">4</span> Helper functions</h2>
|
<h2 id="orgae48cfd"><span class="section-number-2">4</span> Helper functions</h2>
|
||||||
<div class="outline-text-2" id="text-4">
|
<div class="outline-text-2" id="text-4">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org1fadf41" class="outline-3">
|
<div id="outline-container-orgc6ac365" class="outline-3">
|
||||||
<h3 id="org1fadf41"><span class="section-number-3">4.1</span> Epsilon</h3>
|
<h3 id="orgc6ac365"><span class="section-number-3">4.1</span> Epsilon</h3>
|
||||||
<div class="outline-text-3" id="text-4-1">
|
<div class="outline-text-3" id="text-4-1">
|
||||||
<p>
|
<p>
|
||||||
<code>qmckl_get_numprec_epsilon</code> returns \(\epsilon = 2^{1-n}\) where <code>n</code> is the precision.
|
<code>qmckl_get_numprec_epsilon</code> returns \(\epsilon = 2^{1-n}\) where <code>n</code> is the precision.
|
||||||
@ -610,8 +610,8 @@ We need to remove the sign bit from the precision.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgeb41836" class="outline-3">
|
<div id="outline-container-orgc98c4b6" class="outline-3">
|
||||||
<h3 id="orgeb41836"><span class="section-number-3">4.2</span> Testing the number of unchanged bits</h3>
|
<h3 id="orgc98c4b6"><span class="section-number-3">4.2</span> Testing the number of unchanged bits</h3>
|
||||||
<div class="outline-text-3" id="text-4-2">
|
<div class="outline-text-3" id="text-4-2">
|
||||||
<p>
|
<p>
|
||||||
To test that a given approximation keeps a given number of bits
|
To test that a given approximation keeps a given number of bits
|
||||||
@ -681,12 +681,12 @@ numbers differ.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc859f12" class="outline-2">
|
<div id="outline-container-org603de46" class="outline-2">
|
||||||
<h2 id="orgc859f12"><span class="section-number-2">5</span> Approximate functions</h2>
|
<h2 id="org603de46"><span class="section-number-2">5</span> Approximate functions</h2>
|
||||||
<div class="outline-text-2" id="text-5">
|
<div class="outline-text-2" id="text-5">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgd8a8cdd" class="outline-3">
|
<div id="outline-container-org07c2809" class="outline-3">
|
||||||
<h3 id="orgd8a8cdd"><span class="section-number-3">5.1</span> Exponential</h3>
|
<h3 id="org07c2809"><span class="section-number-3">5.1</span> Exponential</h3>
|
||||||
<div class="outline-text-3" id="text-5-1">
|
<div class="outline-text-3" id="text-5-1">
|
||||||
<p>
|
<p>
|
||||||
Fast exponential function, adapted from Johan Rade's implementation
|
Fast exponential function, adapted from Johan Rade's implementation
|
||||||
@ -741,7 +741,7 @@ N. Schraudolph, "A Fast, Compact Approximation of the Exponential Function",
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:46 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Point</title>
|
<title>Point</title>
|
||||||
@ -346,25 +346,25 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org4bad99b">1. Context</a>
|
<li><a href="#org731c640">1. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgff69c62">1.1. Data structure</a></li>
|
<li><a href="#orgfa7cc03">1.1. Data structure</a></li>
|
||||||
<li><a href="#orgca39a6c">1.2. Access functions</a>
|
<li><a href="#orgaac8dfc">1.2. Access functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org0b7139e">1.2.1. Number of points</a></li>
|
<li><a href="#orgfb45096">1.2.1. Number of points</a></li>
|
||||||
<li><a href="#org55500b6">1.2.2. Point coordinates</a></li>
|
<li><a href="#org18dafc6">1.2.2. Point coordinates</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgfe0207e">1.3. Initialization functions</a></li>
|
<li><a href="#org41c2ecf">1.3. Initialization functions</a></li>
|
||||||
<li><a href="#orgef243aa">1.4. Test</a></li>
|
<li><a href="#org4dccb73">1.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4bad99b" class="outline-2">
|
<div id="outline-container-org731c640" class="outline-2">
|
||||||
<h2 id="org4bad99b"><span class="section-number-2">1</span> Context</h2>
|
<h2 id="org731c640"><span class="section-number-2">1</span> Context</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
The following data stored in the context:
|
The following data stored in the context:
|
||||||
@ -414,8 +414,8 @@ corresponds to the 3 × <code>num</code> matrix.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgff69c62" class="outline-3">
|
<div id="outline-container-orgfa7cc03" class="outline-3">
|
||||||
<h3 id="orgff69c62"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="orgfa7cc03"><span class="section-number-3">1.1</span> Data structure</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> <span style="color: #228b22;">qmckl_point_struct</span> {
|
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> <span style="color: #228b22;">qmckl_point_struct</span> {
|
||||||
@ -451,8 +451,8 @@ corresponds to the 3 × <code>num</code> matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgca39a6c" class="outline-3">
|
<div id="outline-container-orgaac8dfc" class="outline-3">
|
||||||
<h3 id="orgca39a6c"><span class="section-number-3">1.2</span> Access functions</h3>
|
<h3 id="orgaac8dfc"><span class="section-number-3">1.2</span> Access functions</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<p>
|
<p>
|
||||||
Access functions return <code>QMCKL_SUCCESS</code> when the data has been
|
Access functions return <code>QMCKL_SUCCESS</code> when the data has been
|
||||||
@ -463,8 +463,8 @@ contains the requested data. Otherwise, this variable is untouched.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0b7139e" class="outline-4">
|
<div id="outline-container-orgfb45096" class="outline-4">
|
||||||
<h4 id="org0b7139e"><span class="section-number-4">1.2.1</span> Number of points</h4>
|
<h4 id="orgfb45096"><span class="section-number-4">1.2.1</span> Number of points</h4>
|
||||||
<div class="outline-text-4" id="text-1-2-1">
|
<div class="outline-text-4" id="text-1-2-1">
|
||||||
<p>
|
<p>
|
||||||
Returns the number of points stored in the context.
|
Returns the number of points stored in the context.
|
||||||
@ -486,8 +486,8 @@ Returns the number of points stored in the context.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org55500b6" class="outline-4">
|
<div id="outline-container-org18dafc6" class="outline-4">
|
||||||
<h4 id="org55500b6"><span class="section-number-4">1.2.2</span> Point coordinates</h4>
|
<h4 id="org18dafc6"><span class="section-number-4">1.2.2</span> Point coordinates</h4>
|
||||||
<div class="outline-text-4" id="text-1-2-2">
|
<div class="outline-text-4" id="text-1-2-2">
|
||||||
<p>
|
<p>
|
||||||
Returns the point coordinates as sequences of (x,y,z).
|
Returns the point coordinates as sequences of (x,y,z).
|
||||||
@ -515,8 +515,8 @@ The pointer is assumed to point on a memory block of size
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-orgfe0207e" class="outline-3">
|
<div id="outline-container-org41c2ecf" class="outline-3">
|
||||||
<h3 id="orgfe0207e"><span class="section-number-3">1.3</span> Initialization functions</h3>
|
<h3 id="org41c2ecf"><span class="section-number-3">1.3</span> Initialization functions</h3>
|
||||||
<div class="outline-text-3" id="text-1-3">
|
<div class="outline-text-3" id="text-1-3">
|
||||||
<p>
|
<p>
|
||||||
When the data is set in the context, if the arrays are large
|
When the data is set in the context, if the arrays are large
|
||||||
@ -655,8 +655,8 @@ Copy a sequence of <code>num</code> points \((x,y,z)\) into the context.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-orgef243aa" class="outline-3">
|
<div id="outline-container-org4dccb73" class="outline-3">
|
||||||
<h3 id="orgef243aa"><span class="section-number-3">1.4</span> Test</h3>
|
<h3 id="org4dccb73"><span class="section-number-3">1.4</span> Test</h3>
|
||||||
<div class="outline-text-3" id="text-1-4">
|
<div class="outline-text-3" id="text-1-4">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">/* <span style="color: #b22222;">Reference input data</span> */
|
<pre class="src src-c">/* <span style="color: #b22222;">Reference input data</span> */
|
||||||
@ -715,7 +715,7 @@ rc = qmckl_get_point (context, <span style="color: #8b2252;">'N'</span>, coord3,
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:46</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Sherman-Morrison-Woodbury</title>
|
<title>Sherman-Morrison-Woodbury</title>
|
||||||
@ -346,118 +346,118 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orge5f2205">1. Headers</a></li>
|
<li><a href="#org9fd7a44">1. Headers</a></li>
|
||||||
<li><a href="#orgf5176b2">2. Naïve Sherman-Morrison</a>
|
<li><a href="#orgf2d2199">2. Naïve Sherman-Morrison</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgc9d3777">2.1. <code>qmckl_sm_naive</code></a>
|
<li><a href="#orgdf7c9a4">2.1. <code>qmckl_sm_naive</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org4e83316">2.1.1. Introduction</a></li>
|
<li><a href="#orge1ca380">2.1.1. Introduction</a></li>
|
||||||
<li><a href="#orga20b36b">2.1.2. API</a></li>
|
<li><a href="#org134aa16">2.1.2. API</a></li>
|
||||||
<li><a href="#orge942e4e">2.1.3. Requirements</a></li>
|
<li><a href="#org8cb9376">2.1.3. Requirements</a></li>
|
||||||
<li><a href="#orgacd94c2">2.1.4. Pedagogical kernel source (in Fortran)</a>
|
<li><a href="#orgeb2077b">2.1.4. Pedagogical kernel source (in Fortran)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgf5ae284">2.1.4.1. C interface (not directly exposed)</a></li>
|
<li><a href="#org4bde4b6">2.1.4.1. C interface (not directly exposed)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgafaae23">2.1.5. C headers (exposed in qmckl.h)</a></li>
|
<li><a href="#orgc11840b">2.1.5. C headers (exposed in qmckl.h)</a></li>
|
||||||
<li><a href="#org133caee">2.1.6. C sources</a></li>
|
<li><a href="#org42e3cfb">2.1.6. C sources</a></li>
|
||||||
<li><a href="#orga821c8a">2.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
<li><a href="#org7564af0">2.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
||||||
<li><a href="#orgca23ea2">2.1.8. Performance</a></li>
|
<li><a href="#org7765dc8">2.1.8. Performance</a></li>
|
||||||
<li><a href="#orgc4c267d">2.1.9. Tests</a></li>
|
<li><a href="#orgb4dfea9">2.1.9. Tests</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org8045b77">3. Sherman-Morrison with Slagel Splitting (core)</a>
|
<li><a href="#org5d3966d">3. Sherman-Morrison with Slagel Splitting (core)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgb6af607">3.1. <code>qmckl_sm_splitting_core</code></a>
|
<li><a href="#orgcc97dd5">3.1. <code>qmckl_sm_splitting_core</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org5111069">3.1.1. Introduction</a></li>
|
<li><a href="#org0c74031">3.1.1. Introduction</a></li>
|
||||||
<li><a href="#org8fd7887">3.1.2. API</a></li>
|
<li><a href="#org60e3f6c">3.1.2. API</a></li>
|
||||||
<li><a href="#org5e01c25">3.1.3. Requirements</a></li>
|
<li><a href="#org814abfd">3.1.3. Requirements</a></li>
|
||||||
<li><a href="#orge403978">3.1.4. Pedagogical kernel source (in Fortran)</a>
|
<li><a href="#org137b1d1">3.1.4. Pedagogical kernel source (in Fortran)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgf925ed2">3.1.4.1. C interface to the pedagogical kernel (not directly exposed)</a></li>
|
<li><a href="#org8d1034a">3.1.4.1. C interface to the pedagogical kernel (not directly exposed)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org15b55ab">3.1.5. C headers (exposed in qmckl.h)</a></li>
|
<li><a href="#orge3c0346">3.1.5. C headers (exposed in qmckl.h)</a></li>
|
||||||
<li><a href="#org4a14a53">3.1.6. C sources</a></li>
|
<li><a href="#org9a7f723">3.1.6. C sources</a></li>
|
||||||
<li><a href="#orgea742c9">3.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
<li><a href="#org4098d7f">3.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
||||||
<li><a href="#org6f790dd">3.1.8. Performance</a></li>
|
<li><a href="#orgc3db013">3.1.8. Performance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orga78b1ed">4. Woodbury 2x2</a>
|
<li><a href="#org1a17927">4. Woodbury 2x2</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgd77c69b">4.1. <code>qmckl_woodbury_2x2</code></a>
|
<li><a href="#org5e4a263">4.1. <code>qmckl_woodbury_2x2</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org4d1c825">4.1.1. Introduction</a></li>
|
<li><a href="#org6c9a54b">4.1.1. Introduction</a></li>
|
||||||
<li><a href="#org80e48cf">4.1.2. API</a></li>
|
<li><a href="#orgd05ec05">4.1.2. API</a></li>
|
||||||
<li><a href="#orgc85fafc">4.1.3. Requirements</a></li>
|
<li><a href="#orgc54f5b0">4.1.3. Requirements</a></li>
|
||||||
<li><a href="#orgb8e5744">4.1.4. Pedagogical kernel source (in Fortran)</a>
|
<li><a href="#org0fe9e12">4.1.4. Pedagogical kernel source (in Fortran)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org24147d2">4.1.4.1. C interface (not directly exposed)</a></li>
|
<li><a href="#org4df6ac6">4.1.4.1. C interface (not directly exposed)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org3566a1d">4.1.5. C headers (exposed in qmckl.h)</a></li>
|
<li><a href="#org145bf2f">4.1.5. C headers (exposed in qmckl.h)</a></li>
|
||||||
<li><a href="#org14b3dff">4.1.6. C sources</a></li>
|
<li><a href="#orgc6b35eb">4.1.6. C sources</a></li>
|
||||||
<li><a href="#org19762d1">4.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
<li><a href="#org1ff3ce6">4.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
||||||
<li><a href="#orgf4608e2">4.1.8. Performance</a></li>
|
<li><a href="#org25a984b">4.1.8. Performance</a></li>
|
||||||
<li><a href="#org6514335">4.1.9. Tests</a></li>
|
<li><a href="#org52a0a92">4.1.9. Tests</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgb57d9b8">5. Woodbury 3x3</a>
|
<li><a href="#org4952b81">5. Woodbury 3x3</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org3dfac8b">5.1. <code>qmckl_woodbury_3x3</code></a>
|
<li><a href="#orgc3ead55">5.1. <code>qmckl_woodbury_3x3</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org6e39f41">5.1.1. Introduction</a></li>
|
<li><a href="#org9927528">5.1.1. Introduction</a></li>
|
||||||
<li><a href="#orgff27b6a">5.1.2. API</a></li>
|
<li><a href="#orgac1cde6">5.1.2. API</a></li>
|
||||||
<li><a href="#org8ef3b28">5.1.3. Requirements</a></li>
|
<li><a href="#org1414e35">5.1.3. Requirements</a></li>
|
||||||
<li><a href="#org095ed2d">5.1.4. Pedagogical kernel source (in Fortran)</a>
|
<li><a href="#org9457b40">5.1.4. Pedagogical kernel source (in Fortran)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org199d0e1">5.1.4.1. C interface (not directly exposed)</a></li>
|
<li><a href="#org53c1aa5">5.1.4.1. C interface (not directly exposed)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org816170f">5.1.5. C headers (exposed in qmckl.h)</a></li>
|
<li><a href="#org01a90df">5.1.5. C headers (exposed in qmckl.h)</a></li>
|
||||||
<li><a href="#orgda9f94d">5.1.6. C sources</a></li>
|
<li><a href="#orgd9a48e2">5.1.6. C sources</a></li>
|
||||||
<li><a href="#orgb6fe014">5.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
<li><a href="#org5f5d8a3">5.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
||||||
<li><a href="#org210fb83">5.1.8. Performance</a></li>
|
<li><a href="#org440c73c">5.1.8. Performance</a></li>
|
||||||
<li><a href="#org2386847">5.1.9. Tests</a></li>
|
<li><a href="#orgd3b14f8">5.1.9. Tests</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org3a1e112">6. Sherman-Morrison with Slagel Splitting</a>
|
<li><a href="#org81b5bc3">6. Sherman-Morrison with Slagel Splitting</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgb71bf84">6.1. <code>qmckl_sm_splitting</code></a>
|
<li><a href="#org757ebdc">6.1. <code>qmckl_sm_splitting</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org7d8f2f2">6.1.1. Introduction</a></li>
|
<li><a href="#orgf01b958">6.1.1. Introduction</a></li>
|
||||||
<li><a href="#orge42ce81">6.1.2. API</a></li>
|
<li><a href="#org9a4422a">6.1.2. API</a></li>
|
||||||
<li><a href="#orgeb30914">6.1.3. Requirements</a></li>
|
<li><a href="#org39c8045">6.1.3. Requirements</a></li>
|
||||||
<li><a href="#org86f7e2c">6.1.4. Pedagogical kernel source (in Fortran)</a>
|
<li><a href="#orgae3e9bf">6.1.4. Pedagogical kernel source (in Fortran)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgd75e22f">6.1.4.1. C interface to the pedagogical kernel (not directly exposed)</a></li>
|
<li><a href="#org1f66c2c">6.1.4.1. C interface to the pedagogical kernel (not directly exposed)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgf908858">6.1.5. C headers (exposed in qmckl.h)</a></li>
|
<li><a href="#org54a2af9">6.1.5. C headers (exposed in qmckl.h)</a></li>
|
||||||
<li><a href="#org2c1b302">6.1.6. C source</a></li>
|
<li><a href="#org74faa5f">6.1.6. C source</a></li>
|
||||||
<li><a href="#orgab60827">6.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
<li><a href="#orgc3a6310">6.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
||||||
<li><a href="#orgbc0b896">6.1.8. Performance…</a></li>
|
<li><a href="#orgee33041">6.1.8. Performance…</a></li>
|
||||||
<li><a href="#org4f6e8f8">6.1.9. Test</a></li>
|
<li><a href="#org74d19b7">6.1.9. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org3defd7e">7. End of files</a></li>
|
<li><a href="#org83ffd57">7. End of files</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge5f2205" class="outline-2">
|
<div id="outline-container-org9fd7a44" class="outline-2">
|
||||||
<h2 id="orge5f2205"><span class="section-number-2">1</span> Headers</h2>
|
<h2 id="org9fd7a44"><span class="section-number-2">1</span> Headers</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #483d8b;">#include</span> <span style="color: #8b2252;">"qmckl.h"</span>
|
<pre class="src src-c"><span style="color: #483d8b;">#include</span> <span style="color: #8b2252;">"qmckl.h"</span>
|
||||||
@ -479,17 +479,17 @@ This is the range that determines the how many high performance kernel instantce
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgf5176b2" class="outline-2">
|
<div id="outline-container-orgf2d2199" class="outline-2">
|
||||||
<h2 id="orgf5176b2"><span class="section-number-2">2</span> Naïve Sherman-Morrison</h2>
|
<h2 id="orgf2d2199"><span class="section-number-2">2</span> Naïve Sherman-Morrison</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgc9d3777" class="outline-3">
|
<div id="outline-container-orgdf7c9a4" class="outline-3">
|
||||||
<h3 id="orgc9d3777"><span class="section-number-3">2.1</span> <code>qmckl_sm_naive</code></h3>
|
<h3 id="orgdf7c9a4"><span class="section-number-3">2.1</span> <code>qmckl_sm_naive</code></h3>
|
||||||
<div class="outline-text-3" id="text-2-1">
|
<div class="outline-text-3" id="text-2-1">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4e83316" class="outline-4">
|
<div id="outline-container-orge1ca380" class="outline-4">
|
||||||
<h4 id="org4e83316"><span class="section-number-4">2.1.1</span> Introduction</h4>
|
<h4 id="orge1ca380"><span class="section-number-4">2.1.1</span> Introduction</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-1">
|
<div class="outline-text-4" id="text-2-1-1">
|
||||||
<p>
|
<p>
|
||||||
This is the simplest of the available Sherman-Morrison-Woodbury kernels. It applies rank-1 updates one by one in
|
This is the simplest of the available Sherman-Morrison-Woodbury kernels. It applies rank-1 updates one by one in
|
||||||
@ -539,10 +539,10 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga20b36b" class="outline-4">
|
<div id="outline-container-org134aa16" class="outline-4">
|
||||||
<h4 id="orga20b36b"><span class="section-number-4">2.1.2</span> API</h4>
|
<h4 id="org134aa16"><span class="section-number-4">2.1.2</span> API</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-2">
|
<div class="outline-text-4" id="text-2-1-2">
|
||||||
<table id="org7dd7892" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org90a51d6" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -630,8 +630,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge942e4e" class="outline-4">
|
<div id="outline-container-org8cb9376" class="outline-4">
|
||||||
<h4 id="orge942e4e"><span class="section-number-4">2.1.3</span> Requirements</h4>
|
<h4 id="org8cb9376"><span class="section-number-4">2.1.3</span> Requirements</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-3">
|
<div class="outline-text-4" id="text-2-1-3">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li><code>context</code> is not <code>QMCKL_NULL_CONTEXT</code></li>
|
<li><code>context</code> is not <code>QMCKL_NULL_CONTEXT</code></li>
|
||||||
@ -647,8 +647,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgacd94c2" class="outline-4">
|
<div id="outline-container-orgeb2077b" class="outline-4">
|
||||||
<h4 id="orgacd94c2"><span class="section-number-4">2.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
<h4 id="orgeb2077b"><span class="section-number-4">2.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-4">
|
<div class="outline-text-4" id="text-2-1-4">
|
||||||
<p>
|
<p>
|
||||||
The following source code written in Fortran is inteded to illustrate how the kernel works. Even though the kernel is
|
The following source code written in Fortran is inteded to illustrate how the kernel works. Even though the kernel is
|
||||||
@ -742,8 +742,8 @@ not be used in real workloads.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf5ae284" class="outline-5">
|
<div id="outline-container-org4bde4b6" class="outline-5">
|
||||||
<h5 id="orgf5ae284"><span class="section-number-5">2.1.4.1</span> C interface (not directly exposed)</h5>
|
<h5 id="org4bde4b6"><span class="section-number-5">2.1.4.1</span> C interface (not directly exposed)</h5>
|
||||||
<div class="outline-text-5" id="text-2-1-4-1">
|
<div class="outline-text-5" id="text-2-1-4-1">
|
||||||
<p>
|
<p>
|
||||||
The following Fortran function <code>qmckl_sm_naive_doc</code> makes sure
|
The following Fortran function <code>qmckl_sm_naive_doc</code> makes sure
|
||||||
@ -755,8 +755,8 @@ for C users and in the module file 'qmckl<sub>f.F90</sub>' for Fortran users.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgafaae23" class="outline-4">
|
<div id="outline-container-orgc11840b" class="outline-4">
|
||||||
<h4 id="orgafaae23"><span class="section-number-4">2.1.5</span> C headers (exposed in qmckl.h)</h4>
|
<h4 id="orgc11840b"><span class="section-number-4">2.1.5</span> C headers (exposed in qmckl.h)</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-5">
|
<div class="outline-text-4" id="text-2-1-5">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_sm_naive</span> (
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_sm_naive</span> (
|
||||||
@ -802,8 +802,8 @@ for C users and in the module file 'qmckl<sub>f.F90</sub>' for Fortran users.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org133caee" class="outline-4">
|
<div id="outline-container-org42e3cfb" class="outline-4">
|
||||||
<h4 id="org133caee"><span class="section-number-4">2.1.6</span> C sources</h4>
|
<h4 id="org42e3cfb"><span class="section-number-4">2.1.6</span> C sources</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-6">
|
<div class="outline-text-4" id="text-2-1-6">
|
||||||
<p>
|
<p>
|
||||||
Common includes and macros used by all the Sherman-Morrison-Woodbury kernels.
|
Common includes and macros used by all the Sherman-Morrison-Woodbury kernels.
|
||||||
@ -905,7 +905,7 @@ multiple of <code>SIMD_LENGTH</code>.
|
|||||||
<code>qmckl_exit_code qmckl_sm_naive_{Dim}</code> is a C function-template that is used to genereate instances of C fucntions based on the range given above. The advantage of this method is that for each of these instances all the dimensions and loop-bounds are known at compile time, allowing the compiler to optimize more aggressively.
|
<code>qmckl_exit_code qmckl_sm_naive_{Dim}</code> is a C function-template that is used to genereate instances of C fucntions based on the range given above. The advantage of this method is that for each of these instances all the dimensions and loop-bounds are known at compile time, allowing the compiler to optimize more aggressively.
|
||||||
</p>
|
</p>
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c" id="orgb8cd9eb"><span style="color: #a020f0;">static</span> <span style="color: #a020f0;">inline</span> <span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #a0522d;">qmckl_sm_naive_</span>{Dim}(
|
<pre class="src src-c" id="org3c5cebb"><span style="color: #a020f0;">static</span> <span style="color: #a020f0;">inline</span> <span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #a0522d;">qmckl_sm_naive_</span>{Dim}(
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">uint64_t</span> <span style="color: #a0522d;">N_updates</span>,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">uint64_t</span> <span style="color: #a0522d;">N_updates</span>,
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a0522d;">__restrict</span> Updates,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a0522d;">__restrict</span> Updates,
|
||||||
@ -981,7 +981,7 @@ multiple of <code>SIMD_LENGTH</code>.
|
|||||||
This is the kernel generator written in Python. It uses the kernel generator range and templates defined above to generate the C kernel instances.
|
This is the kernel generator written in Python. It uses the kernel generator range and templates defined above to generate the C kernel instances.
|
||||||
</p>
|
</p>
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-python" id="org579b9e8"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
<pre class="src src-python" id="org09a8ad7"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
||||||
<span style="color: #8b2252;">static inline qmckl_exit_code qmckl_sm_naive_{Dim}(</span>
|
<span style="color: #8b2252;">static inline qmckl_exit_code qmckl_sm_naive_{Dim}(</span>
|
||||||
<span style="color: #8b2252;"> const qmckl_context context,</span>
|
<span style="color: #8b2252;"> const qmckl_context context,</span>
|
||||||
<span style="color: #8b2252;"> const uint64_t N_updates,</span>
|
<span style="color: #8b2252;"> const uint64_t N_updates,</span>
|
||||||
@ -1065,7 +1065,7 @@ This is the kernel generator written in Python. It uses the kernel generator ran
|
|||||||
Python script that generated C switch cases that call individual kernel instances.
|
Python script that generated C switch cases that call individual kernel instances.
|
||||||
</p>
|
</p>
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-python" id="orgada1d03"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
<pre class="src src-python" id="org6ced04e"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
||||||
<span style="color: #8b2252;">case {Dim}: </span>
|
<span style="color: #8b2252;">case {Dim}: </span>
|
||||||
<span style="color: #8b2252;"> return qmckl_sm_naive_{Dim}(context,</span>
|
<span style="color: #8b2252;"> return qmckl_sm_naive_{Dim}(context,</span>
|
||||||
<span style="color: #8b2252;"> N_updates,</span>
|
<span style="color: #8b2252;"> N_updates,</span>
|
||||||
@ -2705,14 +2705,14 @@ Python script that generated C switch cases that call individual kernel instance
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga821c8a" class="outline-4">
|
<div id="outline-container-org7564af0" class="outline-4">
|
||||||
<h4 id="orga821c8a"><span class="section-number-4">2.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
<h4 id="org7564af0"><span class="section-number-4">2.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-7">
|
<div class="outline-text-4" id="text-2-1-7">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgca23ea2" class="outline-4">
|
<div id="outline-container-org7765dc8" class="outline-4">
|
||||||
<h4 id="orgca23ea2"><span class="section-number-4">2.1.8</span> Performance</h4>
|
<h4 id="org7765dc8"><span class="section-number-4">2.1.8</span> Performance</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-8">
|
<div class="outline-text-4" id="text-2-1-8">
|
||||||
<p>
|
<p>
|
||||||
This function performs best when there is only 1 rank-1 update in the update cycle. It is
|
This function performs best when there is only 1 rank-1 update in the update cycle. It is
|
||||||
@ -2721,8 +2721,8 @@ can never resolve a situation where applying the update causes singular behaviou
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgc4c267d" class="outline-4">
|
<div id="outline-container-orgb4dfea9" class="outline-4">
|
||||||
<h4 id="orgc4c267d"><span class="section-number-4">2.1.9</span> Tests</h4>
|
<h4 id="orgb4dfea9"><span class="section-number-4">2.1.9</span> Tests</h4>
|
||||||
<div class="outline-text-4" id="text-2-1-9">
|
<div class="outline-text-4" id="text-2-1-9">
|
||||||
<p>
|
<p>
|
||||||
The tests for the kernels are executed on datasets that are extracted from a run of
|
The tests for the kernels are executed on datasets that are extracted from a run of
|
||||||
@ -2790,17 +2790,17 @@ rc = QMCKL_SUCCESS;
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-org8045b77" class="outline-2">
|
<div id="outline-container-org5d3966d" class="outline-2">
|
||||||
<h2 id="org8045b77"><span class="section-number-2">3</span> Sherman-Morrison with Slagel Splitting (core)</h2>
|
<h2 id="org5d3966d"><span class="section-number-2">3</span> Sherman-Morrison with Slagel Splitting (core)</h2>
|
||||||
<div class="outline-text-2" id="text-3">
|
<div class="outline-text-2" id="text-3">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgb6af607" class="outline-3">
|
<div id="outline-container-orgcc97dd5" class="outline-3">
|
||||||
<h3 id="orgb6af607"><span class="section-number-3">3.1</span> <code>qmckl_sm_splitting_core</code></h3>
|
<h3 id="orgcc97dd5"><span class="section-number-3">3.1</span> <code>qmckl_sm_splitting_core</code></h3>
|
||||||
<div class="outline-text-3" id="text-3-1">
|
<div class="outline-text-3" id="text-3-1">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5111069" class="outline-4">
|
<div id="outline-container-org0c74031" class="outline-4">
|
||||||
<h4 id="org5111069"><span class="section-number-4">3.1.1</span> Introduction</h4>
|
<h4 id="org0c74031"><span class="section-number-4">3.1.1</span> Introduction</h4>
|
||||||
<div class="outline-text-4" id="text-3-1-1">
|
<div class="outline-text-4" id="text-3-1-1">
|
||||||
<p>
|
<p>
|
||||||
<code>qmckl_sm_splitting_core</code> is the inner core part of 'Sherman-Morrison with update splitting' in the next section.
|
<code>qmckl_sm_splitting_core</code> is the inner core part of 'Sherman-Morrison with update splitting' in the next section.
|
||||||
@ -2828,10 +2828,10 @@ If the determinant is passed it will only be partially updated if there were any
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8fd7887" class="outline-4">
|
<div id="outline-container-org60e3f6c" class="outline-4">
|
||||||
<h4 id="org8fd7887"><span class="section-number-4">3.1.2</span> API</h4>
|
<h4 id="org60e3f6c"><span class="section-number-4">3.1.2</span> API</h4>
|
||||||
<div class="outline-text-4" id="text-3-1-2">
|
<div class="outline-text-4" id="text-3-1-2">
|
||||||
<table id="org5e00222" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org1e6259d" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -2940,8 +2940,8 @@ If the determinant is passed it will only be partially updated if there were any
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5e01c25" class="outline-4">
|
<div id="outline-container-org814abfd" class="outline-4">
|
||||||
<h4 id="org5e01c25"><span class="section-number-4">3.1.3</span> Requirements</h4>
|
<h4 id="org814abfd"><span class="section-number-4">3.1.3</span> Requirements</h4>
|
||||||
<div class="outline-text-4" id="text-3-1-3">
|
<div class="outline-text-4" id="text-3-1-3">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li><code>LDS >= 2</code></li>
|
<li><code>LDS >= 2</code></li>
|
||||||
@ -2958,8 +2958,8 @@ If the determinant is passed it will only be partially updated if there were any
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge403978" class="outline-4">
|
<div id="outline-container-org137b1d1" class="outline-4">
|
||||||
<h4 id="orge403978"><span class="section-number-4">3.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
<h4 id="org137b1d1"><span class="section-number-4">3.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
||||||
<div class="outline-text-4" id="text-3-1-4">
|
<div class="outline-text-4" id="text-3-1-4">
|
||||||
<p>
|
<p>
|
||||||
The following source code written in Fortran is inteded to illustrate how the kernel works. Even though the kernel is
|
The following source code written in Fortran is inteded to illustrate how the kernel works. Even though the kernel is
|
||||||
@ -3075,8 +3075,8 @@ not be used in real workloads.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf925ed2" class="outline-5">
|
<div id="outline-container-org8d1034a" class="outline-5">
|
||||||
<h5 id="orgf925ed2"><span class="section-number-5">3.1.4.1</span> C interface to the pedagogical kernel (not directly exposed)</h5>
|
<h5 id="org8d1034a"><span class="section-number-5">3.1.4.1</span> C interface to the pedagogical kernel (not directly exposed)</h5>
|
||||||
<div class="outline-text-5" id="text-3-1-4-1">
|
<div class="outline-text-5" id="text-3-1-4-1">
|
||||||
<p>
|
<p>
|
||||||
The function <code>qmckl_sm_splitting_core_doc</code> makes sure that
|
The function <code>qmckl_sm_splitting_core_doc</code> makes sure that
|
||||||
@ -3089,8 +3089,8 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org15b55ab" class="outline-4">
|
<div id="outline-container-orge3c0346" class="outline-4">
|
||||||
<h4 id="org15b55ab"><span class="section-number-4">3.1.5</span> C headers (exposed in qmckl.h)</h4>
|
<h4 id="orge3c0346"><span class="section-number-4">3.1.5</span> C headers (exposed in qmckl.h)</h4>
|
||||||
<div class="outline-text-4" id="text-3-1-5">
|
<div class="outline-text-4" id="text-3-1-5">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_sm_splitting_core</span> (
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_sm_splitting_core</span> (
|
||||||
@ -3145,8 +3145,8 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4a14a53" class="outline-4">
|
<div id="outline-container-org9a7f723" class="outline-4">
|
||||||
<h4 id="org4a14a53"><span class="section-number-4">3.1.6</span> C sources</h4>
|
<h4 id="org9a7f723"><span class="section-number-4">3.1.6</span> C sources</h4>
|
||||||
<div class="outline-text-4" id="text-3-1-6">
|
<div class="outline-text-4" id="text-3-1-6">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_sm_splitting_core_hpc</span>(
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_sm_splitting_core_hpc</span>(
|
||||||
@ -3235,7 +3235,7 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c" id="orgc80a357"><span style="color: #a020f0;">static</span> <span style="color: #a020f0;">inline</span> <span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #a0522d;">qmckl_sm_splitting_core_</span>{Dim}(
|
<pre class="src src-c" id="org1bb6b89"><span style="color: #a020f0;">static</span> <span style="color: #a020f0;">inline</span> <span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #a0522d;">qmckl_sm_splitting_core_</span>{Dim}(
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
||||||
<span style="color: #228b22;">uint64_t</span> <span style="color: #a0522d;">N_updates</span>,
|
<span style="color: #228b22;">uint64_t</span> <span style="color: #a0522d;">N_updates</span>,
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a0522d;">__restrict</span> Updates,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a0522d;">__restrict</span> Updates,
|
||||||
@ -3319,7 +3319,7 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-python" id="org65ee773"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
<pre class="src src-python" id="org5cb015c"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
||||||
<span style="color: #8b2252;">static inline qmckl_exit_code qmckl_sm_splitting_core_{Dim}(</span>
|
<span style="color: #8b2252;">static inline qmckl_exit_code qmckl_sm_splitting_core_{Dim}(</span>
|
||||||
<span style="color: #8b2252;"> const qmckl_context context,</span>
|
<span style="color: #8b2252;"> const qmckl_context context,</span>
|
||||||
<span style="color: #8b2252;"> uint64_t N_updates,</span>
|
<span style="color: #8b2252;"> uint64_t N_updates,</span>
|
||||||
@ -3411,7 +3411,7 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-python" id="orgef9cb14"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
<pre class="src src-python" id="org867affd"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
||||||
<span style="color: #8b2252;">case {Dim}: {</span>
|
<span style="color: #8b2252;">case {Dim}: {</span>
|
||||||
<span style="color: #8b2252;"> return qmckl_sm_splitting_core_{Dim}(</span>
|
<span style="color: #8b2252;"> return qmckl_sm_splitting_core_{Dim}(</span>
|
||||||
<span style="color: #8b2252;"> context,</span>
|
<span style="color: #8b2252;"> context,</span>
|
||||||
@ -5379,14 +5379,14 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgea742c9" class="outline-4">
|
<div id="outline-container-org4098d7f" class="outline-4">
|
||||||
<h4 id="orgea742c9"><span class="section-number-4">3.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
<h4 id="org4098d7f"><span class="section-number-4">3.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
||||||
<div class="outline-text-4" id="text-3-1-7">
|
<div class="outline-text-4" id="text-3-1-7">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6f790dd" class="outline-4">
|
<div id="outline-container-orgc3db013" class="outline-4">
|
||||||
<h4 id="org6f790dd"><span class="section-number-4">3.1.8</span> Performance</h4>
|
<h4 id="orgc3db013"><span class="section-number-4">3.1.8</span> Performance</h4>
|
||||||
<div class="outline-text-4" id="text-3-1-8">
|
<div class="outline-text-4" id="text-3-1-8">
|
||||||
<p>
|
<p>
|
||||||
This function cannot be used by itself and is used in Sherman-Morrison with update splitting and Woodbury 3x3 and 2x2
|
This function cannot be used by itself and is used in Sherman-Morrison with update splitting and Woodbury 3x3 and 2x2
|
||||||
@ -5398,17 +5398,17 @@ with Sherman-Morrison and update splitting. Please look at the performance recco
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-orga78b1ed" class="outline-2">
|
<div id="outline-container-org1a17927" class="outline-2">
|
||||||
<h2 id="orga78b1ed"><span class="section-number-2">4</span> Woodbury 2x2</h2>
|
<h2 id="org1a17927"><span class="section-number-2">4</span> Woodbury 2x2</h2>
|
||||||
<div class="outline-text-2" id="text-4">
|
<div class="outline-text-2" id="text-4">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgd77c69b" class="outline-3">
|
<div id="outline-container-org5e4a263" class="outline-3">
|
||||||
<h3 id="orgd77c69b"><span class="section-number-3">4.1</span> <code>qmckl_woodbury_2x2</code></h3>
|
<h3 id="org5e4a263"><span class="section-number-3">4.1</span> <code>qmckl_woodbury_2x2</code></h3>
|
||||||
<div class="outline-text-3" id="text-4-1">
|
<div class="outline-text-3" id="text-4-1">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4d1c825" class="outline-4">
|
<div id="outline-container-org6c9a54b" class="outline-4">
|
||||||
<h4 id="org4d1c825"><span class="section-number-4">4.1.1</span> Introduction</h4>
|
<h4 id="org6c9a54b"><span class="section-number-4">4.1.1</span> Introduction</h4>
|
||||||
<div class="outline-text-4" id="text-4-1-1">
|
<div class="outline-text-4" id="text-4-1-1">
|
||||||
<p>
|
<p>
|
||||||
The Woodbury 2x2 kernel. It is used to apply two rank-1 updates at once. The formula used in
|
The Woodbury 2x2 kernel. It is used to apply two rank-1 updates at once. The formula used in
|
||||||
@ -5432,10 +5432,10 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org80e48cf" class="outline-4">
|
<div id="outline-container-orgd05ec05" class="outline-4">
|
||||||
<h4 id="org80e48cf"><span class="section-number-4">4.1.2</span> API</h4>
|
<h4 id="orgd05ec05"><span class="section-number-4">4.1.2</span> API</h4>
|
||||||
<div class="outline-text-4" id="text-4-1-2">
|
<div class="outline-text-4" id="text-4-1-2">
|
||||||
<table id="orgb0076f0" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org43cd8af" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -5516,8 +5516,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc85fafc" class="outline-4">
|
<div id="outline-container-orgc54f5b0" class="outline-4">
|
||||||
<h4 id="orgc85fafc"><span class="section-number-4">4.1.3</span> Requirements</h4>
|
<h4 id="orgc54f5b0"><span class="section-number-4">4.1.3</span> Requirements</h4>
|
||||||
<div class="outline-text-4" id="text-4-1-3">
|
<div class="outline-text-4" id="text-4-1-3">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li><code>context</code> is not <code>qmckl_null_context</code></li>
|
<li><code>context</code> is not <code>qmckl_null_context</code></li>
|
||||||
@ -5531,8 +5531,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgb8e5744" class="outline-4">
|
<div id="outline-container-org0fe9e12" class="outline-4">
|
||||||
<h4 id="orgb8e5744"><span class="section-number-4">4.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
<h4 id="org0fe9e12"><span class="section-number-4">4.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
||||||
<div class="outline-text-4" id="text-4-1-4">
|
<div class="outline-text-4" id="text-4-1-4">
|
||||||
<p>
|
<p>
|
||||||
The following source code written in Fortran is inteded to illustrate how the kernel works. Even though the kernel is
|
The following source code written in Fortran is inteded to illustrate how the kernel works. Even though the kernel is
|
||||||
@ -5668,8 +5668,8 @@ not be used in real workloads.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org24147d2" class="outline-5">
|
<div id="outline-container-org4df6ac6" class="outline-5">
|
||||||
<h5 id="org24147d2"><span class="section-number-5">4.1.4.1</span> C interface (not directly exposed)</h5>
|
<h5 id="org4df6ac6"><span class="section-number-5">4.1.4.1</span> C interface (not directly exposed)</h5>
|
||||||
<div class="outline-text-5" id="text-4-1-4-1">
|
<div class="outline-text-5" id="text-4-1-4-1">
|
||||||
<p>
|
<p>
|
||||||
The function <code>qmckl_sm_splitting_core_doc</code> makes sure that
|
The function <code>qmckl_sm_splitting_core_doc</code> makes sure that
|
||||||
@ -5682,8 +5682,8 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org3566a1d" class="outline-4">
|
<div id="outline-container-org145bf2f" class="outline-4">
|
||||||
<h4 id="org3566a1d"><span class="section-number-4">4.1.5</span> C headers (exposed in qmckl.h)</h4>
|
<h4 id="org145bf2f"><span class="section-number-4">4.1.5</span> C headers (exposed in qmckl.h)</h4>
|
||||||
<div class="outline-text-4" id="text-4-1-5">
|
<div class="outline-text-4" id="text-4-1-5">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_woodbury_2x2</span> (
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_woodbury_2x2</span> (
|
||||||
@ -5726,8 +5726,8 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org14b3dff" class="outline-4">
|
<div id="outline-container-orgc6b35eb" class="outline-4">
|
||||||
<h4 id="org14b3dff"><span class="section-number-4">4.1.6</span> C sources</h4>
|
<h4 id="orgc6b35eb"><span class="section-number-4">4.1.6</span> C sources</h4>
|
||||||
<div class="outline-text-4" id="text-4-1-6">
|
<div class="outline-text-4" id="text-4-1-6">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_woodbury_2x2_hpc</span>(<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_woodbury_2x2_hpc</span>(<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
||||||
@ -5817,7 +5817,7 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c" id="org6d684eb"><span style="color: #a020f0;">static</span> <span style="color: #a020f0;">inline</span> <span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #a0522d;">qmckl_woodbury_2x2_</span>{Dim}(
|
<pre class="src src-c" id="orgbca97b4"><span style="color: #a020f0;">static</span> <span style="color: #a020f0;">inline</span> <span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #a0522d;">qmckl_woodbury_2x2_</span>{Dim}(
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a0522d;">__restrict</span> Updates,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a0522d;">__restrict</span> Updates,
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">uint64_t</span>* <span style="color: #a0522d;">__restrict</span> Updates_index,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">uint64_t</span>* <span style="color: #a0522d;">__restrict</span> Updates_index,
|
||||||
@ -7767,14 +7767,14 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org19762d1" class="outline-4">
|
<div id="outline-container-org1ff3ce6" class="outline-4">
|
||||||
<h4 id="org19762d1"><span class="section-number-4">4.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
<h4 id="org1ff3ce6"><span class="section-number-4">4.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
||||||
<div class="outline-text-4" id="text-4-1-7">
|
<div class="outline-text-4" id="text-4-1-7">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf4608e2" class="outline-4">
|
<div id="outline-container-org25a984b" class="outline-4">
|
||||||
<h4 id="orgf4608e2"><span class="section-number-4">4.1.8</span> Performance</h4>
|
<h4 id="org25a984b"><span class="section-number-4">4.1.8</span> Performance</h4>
|
||||||
<div class="outline-text-4" id="text-4-1-8">
|
<div class="outline-text-4" id="text-4-1-8">
|
||||||
<p>
|
<p>
|
||||||
This function is most efficient when used in cases where there are only 2 rank-1 updates and
|
This function is most efficient when used in cases where there are only 2 rank-1 updates and
|
||||||
@ -7783,8 +7783,8 @@ it is sure they will not result in a singular matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6514335" class="outline-4">
|
<div id="outline-container-org52a0a92" class="outline-4">
|
||||||
<h4 id="org6514335"><span class="section-number-4">4.1.9</span> Tests</h4>
|
<h4 id="org52a0a92"><span class="section-number-4">4.1.9</span> Tests</h4>
|
||||||
<div class="outline-text-4" id="text-4-1-9">
|
<div class="outline-text-4" id="text-4-1-9">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #0000ff;">assert</span>(Updates2 != <span style="color: #008b8b;">NULL</span>);
|
<pre class="src src-c"><span style="color: #0000ff;">assert</span>(Updates2 != <span style="color: #008b8b;">NULL</span>);
|
||||||
@ -7821,17 +7821,17 @@ rc = QMCKL_SUCCESS;
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-orgb57d9b8" class="outline-2">
|
<div id="outline-container-org4952b81" class="outline-2">
|
||||||
<h2 id="orgb57d9b8"><span class="section-number-2">5</span> Woodbury 3x3</h2>
|
<h2 id="org4952b81"><span class="section-number-2">5</span> Woodbury 3x3</h2>
|
||||||
<div class="outline-text-2" id="text-5">
|
<div class="outline-text-2" id="text-5">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org3dfac8b" class="outline-3">
|
<div id="outline-container-orgc3ead55" class="outline-3">
|
||||||
<h3 id="org3dfac8b"><span class="section-number-3">5.1</span> <code>qmckl_woodbury_3x3</code></h3>
|
<h3 id="orgc3ead55"><span class="section-number-3">5.1</span> <code>qmckl_woodbury_3x3</code></h3>
|
||||||
<div class="outline-text-3" id="text-5-1">
|
<div class="outline-text-3" id="text-5-1">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6e39f41" class="outline-4">
|
<div id="outline-container-org9927528" class="outline-4">
|
||||||
<h4 id="org6e39f41"><span class="section-number-4">5.1.1</span> Introduction</h4>
|
<h4 id="org9927528"><span class="section-number-4">5.1.1</span> Introduction</h4>
|
||||||
<div class="outline-text-4" id="text-5-1-1">
|
<div class="outline-text-4" id="text-5-1-1">
|
||||||
<p>
|
<p>
|
||||||
The Woodbury 3x3 kernel. It is used to apply two rank-1 updates at once. The formula used in
|
The Woodbury 3x3 kernel. It is used to apply two rank-1 updates at once. The formula used in
|
||||||
@ -7855,10 +7855,10 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgff27b6a" class="outline-4">
|
<div id="outline-container-orgac1cde6" class="outline-4">
|
||||||
<h4 id="orgff27b6a"><span class="section-number-4">5.1.2</span> API</h4>
|
<h4 id="orgac1cde6"><span class="section-number-4">5.1.2</span> API</h4>
|
||||||
<div class="outline-text-4" id="text-5-1-2">
|
<div class="outline-text-4" id="text-5-1-2">
|
||||||
<table id="org55745c1" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org3a16c6a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -7939,8 +7939,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8ef3b28" class="outline-4">
|
<div id="outline-container-org1414e35" class="outline-4">
|
||||||
<h4 id="org8ef3b28"><span class="section-number-4">5.1.3</span> Requirements</h4>
|
<h4 id="org1414e35"><span class="section-number-4">5.1.3</span> Requirements</h4>
|
||||||
<div class="outline-text-4" id="text-5-1-3">
|
<div class="outline-text-4" id="text-5-1-3">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li><code>context</code> is not <code>qmckl_null_context</code></li>
|
<li><code>context</code> is not <code>qmckl_null_context</code></li>
|
||||||
@ -7954,8 +7954,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org095ed2d" class="outline-4">
|
<div id="outline-container-org9457b40" class="outline-4">
|
||||||
<h4 id="org095ed2d"><span class="section-number-4">5.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
<h4 id="org9457b40"><span class="section-number-4">5.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
||||||
<div class="outline-text-4" id="text-5-1-4">
|
<div class="outline-text-4" id="text-5-1-4">
|
||||||
<p>
|
<p>
|
||||||
The following source code written in Fortran is inteded to illustrate how the kernel works. Even though the kernel is
|
The following source code written in Fortran is inteded to illustrate how the kernel works. Even though the kernel is
|
||||||
@ -8100,8 +8100,8 @@ not be used in real workloads.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org199d0e1" class="outline-5">
|
<div id="outline-container-org53c1aa5" class="outline-5">
|
||||||
<h5 id="org199d0e1"><span class="section-number-5">5.1.4.1</span> C interface (not directly exposed)</h5>
|
<h5 id="org53c1aa5"><span class="section-number-5">5.1.4.1</span> C interface (not directly exposed)</h5>
|
||||||
<div class="outline-text-5" id="text-5-1-4-1">
|
<div class="outline-text-5" id="text-5-1-4-1">
|
||||||
<p>
|
<p>
|
||||||
The function <code>qmckl_sm_splitting_core_doc</code> makes sure that
|
The function <code>qmckl_sm_splitting_core_doc</code> makes sure that
|
||||||
@ -8114,8 +8114,8 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org816170f" class="outline-4">
|
<div id="outline-container-org01a90df" class="outline-4">
|
||||||
<h4 id="org816170f"><span class="section-number-4">5.1.5</span> C headers (exposed in qmckl.h)</h4>
|
<h4 id="org01a90df"><span class="section-number-4">5.1.5</span> C headers (exposed in qmckl.h)</h4>
|
||||||
<div class="outline-text-4" id="text-5-1-5">
|
<div class="outline-text-4" id="text-5-1-5">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_woodbury_3x3</span> (
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_woodbury_3x3</span> (
|
||||||
@ -8158,8 +8158,8 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgda9f94d" class="outline-4">
|
<div id="outline-container-orgd9a48e2" class="outline-4">
|
||||||
<h4 id="orgda9f94d"><span class="section-number-4">5.1.6</span> C sources</h4>
|
<h4 id="orgd9a48e2"><span class="section-number-4">5.1.6</span> C sources</h4>
|
||||||
<div class="outline-text-4" id="text-5-1-6">
|
<div class="outline-text-4" id="text-5-1-6">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_woodbury_3x3_hpc</span>(<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_woodbury_3x3_hpc</span>(<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
||||||
@ -8269,7 +8269,7 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c" id="org4b8452c"><span style="color: #a020f0;">static</span> <span style="color: #a020f0;">inline</span> <span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #a0522d;">qmckl_woodbury_3x3_</span>{Dim}(
|
<pre class="src src-c" id="orgd8ab9b1"><span style="color: #a020f0;">static</span> <span style="color: #a020f0;">inline</span> <span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #a0522d;">qmckl_woodbury_3x3_</span>{Dim}(
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">qmckl_context</span> <span style="color: #a0522d;">context</span>,
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a0522d;">__restrict</span> Updates,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a0522d;">__restrict</span> Updates,
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">uint64_t</span>* <span style="color: #a0522d;">__restrict</span> Updates_index,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">uint64_t</span>* <span style="color: #a0522d;">__restrict</span> Updates_index,
|
||||||
@ -10639,14 +10639,14 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgb6fe014" class="outline-4">
|
<div id="outline-container-org5f5d8a3" class="outline-4">
|
||||||
<h4 id="orgb6fe014"><span class="section-number-4">5.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
<h4 id="org5f5d8a3"><span class="section-number-4">5.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
||||||
<div class="outline-text-4" id="text-5-1-7">
|
<div class="outline-text-4" id="text-5-1-7">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org210fb83" class="outline-4">
|
<div id="outline-container-org440c73c" class="outline-4">
|
||||||
<h4 id="org210fb83"><span class="section-number-4">5.1.8</span> Performance</h4>
|
<h4 id="org440c73c"><span class="section-number-4">5.1.8</span> Performance</h4>
|
||||||
<div class="outline-text-4" id="text-5-1-8">
|
<div class="outline-text-4" id="text-5-1-8">
|
||||||
<p>
|
<p>
|
||||||
This function is most efficient when used in cases where there are only 3 rank-1 updates and
|
This function is most efficient when used in cases where there are only 3 rank-1 updates and
|
||||||
@ -10655,8 +10655,8 @@ it is sure they will not result in a singular matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2386847" class="outline-4">
|
<div id="outline-container-orgd3b14f8" class="outline-4">
|
||||||
<h4 id="org2386847"><span class="section-number-4">5.1.9</span> Tests</h4>
|
<h4 id="orgd3b14f8"><span class="section-number-4">5.1.9</span> Tests</h4>
|
||||||
<div class="outline-text-4" id="text-5-1-9">
|
<div class="outline-text-4" id="text-5-1-9">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #0000ff;">assert</span>(Updates3 != <span style="color: #008b8b;">NULL</span>);
|
<pre class="src src-c"><span style="color: #0000ff;">assert</span>(Updates3 != <span style="color: #008b8b;">NULL</span>);
|
||||||
@ -10693,17 +10693,17 @@ rc = QMCKL_SUCCESS;
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-org3a1e112" class="outline-2">
|
<div id="outline-container-org81b5bc3" class="outline-2">
|
||||||
<h2 id="org3a1e112"><span class="section-number-2">6</span> Sherman-Morrison with Slagel Splitting</h2>
|
<h2 id="org81b5bc3"><span class="section-number-2">6</span> Sherman-Morrison with Slagel Splitting</h2>
|
||||||
<div class="outline-text-2" id="text-6">
|
<div class="outline-text-2" id="text-6">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgb71bf84" class="outline-3">
|
<div id="outline-container-org757ebdc" class="outline-3">
|
||||||
<h3 id="orgb71bf84"><span class="section-number-3">6.1</span> <code>qmckl_sm_splitting</code></h3>
|
<h3 id="org757ebdc"><span class="section-number-3">6.1</span> <code>qmckl_sm_splitting</code></h3>
|
||||||
<div class="outline-text-3" id="text-6-1">
|
<div class="outline-text-3" id="text-6-1">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7d8f2f2" class="outline-4">
|
<div id="outline-container-orgf01b958" class="outline-4">
|
||||||
<h4 id="org7d8f2f2"><span class="section-number-4">6.1.1</span> Introduction</h4>
|
<h4 id="orgf01b958"><span class="section-number-4">6.1.1</span> Introduction</h4>
|
||||||
<div class="outline-text-4" id="text-6-1-1">
|
<div class="outline-text-4" id="text-6-1-1">
|
||||||
<p>
|
<p>
|
||||||
This is a variation on the 'Naive' Sherman-Morrison kernel. Whenever the denominator \(1+v_j^T S^{-1} u_j\) in
|
This is a variation on the 'Naive' Sherman-Morrison kernel. Whenever the denominator \(1+v_j^T S^{-1} u_j\) in
|
||||||
@ -10727,10 +10727,10 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge42ce81" class="outline-4">
|
<div id="outline-container-org9a4422a" class="outline-4">
|
||||||
<h4 id="orge42ce81"><span class="section-number-4">6.1.2</span> API</h4>
|
<h4 id="org9a4422a"><span class="section-number-4">6.1.2</span> API</h4>
|
||||||
<div class="outline-text-4" id="text-6-1-2">
|
<div class="outline-text-4" id="text-6-1-2">
|
||||||
<table id="orgaba9cb0" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org19c6ca7" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -10818,8 +10818,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgeb30914" class="outline-4">
|
<div id="outline-container-org39c8045" class="outline-4">
|
||||||
<h4 id="orgeb30914"><span class="section-number-4">6.1.3</span> Requirements</h4>
|
<h4 id="org39c8045"><span class="section-number-4">6.1.3</span> Requirements</h4>
|
||||||
<div class="outline-text-4" id="text-6-1-3">
|
<div class="outline-text-4" id="text-6-1-3">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li><code>context</code> is not <code>QMCKL_NULL_CONTEXT</code></li>
|
<li><code>context</code> is not <code>QMCKL_NULL_CONTEXT</code></li>
|
||||||
@ -10834,8 +10834,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org86f7e2c" class="outline-4">
|
<div id="outline-container-orgae3e9bf" class="outline-4">
|
||||||
<h4 id="org86f7e2c"><span class="section-number-4">6.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
<h4 id="orgae3e9bf"><span class="section-number-4">6.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
||||||
<div class="outline-text-4" id="text-6-1-4">
|
<div class="outline-text-4" id="text-6-1-4">
|
||||||
<p>
|
<p>
|
||||||
The following source code written in Fortran is inteded to illustrate how the kernel works. Even though the kernel is
|
The following source code written in Fortran is inteded to illustrate how the kernel works. Even though the kernel is
|
||||||
@ -10914,8 +10914,8 @@ not be used in real workloads.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd75e22f" class="outline-5">
|
<div id="outline-container-org1f66c2c" class="outline-5">
|
||||||
<h5 id="orgd75e22f"><span class="section-number-5">6.1.4.1</span> C interface to the pedagogical kernel (not directly exposed)</h5>
|
<h5 id="org1f66c2c"><span class="section-number-5">6.1.4.1</span> C interface to the pedagogical kernel (not directly exposed)</h5>
|
||||||
<div class="outline-text-5" id="text-6-1-4-1">
|
<div class="outline-text-5" id="text-6-1-4-1">
|
||||||
<p>
|
<p>
|
||||||
The following Fortran function <code>qmckl_sm_splitting_core_doc</code> makes sure
|
The following Fortran function <code>qmckl_sm_splitting_core_doc</code> makes sure
|
||||||
@ -10928,8 +10928,8 @@ for C users and in the module file 'qmckl<sub>f.F90</sub>' for Fortran users.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf908858" class="outline-4">
|
<div id="outline-container-org54a2af9" class="outline-4">
|
||||||
<h4 id="orgf908858"><span class="section-number-4">6.1.5</span> C headers (exposed in qmckl.h)</h4>
|
<h4 id="org54a2af9"><span class="section-number-4">6.1.5</span> C headers (exposed in qmckl.h)</h4>
|
||||||
<div class="outline-text-4" id="text-6-1-5">
|
<div class="outline-text-4" id="text-6-1-5">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_sm_splitting</span> (
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span> <span style="color: #0000ff;">qmckl_sm_splitting</span> (
|
||||||
@ -10975,11 +10975,11 @@ for C users and in the module file 'qmckl<sub>f.F90</sub>' for Fortran users.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2c1b302" class="outline-4">
|
<div id="outline-container-org74faa5f" class="outline-4">
|
||||||
<h4 id="org2c1b302"><span class="section-number-4">6.1.6</span> C source</h4>
|
<h4 id="org74faa5f"><span class="section-number-4">6.1.6</span> C source</h4>
|
||||||
<div class="outline-text-4" id="text-6-1-6">
|
<div class="outline-text-4" id="text-6-1-6">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-python" id="org46b831a"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
<pre class="src src-python" id="org7ab2e97"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
||||||
<span style="color: #8b2252;">case {Dim}: {</span>
|
<span style="color: #8b2252;">case {Dim}: {</span>
|
||||||
<span style="color: #8b2252;"> rc = qmckl_sm_splitting_core_{Dim}(</span>
|
<span style="color: #8b2252;"> rc = qmckl_sm_splitting_core_{Dim}(</span>
|
||||||
<span style="color: #8b2252;"> context,</span>
|
<span style="color: #8b2252;"> context,</span>
|
||||||
@ -11382,14 +11382,14 @@ for C users and in the module file 'qmckl<sub>f.F90</sub>' for Fortran users.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgab60827" class="outline-4">
|
<div id="outline-container-orgc3a6310" class="outline-4">
|
||||||
<h4 id="orgab60827"><span class="section-number-4">6.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
<h4 id="orgc3a6310"><span class="section-number-4">6.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
||||||
<div class="outline-text-4" id="text-6-1-7">
|
<div class="outline-text-4" id="text-6-1-7">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgbc0b896" class="outline-4">
|
<div id="outline-container-orgee33041" class="outline-4">
|
||||||
<h4 id="orgbc0b896"><span class="section-number-4">6.1.8</span> Performance…</h4>
|
<h4 id="orgee33041"><span class="section-number-4">6.1.8</span> Performance…</h4>
|
||||||
<div class="outline-text-4" id="text-6-1-8">
|
<div class="outline-text-4" id="text-6-1-8">
|
||||||
<p>
|
<p>
|
||||||
This kernel performs best when there are 2 or more rank-1 update cycles and fail-rate is high.
|
This kernel performs best when there are 2 or more rank-1 update cycles and fail-rate is high.
|
||||||
@ -11397,8 +11397,8 @@ This kernel performs best when there are 2 or more rank-1 update cycles and fail
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4f6e8f8" class="outline-4">
|
<div id="outline-container-org74d19b7" class="outline-4">
|
||||||
<h4 id="org4f6e8f8"><span class="section-number-4">6.1.9</span> Test</h4>
|
<h4 id="org74d19b7"><span class="section-number-4">6.1.9</span> Test</h4>
|
||||||
<div class="outline-text-4" id="text-6-1-9">
|
<div class="outline-text-4" id="text-6-1-9">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #0000ff;">assert</span>(Updates3 != <span style="color: #008b8b;">NULL</span>);
|
<pre class="src src-c"><span style="color: #0000ff;">assert</span>(Updates3 != <span style="color: #008b8b;">NULL</span>);
|
||||||
@ -11436,8 +11436,8 @@ rc = QMCKL_SUCCESS;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-org3defd7e" class="outline-2">
|
<div id="outline-container-org83ffd57" class="outline-2">
|
||||||
<h2 id="org3defd7e"><span class="section-number-2">7</span> End of files</h2>
|
<h2 id="org83ffd57"><span class="section-number-2">7</span> End of files</h2>
|
||||||
<div class="outline-text-2" id="text-7">
|
<div class="outline-text-2" id="text-7">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #0000ff;">assert</span> (<span style="color: #228b22;">qmckl_context_destroy</span>(<span style="color: #a0522d;">context</span>) == QMCKL_SUCCESS);
|
<pre class="src src-c"><span style="color: #0000ff;">assert</span> (<span style="color: #228b22;">qmckl_context_destroy</span>(<span style="color: #a0522d;">context</span>) == QMCKL_SUCCESS);
|
||||||
@ -11451,7 +11451,7 @@ rc = QMCKL_SUCCESS;
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Data for Tests</title>
|
<title>Data for Tests</title>
|
||||||
@ -246,27 +246,27 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgeee668b">1. CHBrClF</a>
|
<li><a href="#org68b9849">1. CHBrClF</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orga00f5fe">1.1. XYZ coordinates</a></li>
|
<li><a href="#org648794a">1.1. XYZ coordinates</a></li>
|
||||||
<li><a href="#orgbc5bbd4">1.2. Atomic basis set</a></li>
|
<li><a href="#orge3e5a7e">1.2. Atomic basis set</a></li>
|
||||||
<li><a href="#org305a77b">1.3. Molecular orbitals</a></li>
|
<li><a href="#orgfeb0603">1.3. Molecular orbitals</a></li>
|
||||||
<li><a href="#org6e286d4">1.4. Electron coordinates</a></li>
|
<li><a href="#org9c360f7">1.4. Electron coordinates</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org53873a4">2. N2</a>
|
<li><a href="#org86ddf8e">2. N2</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org30a7eb7">2.1. XYZ coordinates</a></li>
|
<li><a href="#org874fe95">2.1. XYZ coordinates</a></li>
|
||||||
<li><a href="#orgffec918">2.2. Electron coordinates</a></li>
|
<li><a href="#orge435a7a">2.2. Electron coordinates</a></li>
|
||||||
<li><a href="#orga115aea">2.3. Jastrow related data</a></li>
|
<li><a href="#orgd2d097f">2.3. Jastrow related data</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgeee668b" class="outline-2">
|
<div id="outline-container-org68b9849" class="outline-2">
|
||||||
<h2 id="orgeee668b"><span class="section-number-2">1</span> CHBrClF</h2>
|
<h2 id="org68b9849"><span class="section-number-2">1</span> CHBrClF</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
This test is the all-electron Hartree-Fock wave function of CHClBr,
|
This test is the all-electron Hartree-Fock wave function of CHClBr,
|
||||||
@ -350,8 +350,8 @@ and with a high maximum angular momentum.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-orga00f5fe" class="outline-3">
|
<div id="outline-container-org648794a" class="outline-3">
|
||||||
<h3 id="orga00f5fe"><span class="section-number-3">1.1</span> XYZ coordinates</h3>
|
<h3 id="org648794a"><span class="section-number-3">1.1</span> XYZ coordinates</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<pre class="example">
|
<pre class="example">
|
||||||
5
|
5
|
||||||
@ -381,8 +381,8 @@ Nuclear coordinates are stored in atomic units in transposed format.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgbc5bbd4" class="outline-3">
|
<div id="outline-container-orge3e5a7e" class="outline-3">
|
||||||
<h3 id="orgbc5bbd4"><span class="section-number-3">1.2</span> Atomic basis set</h3>
|
<h3 id="orge3e5a7e"><span class="section-number-3">1.2</span> Atomic basis set</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<pre class="example">
|
<pre class="example">
|
||||||
HYDROGEN
|
HYDROGEN
|
||||||
@ -1301,8 +1301,8 @@ F 1
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org305a77b" class="outline-3">
|
<div id="outline-container-orgfeb0603" class="outline-3">
|
||||||
<h3 id="org305a77b"><span class="section-number-3">1.3</span> Molecular orbitals</h3>
|
<h3 id="orgfeb0603"><span class="section-number-3">1.3</span> Molecular orbitals</h3>
|
||||||
<div class="outline-text-3" id="text-1-3">
|
<div class="outline-text-3" id="text-1-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #483d8b;">#define</span> <span style="color: #a0522d;">chbrclf_mo_num</span> ((<span style="color: #228b22;">int64_t</span>) 224)
|
<pre class="src src-c"><span style="color: #483d8b;">#define</span> <span style="color: #a0522d;">chbrclf_mo_num</span> ((<span style="color: #228b22;">int64_t</span>) 224)
|
||||||
@ -60226,8 +60226,8 @@ F 1
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6e286d4" class="outline-3">
|
<div id="outline-container-org9c360f7" class="outline-3">
|
||||||
<h3 id="org6e286d4"><span class="section-number-3">1.4</span> Electron coordinates</h3>
|
<h3 id="org9c360f7"><span class="section-number-3">1.4</span> Electron coordinates</h3>
|
||||||
<div class="outline-text-3" id="text-1-4">
|
<div class="outline-text-3" id="text-1-4">
|
||||||
<p>
|
<p>
|
||||||
Electron coordinates are stored in atomic units in normal format.
|
Electron coordinates are stored in atomic units in normal format.
|
||||||
@ -60386,8 +60386,8 @@ Electron coordinates are stored in atomic units in normal format.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org53873a4" class="outline-2">
|
<div id="outline-container-org86ddf8e" class="outline-2">
|
||||||
<h2 id="org53873a4"><span class="section-number-2">2</span> N2</h2>
|
<h2 id="org86ddf8e"><span class="section-number-2">2</span> N2</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<p>
|
<p>
|
||||||
This test is mainly for the Jastrow factor and was supplied by
|
This test is mainly for the Jastrow factor and was supplied by
|
||||||
@ -60428,8 +60428,8 @@ treated by pseudopotentials thus excluded from the actual calculation.
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org30a7eb7" class="outline-3">
|
<div id="outline-container-org874fe95" class="outline-3">
|
||||||
<h3 id="org30a7eb7"><span class="section-number-3">2.1</span> XYZ coordinates</h3>
|
<h3 id="org874fe95"><span class="section-number-3">2.1</span> XYZ coordinates</h3>
|
||||||
<div class="outline-text-3" id="text-2-1">
|
<div class="outline-text-3" id="text-2-1">
|
||||||
<pre class="example">
|
<pre class="example">
|
||||||
2
|
2
|
||||||
@ -60456,8 +60456,8 @@ Nuclear coordinates are stored in atomic units in transposed format.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgffec918" class="outline-3">
|
<div id="outline-container-orge435a7a" class="outline-3">
|
||||||
<h3 id="orgffec918"><span class="section-number-3">2.2</span> Electron coordinates</h3>
|
<h3 id="orge435a7a"><span class="section-number-3">2.2</span> Electron coordinates</h3>
|
||||||
<div class="outline-text-3" id="text-2-2">
|
<div class="outline-text-3" id="text-2-2">
|
||||||
<p>
|
<p>
|
||||||
Electron coordinates are stored in atomic units in normal format.
|
Electron coordinates are stored in atomic units in normal format.
|
||||||
@ -60486,8 +60486,8 @@ Electron coordinates are stored in atomic units in normal format.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga115aea" class="outline-3">
|
<div id="outline-container-orgd2d097f" class="outline-3">
|
||||||
<h3 id="orga115aea"><span class="section-number-3">2.3</span> Jastrow related data</h3>
|
<h3 id="orgd2d097f"><span class="section-number-3">2.3</span> Jastrow related data</h3>
|
||||||
<div class="outline-text-3" id="text-2-3">
|
<div class="outline-text-3" id="text-2-3">
|
||||||
<p>
|
<p>
|
||||||
This test is mainly for the Jastrow factor and was supplied by
|
This test is mainly for the Jastrow factor and was supplied by
|
||||||
@ -60586,7 +60586,7 @@ Ramon Panades Baruetta.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:46 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>TREXIO I/O library</title>
|
<title>TREXIO I/O library</title>
|
||||||
@ -324,53 +324,53 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgfe9d9fa">1. Local functions</a>
|
<li><a href="#org78086c3">1. Local functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgd548e2e">1.1. Open file</a></li>
|
<li><a href="#orge435580">1.1. Open file</a></li>
|
||||||
<li><a href="#org792ad5b">1.2. Electron</a></li>
|
<li><a href="#orgcdc2459">1.2. Electron</a></li>
|
||||||
<li><a href="#org9c56064">1.3. Nucleus</a>
|
<li><a href="#org5979588">1.3. Nucleus</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org81fe150">1.3.1. Number of nuclei</a></li>
|
<li><a href="#orgab9fcea">1.3.1. Number of nuclei</a></li>
|
||||||
<li><a href="#orgd9332df">1.3.2. Nuclear charges</a></li>
|
<li><a href="#orge0df201">1.3.2. Nuclear charges</a></li>
|
||||||
<li><a href="#org92e788d">1.3.3. Nuclear coordinates</a></li>
|
<li><a href="#orgcbcd790">1.3.3. Nuclear coordinates</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org6b5b7b9">1.4. Basis set and AOs</a>
|
<li><a href="#org3d002c3">1.4. Basis set and AOs</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgce7e85e">1.4.1. Basis set type</a></li>
|
<li><a href="#org6c5d4da">1.4.1. Basis set type</a></li>
|
||||||
<li><a href="#orgf0e6340">1.4.2. Number of shells</a></li>
|
<li><a href="#org6fdccbb">1.4.2. Number of shells</a></li>
|
||||||
<li><a href="#org5be53d8">1.4.3. Number of primitives</a></li>
|
<li><a href="#org260e680">1.4.3. Number of primitives</a></li>
|
||||||
<li><a href="#orgdd6c4df">1.4.4. Number of atomic orbitals</a></li>
|
<li><a href="#orgcb51170">1.4.4. Number of atomic orbitals</a></li>
|
||||||
<li><a href="#org2429f3f">1.4.5. Nucleus<sub>index</sub> array</a></li>
|
<li><a href="#org2efe7b7">1.4.5. Nucleus<sub>index</sub> array</a></li>
|
||||||
<li><a href="#orgfb908f2">1.4.6. Number of shells per nucleus</a></li>
|
<li><a href="#org498051a">1.4.6. Number of shells per nucleus</a></li>
|
||||||
<li><a href="#org7f6cf88">1.4.7. Angular momentum</a></li>
|
<li><a href="#org75472a2">1.4.7. Angular momentum</a></li>
|
||||||
<li><a href="#org0422f62">1.4.8. Number of primitives per shell</a></li>
|
<li><a href="#org5f05b1f">1.4.8. Number of primitives per shell</a></li>
|
||||||
<li><a href="#org14bb0d7">1.4.9. Indices of the primitives</a></li>
|
<li><a href="#orgbf907af">1.4.9. Indices of the primitives</a></li>
|
||||||
<li><a href="#orgdb451e0">1.4.10. Normalization of the shells</a></li>
|
<li><a href="#org5ab579f">1.4.10. Normalization of the shells</a></li>
|
||||||
<li><a href="#org9b1ae73">1.4.11. Exponents</a></li>
|
<li><a href="#orgf29dc23">1.4.11. Exponents</a></li>
|
||||||
<li><a href="#org6dffef4">1.4.12. Coefficients</a></li>
|
<li><a href="#orga57ddf2">1.4.12. Coefficients</a></li>
|
||||||
<li><a href="#org3907260">1.4.13. Normalization of the primitivies</a></li>
|
<li><a href="#org3e3b657">1.4.13. Normalization of the primitivies</a></li>
|
||||||
<li><a href="#orgfc71034">1.4.14. AO Normalization</a></li>
|
<li><a href="#org12f8634">1.4.14. AO Normalization</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgceefde2">1.5. Molecular orbitals</a>
|
<li><a href="#org746e1e3">1.5. Molecular orbitals</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgd626b08">1.5.1. Number of MOs</a></li>
|
<li><a href="#orge419544">1.5.1. Number of MOs</a></li>
|
||||||
<li><a href="#org7b6c3ef">1.5.2. MO coefficients</a></li>
|
<li><a href="#org7214a04">1.5.2. MO coefficients</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org2b2590f">1.6. <span class="todo TODO">TODO</span> ECP</a></li>
|
<li><a href="#org7c2f4aa">1.6. <span class="todo TODO">TODO</span> ECP</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgb95a533">2. Read everything</a></li>
|
<li><a href="#orgc299c02">2. Read everything</a></li>
|
||||||
<li><a href="#orga4302ed">3. Test</a>
|
<li><a href="#org2d1b522">3. Test</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgac8492a">3.0.1. Electrons</a></li>
|
<li><a href="#org986e44a">3.0.1. Electrons</a></li>
|
||||||
<li><a href="#orgf0fe26d">3.0.2. Nuclei</a></li>
|
<li><a href="#org56083a7">3.0.2. Nuclei</a></li>
|
||||||
<li><a href="#orgb7cf393">3.0.3. Atomic basis</a></li>
|
<li><a href="#org5141331">3.0.3. Atomic basis</a></li>
|
||||||
<li><a href="#orgb3518ce">3.0.4. MO Basis</a></li>
|
<li><a href="#orgeea4e97">3.0.4. MO Basis</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -379,8 +379,8 @@ for the JavaScript code in this tag.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgfe9d9fa" class="outline-2">
|
<div id="outline-container-org78086c3" class="outline-2">
|
||||||
<h2 id="orgfe9d9fa"><span class="section-number-2">1</span> Local functions</h2>
|
<h2 id="org78086c3"><span class="section-number-2">1</span> Local functions</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
Functions defined in this section are all local: they should not be
|
Functions defined in this section are all local: they should not be
|
||||||
@ -403,8 +403,8 @@ In the functions defined in this section, we use as local variables
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd548e2e" class="outline-3">
|
<div id="outline-container-orge435580" class="outline-3">
|
||||||
<h3 id="orgd548e2e"><span class="section-number-3">1.1</span> Open file</h3>
|
<h3 id="orge435580"><span class="section-number-3">1.1</span> Open file</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<p>
|
<p>
|
||||||
We first define a helper function to open a file by first trying to
|
We first define a helper function to open a file by first trying to
|
||||||
@ -442,8 +442,8 @@ groups of data by passing the <code>trexio_t</code> handle.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org792ad5b" class="outline-3">
|
<div id="outline-container-orgcdc2459" class="outline-3">
|
||||||
<h3 id="org792ad5b"><span class="section-number-3">1.2</span> Electron</h3>
|
<h3 id="orgcdc2459"><span class="section-number-3">1.2</span> Electron</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<p>
|
<p>
|
||||||
In this section we read all the data into the electron data structure.
|
In this section we read all the data into the electron data structure.
|
||||||
@ -494,8 +494,8 @@ We read the number of up-spin and down-spin electrons.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9c56064" class="outline-3">
|
<div id="outline-container-org5979588" class="outline-3">
|
||||||
<h3 id="org9c56064"><span class="section-number-3">1.3</span> Nucleus</h3>
|
<h3 id="org5979588"><span class="section-number-3">1.3</span> Nucleus</h3>
|
||||||
<div class="outline-text-3" id="text-1-3">
|
<div class="outline-text-3" id="text-1-3">
|
||||||
<p>
|
<p>
|
||||||
In this section we read the number of nuclei, the molecular geometry and nuclear charges.
|
In this section we read the number of nuclei, the molecular geometry and nuclear charges.
|
||||||
@ -515,8 +515,8 @@ In this section we read the number of nuclei, the molecular geometry and nuclear
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org81fe150" class="outline-4">
|
<div id="outline-container-orgab9fcea" class="outline-4">
|
||||||
<h4 id="org81fe150"><span class="section-number-4">1.3.1</span> Number of nuclei</h4>
|
<h4 id="orgab9fcea"><span class="section-number-4">1.3.1</span> Number of nuclei</h4>
|
||||||
<div class="outline-text-4" id="text-1-3-1">
|
<div class="outline-text-4" id="text-1-3-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">nucleus_num</span> = 0L;
|
<pre class="src src-c"><span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">nucleus_num</span> = 0L;
|
||||||
@ -539,8 +539,8 @@ rc = qmckl_set_nucleus_num(context, nucleus_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd9332df" class="outline-4">
|
<div id="outline-container-orge0df201" class="outline-4">
|
||||||
<h4 id="orgd9332df"><span class="section-number-4">1.3.2</span> Nuclear charges</h4>
|
<h4 id="orge0df201"><span class="section-number-4">1.3.2</span> Nuclear charges</h4>
|
||||||
<div class="outline-text-4" id="text-1-3-2">
|
<div class="outline-text-4" id="text-1-3-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">{
|
<pre class="src src-c">{
|
||||||
@ -580,8 +580,8 @@ rc = qmckl_set_nucleus_num(context, nucleus_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org92e788d" class="outline-4">
|
<div id="outline-container-orgcbcd790" class="outline-4">
|
||||||
<h4 id="org92e788d"><span class="section-number-4">1.3.3</span> Nuclear coordinates</h4>
|
<h4 id="orgcbcd790"><span class="section-number-4">1.3.3</span> Nuclear coordinates</h4>
|
||||||
<div class="outline-text-4" id="text-1-3-3">
|
<div class="outline-text-4" id="text-1-3-3">
|
||||||
<p>
|
<p>
|
||||||
Now, we read the molecular geometry. It is stored in normal format
|
Now, we read the molecular geometry. It is stored in normal format
|
||||||
@ -636,8 +636,8 @@ in the TREXIO file (<code>'N'</code>), so it will be automatically transposed in
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6b5b7b9" class="outline-3">
|
<div id="outline-container-org3d002c3" class="outline-3">
|
||||||
<h3 id="org6b5b7b9"><span class="section-number-3">1.4</span> Basis set and AOs</h3>
|
<h3 id="org3d002c3"><span class="section-number-3">1.4</span> Basis set and AOs</h3>
|
||||||
<div class="outline-text-3" id="text-1-4">
|
<div class="outline-text-3" id="text-1-4">
|
||||||
<p>
|
<p>
|
||||||
In this section we read the atomic basis set and atomic orbitals.
|
In this section we read the atomic basis set and atomic orbitals.
|
||||||
@ -663,8 +663,8 @@ In this section we read the atomic basis set and atomic orbitals.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgce7e85e" class="outline-4">
|
<div id="outline-container-org6c5d4da" class="outline-4">
|
||||||
<h4 id="orgce7e85e"><span class="section-number-4">1.4.1</span> Basis set type</h4>
|
<h4 id="org6c5d4da"><span class="section-number-4">1.4.1</span> Basis set type</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-1">
|
<div class="outline-text-4" id="text-1-4-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #483d8b;">#define</span> <span style="color: #a0522d;">MAX_STR_LEN</span> 1024
|
<pre class="src src-c"><span style="color: #483d8b;">#define</span> <span style="color: #a0522d;">MAX_STR_LEN</span> 1024
|
||||||
@ -695,8 +695,8 @@ In this section we read the atomic basis set and atomic orbitals.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf0e6340" class="outline-4">
|
<div id="outline-container-org6fdccbb" class="outline-4">
|
||||||
<h4 id="orgf0e6340"><span class="section-number-4">1.4.2</span> Number of shells</h4>
|
<h4 id="org6fdccbb"><span class="section-number-4">1.4.2</span> Number of shells</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-2">
|
<div class="outline-text-4" id="text-1-4-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">shell_num</span> = 0L;
|
<pre class="src src-c"><span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">shell_num</span> = 0L;
|
||||||
@ -720,8 +720,8 @@ rc = qmckl_set_ao_basis_shell_num(context, shell_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5be53d8" class="outline-4">
|
<div id="outline-container-org260e680" class="outline-4">
|
||||||
<h4 id="org5be53d8"><span class="section-number-4">1.4.3</span> Number of primitives</h4>
|
<h4 id="org260e680"><span class="section-number-4">1.4.3</span> Number of primitives</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-3">
|
<div class="outline-text-4" id="text-1-4-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">prim_num</span> = 0L;
|
<pre class="src src-c"><span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">prim_num</span> = 0L;
|
||||||
@ -745,8 +745,8 @@ rc = qmckl_set_ao_basis_prim_num(context, prim_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgdd6c4df" class="outline-4">
|
<div id="outline-container-orgcb51170" class="outline-4">
|
||||||
<h4 id="orgdd6c4df"><span class="section-number-4">1.4.4</span> Number of atomic orbitals</h4>
|
<h4 id="orgcb51170"><span class="section-number-4">1.4.4</span> Number of atomic orbitals</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-4">
|
<div class="outline-text-4" id="text-1-4-4">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">ao_num</span> = 0;
|
<pre class="src src-c"><span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">ao_num</span> = 0;
|
||||||
@ -770,8 +770,8 @@ rc = qmckl_set_ao_basis_ao_num(context, ao_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2429f3f" class="outline-4">
|
<div id="outline-container-org2efe7b7" class="outline-4">
|
||||||
<h4 id="org2429f3f"><span class="section-number-4">1.4.5</span> Nucleus<sub>index</sub> array</h4>
|
<h4 id="org2efe7b7"><span class="section-number-4">1.4.5</span> Nucleus<sub>index</sub> array</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-5">
|
<div class="outline-text-4" id="text-1-4-5">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">{
|
<pre class="src src-c">{
|
||||||
@ -851,8 +851,8 @@ rc = qmckl_set_ao_basis_ao_num(context, ao_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgfb908f2" class="outline-4">
|
<div id="outline-container-org498051a" class="outline-4">
|
||||||
<h4 id="orgfb908f2"><span class="section-number-4">1.4.6</span> Number of shells per nucleus</h4>
|
<h4 id="org498051a"><span class="section-number-4">1.4.6</span> Number of shells per nucleus</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-6">
|
<div class="outline-text-4" id="text-1-4-6">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">{
|
<pre class="src src-c">{
|
||||||
@ -937,8 +937,8 @@ rc = qmckl_set_ao_basis_ao_num(context, ao_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7f6cf88" class="outline-4">
|
<div id="outline-container-org75472a2" class="outline-4">
|
||||||
<h4 id="org7f6cf88"><span class="section-number-4">1.4.7</span> Angular momentum</h4>
|
<h4 id="org75472a2"><span class="section-number-4">1.4.7</span> Angular momentum</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-7">
|
<div class="outline-text-4" id="text-1-4-7">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">{
|
<pre class="src src-c">{
|
||||||
@ -983,8 +983,8 @@ rc = qmckl_set_ao_basis_ao_num(context, ao_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0422f62" class="outline-4">
|
<div id="outline-container-org5f05b1f" class="outline-4">
|
||||||
<h4 id="org0422f62"><span class="section-number-4">1.4.8</span> Number of primitives per shell</h4>
|
<h4 id="org5f05b1f"><span class="section-number-4">1.4.8</span> Number of primitives per shell</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-8">
|
<div class="outline-text-4" id="text-1-4-8">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">{
|
<pre class="src src-c">{
|
||||||
@ -1070,8 +1070,8 @@ rc = qmckl_set_ao_basis_ao_num(context, ao_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org14bb0d7" class="outline-4">
|
<div id="outline-container-orgbf907af" class="outline-4">
|
||||||
<h4 id="org14bb0d7"><span class="section-number-4">1.4.9</span> Indices of the primitives</h4>
|
<h4 id="orgbf907af"><span class="section-number-4">1.4.9</span> Indices of the primitives</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-9">
|
<div class="outline-text-4" id="text-1-4-9">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">{
|
<pre class="src src-c">{
|
||||||
@ -1151,8 +1151,8 @@ rc = qmckl_set_ao_basis_ao_num(context, ao_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgdb451e0" class="outline-4">
|
<div id="outline-container-org5ab579f" class="outline-4">
|
||||||
<h4 id="orgdb451e0"><span class="section-number-4">1.4.10</span> Normalization of the shells</h4>
|
<h4 id="org5ab579f"><span class="section-number-4">1.4.10</span> Normalization of the shells</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-10">
|
<div class="outline-text-4" id="text-1-4-10">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">{
|
<pre class="src src-c">{
|
||||||
@ -1197,8 +1197,8 @@ rc = qmckl_set_ao_basis_ao_num(context, ao_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9b1ae73" class="outline-4">
|
<div id="outline-container-orgf29dc23" class="outline-4">
|
||||||
<h4 id="org9b1ae73"><span class="section-number-4">1.4.11</span> Exponents</h4>
|
<h4 id="orgf29dc23"><span class="section-number-4">1.4.11</span> Exponents</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-11">
|
<div class="outline-text-4" id="text-1-4-11">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">{
|
<pre class="src src-c">{
|
||||||
@ -1243,8 +1243,8 @@ rc = qmckl_set_ao_basis_ao_num(context, ao_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6dffef4" class="outline-4">
|
<div id="outline-container-orga57ddf2" class="outline-4">
|
||||||
<h4 id="org6dffef4"><span class="section-number-4">1.4.12</span> Coefficients</h4>
|
<h4 id="orga57ddf2"><span class="section-number-4">1.4.12</span> Coefficients</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-12">
|
<div class="outline-text-4" id="text-1-4-12">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">{
|
<pre class="src src-c">{
|
||||||
@ -1289,8 +1289,8 @@ rc = qmckl_set_ao_basis_ao_num(context, ao_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org3907260" class="outline-4">
|
<div id="outline-container-org3e3b657" class="outline-4">
|
||||||
<h4 id="org3907260"><span class="section-number-4">1.4.13</span> Normalization of the primitivies</h4>
|
<h4 id="org3e3b657"><span class="section-number-4">1.4.13</span> Normalization of the primitivies</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-13">
|
<div class="outline-text-4" id="text-1-4-13">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">{
|
<pre class="src src-c">{
|
||||||
@ -1335,8 +1335,8 @@ rc = qmckl_set_ao_basis_ao_num(context, ao_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgfc71034" class="outline-4">
|
<div id="outline-container-org12f8634" class="outline-4">
|
||||||
<h4 id="orgfc71034"><span class="section-number-4">1.4.14</span> AO Normalization</h4>
|
<h4 id="org12f8634"><span class="section-number-4">1.4.14</span> AO Normalization</h4>
|
||||||
<div class="outline-text-4" id="text-1-4-14">
|
<div class="outline-text-4" id="text-1-4-14">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">{
|
<pre class="src src-c">{
|
||||||
@ -1391,8 +1391,8 @@ rc = qmckl_set_ao_basis_ao_num(context, ao_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgceefde2" class="outline-3">
|
<div id="outline-container-org746e1e3" class="outline-3">
|
||||||
<h3 id="orgceefde2"><span class="section-number-3">1.5</span> Molecular orbitals</h3>
|
<h3 id="org746e1e3"><span class="section-number-3">1.5</span> Molecular orbitals</h3>
|
||||||
<div class="outline-text-3" id="text-1-5">
|
<div class="outline-text-3" id="text-1-5">
|
||||||
<p>
|
<p>
|
||||||
In this section we read the MO coefficients.
|
In this section we read the MO coefficients.
|
||||||
@ -1418,8 +1418,8 @@ In this section we read the MO coefficients.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd626b08" class="outline-4">
|
<div id="outline-container-orge419544" class="outline-4">
|
||||||
<h4 id="orgd626b08"><span class="section-number-4">1.5.1</span> Number of MOs</h4>
|
<h4 id="orge419544"><span class="section-number-4">1.5.1</span> Number of MOs</h4>
|
||||||
<div class="outline-text-4" id="text-1-5-1">
|
<div class="outline-text-4" id="text-1-5-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">mo_num</span> = 0L;
|
<pre class="src src-c"><span style="color: #228b22;">int64_t</span> <span style="color: #a0522d;">mo_num</span> = 0L;
|
||||||
@ -1442,8 +1442,8 @@ rc = qmckl_set_mo_basis_mo_num(context, mo_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7b6c3ef" class="outline-4">
|
<div id="outline-container-org7214a04" class="outline-4">
|
||||||
<h4 id="org7b6c3ef"><span class="section-number-4">1.5.2</span> MO coefficients</h4>
|
<h4 id="org7214a04"><span class="section-number-4">1.5.2</span> MO coefficients</h4>
|
||||||
<div class="outline-text-4" id="text-1-5-2">
|
<div class="outline-text-4" id="text-1-5-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">{
|
<pre class="src src-c">{
|
||||||
@ -1492,12 +1492,12 @@ rc = qmckl_set_mo_basis_mo_num(context, mo_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2b2590f" class="outline-3">
|
<div id="outline-container-org7c2f4aa" class="outline-3">
|
||||||
<h3 id="org2b2590f"><span class="section-number-3">1.6</span> <span class="todo TODO">TODO</span> ECP</h3>
|
<h3 id="org7c2f4aa"><span class="section-number-3">1.6</span> <span class="todo TODO">TODO</span> ECP</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgb95a533" class="outline-2">
|
<div id="outline-container-orgc299c02" class="outline-2">
|
||||||
<h2 id="orgb95a533"><span class="section-number-2">2</span> Read everything</h2>
|
<h2 id="orgc299c02"><span class="section-number-2">2</span> Read everything</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">qmckl_exit_code</span>
|
||||||
@ -1572,8 +1572,8 @@ rc = qmckl_set_mo_basis_mo_num(context, mo_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga4302ed" class="outline-2">
|
<div id="outline-container-org2d1b522" class="outline-2">
|
||||||
<h2 id="orga4302ed"><span class="section-number-2">3</span> Test</h2>
|
<h2 id="org2d1b522"><span class="section-number-2">3</span> Test</h2>
|
||||||
<div class="outline-text-2" id="text-3">
|
<div class="outline-text-2" id="text-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #483d8b;">#ifdef</span> HAVE_TREXIO
|
<pre class="src src-c"><span style="color: #483d8b;">#ifdef</span> HAVE_TREXIO
|
||||||
@ -1597,8 +1597,8 @@ rc = qmckl_trexio_read(context, filename, 255);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgac8492a" class="outline-4">
|
<div id="outline-container-org986e44a" class="outline-4">
|
||||||
<h4 id="orgac8492a"><span class="section-number-4">3.0.1</span> Electrons</h4>
|
<h4 id="org986e44a"><span class="section-number-4">3.0.1</span> Electrons</h4>
|
||||||
<div class="outline-text-4" id="text-3-0-1">
|
<div class="outline-text-4" id="text-3-0-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">printf(<span style="color: #8b2252;">"Electrons\n"</span>);
|
<pre class="src src-c">printf(<span style="color: #8b2252;">"Electrons\n"</span>);
|
||||||
@ -1616,8 +1616,8 @@ rc = qmckl_get_electron_down_num(context, &dn_num);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf0fe26d" class="outline-4">
|
<div id="outline-container-org56083a7" class="outline-4">
|
||||||
<h4 id="orgf0fe26d"><span class="section-number-4">3.0.2</span> Nuclei</h4>
|
<h4 id="org56083a7"><span class="section-number-4">3.0.2</span> Nuclei</h4>
|
||||||
<div class="outline-text-4" id="text-3-0-2">
|
<div class="outline-text-4" id="text-3-0-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">printf(<span style="color: #8b2252;">"Nuclei\n"</span>);
|
<pre class="src src-c">printf(<span style="color: #8b2252;">"Nuclei\n"</span>);
|
||||||
@ -1657,8 +1657,8 @@ coord = <span style="color: #008b8b;">NULL</span>;
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgb7cf393" class="outline-4">
|
<div id="outline-container-org5141331" class="outline-4">
|
||||||
<h4 id="orgb7cf393"><span class="section-number-4">3.0.3</span> Atomic basis</h4>
|
<h4 id="org5141331"><span class="section-number-4">3.0.3</span> Atomic basis</h4>
|
||||||
<div class="outline-text-4" id="text-3-0-3">
|
<div class="outline-text-4" id="text-3-0-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">printf(<span style="color: #8b2252;">"Atomic basis\n"</span>);
|
<pre class="src src-c">printf(<span style="color: #8b2252;">"Atomic basis\n"</span>);
|
||||||
@ -1766,8 +1766,8 @@ prim_factor = <span style="color: #008b8b;">NULL</span>;
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgb3518ce" class="outline-4">
|
<div id="outline-container-orgeea4e97" class="outline-4">
|
||||||
<h4 id="orgb3518ce"><span class="section-number-4">3.0.4</span> MO Basis</h4>
|
<h4 id="orgeea4e97"><span class="section-number-4">3.0.4</span> MO Basis</h4>
|
||||||
<div class="outline-text-4" id="text-3-0-4">
|
<div class="outline-text-4" id="text-3-0-4">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">printf(<span style="color: #8b2252;">"MOs\n"</span>);
|
<pre class="src src-c">printf(<span style="color: #8b2252;">"MOs\n"</span>);
|
||||||
@ -1798,7 +1798,7 @@ charge = <span style="color: #008b8b;">NULL</span>;
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:46</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2024-01-30 Tue 10:32 -->
|
<!-- 2024-01-30 Tue 22:47 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Verificarlo CI</title>
|
<title>Verificarlo CI</title>
|
||||||
@ -324,22 +324,22 @@ for the JavaScript code in this tag.
|
|||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<div id="text-table-of-contents">
|
<div id="text-table-of-contents">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org0f5acd4">1. Verificarlo probes</a>
|
<li><a href="#orgfd86f98">1. Verificarlo probes</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org1ea6b01">1.1. Automatically initialize the <code>vfc_probe</code> object if <code>VFC_CI</code> is defined</a></li>
|
<li><a href="#org94973fe">1.1. Automatically initialize the <code>vfc_probe</code> object if <code>VFC_CI</code> is defined</a></li>
|
||||||
<li><a href="#org4bf1b54">1.2. Standard probe, without check</a></li>
|
<li><a href="#org3dd2e14">1.2. Standard probe, without check</a></li>
|
||||||
<li><a href="#org295804f">1.3. Probe with absolute check</a></li>
|
<li><a href="#orgcc3f63f">1.3. Probe with absolute check</a></li>
|
||||||
<li><a href="#orgbe90085">1.4. Probe with relative check</a></li>
|
<li><a href="#org33d1581">1.4. Probe with relative check</a></li>
|
||||||
<li><a href="#orge10a1d5">1.5. Automatically delete and dump the vfc<sub>probe</sub> object if <code>VFC_CI</code> is defined</a></li>
|
<li><a href="#orgcf2d01e">1.5. Automatically delete and dump the vfc<sub>probe</sub> object if <code>VFC_CI</code> is defined</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgc6c924d">2. Fortran wrappers</a></li>
|
<li><a href="#orgfca49cb">2. Fortran wrappers</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0f5acd4" class="outline-2">
|
<div id="outline-container-orgfd86f98" class="outline-2">
|
||||||
<h2 id="org0f5acd4"><span class="section-number-2">1</span> Verificarlo probes</h2>
|
<h2 id="orgfd86f98"><span class="section-number-2">1</span> Verificarlo probes</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
This file contains utility functions to enable the Verificarlo
|
This file contains utility functions to enable the Verificarlo
|
||||||
@ -390,8 +390,8 @@ To learn more about Verificarlo CI :
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-org1ea6b01" class="outline-3">
|
<div id="outline-container-org94973fe" class="outline-3">
|
||||||
<h3 id="org1ea6b01"><span class="section-number-3">1.1</span> Automatically initialize the <code>vfc_probe</code> object if <code>VFC_CI</code> is defined</h3>
|
<h3 id="org94973fe"><span class="section-number-3">1.1</span> Automatically initialize the <code>vfc_probe</code> object if <code>VFC_CI</code> is defined</h3>
|
||||||
<div class="outline-text-3" id="text-1-1">
|
<div class="outline-text-3" id="text-1-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">void</span> <span style="color: #0000ff;">qmckl_init_probes</span>();
|
<pre class="src src-c"><span style="color: #228b22;">void</span> <span style="color: #0000ff;">qmckl_init_probes</span>();
|
||||||
@ -409,8 +409,8 @@ To learn more about Verificarlo CI :
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4bf1b54" class="outline-3">
|
<div id="outline-container-org3dd2e14" class="outline-3">
|
||||||
<h3 id="org4bf1b54"><span class="section-number-3">1.2</span> Standard probe, without check</h3>
|
<h3 id="org3dd2e14"><span class="section-number-3">1.2</span> Standard probe, without check</h3>
|
||||||
<div class="outline-text-3" id="text-1-2">
|
<div class="outline-text-3" id="text-1-2">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li>if <code>VFC_CI</code> is defined, place a standard probe</li>
|
<li>if <code>VFC_CI</code> is defined, place a standard probe</li>
|
||||||
@ -445,8 +445,8 @@ if <code>VFC_CI</code> is undefined, return <code>false</code> (no error)
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org295804f" class="outline-3">
|
<div id="outline-container-orgcc3f63f" class="outline-3">
|
||||||
<h3 id="org295804f"><span class="section-number-3">1.3</span> Probe with absolute check</h3>
|
<h3 id="orgcc3f63f"><span class="section-number-3">1.3</span> Probe with absolute check</h3>
|
||||||
<div class="outline-text-3" id="text-1-3">
|
<div class="outline-text-3" id="text-1-3">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li>if <code>VFC_CI</code> is defined, place a probe with an absolute check</li>
|
<li>if <code>VFC_CI</code> is defined, place a probe with an absolute check</li>
|
||||||
@ -486,8 +486,8 @@ and accuracy
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgbe90085" class="outline-3">
|
<div id="outline-container-org33d1581" class="outline-3">
|
||||||
<h3 id="orgbe90085"><span class="section-number-3">1.4</span> Probe with relative check</h3>
|
<h3 id="org33d1581"><span class="section-number-3">1.4</span> Probe with relative check</h3>
|
||||||
<div class="outline-text-3" id="text-1-4">
|
<div class="outline-text-3" id="text-1-4">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li>if <code>VFC_CI</code> is defined, place a probe with a relative check</li>
|
<li>if <code>VFC_CI</code> is defined, place a probe with a relative check</li>
|
||||||
@ -527,8 +527,8 @@ and accuracy
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge10a1d5" class="outline-3">
|
<div id="outline-container-orgcf2d01e" class="outline-3">
|
||||||
<h3 id="orge10a1d5"><span class="section-number-3">1.5</span> Automatically delete and dump the vfc<sub>probe</sub> object if <code>VFC_CI</code> is defined</h3>
|
<h3 id="orgcf2d01e"><span class="section-number-3">1.5</span> Automatically delete and dump the vfc<sub>probe</sub> object if <code>VFC_CI</code> is defined</h3>
|
||||||
<div class="outline-text-3" id="text-1-5">
|
<div class="outline-text-3" id="text-1-5">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">void</span> <span style="color: #0000ff;">qmckl_dump_probes</span>();
|
<pre class="src src-c"><span style="color: #228b22;">void</span> <span style="color: #0000ff;">qmckl_dump_probes</span>();
|
||||||
@ -547,8 +547,8 @@ and accuracy
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc6c924d" class="outline-2">
|
<div id="outline-container-orgfca49cb" class="outline-2">
|
||||||
<h2 id="orgc6c924d"><span class="section-number-2">2</span> Fortran wrappers</h2>
|
<h2 id="orgfca49cb"><span class="section-number-2">2</span> Fortran wrappers</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">bool</span> <span style="color: #0000ff;">qmckl_probe_f</span>(
|
<pre class="src src-c"><span style="color: #228b22;">bool</span> <span style="color: #0000ff;">qmckl_probe_f</span>(
|
||||||
@ -672,7 +672,7 @@ and accuracy
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="author">Author: TREX CoE</p>
|
<p class="author">Author: TREX CoE</p>
|
||||||
<p class="date">Created: 2024-01-30 Tue 10:32</p>
|
<p class="date">Created: 2024-01-30 Tue 22:47</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user