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@5ee297a1c9 🚀
This commit is contained in:
parent
b6a45d2f96
commit
3b6a2f144e
@ -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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#org7ddf2ec">1. Installing QMCkl</a>
|
<li><a href="#org3d3ada7">1. Installing QMCkl</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org7d1a89b">1.1. Installing from the released tarball (for end users)</a></li>
|
<li><a href="#orge3c9e06">1.1. Installing from the released tarball (for end users)</a></li>
|
||||||
<li><a href="#org48dd651">1.2. Installing from the source repository (for developers)</a></li>
|
<li><a href="#orge64de4c">1.2. Installing from the source repository (for developers)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org4bd960b">2. Using QMCkl</a></li>
|
<li><a href="#orgfa98e1d">2. Using QMCkl</a></li>
|
||||||
<li><a href="#org1ab00b0">3. Developing in QMCkl</a>
|
<li><a href="#org693e128">3. Developing in QMCkl</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org34c31ce">3.1. Literate programming</a></li>
|
<li><a href="#org2bf59b7">3.1. Literate programming</a></li>
|
||||||
<li><a href="#org5a30ac7">3.2. Source code editing</a></li>
|
<li><a href="#orgd900315">3.2. Source code editing</a></li>
|
||||||
<li><a href="#org50eb4c1">3.3. Choice of the programming language</a></li>
|
<li><a href="#org0cb62e4">3.3. Choice of the programming language</a></li>
|
||||||
<li><a href="#org41dbf53">3.4. Coding rules</a></li>
|
<li><a href="#org995f523">3.4. Coding rules</a></li>
|
||||||
<li><a href="#org72dc552">3.5. Design of the library</a></li>
|
<li><a href="#orgfbca67e">3.5. Design of the library</a></li>
|
||||||
<li><a href="#orga574bf4">3.6. Naming conventions</a></li>
|
<li><a href="#org91f1db2">3.6. Naming conventions</a></li>
|
||||||
<li><a href="#org331a190">3.7. Application programming interface</a></li>
|
<li><a href="#orgad9cf34">3.7. Application programming interface</a></li>
|
||||||
<li><a href="#org32aff2b">3.8. Global state</a></li>
|
<li><a href="#orge066028">3.8. Global state</a></li>
|
||||||
<li><a href="#org33970d0">3.9. Headers</a></li>
|
<li><a href="#org4e923fc">3.9. Headers</a></li>
|
||||||
<li><a href="#org723d1cb">3.10. Low-level functions</a></li>
|
<li><a href="#org449faa0">3.10. Low-level functions</a></li>
|
||||||
<li><a href="#org09b7405">3.11. High-level functions</a></li>
|
<li><a href="#orgbe076a8">3.11. High-level functions</a></li>
|
||||||
<li><a href="#org79affa8">3.12. Numerical precision</a></li>
|
<li><a href="#org39c5b5c">3.12. Numerical precision</a></li>
|
||||||
<li><a href="#org2993168">3.13. Algorithms</a></li>
|
<li><a href="#org15e1bb7">3.13. Algorithms</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7ddf2ec" class="outline-2">
|
<div id="outline-container-org3d3ada7" class="outline-2">
|
||||||
<h2 id="org7ddf2ec"><span class="section-number-2">1</span> Installing QMCkl</h2>
|
<h2 id="org3d3ada7"><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-org7d1a89b" class="outline-3">
|
<div id="outline-container-orge3c9e06" class="outline-3">
|
||||||
<h3 id="org7d1a89b"><span class="section-number-3">1.1</span> Installing from the released tarball (for end users)</h3>
|
<h3 id="orge3c9e06"><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-org48dd651" class="outline-3">
|
<div id="outline-container-orge64de4c" class="outline-3">
|
||||||
<h3 id="org48dd651"><span class="section-number-3">1.2</span> Installing from the source repository (for developers)</h3>
|
<h3 id="orge64de4c"><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-org4bd960b" class="outline-2">
|
<div id="outline-container-orgfa98e1d" class="outline-2">
|
||||||
<h2 id="org4bd960b"><span class="section-number-2">2</span> Using QMCkl</h2>
|
<h2 id="orgfa98e1d"><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-org1ab00b0" class="outline-2">
|
<div id="outline-container-org693e128" class="outline-2">
|
||||||
<h2 id="org1ab00b0"><span class="section-number-2">3</span> Developing in QMCkl</h2>
|
<h2 id="org693e128"><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-org34c31ce" class="outline-3">
|
<div id="outline-container-org2bf59b7" class="outline-3">
|
||||||
<h3 id="org34c31ce"><span class="section-number-3">3.1</span> Literate programming</h3>
|
<h3 id="org2bf59b7"><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-org5a30ac7" class="outline-3">
|
<div id="outline-container-orgd900315" class="outline-3">
|
||||||
<h3 id="org5a30ac7"><span class="section-number-3">3.2</span> Source code editing</h3>
|
<h3 id="orgd900315"><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-org50eb4c1" class="outline-3">
|
<div id="outline-container-org0cb62e4" class="outline-3">
|
||||||
<h3 id="org50eb4c1"><span class="section-number-3">3.3</span> Choice of the programming language</h3>
|
<h3 id="org0cb62e4"><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-org41dbf53" class="outline-3">
|
<div id="outline-container-org995f523" class="outline-3">
|
||||||
<h3 id="org41dbf53"><span class="section-number-3">3.4</span> Coding rules</h3>
|
<h3 id="org995f523"><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-org72dc552" class="outline-3">
|
<div id="outline-container-orgfbca67e" class="outline-3">
|
||||||
<h3 id="org72dc552"><span class="section-number-3">3.5</span> Design of the library</h3>
|
<h3 id="orgfbca67e"><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-orga574bf4" class="outline-3">
|
<div id="outline-container-org91f1db2" class="outline-3">
|
||||||
<h3 id="orga574bf4"><span class="section-number-3">3.6</span> Naming conventions</h3>
|
<h3 id="org91f1db2"><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-org331a190" class="outline-3">
|
<div id="outline-container-orgad9cf34" class="outline-3">
|
||||||
<h3 id="org331a190"><span class="section-number-3">3.7</span> Application programming interface</h3>
|
<h3 id="orgad9cf34"><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-org32aff2b" class="outline-3">
|
<div id="outline-container-orge066028" class="outline-3">
|
||||||
<h3 id="org32aff2b"><span class="section-number-3">3.8</span> Global state</h3>
|
<h3 id="orge066028"><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="orgdc093b1">=context=</a> contains the global
|
<code>qmckl_context_create</code> function. The <a id="org9729b07">=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-org33970d0" class="outline-3">
|
<div id="outline-container-org4e923fc" class="outline-3">
|
||||||
<h3 id="org33970d0"><span class="section-number-3">3.9</span> Headers</h3>
|
<h3 id="org4e923fc"><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-org723d1cb" class="outline-3">
|
<div id="outline-container-org449faa0" class="outline-3">
|
||||||
<h3 id="org723d1cb"><span class="section-number-3">3.10</span> Low-level functions</h3>
|
<h3 id="org449faa0"><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="#orgdc093b1"><code>context</code></a>. They are not allowed to allocate/deallocate memory, and
|
<a href="#org9729b07"><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-org09b7405" class="outline-3">
|
<div id="outline-container-orgbe076a8" class="outline-3">
|
||||||
<h3 id="org09b7405"><span class="section-number-3">3.11</span> High-level functions</h3>
|
<h3 id="orgbe076a8"><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-org79affa8" class="outline-3">
|
<div id="outline-container-org39c5b5c" class="outline-3">
|
||||||
<h3 id="org79affa8"><span class="section-number-3">3.12</span> Numerical precision</h3>
|
<h3 id="org39c5b5c"><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="#orgdc093b1"><code>context</code></a> variable.
|
specified in the <a href="#org9729b07"><code>context</code></a> variable.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -909,8 +909,8 @@ following points :
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2993168" class="outline-3">
|
<div id="outline-container-org15e1bb7" class="outline-3">
|
||||||
<h3 id="org2993168"><span class="section-number-3">3.13</span> Algorithms</h3>
|
<h3 id="org15e1bb7"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#org0297b98">1. Introduction</a></li>
|
<li><a href="#org7c41ccb">1. Introduction</a></li>
|
||||||
<li><a href="#orga2cc32e">2. Context</a>
|
<li><a href="#org66f2b99">2. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgab3a13a">2.1. Constant data</a>
|
<li><a href="#org410c932">2.1. Constant data</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgfb5b38b">2.1.1. Initialization functions</a>
|
<li><a href="#org25955ec">2.1.1. Initialization functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org2a37721">2.1.1.1. C interface</a></li>
|
<li><a href="#org2d1cb05">2.1.1.1. C interface</a></li>
|
||||||
<li><a href="#orgd85783e">2.1.1.2. Fortran interface</a></li>
|
<li><a href="#orgb6cb2d6">2.1.1.2. Fortran interface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org8ceda76">2.1.2. Access functions</a>
|
<li><a href="#orga9f6551">2.1.2. Access functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org5f7bfef">2.1.2.1. C interface</a></li>
|
<li><a href="#orgce0aacb">2.1.2.1. C interface</a></li>
|
||||||
<li><a href="#orgba7f052">2.1.2.2. Fortran interface</a></li>
|
<li><a href="#orge891558">2.1.2.2. Fortran interface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgc95b0e7">2.2. Computed data</a>
|
<li><a href="#org0796900">2.2. Computed data</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org9f77383">2.2.1. After initialization</a></li>
|
<li><a href="#org5a9fa39">2.2.1. After initialization</a></li>
|
||||||
<li><a href="#orga714161">2.2.2. <span class="todo TODO">TODO</span> HPC-specific data structures</a></li>
|
<li><a href="#orgf3eb4c4">2.2.2. <span class="todo TODO">TODO</span> HPC-specific data structures</a></li>
|
||||||
<li><a href="#org551c738">2.2.3. Access functions</a></li>
|
<li><a href="#org5f8c9c7">2.2.3. Access functions</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgc6fed42">3. Radial part</a>
|
<li><a href="#orgd5e2694">3. Radial part</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgee77f20">3.1. General functions for Gaussian basis functions</a></li>
|
<li><a href="#orga6c8405">3.1. General functions for Gaussian basis functions</a></li>
|
||||||
<li><a href="#org46fa972">3.2. Computation of primitives</a></li>
|
<li><a href="#org392e14d">3.2. Computation of primitives</a></li>
|
||||||
<li><a href="#org84cf46e">3.3. Computation of shells</a></li>
|
<li><a href="#org945cca5">3.3. Computation of shells</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org71bd98e">4. Polynomial part</a>
|
<li><a href="#org27da11b">4. Polynomial part</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgef9cd61">4.1. General functions for Powers of \(x-X_i\)</a></li>
|
<li><a href="#org9b8b808">4.1. General functions for Powers of \(x-X_i\)</a></li>
|
||||||
<li><a href="#org536e694">4.2. General functions for Value, Gradient and Laplacian of a polynomial</a></li>
|
<li><a href="#org6d33d56">4.2. General functions for Value, Gradient and Laplacian of a polynomial</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgfe82482">5. Combining radial and polynomial parts</a>
|
<li><a href="#orgd6efc3d">5. Combining radial and polynomial parts</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgca36bce">5.1. Determination of nucleus ranges</a></li>
|
<li><a href="#orgffd133a">5.1. Determination of nucleus ranges</a></li>
|
||||||
<li><a href="#org7253466">5.2. Values only</a>
|
<li><a href="#org1c2cc61">5.2. Values only</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org1e26118">5.2.1. Unoptimized version</a></li>
|
<li><a href="#org8ac7a82">5.2.1. Unoptimized version</a></li>
|
||||||
<li><a href="#orge05d13d">5.2.2. HPC version</a></li>
|
<li><a href="#org0946ac9">5.2.2. HPC version</a></li>
|
||||||
<li><a href="#org9b3a77c">5.2.3. Interfaces</a></li>
|
<li><a href="#org30c6a36">5.2.3. Interfaces</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgebd7dcb">5.3. Value, gradients, Laplacian</a>
|
<li><a href="#orgb413cac">5.3. Value, gradients, Laplacian</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org05ede4b">5.3.1. Reference version</a></li>
|
<li><a href="#org11f7df7">5.3.1. Reference version</a></li>
|
||||||
<li><a href="#org330dc18">5.3.2. HPC version</a></li>
|
<li><a href="#org47b8bf2">5.3.2. HPC version</a></li>
|
||||||
<li><a href="#org6763377">5.3.3. Interfaces</a></li>
|
<li><a href="#org2b98700">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-org0297b98" class="outline-2">
|
<div id="outline-container-org7c41ccb" class="outline-2">
|
||||||
<h2 id="org0297b98"><span class="section-number-2">1</span> Introduction</h2>
|
<h2 id="org7c41ccb"><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-orga2cc32e" class="outline-2">
|
<div id="outline-container-org66f2b99" class="outline-2">
|
||||||
<h2 id="orga2cc32e"><span class="section-number-2">2</span> Context</h2>
|
<h2 id="org66f2b99"><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-orgab3a13a" class="outline-3">
|
<div id="outline-container-org410c932" class="outline-3">
|
||||||
<h3 id="orgab3a13a"><span class="section-number-3">2.1</span> Constant data</h3>
|
<h3 id="org410c932"><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="orgd2446c3" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgb0b2eaf" 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="orgbe70102"><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="org21c09f7"><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="org600bea8"><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="org10a92b8"><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-orgfb5b38b" class="outline-4">
|
<div id="outline-container-org25955ec" class="outline-4">
|
||||||
<h4 id="orgfb5b38b"><span class="section-number-4">2.1.1</span> Initialization functions</h4>
|
<h4 id="org25955ec"><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="#orga2cc32e">2</a>.
|
equal of larger than the value given in the table of section <a href="#org66f2b99">2</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2a37721" class="outline-5">
|
<div id="outline-container-org2d1cb05" class="outline-5">
|
||||||
<h5 id="org2a37721"><span class="section-number-5">2.1.1.1</span> C interface</h5>
|
<h5 id="org2d1cb05"><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-orgd85783e" class="outline-5">
|
<div id="outline-container-orgb6cb2d6" class="outline-5">
|
||||||
<h5 id="orgd85783e"><span class="section-number-5">2.1.1.2</span> Fortran interface</h5>
|
<h5 id="orgb6cb2d6"><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-org8ceda76" class="outline-4">
|
<div id="outline-container-orga9f6551" class="outline-4">
|
||||||
<h4 id="org8ceda76"><span class="section-number-4">2.1.2</span> Access functions</h4>
|
<h4 id="orga9f6551"><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="#orga2cc32e">2</a>.
|
equal of larger than the value given in the table of section <a href="#org66f2b99">2</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5f7bfef" class="outline-5">
|
<div id="outline-container-orgce0aacb" class="outline-5">
|
||||||
<h5 id="org5f7bfef"><span class="section-number-5">2.1.2.1</span> C interface</h5>
|
<h5 id="orgce0aacb"><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-orgba7f052" class="outline-5">
|
<div id="outline-container-orge891558" class="outline-5">
|
||||||
<h5 id="orgba7f052"><span class="section-number-5">2.1.2.2</span> Fortran interface</h5>
|
<h5 id="orge891558"><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-orgc95b0e7" class="outline-3">
|
<div id="outline-container-org0796900" class="outline-3">
|
||||||
<h3 id="orgc95b0e7"><span class="section-number-3">2.2</span> Computed data</h3>
|
<h3 id="org0796900"><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-org9f77383" class="outline-4">
|
<div id="outline-container-org5a9fa39" class="outline-4">
|
||||||
<h4 id="org9f77383"><span class="section-number-4">2.2.1</span> After initialization</h4>
|
<h4 id="org5a9fa39"><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-orga714161" class="outline-4">
|
<div id="outline-container-orgf3eb4c4" class="outline-4">
|
||||||
<h4 id="orga714161"><span class="section-number-4">2.2.2</span> <span class="todo TODO">TODO</span> HPC-specific data structures</h4>
|
<h4 id="orgf3eb4c4"><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-org551c738" class="outline-4">
|
<div id="outline-container-org5f8c9c7" class="outline-4">
|
||||||
<h4 id="org551c738"><span class="section-number-4">2.2.3</span> Access functions</h4>
|
<h4 id="org5f8c9c7"><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="#org46fa972">3.2</a>.
|
See section <a href="#org392e14d">3.2</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
@ -1569,7 +1569,7 @@ See section <a href="#org46fa972">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="#org84cf46e">3.3</a>.
|
evaluated at the current coordinates. See section <a href="#org945cca5">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="#org84cf46e">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="#orgfe82482">5</a>.
|
See section <a href="#orgd6efc3d">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="#orgfe82482">5</a>.
|
the current coordinates. See section <a href="#orgd6efc3d">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-orgc6fed42" class="outline-2">
|
<div id="outline-container-orgd5e2694" class="outline-2">
|
||||||
<h2 id="orgc6fed42"><span class="section-number-2">3</span> Radial part</h2>
|
<h2 id="orgd5e2694"><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-orgee77f20" class="outline-3">
|
<div id="outline-container-orga6c8405" class="outline-3">
|
||||||
<h3 id="orgee77f20"><span class="section-number-3">3.1</span> General functions for Gaussian basis functions</h3>
|
<h3 id="orga6c8405"><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
|
||||||
@ -1805,10 +1805,10 @@ Requirements:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org46fa972" class="outline-3">
|
<div id="outline-container-org392e14d" class="outline-3">
|
||||||
<h3 id="org46fa972"><span class="section-number-3">3.2</span> Computation of primitives</h3>
|
<h3 id="org392e14d"><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="orgdf6af81" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orge060967" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1969,10 +1969,10 @@ Requirements:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org84cf46e" class="outline-3">
|
<div id="outline-container-org945cca5" class="outline-3">
|
||||||
<h3 id="org84cf46e"><span class="section-number-3">3.3</span> Computation of shells</h3>
|
<h3 id="org945cca5"><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="org94e03e6" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org6a75092" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -2228,8 +2228,8 @@ Requirements:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org71bd98e" class="outline-2">
|
<div id="outline-container-org27da11b" class="outline-2">
|
||||||
<h2 id="org71bd98e"><span class="section-number-2">4</span> Polynomial part</h2>
|
<h2 id="org27da11b"><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
|
||||||
@ -2249,8 +2249,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-orgef9cd61" class="outline-3">
|
<div id="outline-container-org9b8b808" class="outline-3">
|
||||||
<h3 id="orgef9cd61"><span class="section-number-3">4.1</span> General functions for Powers of \(x-X_i\)</h3>
|
<h3 id="org9b8b808"><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>
|
||||||
@ -2262,7 +2262,7 @@ the \(n\) points:
|
|||||||
\[ P_{ik} = X_i^k \]
|
\[ P_{ik} = X_i^k \]
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="orge96ac9d" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgef627ef" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -2403,8 +2403,8 @@ Requirements:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org536e694" class="outline-3">
|
<div id="outline-container-org6d33d56" class="outline-3">
|
||||||
<h3 id="org536e694"><span class="section-number-3">4.2</span> General functions for Value, Gradient and Laplacian of a polynomial</h3>
|
<h3 id="org6d33d56"><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\)
|
||||||
@ -2449,7 +2449,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="org455ecf7" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org22deb82" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -3242,12 +3242,12 @@ For example, with a=0, b=2 and c=1 the string is "yyz"</li>
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgfe82482" class="outline-2">
|
<div id="outline-container-orgd6efc3d" class="outline-2">
|
||||||
<h2 id="orgfe82482"><span class="section-number-2">5</span> Combining radial and polynomial parts</h2>
|
<h2 id="orgd6efc3d"><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-orgca36bce" class="outline-3">
|
<div id="outline-container-orgffd133a" class="outline-3">
|
||||||
<h3 id="orgca36bce"><span class="section-number-3">5.1</span> Determination of nucleus ranges</h3>
|
<h3 id="orgffd133a"><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
|
||||||
@ -3413,14 +3413,14 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7253466" class="outline-3">
|
<div id="outline-container-org1c2cc61" class="outline-3">
|
||||||
<h3 id="org7253466"><span class="section-number-3">5.2</span> Values only</h3>
|
<h3 id="org1c2cc61"><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-org1e26118" class="outline-4">
|
<div id="outline-container-org8ac7a82" class="outline-4">
|
||||||
<h4 id="org1e26118"><span class="section-number-4">5.2.1</span> Unoptimized version</h4>
|
<h4 id="org8ac7a82"><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="org6ba4b36" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org97dbce5" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -3660,10 +3660,10 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge05d13d" class="outline-4">
|
<div id="outline-container-org0946ac9" class="outline-4">
|
||||||
<h4 id="orge05d13d"><span class="section-number-4">5.2.2</span> HPC version</h4>
|
<h4 id="org0946ac9"><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="orgd4124b3" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgff7656d" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -3821,8 +3821,8 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9b3a77c" class="outline-4">
|
<div id="outline-container-org30c6a36" class="outline-4">
|
||||||
<h4 id="org9b3a77c"><span class="section-number-4">5.2.3</span> Interfaces</h4>
|
<h4 id="org30c6a36"><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> (
|
||||||
@ -3871,14 +3871,14 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgebd7dcb" class="outline-3">
|
<div id="outline-container-orgb413cac" class="outline-3">
|
||||||
<h3 id="orgebd7dcb"><span class="section-number-3">5.3</span> Value, gradients, Laplacian</h3>
|
<h3 id="orgb413cac"><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-org05ede4b" class="outline-4">
|
<div id="outline-container-org11f7df7" class="outline-4">
|
||||||
<h4 id="org05ede4b"><span class="section-number-4">5.3.1</span> Reference version</h4>
|
<h4 id="org11f7df7"><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="org9071ffe" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org14333f1" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -4146,10 +4146,10 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org330dc18" class="outline-4">
|
<div id="outline-container-org47b8bf2" class="outline-4">
|
||||||
<h4 id="org330dc18"><span class="section-number-4">5.3.2</span> HPC version</h4>
|
<h4 id="org47b8bf2"><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="orga02f385" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org7fec46e" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -4308,8 +4308,8 @@ of bits of precision (1-53), a range is given.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-org6763377" class="outline-4">
|
<div id="outline-container-org2b98700" class="outline-4">
|
||||||
<h4 id="org6763377"><span class="section-number-4">5.3.3</span> Interfaces</h4>
|
<h4 id="org2b98700"><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> (
|
||||||
@ -4361,7 +4361,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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#orgc11de6e">-</a></li>
|
<li><a href="#orgb2b7f96">-</a></li>
|
||||||
<li><a href="#org1d1ba10">1. Data types</a>
|
<li><a href="#orgc14f780">1. Data types</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgcf43291">1.1. Vector</a></li>
|
<li><a href="#org8488ce0">1.1. Vector</a></li>
|
||||||
<li><a href="#orged66bb8">1.2. Matrix</a></li>
|
<li><a href="#org405ab54">1.2. Matrix</a></li>
|
||||||
<li><a href="#org5348fe5">1.3. Tensor</a></li>
|
<li><a href="#org12ce79f">1.3. Tensor</a></li>
|
||||||
<li><a href="#org68bad87">1.4. Reshaping</a>
|
<li><a href="#orgcff1837">1.4. Reshaping</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org48c5ce5">1.4.1. Vector -> Matrix</a></li>
|
<li><a href="#orgf27e2b0">1.4.1. Vector -> Matrix</a></li>
|
||||||
<li><a href="#org8a76c89">1.4.2. Vector -> Tensor</a></li>
|
<li><a href="#orgef68c77">1.4.2. Vector -> Tensor</a></li>
|
||||||
<li><a href="#org136c64f">1.4.3. Matrix -> Vector</a></li>
|
<li><a href="#org8ffa7b7">1.4.3. Matrix -> Vector</a></li>
|
||||||
<li><a href="#org88be701">1.4.4. Matrix -> Tensor</a></li>
|
<li><a href="#org2951a58">1.4.4. Matrix -> Tensor</a></li>
|
||||||
<li><a href="#org12c1be3">1.4.5. Tensor -> Vector</a></li>
|
<li><a href="#orge41b556">1.4.5. Tensor -> Vector</a></li>
|
||||||
<li><a href="#org1ee0b39">1.4.6. Tensor -> Matrix</a></li>
|
<li><a href="#orgddbe391">1.4.6. Tensor -> Matrix</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgbac6a09">1.5. Access macros</a></li>
|
<li><a href="#org8381c16">1.5. Access macros</a></li>
|
||||||
<li><a href="#orgb92d574">1.6. Set all elements</a>
|
<li><a href="#org152398a">1.6. Set all elements</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgefa16f8">1.6.1. Vector</a></li>
|
<li><a href="#org22b35b1">1.6.1. Vector</a></li>
|
||||||
<li><a href="#org7565e62">1.6.2. Matrix</a></li>
|
<li><a href="#org4b877d0">1.6.2. Matrix</a></li>
|
||||||
<li><a href="#org4a8e3ed">1.6.3. Tensor</a></li>
|
<li><a href="#orgea860bb">1.6.3. Tensor</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org3ab382a">1.7. Copy to/from to <code>double*</code></a></li>
|
<li><a href="#orgea9db6d">1.7. Copy to/from to <code>double*</code></a></li>
|
||||||
<li><a href="#orgae17f42">1.8. Allocate and copy to <code>double*</code></a></li>
|
<li><a href="#org657265e">1.8. Allocate and copy to <code>double*</code></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org94740b4">2. Matrix operations</a>
|
<li><a href="#org837d608">2. Matrix operations</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org6bbac90">2.1. <code>qmckl_dgemm</code></a></li>
|
<li><a href="#orgc524875">2.1. <code>qmckl_dgemm</code></a></li>
|
||||||
<li><a href="#org60b852f">2.2. <code>qmckl_dgemm_safe</code></a></li>
|
<li><a href="#orgd2f348d">2.2. <code>qmckl_dgemm_safe</code></a></li>
|
||||||
<li><a href="#org131f907">2.3. <code>qmckl_matmul</code></a></li>
|
<li><a href="#org59329da">2.3. <code>qmckl_matmul</code></a></li>
|
||||||
<li><a href="#org3c542c4">2.4. <code>qmckl_adjugate</code></a></li>
|
<li><a href="#orgd188d67">2.4. <code>qmckl_adjugate</code></a></li>
|
||||||
<li><a href="#org766b7f5">2.5. <code>qmckl_adjugate_safe</code></a>
|
<li><a href="#org006fa19">2.5. <code>qmckl_adjugate_safe</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org6a07474">2.5.1. C interface</a></li>
|
<li><a href="#org23f4e28">2.5.1. C interface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org703be19">2.6. <code>qmckl_transpose</code></a></li>
|
<li><a href="#orgb431f36">2.6. <code>qmckl_transpose</code></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgfd3ea33">3. Utilities</a></li>
|
<li><a href="#orgaea0906">3. Utilities</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc11de6e" class="outline-2">
|
<div id="outline-container-orgb2b7f96" class="outline-2">
|
||||||
<h2 id="orgc11de6e">-</h2>
|
<h2 id="orgb2b7f96">-</h2>
|
||||||
<div class="outline-text-2" id="text-orgc11de6e">
|
<div class="outline-text-2" id="text-orgb2b7f96">
|
||||||
<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-org1d1ba10" class="outline-2">
|
<div id="outline-container-orgc14f780" class="outline-2">
|
||||||
<h2 id="org1d1ba10"><span class="section-number-2">1</span> Data types</h2>
|
<h2 id="orgc14f780"><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-orgcf43291" class="outline-3">
|
<div id="outline-container-org8488ce0" class="outline-3">
|
||||||
<h3 id="orgcf43291"><span class="section-number-3">1.1</span> Vector</h3>
|
<h3 id="org8488ce0"><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-orged66bb8" class="outline-3">
|
<div id="outline-container-org405ab54" class="outline-3">
|
||||||
<h3 id="orged66bb8"><span class="section-number-3">1.2</span> Matrix</h3>
|
<h3 id="org405ab54"><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-org5348fe5" class="outline-3">
|
<div id="outline-container-org12ce79f" class="outline-3">
|
||||||
<h3 id="org5348fe5"><span class="section-number-3">1.3</span> Tensor</h3>
|
<h3 id="org12ce79f"><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-org68bad87" class="outline-3">
|
<div id="outline-container-orgcff1837" class="outline-3">
|
||||||
<h3 id="org68bad87"><span class="section-number-3">1.4</span> Reshaping</h3>
|
<h3 id="orgcff1837"><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-org48c5ce5" class="outline-4">
|
<div id="outline-container-orgf27e2b0" class="outline-4">
|
||||||
<h4 id="org48c5ce5"><span class="section-number-4">1.4.1</span> Vector -> Matrix</h4>
|
<h4 id="orgf27e2b0"><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-org8a76c89" class="outline-4">
|
<div id="outline-container-orgef68c77" class="outline-4">
|
||||||
<h4 id="org8a76c89"><span class="section-number-4">1.4.2</span> Vector -> Tensor</h4>
|
<h4 id="orgef68c77"><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-org136c64f" class="outline-4">
|
<div id="outline-container-org8ffa7b7" class="outline-4">
|
||||||
<h4 id="org136c64f"><span class="section-number-4">1.4.3</span> Matrix -> Vector</h4>
|
<h4 id="org8ffa7b7"><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-org88be701" class="outline-4">
|
<div id="outline-container-org2951a58" class="outline-4">
|
||||||
<h4 id="org88be701"><span class="section-number-4">1.4.4</span> Matrix -> Tensor</h4>
|
<h4 id="org2951a58"><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-org12c1be3" class="outline-4">
|
<div id="outline-container-orge41b556" class="outline-4">
|
||||||
<h4 id="org12c1be3"><span class="section-number-4">1.4.5</span> Tensor -> Vector</h4>
|
<h4 id="orge41b556"><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-org1ee0b39" class="outline-4">
|
<div id="outline-container-orgddbe391" class="outline-4">
|
||||||
<h4 id="org1ee0b39"><span class="section-number-4">1.4.6</span> Tensor -> Matrix</h4>
|
<h4 id="orgddbe391"><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-orgbac6a09" class="outline-3">
|
<div id="outline-container-org8381c16" class="outline-3">
|
||||||
<h3 id="orgbac6a09"><span class="section-number-3">1.5</span> Access macros</h3>
|
<h3 id="org8381c16"><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-orgb92d574" class="outline-3">
|
<div id="outline-container-org152398a" class="outline-3">
|
||||||
<h3 id="orgb92d574"><span class="section-number-3">1.6</span> Set all elements</h3>
|
<h3 id="org152398a"><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-orgefa16f8" class="outline-4">
|
<div id="outline-container-org22b35b1" class="outline-4">
|
||||||
<h4 id="orgefa16f8"><span class="section-number-4">1.6.1</span> Vector</h4>
|
<h4 id="org22b35b1"><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-org7565e62" class="outline-4">
|
<div id="outline-container-org4b877d0" class="outline-4">
|
||||||
<h4 id="org7565e62"><span class="section-number-4">1.6.2</span> Matrix</h4>
|
<h4 id="org4b877d0"><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-org4a8e3ed" class="outline-4">
|
<div id="outline-container-orgea860bb" class="outline-4">
|
||||||
<h4 id="org4a8e3ed"><span class="section-number-4">1.6.3</span> Tensor</h4>
|
<h4 id="orgea860bb"><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-org3ab382a" class="outline-3">
|
<div id="outline-container-orgea9db6d" class="outline-3">
|
||||||
<h3 id="org3ab382a"><span class="section-number-3">1.7</span> Copy to/from to <code>double*</code></h3>
|
<h3 id="orgea9db6d"><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-orgae17f42" class="outline-3">
|
<div id="outline-container-org657265e" class="outline-3">
|
||||||
<h3 id="orgae17f42"><span class="section-number-3">1.8</span> Allocate and copy to <code>double*</code></h3>
|
<h3 id="org657265e"><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-org94740b4" class="outline-2">
|
<div id="outline-container-org837d608" class="outline-2">
|
||||||
<h2 id="org94740b4"><span class="section-number-2">2</span> Matrix operations</h2>
|
<h2 id="org837d608"><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-org6bbac90" class="outline-3">
|
<div id="outline-container-orgc524875" class="outline-3">
|
||||||
<h3 id="org6bbac90"><span class="section-number-3">2.1</span> <code>qmckl_dgemm</code></h3>
|
<h3 id="orgc524875"><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="org9b41683" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgc31db22" 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-org60b852f" class="outline-3">
|
<div id="outline-container-orgd2f348d" class="outline-3">
|
||||||
<h3 id="org60b852f"><span class="section-number-3">2.2</span> <code>qmckl_dgemm_safe</code></h3>
|
<h3 id="orgd2f348d"><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="org3013cba" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org5e6eb0b" 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-org131f907" class="outline-3">
|
<div id="outline-container-org59329da" class="outline-3">
|
||||||
<h3 id="org131f907"><span class="section-number-3">2.3</span> <code>qmckl_matmul</code></h3>
|
<h3 id="org59329da"><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="org9a69764" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org4170565" 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-org3c542c4" class="outline-3">
|
<div id="outline-container-orgd188d67" class="outline-3">
|
||||||
<h3 id="org3c542c4"><span class="section-number-3">2.4</span> <code>qmckl_adjugate</code></h3>
|
<h3 id="orgd188d67"><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="org9912311" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org1247a2d" 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-org766b7f5" class="outline-3">
|
<div id="outline-container-org006fa19" class="outline-3">
|
||||||
<h3 id="org766b7f5"><span class="section-number-3">2.5</span> <code>qmckl_adjugate_safe</code></h3>
|
<h3 id="org006fa19"><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="orgaf7655b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orga2d90bb" 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-org6a07474" class="outline-4">
|
<div id="outline-container-org23f4e28" class="outline-4">
|
||||||
<h4 id="org6a07474"><span class="section-number-4">2.5.1</span> C interface</h4>
|
<h4 id="org23f4e28"><span class="section-number-4">2.5.1</span> C interface</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org703be19" class="outline-3">
|
<div id="outline-container-orgb431f36" class="outline-3">
|
||||||
<h3 id="org703be19"><span class="section-number-3">2.6</span> <code>qmckl_transpose</code></h3>
|
<h3 id="orgb431f36"><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-orgfd3ea33" class="outline-2">
|
<div id="outline-container-orgaea0906" class="outline-2">
|
||||||
<h2 id="orgfd3ea33"><span class="section-number-2">3</span> Utilities</h2>
|
<h2 id="orgaea0906"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#orgb26f764">1. Context handling</a>
|
<li><a href="#orgcf398c0">1. Context handling</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org7697c88">1.1. Data structure</a></li>
|
<li><a href="#org2281e1a">1.1. Data structure</a></li>
|
||||||
<li><a href="#org7d84af8">1.2. Creation</a></li>
|
<li><a href="#orgc6c8641">1.2. Creation</a></li>
|
||||||
<li><a href="#org3d4c2ff">1.3. Locking</a></li>
|
<li><a href="#orgf128d61">1.3. Locking</a></li>
|
||||||
<li><a href="#orgeeabfca">1.4. <span class="todo TODO">TODO</span> Copy</a></li>
|
<li><a href="#org5b209c4">1.4. <span class="todo TODO">TODO</span> Copy</a></li>
|
||||||
<li><a href="#orga6a8537">1.5. Destroy</a></li>
|
<li><a href="#org603cc10">1.5. Destroy</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgb26f764" class="outline-2">
|
<div id="outline-container-orgcf398c0" class="outline-2">
|
||||||
<h2 id="orgb26f764"><span class="section-number-2">1</span> Context handling</h2>
|
<h2 id="orgcf398c0"><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="org6a92b1e"><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="orgc389690"><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-org7697c88" class="outline-3">
|
<div id="outline-container-org2281e1a" class="outline-3">
|
||||||
<h3 id="org7697c88"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="org2281e1a"><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="#org7d84af8"><code>qmckl_context_create</code></a> <a href="#orga6a8537"><code>qmckl_context_destroy</code></a> and <a href="#orgeeabfca"><code>qmckl_context_copy</code></a>
|
<a href="#orgc6c8641"><code>qmckl_context_create</code></a> <a href="#org603cc10"><code>qmckl_context_destroy</code></a> and <a href="#org5b209c4"><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-org7d84af8" class="outline-3">
|
<div id="outline-container-orgc6c8641" class="outline-3">
|
||||||
<h3 id="org7d84af8"><span class="section-number-3">1.2</span> Creation</h3>
|
<h3 id="orgc6c8641"><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-org3d4c2ff" class="outline-3">
|
<div id="outline-container-orgf128d61" class="outline-3">
|
||||||
<h3 id="org3d4c2ff"><span class="section-number-3">1.3</span> Locking</h3>
|
<h3 id="orgf128d61"><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-orgeeabfca" class="outline-3">
|
<div id="outline-container-org5b209c4" class="outline-3">
|
||||||
<h3 id="orgeeabfca"><span class="section-number-3">1.4</span> <span class="todo TODO">TODO</span> Copy</h3>
|
<h3 id="org5b209c4"><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-orga6a8537" class="outline-3">
|
<div id="outline-container-org603cc10" class="outline-3">
|
||||||
<h3 id="orga6a8537"><span class="section-number-3">1.5</span> Destroy</h3>
|
<h3 id="org603cc10"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#orgaca4b20">1. Context</a>
|
<li><a href="#orgcac2597">1. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org41ce088">1.1. Data structure</a></li>
|
<li><a href="#org6eaa88f">1.1. Data structure</a></li>
|
||||||
<li><a href="#orgdda53d6">1.2. Access functions</a></li>
|
<li><a href="#orgb30b419">1.2. Access functions</a></li>
|
||||||
<li><a href="#org7324c6c">1.3. Initialization functions</a></li>
|
<li><a href="#org4d1dd99">1.3. Initialization functions</a></li>
|
||||||
<li><a href="#org3b9f61a">1.4. Fortran Interfaces</a></li>
|
<li><a href="#orgd234879">1.4. Fortran Interfaces</a></li>
|
||||||
<li><a href="#orgf200bc2">1.5. Test</a></li>
|
<li><a href="#orgbc48147">1.5. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org82e3def">2. Computation</a>
|
<li><a href="#org3a3cb28">2. Computation</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgf8f2c5b">2.1. Determinant matrix</a>
|
<li><a href="#orgb86e634">2.1. Determinant matrix</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orga4e85bb">2.1.1. Get</a></li>
|
<li><a href="#orgcbae209">2.1.1. Get</a></li>
|
||||||
<li><a href="#orgc22587d">2.1.2. Provide</a></li>
|
<li><a href="#orge1768a2">2.1.2. Provide</a></li>
|
||||||
<li><a href="#org9fa0ca2">2.1.3. Compute alpha</a></li>
|
<li><a href="#orgbac92ae">2.1.3. Compute alpha</a></li>
|
||||||
<li><a href="#org93aeecd">2.1.4. Compute beta</a></li>
|
<li><a href="#org62a633e">2.1.4. Compute beta</a></li>
|
||||||
<li><a href="#orgf9f7fdd">2.1.5. Test</a></li>
|
<li><a href="#org5086d87">2.1.5. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org20d23e6">2.2. Inverse of Determinant matrix</a>
|
<li><a href="#orgd2429e8">2.2. Inverse of Determinant matrix</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgb0cbe06">2.2.1. Get</a></li>
|
<li><a href="#org8d2ab9d">2.2.1. Get</a></li>
|
||||||
<li><a href="#org446b8fd">2.2.2. Provide</a></li>
|
<li><a href="#org68e5f2b">2.2.2. Provide</a></li>
|
||||||
<li><a href="#org9484251">2.2.3. Compute alpha</a></li>
|
<li><a href="#orgf6f3160">2.2.3. Compute alpha</a></li>
|
||||||
<li><a href="#orgdf65511">2.2.4. Compute beta</a></li>
|
<li><a href="#orgead9417">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-orgaca4b20" class="outline-2">
|
<div id="outline-container-orgcac2597" class="outline-2">
|
||||||
<h2 id="orgaca4b20"><span class="section-number-2">1</span> Context</h2>
|
<h2 id="orgcac2597"><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-org41ce088" class="outline-3">
|
<div id="outline-container-org6eaa88f" class="outline-3">
|
||||||
<h3 id="org41ce088"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="org6eaa88f"><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-orgdda53d6" class="outline-3">
|
<div id="outline-container-orgb30b419" class="outline-3">
|
||||||
<h3 id="orgdda53d6"><span class="section-number-3">1.2</span> Access functions</h3>
|
<h3 id="orgb30b419"><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-org7324c6c" class="outline-3">
|
<div id="outline-container-org4d1dd99" class="outline-3">
|
||||||
<h3 id="org7324c6c"><span class="section-number-3">1.3</span> Initialization functions</h3>
|
<h3 id="org4d1dd99"><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-org3b9f61a" class="outline-3">
|
<div id="outline-container-orgd234879" class="outline-3">
|
||||||
<h3 id="org3b9f61a"><span class="section-number-3">1.4</span> Fortran Interfaces</h3>
|
<h3 id="orgd234879"><span class="section-number-3">1.4</span> Fortran Interfaces</h3>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgf200bc2" class="outline-3">
|
<div id="outline-container-orgbc48147" class="outline-3">
|
||||||
<h3 id="orgf200bc2"><span class="section-number-3">1.5</span> Test</h3>
|
<h3 id="orgbc48147"><span class="section-number-3">1.5</span> Test</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org82e3def" class="outline-2">
|
<div id="outline-container-org3a3cb28" class="outline-2">
|
||||||
<h2 id="org82e3def"><span class="section-number-2">2</span> Computation</h2>
|
<h2 id="org3a3cb28"><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-orgf8f2c5b" class="outline-3">
|
<div id="outline-container-orgb86e634" class="outline-3">
|
||||||
<h3 id="orgf8f2c5b"><span class="section-number-3">2.1</span> Determinant matrix</h3>
|
<h3 id="orgb86e634"><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-orga4e85bb" class="outline-4">
|
<div id="outline-container-orgcbae209" class="outline-4">
|
||||||
<h4 id="orga4e85bb"><span class="section-number-4">2.1.1</span> Get</h4>
|
<h4 id="orgcbae209"><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-orgc22587d" class="outline-4">
|
<div id="outline-container-orge1768a2" class="outline-4">
|
||||||
<h4 id="orgc22587d"><span class="section-number-4">2.1.2</span> Provide</h4>
|
<h4 id="orge1768a2"><span class="section-number-4">2.1.2</span> Provide</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9fa0ca2" class="outline-4">
|
<div id="outline-container-orgbac92ae" class="outline-4">
|
||||||
<h4 id="org9fa0ca2"><span class="section-number-4">2.1.3</span> Compute alpha</h4>
|
<h4 id="orgbac92ae"><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="org16f0083" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org9e265cb" 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-org93aeecd" class="outline-4">
|
<div id="outline-container-org62a633e" class="outline-4">
|
||||||
<h4 id="org93aeecd"><span class="section-number-4">2.1.4</span> Compute beta</h4>
|
<h4 id="org62a633e"><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="org0366b68" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgd1805a2" 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-orgf9f7fdd" class="outline-4">
|
<div id="outline-container-org5086d87" class="outline-4">
|
||||||
<h4 id="orgf9f7fdd"><span class="section-number-4">2.1.5</span> Test</h4>
|
<h4 id="org5086d87"><span class="section-number-4">2.1.5</span> Test</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org20d23e6" class="outline-3">
|
<div id="outline-container-orgd2429e8" class="outline-3">
|
||||||
<h3 id="org20d23e6"><span class="section-number-3">2.2</span> Inverse of Determinant matrix</h3>
|
<h3 id="orgd2429e8"><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-orgb0cbe06" class="outline-4">
|
<div id="outline-container-org8d2ab9d" class="outline-4">
|
||||||
<h4 id="orgb0cbe06"><span class="section-number-4">2.2.1</span> Get</h4>
|
<h4 id="org8d2ab9d"><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-org446b8fd" class="outline-4">
|
<div id="outline-container-org68e5f2b" class="outline-4">
|
||||||
<h4 id="org446b8fd"><span class="section-number-4">2.2.2</span> Provide</h4>
|
<h4 id="org68e5f2b"><span class="section-number-4">2.2.2</span> Provide</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9484251" class="outline-4">
|
<div id="outline-container-orgf6f3160" class="outline-4">
|
||||||
<h4 id="org9484251"><span class="section-number-4">2.2.3</span> Compute alpha</h4>
|
<h4 id="orgf6f3160"><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="org2e452e2" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org57fe2ee" 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-orgdf65511" class="outline-4">
|
<div id="outline-container-orgead9417" class="outline-4">
|
||||||
<h4 id="orgdf65511"><span class="section-number-4">2.2.4</span> Compute beta</h4>
|
<h4 id="orgead9417"><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="org4f75bc9" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgddca13d" 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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#orgd4bae3f">1. Squared distance</a>
|
<li><a href="#org2d7d07f">1. Squared distance</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org8499cbc">1.1. <code>qmckl_distance_sq</code></a>
|
<li><a href="#org20b2347">1.1. <code>qmckl_distance_sq</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org7f9aad5">1.1.1. Performance</a></li>
|
<li><a href="#org935d7f8">1.1.1. Performance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org6aa6157">2. Distance</a>
|
<li><a href="#orgf78c5a9">2. Distance</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org0da6bda">2.1. <code>qmckl_distance</code></a>
|
<li><a href="#org85d9d98">2.1. <code>qmckl_distance</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgbf247dc">2.1.1. Requirements</a></li>
|
<li><a href="#orga82c820">2.1.1. Requirements</a></li>
|
||||||
<li><a href="#org3d83e01">2.1.2. C header</a></li>
|
<li><a href="#org4d4ded6">2.1.2. C header</a></li>
|
||||||
<li><a href="#orgd851531">2.1.3. Source</a></li>
|
<li><a href="#orgb227f6a">2.1.3. Source</a></li>
|
||||||
<li><a href="#orgc031fea">2.1.4. Performance</a></li>
|
<li><a href="#org2f69cc1">2.1.4. Performance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org38a766e">3. Rescaled Distance</a>
|
<li><a href="#org544f280">3. Rescaled Distance</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org7de38ea">3.1. <code>qmckl_distance_rescaled</code></a>
|
<li><a href="#org0db8fc6">3.1. <code>qmckl_distance_rescaled</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org2e6b41a">3.1.1. Requirements</a></li>
|
<li><a href="#orgb597d0c">3.1.1. Requirements</a></li>
|
||||||
<li><a href="#orgf356ac4">3.1.2. C header</a></li>
|
<li><a href="#org7b12be7">3.1.2. C header</a></li>
|
||||||
<li><a href="#org2165b2d">3.1.3. Source</a></li>
|
<li><a href="#org88439c4">3.1.3. Source</a></li>
|
||||||
<li><a href="#org718ad6e">3.1.4. Performance</a></li>
|
<li><a href="#org8ed31dc">3.1.4. Performance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org7cf6148">4. Rescaled Distance Derivatives</a>
|
<li><a href="#org7e9b531">4. Rescaled Distance Derivatives</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgce04c57">4.1. <code>qmckl_distance_rescaled_gl</code></a></li>
|
<li><a href="#orgf4d2d5d">4.1. <code>qmckl_distance_rescaled_gl</code></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd4bae3f" class="outline-2">
|
<div id="outline-container-org2d7d07f" class="outline-2">
|
||||||
<h2 id="orgd4bae3f"><span class="section-number-2">1</span> Squared distance</h2>
|
<h2 id="org2d7d07f"><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-org8499cbc" class="outline-3">
|
<div id="outline-container-org20b2347" class="outline-3">
|
||||||
<h3 id="org8499cbc"><span class="section-number-3">1.1</span> <code>qmckl_distance_sq</code></h3>
|
<h3 id="org20b2347"><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="org54f0a0b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org94dba9f" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -678,8 +678,8 @@ Requirements:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7f9aad5" class="outline-4">
|
<div id="outline-container-org935d7f8" class="outline-4">
|
||||||
<h4 id="org7f9aad5"><span class="section-number-4">1.1.1</span> Performance</h4>
|
<h4 id="org935d7f8"><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
|
||||||
@ -689,12 +689,12 @@ transposed.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org6aa6157" class="outline-2">
|
<div id="outline-container-orgf78c5a9" class="outline-2">
|
||||||
<h2 id="org6aa6157"><span class="section-number-2">2</span> Distance</h2>
|
<h2 id="orgf78c5a9"><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-org0da6bda" class="outline-3">
|
<div id="outline-container-org85d9d98" class="outline-3">
|
||||||
<h3 id="org0da6bda"><span class="section-number-3">2.1</span> <code>qmckl_distance</code></h3>
|
<h3 id="org85d9d98"><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
|
||||||
@ -712,7 +712,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="orgafcc67a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org2b3993d" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -813,8 +813,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-orgbf247dc" class="outline-4">
|
<div id="outline-container-orga82c820" class="outline-4">
|
||||||
<h4 id="orgbf247dc"><span class="section-number-4">2.1.1</span> Requirements</h4>
|
<h4 id="orga82c820"><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>
|
||||||
@ -832,8 +832,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-org3d83e01" class="outline-4">
|
<div id="outline-container-org4d4ded6" class="outline-4">
|
||||||
<h4 id="org3d83e01"><span class="section-number-4">2.1.2</span> C header</h4>
|
<h4 id="org4d4ded6"><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> (
|
||||||
@ -853,8 +853,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-orgd851531" class="outline-4">
|
<div id="outline-container-orgb227f6a" class="outline-4">
|
||||||
<h4 id="orgd851531"><span class="section-number-4">2.1.3</span> Source</h4>
|
<h4 id="orgb227f6a"><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>
|
||||||
@ -1004,8 +1004,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-orgc031fea" class="outline-4">
|
<div id="outline-container-org2f69cc1" class="outline-4">
|
||||||
<h4 id="orgc031fea"><span class="section-number-4">2.1.4</span> Performance</h4>
|
<h4 id="org2f69cc1"><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.
|
||||||
@ -1015,12 +1015,12 @@ This function is more efficient when <code>A</code> and <code>B</code> are trans
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org38a766e" class="outline-2">
|
<div id="outline-container-org544f280" class="outline-2">
|
||||||
<h2 id="org38a766e"><span class="section-number-2">3</span> Rescaled Distance</h2>
|
<h2 id="org544f280"><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-org7de38ea" class="outline-3">
|
<div id="outline-container-org0db8fc6" class="outline-3">
|
||||||
<h3 id="org7de38ea"><span class="section-number-3">3.1</span> <code>qmckl_distance_rescaled</code></h3>
|
<h3 id="org0db8fc6"><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
|
||||||
@ -1038,7 +1038,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="org63f3148" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orga9c8e46" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1146,8 +1146,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-org2e6b41a" class="outline-4">
|
<div id="outline-container-orgb597d0c" class="outline-4">
|
||||||
<h4 id="org2e6b41a"><span class="section-number-4">3.1.1</span> Requirements</h4>
|
<h4 id="orgb597d0c"><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>
|
||||||
@ -1165,8 +1165,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-orgf356ac4" class="outline-4">
|
<div id="outline-container-org7b12be7" class="outline-4">
|
||||||
<h4 id="orgf356ac4"><span class="section-number-4">3.1.2</span> C header</h4>
|
<h4 id="org7b12be7"><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> (
|
||||||
@ -1187,8 +1187,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-org2165b2d" class="outline-4">
|
<div id="outline-container-org88439c4" class="outline-4">
|
||||||
<h4 id="org2165b2d"><span class="section-number-4">3.1.3</span> Source</h4>
|
<h4 id="org88439c4"><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>
|
||||||
@ -1341,8 +1341,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-org718ad6e" class="outline-4">
|
<div id="outline-container-org8ed31dc" class="outline-4">
|
||||||
<h4 id="org718ad6e"><span class="section-number-4">3.1.4</span> Performance</h4>
|
<h4 id="org8ed31dc"><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.
|
||||||
@ -1351,12 +1351,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-org7cf6148" class="outline-2">
|
<div id="outline-container-org7e9b531" class="outline-2">
|
||||||
<h2 id="org7cf6148"><span class="section-number-2">4</span> Rescaled Distance Derivatives</h2>
|
<h2 id="org7e9b531"><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-orgce04c57" class="outline-3">
|
<div id="outline-container-orgf4d2d5d" class="outline-3">
|
||||||
<h3 id="orgce04c57"><span class="section-number-3">4.1</span> <code>qmckl_distance_rescaled_gl</code></h3>
|
<h3 id="orgf4d2d5d"><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
|
||||||
@ -1411,7 +1411,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="org5c96459" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org8da3cb8" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1731,7 +1731,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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#org7010f96">1. Context</a>
|
<li><a href="#org9f8cfb1">1. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org212cb64">1.1. Data structure</a></li>
|
<li><a href="#orge6c9e2e">1.1. Data structure</a></li>
|
||||||
<li><a href="#org91a6baa">1.2. Initialization functions</a></li>
|
<li><a href="#org1ec05f6">1.2. Initialization functions</a></li>
|
||||||
<li><a href="#org66527ad">1.3. Access functions</a>
|
<li><a href="#org16970bc">1.3. Access functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgb0848f4">1.3.1. Number of electrons</a></li>
|
<li><a href="#org069effd">1.3.1. Number of electrons</a></li>
|
||||||
<li><a href="#orga5a17fb">1.3.2. Number of walkers</a></li>
|
<li><a href="#org8d5dc04">1.3.2. Number of walkers</a></li>
|
||||||
<li><a href="#org16d115e">1.3.3. Electron coordinates</a></li>
|
<li><a href="#org105bd70">1.3.3. Electron coordinates</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgf5afb65">1.4. Test</a></li>
|
<li><a href="#org29353ba">1.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org07d19e4">2. Computation</a>
|
<li><a href="#org37cc037">2. Computation</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgc478629">2.1. Electron-electron distances</a>
|
<li><a href="#org0894f33">2.1. Electron-electron distances</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgcd21980">2.1.1. Get</a></li>
|
<li><a href="#org3ad7af7">2.1.1. Get</a></li>
|
||||||
<li><a href="#org2489026">2.1.2. Compute</a></li>
|
<li><a href="#orgec207f3">2.1.2. Compute</a></li>
|
||||||
<li><a href="#orgbe37215">2.1.3. Test</a></li>
|
<li><a href="#org21a4291">2.1.3. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org917a94d">2.2. Electron-electron potential</a>
|
<li><a href="#org375620e">2.2. Electron-electron potential</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org40150fc">2.2.1. Get</a></li>
|
<li><a href="#org6073234">2.2.1. Get</a></li>
|
||||||
<li><a href="#org9ebdee0">2.2.2. Compute</a></li>
|
<li><a href="#orgc4b29a9">2.2.2. Compute</a></li>
|
||||||
<li><a href="#orgf4604c1">2.2.3. Test</a></li>
|
<li><a href="#org7a4ea1e">2.2.3. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgc1f372c">2.3. Electron-nucleus distances</a>
|
<li><a href="#org4637717">2.3. Electron-nucleus distances</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org4367135">2.3.1. Get</a></li>
|
<li><a href="#org0f66865">2.3.1. Get</a></li>
|
||||||
<li><a href="#org354a42b">2.3.2. Compute</a></li>
|
<li><a href="#org32cc337">2.3.2. Compute</a></li>
|
||||||
<li><a href="#orgbab3fd7">2.3.3. Test</a></li>
|
<li><a href="#orgd9da385">2.3.3. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orge11eaec">2.4. Electron-nucleus potential</a>
|
<li><a href="#orgd1b3ad7">2.4. Electron-nucleus potential</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org0d77252">2.4.1. Get</a></li>
|
<li><a href="#org0d76695">2.4.1. Get</a></li>
|
||||||
<li><a href="#orgfb08479">2.4.2. Compute</a></li>
|
<li><a href="#org81dbaa0">2.4.2. Compute</a></li>
|
||||||
<li><a href="#org2812ec4">2.4.3. Test</a></li>
|
<li><a href="#orga25c9f7">2.4.3. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org05eb7d7">2.5. Generate initial coordinates</a></li>
|
<li><a href="#org76c171d">2.5. Generate initial coordinates</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7010f96" class="outline-2">
|
<div id="outline-container-org9f8cfb1" class="outline-2">
|
||||||
<h2 id="org7010f96"><span class="section-number-2">1</span> Context</h2>
|
<h2 id="org9f8cfb1"><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-org212cb64" class="outline-3">
|
<div id="outline-container-orge6c9e2e" class="outline-3">
|
||||||
<h3 id="org212cb64"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="orge6c9e2e"><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-org91a6baa" class="outline-3">
|
<div id="outline-container-org1ec05f6" class="outline-3">
|
||||||
<h3 id="org91a6baa"><span class="section-number-3">1.2</span> Initialization functions</h3>
|
<h3 id="org1ec05f6"><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-org66527ad" class="outline-3">
|
<div id="outline-container-org16970bc" class="outline-3">
|
||||||
<h3 id="org66527ad"><span class="section-number-3">1.3</span> Access functions</h3>
|
<h3 id="org16970bc"><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-orgb0848f4" class="outline-4">
|
<div id="outline-container-org069effd" class="outline-4">
|
||||||
<h4 id="orgb0848f4"><span class="section-number-4">1.3.1</span> Number of electrons</h4>
|
<h4 id="org069effd"><span class="section-number-4">1.3.1</span> Number of electrons</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga5a17fb" class="outline-4">
|
<div id="outline-container-org8d5dc04" class="outline-4">
|
||||||
<h4 id="orga5a17fb"><span class="section-number-4">1.3.2</span> Number of walkers</h4>
|
<h4 id="org8d5dc04"><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-org16d115e" class="outline-4">
|
<div id="outline-container-org105bd70" class="outline-4">
|
||||||
<h4 id="org16d115e"><span class="section-number-4">1.3.3</span> Electron coordinates</h4>
|
<h4 id="org105bd70"><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-orgf5afb65" class="outline-3">
|
<div id="outline-container-org29353ba" class="outline-3">
|
||||||
<h3 id="orgf5afb65"><span class="section-number-3">1.4</span> Test</h3>
|
<h3 id="org29353ba"><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-org07d19e4" class="outline-2">
|
<div id="outline-container-org37cc037" class="outline-2">
|
||||||
<h2 id="org07d19e4"><span class="section-number-2">2</span> Computation</h2>
|
<h2 id="org37cc037"><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-orgc478629" class="outline-3">
|
<div id="outline-container-org0894f33" class="outline-3">
|
||||||
<h3 id="orgc478629"><span class="section-number-3">2.1</span> Electron-electron distances</h3>
|
<h3 id="org0894f33"><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-orgcd21980" class="outline-4">
|
<div id="outline-container-org3ad7af7" class="outline-4">
|
||||||
<h4 id="orgcd21980"><span class="section-number-4">2.1.1</span> Get</h4>
|
<h4 id="org3ad7af7"><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-org2489026" class="outline-4">
|
<div id="outline-container-orgec207f3" class="outline-4">
|
||||||
<h4 id="org2489026"><span class="section-number-4">2.1.2</span> Compute</h4>
|
<h4 id="orgec207f3"><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="org934e761" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org5b95b49" 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-orgbe37215" class="outline-4">
|
<div id="outline-container-org21a4291" class="outline-4">
|
||||||
<h4 id="orgbe37215"><span class="section-number-4">2.1.3</span> Test</h4>
|
<h4 id="org21a4291"><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-org917a94d" class="outline-3">
|
<div id="outline-container-org375620e" class="outline-3">
|
||||||
<h3 id="org917a94d"><span class="section-number-3">2.2</span> Electron-electron potential</h3>
|
<h3 id="org375620e"><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-org40150fc" class="outline-4">
|
<div id="outline-container-org6073234" class="outline-4">
|
||||||
<h4 id="org40150fc"><span class="section-number-4">2.2.1</span> Get</h4>
|
<h4 id="org6073234"><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-org9ebdee0" class="outline-4">
|
<div id="outline-container-orgc4b29a9" class="outline-4">
|
||||||
<h4 id="org9ebdee0"><span class="section-number-4">2.2.2</span> Compute</h4>
|
<h4 id="orgc4b29a9"><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="orgdd7aeff" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org0b10609" 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-orgf4604c1" class="outline-4">
|
<div id="outline-container-org7a4ea1e" class="outline-4">
|
||||||
<h4 id="orgf4604c1"><span class="section-number-4">2.2.3</span> Test</h4>
|
<h4 id="org7a4ea1e"><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-orgc1f372c" class="outline-3">
|
<div id="outline-container-org4637717" class="outline-3">
|
||||||
<h3 id="orgc1f372c"><span class="section-number-3">2.3</span> Electron-nucleus distances</h3>
|
<h3 id="org4637717"><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-org4367135" class="outline-4">
|
<div id="outline-container-org0f66865" class="outline-4">
|
||||||
<h4 id="org4367135"><span class="section-number-4">2.3.1</span> Get</h4>
|
<h4 id="org0f66865"><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-org354a42b" class="outline-4">
|
<div id="outline-container-org32cc337" class="outline-4">
|
||||||
<h4 id="org354a42b"><span class="section-number-4">2.3.2</span> Compute</h4>
|
<h4 id="org32cc337"><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="orgb2bfd1a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org267ce0c" 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-orgbab3fd7" class="outline-4">
|
<div id="outline-container-orgd9da385" class="outline-4">
|
||||||
<h4 id="orgbab3fd7"><span class="section-number-4">2.3.3</span> Test</h4>
|
<h4 id="orgd9da385"><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-orge11eaec" class="outline-3">
|
<div id="outline-container-orgd1b3ad7" class="outline-3">
|
||||||
<h3 id="orge11eaec"><span class="section-number-3">2.4</span> Electron-nucleus potential</h3>
|
<h3 id="orgd1b3ad7"><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-org0d77252" class="outline-4">
|
<div id="outline-container-org0d76695" class="outline-4">
|
||||||
<h4 id="org0d77252"><span class="section-number-4">2.4.1</span> Get</h4>
|
<h4 id="org0d76695"><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-orgfb08479" class="outline-4">
|
<div id="outline-container-org81dbaa0" class="outline-4">
|
||||||
<h4 id="orgfb08479"><span class="section-number-4">2.4.2</span> Compute</h4>
|
<h4 id="org81dbaa0"><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="orge4ead82" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org8726ad7" 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-org2812ec4" class="outline-4">
|
<div id="outline-container-orga25c9f7" class="outline-4">
|
||||||
<h4 id="org2812ec4"><span class="section-number-4">2.4.3</span> Test</h4>
|
<h4 id="orga25c9f7"><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-org05eb7d7" class="outline-3">
|
<div id="outline-container-org76c171d" class="outline-3">
|
||||||
<h3 id="org05eb7d7"><span class="section-number-3">2.5</span> Generate initial coordinates</h3>
|
<h3 id="org76c171d"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#org039b16c">-</a></li>
|
<li><a href="#orgf83c839">-</a></li>
|
||||||
<li><a href="#org2a4fce1">1. Decoding errors</a></li>
|
<li><a href="#orgcdf8fd0">1. Decoding errors</a></li>
|
||||||
<li><a href="#org08709b1">2. Data structure in context</a></li>
|
<li><a href="#org3597000">2. Data structure in context</a></li>
|
||||||
<li><a href="#org7e33578">3. Updating errors in the context</a></li>
|
<li><a href="#orgadd0e83">3. Updating errors in the context</a></li>
|
||||||
<li><a href="#orge8ebef3">4. Get the error</a></li>
|
<li><a href="#org1dfc616">4. Get the error</a></li>
|
||||||
<li><a href="#org0ab6e03">5. Failing</a></li>
|
<li><a href="#org86c8c7d">5. Failing</a></li>
|
||||||
<li><a href="#org0bab464">6. Last error</a>
|
<li><a href="#org9e9f757">6. Last error</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org3d99be4">6.1. Fortran inteface</a></li>
|
<li><a href="#org0190942">6.1. Fortran inteface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgbc91654">7. Helper functions for debugging</a>
|
<li><a href="#orgd90433d">7. Helper functions for debugging</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgca775fe">7.1. Fortran inteface</a></li>
|
<li><a href="#org1a69c93">7.1. Fortran inteface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org039b16c" class="outline-2">
|
<div id="outline-container-orgf83c839" class="outline-2">
|
||||||
<h2 id="org039b16c">-</h2>
|
<h2 id="orgf83c839">-</h2>
|
||||||
<div class="outline-text-2" id="text-org039b16c">
|
<div class="outline-text-2" id="text-orgf83c839">
|
||||||
<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="org7eed99e"><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="org2d4105a"><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="orgc459e10" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org0fa1cbe" 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-org2a4fce1" class="outline-2">
|
<div id="outline-container-orgcdf8fd0" class="outline-2">
|
||||||
<h2 id="org2a4fce1"><span class="section-number-2">1</span> Decoding errors</h2>
|
<h2 id="orgcdf8fd0"><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-org08709b1" class="outline-2">
|
<div id="outline-container-org3597000" class="outline-2">
|
||||||
<h2 id="org08709b1"><span class="section-number-2">2</span> Data structure in context</h2>
|
<h2 id="org3597000"><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-org7e33578" class="outline-2">
|
<div id="outline-container-orgadd0e83" class="outline-2">
|
||||||
<h2 id="org7e33578"><span class="section-number-2">3</span> Updating errors in the context</h2>
|
<h2 id="orgadd0e83"><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-orge8ebef3" class="outline-2">
|
<div id="outline-container-org1dfc616" class="outline-2">
|
||||||
<h2 id="orge8ebef3"><span class="section-number-2">4</span> Get the error</h2>
|
<h2 id="org1dfc616"><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-org0ab6e03" class="outline-2">
|
<div id="outline-container-org86c8c7d" class="outline-2">
|
||||||
<h2 id="org0ab6e03"><span class="section-number-2">5</span> Failing</h2>
|
<h2 id="org86c8c7d"><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-org0bab464" class="outline-2">
|
<div id="outline-container-org9e9f757" class="outline-2">
|
||||||
<h2 id="org0bab464"><span class="section-number-2">6</span> Last error</h2>
|
<h2 id="org9e9f757"><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-org3d99be4" class="outline-3">
|
<div id="outline-container-org0190942" class="outline-3">
|
||||||
<h3 id="org3d99be4"><span class="section-number-3">6.1</span> Fortran inteface</h3>
|
<h3 id="org0190942"><span class="section-number-3">6.1</span> Fortran inteface</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgbc91654" class="outline-2">
|
<div id="outline-container-orgd90433d" class="outline-2">
|
||||||
<h2 id="orgbc91654"><span class="section-number-2">7</span> Helper functions for debugging</h2>
|
<h2 id="orgd90433d"><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-orgca775fe" class="outline-3">
|
<div id="outline-container-org1a69c93" class="outline-3">
|
||||||
<h3 id="orgca775fe"><span class="section-number-3">7.1</span> Fortran inteface</h3>
|
<h3 id="org1a69c93"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#orgac014fe">1. Overlap matrix in the MO basis</a>
|
<li><a href="#orga656e04">1. Overlap matrix in the MO basis</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org6a9fe84">1.1. Python</a></li>
|
<li><a href="#orga988363">1.1. Python</a></li>
|
||||||
<li><a href="#org5874187">1.2. C</a></li>
|
<li><a href="#org41c663a">1.2. C</a></li>
|
||||||
<li><a href="#org95d497b">1.3. Fortran</a></li>
|
<li><a href="#orgefb2dd6">1.3. Fortran</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgfab8044">2. Fortran</a>
|
<li><a href="#org2fa9eed">2. Fortran</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org4a8436e">2.1. Checking errors</a></li>
|
<li><a href="#org3a3e8d4">2.1. Checking errors</a></li>
|
||||||
<li><a href="#org6e86986">2.2. Computing an atomic orbital on a grid</a></li>
|
<li><a href="#org5287f00">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-orgac014fe" class="outline-2">
|
<div id="outline-container-orga656e04" class="outline-2">
|
||||||
<h2 id="orgac014fe"><span class="section-number-2">1</span> Overlap matrix in the MO basis</h2>
|
<h2 id="orga656e04"><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-org6a9fe84" class="outline-3">
|
<div id="outline-container-orga988363" class="outline-3">
|
||||||
<h3 id="org6a9fe84"><span class="section-number-3">1.1</span> Python</h3>
|
<h3 id="orga988363"><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-org5874187" class="outline-3">
|
<div id="outline-container-org41c663a" class="outline-3">
|
||||||
<h3 id="org5874187"><span class="section-number-3">1.2</span> C</h3>
|
<h3 id="org41c663a"><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-org95d497b" class="outline-3">
|
<div id="outline-container-orgefb2dd6" class="outline-3">
|
||||||
<h3 id="org95d497b"><span class="section-number-3">1.3</span> Fortran</h3>
|
<h3 id="orgefb2dd6"><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-orgfab8044" class="outline-2">
|
<div id="outline-container-org2fa9eed" class="outline-2">
|
||||||
<h2 id="orgfab8044"><span class="section-number-2">2</span> Fortran</h2>
|
<h2 id="org2fa9eed"><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-org4a8436e" class="outline-3">
|
<div id="outline-container-org3a3e8d4" class="outline-3">
|
||||||
<h3 id="org4a8436e"><span class="section-number-3">2.1</span> Checking errors</h3>
|
<h3 id="org3a3e8d4"><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="orgc3bcf40"><span style="color: #a020f0;">subroutine</span> <span style="color: #0000ff;">qmckl_check_error</span>(rc, message)
|
<pre class="src src-f90" id="org080b462"><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-org6e86986" class="outline-3">
|
<div id="outline-container-org5287f00" class="outline-3">
|
||||||
<h3 id="org6e86986"><span class="section-number-3">2.2</span> Computing an atomic orbital on a grid</h3>
|
<h3 id="org5287f00"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#org2708db6">1. Context</a>
|
<li><a href="#orgea757cc">1. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org32627ca">1.1. Data structure</a></li>
|
<li><a href="#org2c99b8c">1.1. Data structure</a></li>
|
||||||
<li><a href="#org6a464c9">1.2. Access functions</a></li>
|
<li><a href="#org6ae92fe">1.2. Access functions</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgc86a680">2. Computation</a>
|
<li><a href="#org45f431a">2. Computation</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgf61ab8d">2.1. Kinetic energy</a>
|
<li><a href="#orgc7619ad">2.1. Kinetic energy</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org95ca274">2.1.1. Get</a></li>
|
<li><a href="#org68d6a20">2.1.1. Get</a></li>
|
||||||
<li><a href="#orgf55c46f">2.1.2. Provide</a></li>
|
<li><a href="#org283b015">2.1.2. Provide</a></li>
|
||||||
<li><a href="#orgebf8142">2.1.3. Compute kinetic enregy</a></li>
|
<li><a href="#orgd898399">2.1.3. Compute kinetic enregy</a></li>
|
||||||
<li><a href="#orgda78f85">2.1.4. Test</a></li>
|
<li><a href="#org4686e90">2.1.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org70ea357">2.2. Potential energy</a>
|
<li><a href="#org53a837f">2.2. Potential energy</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgc1b08b5">2.2.1. Get</a></li>
|
<li><a href="#orgec01459">2.2.1. Get</a></li>
|
||||||
<li><a href="#orga00793f">2.2.2. Provide</a></li>
|
<li><a href="#org8ec6069">2.2.2. Provide</a></li>
|
||||||
<li><a href="#org6e8351c">2.2.3. Compute potential enregy</a></li>
|
<li><a href="#org478fa55">2.2.3. Compute potential enregy</a></li>
|
||||||
<li><a href="#org35dba30">2.2.4. Test</a></li>
|
<li><a href="#org267d0d9">2.2.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org0526c2a">2.3. Local energy</a>
|
<li><a href="#org03fbb70">2.3. Local energy</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orga4feaac">2.3.1. Get</a></li>
|
<li><a href="#org9a67a36">2.3.1. Get</a></li>
|
||||||
<li><a href="#org90f1f0c">2.3.2. Provide</a></li>
|
<li><a href="#org0834112">2.3.2. Provide</a></li>
|
||||||
<li><a href="#org5d2bf2f">2.3.3. Compute local enregy</a></li>
|
<li><a href="#org3db9ac4">2.3.3. Compute local enregy</a></li>
|
||||||
<li><a href="#org1471637">2.3.4. Test</a></li>
|
<li><a href="#org9cf2f1f">2.3.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org3623566">2.4. Drift vector</a>
|
<li><a href="#org76584e3">2.4. Drift vector</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org73ad4db">2.4.1. Get</a></li>
|
<li><a href="#orga7b0a74">2.4.1. Get</a></li>
|
||||||
<li><a href="#orgb082e90">2.4.2. Provide</a></li>
|
<li><a href="#org31b90fa">2.4.2. Provide</a></li>
|
||||||
<li><a href="#org4d73f17">2.4.3. Compute drift vector</a></li>
|
<li><a href="#orgc4271dd">2.4.3. Compute drift vector</a></li>
|
||||||
<li><a href="#org02d2afc">2.4.4. Test</a></li>
|
<li><a href="#org80782c2">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-org2708db6" class="outline-2">
|
<div id="outline-container-orgea757cc" class="outline-2">
|
||||||
<h2 id="org2708db6"><span class="section-number-2">1</span> Context</h2>
|
<h2 id="orgea757cc"><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-org32627ca" class="outline-3">
|
<div id="outline-container-org2c99b8c" class="outline-3">
|
||||||
<h3 id="org32627ca"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="org2c99b8c"><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-org6a464c9" class="outline-3">
|
<div id="outline-container-org6ae92fe" class="outline-3">
|
||||||
<h3 id="org6a464c9"><span class="section-number-3">1.2</span> Access functions</h3>
|
<h3 id="org6ae92fe"><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-orgc86a680" class="outline-2">
|
<div id="outline-container-org45f431a" class="outline-2">
|
||||||
<h2 id="orgc86a680"><span class="section-number-2">2</span> Computation</h2>
|
<h2 id="org45f431a"><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-orgf61ab8d" class="outline-3">
|
<div id="outline-container-orgc7619ad" class="outline-3">
|
||||||
<h3 id="orgf61ab8d"><span class="section-number-3">2.1</span> Kinetic energy</h3>
|
<h3 id="orgc7619ad"><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-org95ca274" class="outline-4">
|
<div id="outline-container-org68d6a20" class="outline-4">
|
||||||
<h4 id="org95ca274"><span class="section-number-4">2.1.1</span> Get</h4>
|
<h4 id="org68d6a20"><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-orgf55c46f" class="outline-4">
|
<div id="outline-container-org283b015" class="outline-4">
|
||||||
<h4 id="orgf55c46f"><span class="section-number-4">2.1.2</span> Provide</h4>
|
<h4 id="org283b015"><span class="section-number-4">2.1.2</span> Provide</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgebf8142" class="outline-4">
|
<div id="outline-container-orgd898399" class="outline-4">
|
||||||
<h4 id="orgebf8142"><span class="section-number-4">2.1.3</span> Compute kinetic enregy</h4>
|
<h4 id="orgd898399"><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="org9cdbafc" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org7e2f6b2" 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-orgda78f85" class="outline-4">
|
<div id="outline-container-org4686e90" class="outline-4">
|
||||||
<h4 id="orgda78f85"><span class="section-number-4">2.1.4</span> Test</h4>
|
<h4 id="org4686e90"><span class="section-number-4">2.1.4</span> Test</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org70ea357" class="outline-3">
|
<div id="outline-container-org53a837f" class="outline-3">
|
||||||
<h3 id="org70ea357"><span class="section-number-3">2.2</span> Potential energy</h3>
|
<h3 id="org53a837f"><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-orgc1b08b5" class="outline-4">
|
<div id="outline-container-orgec01459" class="outline-4">
|
||||||
<h4 id="orgc1b08b5"><span class="section-number-4">2.2.1</span> Get</h4>
|
<h4 id="orgec01459"><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-orga00793f" class="outline-4">
|
<div id="outline-container-org8ec6069" class="outline-4">
|
||||||
<h4 id="orga00793f"><span class="section-number-4">2.2.2</span> Provide</h4>
|
<h4 id="org8ec6069"><span class="section-number-4">2.2.2</span> Provide</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6e8351c" class="outline-4">
|
<div id="outline-container-org478fa55" class="outline-4">
|
||||||
<h4 id="org6e8351c"><span class="section-number-4">2.2.3</span> Compute potential enregy</h4>
|
<h4 id="org478fa55"><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="orgb34414a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgbaefefd" 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-org35dba30" class="outline-4">
|
<div id="outline-container-org267d0d9" class="outline-4">
|
||||||
<h4 id="org35dba30"><span class="section-number-4">2.2.4</span> Test</h4>
|
<h4 id="org267d0d9"><span class="section-number-4">2.2.4</span> Test</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org0526c2a" class="outline-3">
|
<div id="outline-container-org03fbb70" class="outline-3">
|
||||||
<h3 id="org0526c2a"><span class="section-number-3">2.3</span> Local energy</h3>
|
<h3 id="org03fbb70"><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-orga4feaac" class="outline-4">
|
<div id="outline-container-org9a67a36" class="outline-4">
|
||||||
<h4 id="orga4feaac"><span class="section-number-4">2.3.1</span> Get</h4>
|
<h4 id="org9a67a36"><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-org90f1f0c" class="outline-4">
|
<div id="outline-container-org0834112" class="outline-4">
|
||||||
<h4 id="org90f1f0c"><span class="section-number-4">2.3.2</span> Provide</h4>
|
<h4 id="org0834112"><span class="section-number-4">2.3.2</span> Provide</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5d2bf2f" class="outline-4">
|
<div id="outline-container-org3db9ac4" class="outline-4">
|
||||||
<h4 id="org5d2bf2f"><span class="section-number-4">2.3.3</span> Compute local enregy</h4>
|
<h4 id="org3db9ac4"><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="org3cd9ac0" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org3cc28b3" 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-org1471637" class="outline-4">
|
<div id="outline-container-org9cf2f1f" class="outline-4">
|
||||||
<h4 id="org1471637"><span class="section-number-4">2.3.4</span> Test</h4>
|
<h4 id="org9cf2f1f"><span class="section-number-4">2.3.4</span> Test</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org3623566" class="outline-3">
|
<div id="outline-container-org76584e3" class="outline-3">
|
||||||
<h3 id="org3623566"><span class="section-number-3">2.4</span> Drift vector</h3>
|
<h3 id="org76584e3"><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-org73ad4db" class="outline-4">
|
<div id="outline-container-orga7b0a74" class="outline-4">
|
||||||
<h4 id="org73ad4db"><span class="section-number-4">2.4.1</span> Get</h4>
|
<h4 id="orga7b0a74"><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-orgb082e90" class="outline-4">
|
<div id="outline-container-org31b90fa" class="outline-4">
|
||||||
<h4 id="orgb082e90"><span class="section-number-4">2.4.2</span> Provide</h4>
|
<h4 id="org31b90fa"><span class="section-number-4">2.4.2</span> Provide</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4d73f17" class="outline-4">
|
<div id="outline-container-orgc4271dd" class="outline-4">
|
||||||
<h4 id="org4d73f17"><span class="section-number-4">2.4.3</span> Compute drift vector</h4>
|
<h4 id="orgc4271dd"><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="orgbad5cd5" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgf9f1381" 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-org02d2afc" class="outline-4">
|
<div id="outline-container-org80782c2" class="outline-4">
|
||||||
<h4 id="org02d2afc"><span class="section-number-4">2.4.4</span> Test</h4>
|
<h4 id="org80782c2"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#org7e832f0">1. Memory data structure for the context</a></li>
|
<li><a href="#org40a32b5">1. Memory data structure for the context</a></li>
|
||||||
<li><a href="#orgdf74a4f">2. Passing info to allocation routines</a></li>
|
<li><a href="#org9368930">2. Passing info to allocation routines</a></li>
|
||||||
<li><a href="#org4cb5d11">3. Allocation/deallocation functions</a></li>
|
<li><a href="#org3389197">3. Allocation/deallocation functions</a></li>
|
||||||
<li><a href="#orgda3c136">4. Get the size of a memory block</a></li>
|
<li><a href="#org9356d15">4. Get the size of a memory block</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7e832f0" class="outline-2">
|
<div id="outline-container-org40a32b5" class="outline-2">
|
||||||
<h2 id="org7e832f0"><span class="section-number-2">1</span> Memory data structure for the context</h2>
|
<h2 id="org40a32b5"><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-orgdf74a4f" class="outline-2">
|
<div id="outline-container-org9368930" class="outline-2">
|
||||||
<h2 id="orgdf74a4f"><span class="section-number-2">2</span> Passing info to allocation routines</h2>
|
<h2 id="org9368930"><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-org4cb5d11" class="outline-2">
|
<div id="outline-container-org3389197" class="outline-2">
|
||||||
<h2 id="org4cb5d11"><span class="section-number-2">3</span> Allocation/deallocation functions</h2>
|
<h2 id="org3389197"><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-orgda3c136" class="outline-2">
|
<div id="outline-container-org9356d15" class="outline-2">
|
||||||
<h2 id="orgda3c136"><span class="section-number-2">4</span> Get the size of a memory block</h2>
|
<h2 id="org9356d15"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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>
|
||||||
|
192
qmckl_mo.html
192
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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#org3e0c7a6">1. Context</a>
|
<li><a href="#org6816eec">1. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgac1cd0c">1.1. Data structure</a></li>
|
<li><a href="#org7745a42">1.1. Data structure</a></li>
|
||||||
<li><a href="#orgea6fd14">1.2. Initialization functions</a></li>
|
<li><a href="#orgb7d39ad">1.2. Initialization functions</a></li>
|
||||||
<li><a href="#orgc4d0340">1.3. Cusp adjsutment functions</a></li>
|
<li><a href="#org3f3b495">1.3. Cusp adjsutment functions</a></li>
|
||||||
<li><a href="#orgd4fc9ad">1.4. Access functions</a>
|
<li><a href="#orgbdf4b36">1.4. Access functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orge0176f0">1.4.1. Fortran interfaces</a></li>
|
<li><a href="#orgf268b5d">1.4.1. Fortran interfaces</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orga4c0731">1.5. Update</a>
|
<li><a href="#orgbaf2c57">1.5. Update</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org8aa1021">1.5.1. Fortran interface</a></li>
|
<li><a href="#orge361e1b">1.5.1. Fortran interface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org8ac351b">2. Computation</a>
|
<li><a href="#orgd8d6aee">2. Computation</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org2ef37bb">2.1. Parameters of the cusp-correction functions</a></li>
|
<li><a href="#org0d9bc21">2.1. Parameters of the cusp-correction functions</a></li>
|
||||||
<li><a href="#org2202147">2.2. Computation of MOs: values only</a>
|
<li><a href="#org1bb0e2d">2.2. Computation of MOs: values only</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgce0433c">2.2.1. Get</a></li>
|
<li><a href="#org4b7d2b3">2.2.1. Get</a></li>
|
||||||
<li><a href="#org545e357">2.2.2. Provide</a></li>
|
<li><a href="#org8937f1b">2.2.2. Provide</a></li>
|
||||||
<li><a href="#org53624eb">2.2.3. Compute</a></li>
|
<li><a href="#org7257447">2.2.3. Compute</a></li>
|
||||||
<li><a href="#orgabfa1cf">2.2.4. HPC version</a>
|
<li><a href="#org562e9ea">2.2.4. HPC version</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgec524ec">2.2.4.1. Single-precision</a></li>
|
<li><a href="#org2f7f387">2.2.4.1. Single-precision</a></li>
|
||||||
<li><a href="#org2399b96">2.2.4.2. Double-precision</a></li>
|
<li><a href="#orgbcaa1fb">2.2.4.2. Double-precision</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgc4cfe72">2.3. Computation of MOs: values, gradient, Laplacian</a>
|
<li><a href="#orgb5c42c5">2.3. Computation of MOs: values, gradient, Laplacian</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org8a42e2a">2.3.1. Get</a></li>
|
<li><a href="#orgb6cb111">2.3.1. Get</a></li>
|
||||||
<li><a href="#org4ee0335">2.3.2. Provide</a></li>
|
<li><a href="#org14c9fa0">2.3.2. Provide</a></li>
|
||||||
<li><a href="#org9d6444c">2.3.3. Compute</a></li>
|
<li><a href="#org5c2b703">2.3.3. Compute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgb1c524a">2.4. Computation of cusp-corrected MOs: values only</a>
|
<li><a href="#org876d5e6">2.4. Computation of cusp-corrected MOs: values only</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgc0bb798">2.4.1. Compute</a></li>
|
<li><a href="#orge6098ac">2.4.1. Compute</a></li>
|
||||||
<li><a href="#org455412b">2.4.2. HPC version</a></li>
|
<li><a href="#org120a142">2.4.2. HPC version</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org3efea1e">2.5. Computation of cusp-corrected MOs: values, gradient, Laplacian</a>
|
<li><a href="#org4683133">2.5. Computation of cusp-corrected MOs: values, gradient, Laplacian</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org85f4de1">2.5.1. Compute</a></li>
|
<li><a href="#org72e7526">2.5.1. Compute</a></li>
|
||||||
<li><a href="#org04a4e52">2.5.2. HPC version</a></li>
|
<li><a href="#org94ce164">2.5.2. HPC version</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgd324ae6">2.6. Rescaling of MO coefficients</a>
|
<li><a href="#orgee4980f">2.6. Rescaling of MO coefficients</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org87918d8">2.6.1. Fortran interface</a></li>
|
<li><a href="#orgedc91ca">2.6.1. Fortran interface</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org8e78095">2.7. Test</a></li>
|
<li><a href="#org4815a8f">2.7. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org3e0c7a6" class="outline-2">
|
<div id="outline-container-org6816eec" class="outline-2">
|
||||||
<h2 id="org3e0c7a6"><span class="section-number-2">1</span> Context</h2>
|
<h2 id="org6816eec"><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-orgac1cd0c" class="outline-3">
|
<div id="outline-container-org7745a42" class="outline-3">
|
||||||
<h3 id="orgac1cd0c"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="org7745a42"><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-orgea6fd14" class="outline-3">
|
<div id="outline-container-orgb7d39ad" class="outline-3">
|
||||||
<h3 id="orgea6fd14"><span class="section-number-3">1.2</span> Initialization functions</h3>
|
<h3 id="orgb7d39ad"><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-orgc4d0340" class="outline-3">
|
<div id="outline-container-org3f3b495" class="outline-3">
|
||||||
<h3 id="orgc4d0340"><span class="section-number-3">1.3</span> Cusp adjsutment functions</h3>
|
<h3 id="org3f3b495"><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-orgd4fc9ad" class="outline-3">
|
<div id="outline-container-orgbdf4b36" class="outline-3">
|
||||||
<h3 id="orgd4fc9ad"><span class="section-number-3">1.4</span> Access functions</h3>
|
<h3 id="orgbdf4b36"><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-orge0176f0" class="outline-4">
|
<div id="outline-container-orgf268b5d" class="outline-4">
|
||||||
<h4 id="orge0176f0"><span class="section-number-4">1.4.1</span> Fortran interfaces</h4>
|
<h4 id="orgf268b5d"><span class="section-number-4">1.4.1</span> Fortran interfaces</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga4c0731" class="outline-3">
|
<div id="outline-container-orgbaf2c57" class="outline-3">
|
||||||
<h3 id="orga4c0731"><span class="section-number-3">1.5</span> Update</h3>
|
<h3 id="orgbaf2c57"><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-org8aa1021" class="outline-4">
|
<div id="outline-container-orge361e1b" class="outline-4">
|
||||||
<h4 id="org8aa1021"><span class="section-number-4">1.5.1</span> Fortran interface</h4>
|
<h4 id="orge361e1b"><span class="section-number-4">1.5.1</span> Fortran interface</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8ac351b" class="outline-2">
|
<div id="outline-container-orgd8d6aee" class="outline-2">
|
||||||
<h2 id="org8ac351b"><span class="section-number-2">2</span> Computation</h2>
|
<h2 id="orgd8d6aee"><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-org2ef37bb" class="outline-3">
|
<div id="outline-container-org0d9bc21" class="outline-3">
|
||||||
<h3 id="org2ef37bb"><span class="section-number-3">2.1</span> Parameters of the cusp-correction functions</h3>
|
<h3 id="org0d9bc21"><span class="section-number-3">2.1</span> Parameters of the cusp-correction functions</h3>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org2202147" class="outline-3">
|
<div id="outline-container-org1bb0e2d" class="outline-3">
|
||||||
<h3 id="org2202147"><span class="section-number-3">2.2</span> Computation of MOs: values only</h3>
|
<h3 id="org1bb0e2d"><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-orgce0433c" class="outline-4">
|
<div id="outline-container-org4b7d2b3" class="outline-4">
|
||||||
<h4 id="orgce0433c"><span class="section-number-4">2.2.1</span> Get</h4>
|
<h4 id="org4b7d2b3"><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-org545e357" class="outline-4">
|
<div id="outline-container-org8937f1b" class="outline-4">
|
||||||
<h4 id="org545e357"><span class="section-number-4">2.2.2</span> Provide</h4>
|
<h4 id="org8937f1b"><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-org53624eb" class="outline-4">
|
<div id="outline-container-org7257447" class="outline-4">
|
||||||
<h4 id="org53624eb"><span class="section-number-4">2.2.3</span> Compute</h4>
|
<h4 id="org7257447"><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="org0e5cd48" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgcc31a1d" 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-orgabfa1cf" class="outline-4">
|
<div id="outline-container-org562e9ea" class="outline-4">
|
||||||
<h4 id="orgabfa1cf"><span class="section-number-4">2.2.4</span> HPC version</h4>
|
<h4 id="org562e9ea"><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-orgec524ec" class="outline-5">
|
<div id="outline-container-org2f7f387" class="outline-5">
|
||||||
<h5 id="orgec524ec"><span class="section-number-5">2.2.4.1</span> Single-precision</h5>
|
<h5 id="org2f7f387"><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
|
||||||
@ -1069,8 +1069,8 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2399b96" class="outline-5">
|
<div id="outline-container-orgbcaa1fb" class="outline-5">
|
||||||
<h5 id="org2399b96"><span class="section-number-5">2.2.4.2</span> Double-precision</h5>
|
<h5 id="orgbcaa1fb"><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
|
||||||
@ -1187,12 +1187,12 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc4cfe72" class="outline-3">
|
<div id="outline-container-orgb5c42c5" class="outline-3">
|
||||||
<h3 id="orgc4cfe72"><span class="section-number-3">2.3</span> Computation of MOs: values, gradient, Laplacian</h3>
|
<h3 id="orgb5c42c5"><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-org8a42e2a" class="outline-4">
|
<div id="outline-container-orgb6cb111" class="outline-4">
|
||||||
<h4 id="org8a42e2a"><span class="section-number-4">2.3.1</span> Get</h4>
|
<h4 id="orgb6cb111"><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>
|
||||||
@ -1216,8 +1216,8 @@ Uses the given array to compute the VGL.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4ee0335" class="outline-4">
|
<div id="outline-container-org14c9fa0" class="outline-4">
|
||||||
<h4 id="org4ee0335"><span class="section-number-4">2.3.2</span> Provide</h4>
|
<h4 id="org14c9fa0"><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>);
|
||||||
@ -1301,10 +1301,10 @@ Uses the given array to compute the VGL.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9d6444c" class="outline-4">
|
<div id="outline-container-org5c2b703" class="outline-4">
|
||||||
<h4 id="org9d6444c"><span class="section-number-4">2.3.3</span> Compute</h4>
|
<h4 id="org5c2b703"><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="orge55eb7a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgf518453" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1478,14 +1478,14 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgb1c524a" class="outline-3">
|
<div id="outline-container-org876d5e6" class="outline-3">
|
||||||
<h3 id="orgb1c524a"><span class="section-number-3">2.4</span> Computation of cusp-corrected MOs: values only</h3>
|
<h3 id="org876d5e6"><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-orgc0bb798" class="outline-4">
|
<div id="outline-container-orge6098ac" class="outline-4">
|
||||||
<h4 id="orgc0bb798"><span class="section-number-4">2.4.1</span> Compute</h4>
|
<h4 id="orge6098ac"><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="orgfe8b951" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgf35f727" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1724,8 +1724,8 @@ matrix multiplication instead of a dgemm, as exposed in
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org455412b" class="outline-4">
|
<div id="outline-container-org120a142" class="outline-4">
|
||||||
<h4 id="org455412b"><span class="section-number-4">2.4.2</span> HPC version</h4>
|
<h4 id="org120a142"><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
|
||||||
@ -1863,14 +1863,14 @@ IVDEP
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org3efea1e" class="outline-3">
|
<div id="outline-container-org4683133" class="outline-3">
|
||||||
<h3 id="org3efea1e"><span class="section-number-3">2.5</span> Computation of cusp-corrected MOs: values, gradient, Laplacian</h3>
|
<h3 id="org4683133"><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-org85f4de1" class="outline-4">
|
<div id="outline-container-org72e7526" class="outline-4">
|
||||||
<h4 id="org85f4de1"><span class="section-number-4">2.5.1</span> Compute</h4>
|
<h4 id="org72e7526"><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="org9b6b768" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org9ba416f" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -2166,8 +2166,8 @@ IVDEP
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org04a4e52" class="outline-4">
|
<div id="outline-container-org94ce164" class="outline-4">
|
||||||
<h4 id="org04a4e52"><span class="section-number-4">2.5.2</span> HPC version</h4>
|
<h4 id="org94ce164"><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
|
||||||
@ -2366,8 +2366,8 @@ IVDEP
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd324ae6" class="outline-3">
|
<div id="outline-container-orgee4980f" class="outline-3">
|
||||||
<h3 id="orgd324ae6"><span class="section-number-3">2.6</span> Rescaling of MO coefficients</h3>
|
<h3 id="orgee4980f"><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
|
||||||
@ -2384,19 +2384,19 @@ correct range.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org87918d8" class="outline-4">
|
<div id="outline-container-orgedc91ca" class="outline-4">
|
||||||
<h4 id="org87918d8"><span class="section-number-4">2.6.1</span> Fortran interface</h4>
|
<h4 id="orgedc91ca"><span class="section-number-4">2.6.1</span> Fortran interface</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8e78095" class="outline-3">
|
<div id="outline-container-org4815a8f" class="outline-3">
|
||||||
<h3 id="org8e78095"><span class="section-number-3">2.7</span> Test</h3>
|
<h3 id="org4815a8f"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#org2b83784">1. Context</a>
|
<li><a href="#org67f482a">1. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgaaf65c3">1.1. Data structure</a></li>
|
<li><a href="#orge27ba02">1.1. Data structure</a></li>
|
||||||
<li><a href="#orgecc4908">1.2. Access functions</a></li>
|
<li><a href="#org84bdd75">1.2. Access functions</a></li>
|
||||||
<li><a href="#orgc3a9363">1.3. Initialization functions</a></li>
|
<li><a href="#orga42f2ef">1.3. Initialization functions</a></li>
|
||||||
<li><a href="#org23c0e4c">1.4. Test</a></li>
|
<li><a href="#orgad7bc1a">1.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org9d36e99">2. Computation</a>
|
<li><a href="#orgc4c30e7">2. Computation</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgb4d210b">2.1. Nucleus-nucleus distances</a>
|
<li><a href="#org7c9e589">2.1. Nucleus-nucleus distances</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org7fab01d">2.1.1. Get</a></li>
|
<li><a href="#orgc460abe">2.1.1. Get</a></li>
|
||||||
<li><a href="#orgec0ce68">2.1.2. Compute</a></li>
|
<li><a href="#org3e32cea">2.1.2. Compute</a></li>
|
||||||
<li><a href="#org6dba329">2.1.3. Test</a></li>
|
<li><a href="#org347c414">2.1.3. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org29a0e70">2.2. Nuclear repulsion energy</a>
|
<li><a href="#org3841590">2.2. Nuclear repulsion energy</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org173c662">2.2.1. Get</a></li>
|
<li><a href="#org4d0afc8">2.2.1. Get</a></li>
|
||||||
<li><a href="#org48fe452">2.2.2. Compute</a></li>
|
<li><a href="#org8914099">2.2.2. Compute</a></li>
|
||||||
<li><a href="#orge3cc6cf">2.2.3. Test</a></li>
|
<li><a href="#org2e1ca6d">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-org2b83784" class="outline-2">
|
<div id="outline-container-org67f482a" class="outline-2">
|
||||||
<h2 id="org2b83784"><span class="section-number-2">1</span> Context</h2>
|
<h2 id="org67f482a"><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-orgaaf65c3" class="outline-3">
|
<div id="outline-container-orge27ba02" class="outline-3">
|
||||||
<h3 id="orgaaf65c3"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="orge27ba02"><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-orgecc4908" class="outline-3">
|
<div id="outline-container-org84bdd75" class="outline-3">
|
||||||
<h3 id="orgecc4908"><span class="section-number-3">1.2</span> Access functions</h3>
|
<h3 id="org84bdd75"><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-orgc3a9363" class="outline-3">
|
<div id="outline-container-orga42f2ef" class="outline-3">
|
||||||
<h3 id="orgc3a9363"><span class="section-number-3">1.3</span> Initialization functions</h3>
|
<h3 id="orga42f2ef"><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-org23c0e4c" class="outline-3">
|
<div id="outline-container-orgad7bc1a" class="outline-3">
|
||||||
<h3 id="org23c0e4c"><span class="section-number-3">1.4</span> Test</h3>
|
<h3 id="orgad7bc1a"><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-org9d36e99" class="outline-2">
|
<div id="outline-container-orgc4c30e7" class="outline-2">
|
||||||
<h2 id="org9d36e99"><span class="section-number-2">2</span> Computation</h2>
|
<h2 id="orgc4c30e7"><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-orgb4d210b" class="outline-3">
|
<div id="outline-container-org7c9e589" class="outline-3">
|
||||||
<h3 id="orgb4d210b"><span class="section-number-3">2.1</span> Nucleus-nucleus distances</h3>
|
<h3 id="org7c9e589"><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-org7fab01d" class="outline-4">
|
<div id="outline-container-orgc460abe" class="outline-4">
|
||||||
<h4 id="org7fab01d"><span class="section-number-4">2.1.1</span> Get</h4>
|
<h4 id="orgc460abe"><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-orgec0ce68" class="outline-4">
|
<div id="outline-container-org3e32cea" class="outline-4">
|
||||||
<h4 id="orgec0ce68"><span class="section-number-4">2.1.2</span> Compute</h4>
|
<h4 id="org3e32cea"><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="org205b2a5" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgad01f19" 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-org6dba329" class="outline-4">
|
<div id="outline-container-org347c414" class="outline-4">
|
||||||
<h4 id="org6dba329"><span class="section-number-4">2.1.3</span> Test</h4>
|
<h4 id="org347c414"><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-org29a0e70" class="outline-3">
|
<div id="outline-container-org3841590" class="outline-3">
|
||||||
<h3 id="org29a0e70"><span class="section-number-3">2.2</span> Nuclear repulsion energy</h3>
|
<h3 id="org3841590"><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-org173c662" class="outline-4">
|
<div id="outline-container-org4d0afc8" class="outline-4">
|
||||||
<h4 id="org173c662"><span class="section-number-4">2.2.1</span> Get</h4>
|
<h4 id="org4d0afc8"><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-org48fe452" class="outline-4">
|
<div id="outline-container-org8914099" class="outline-4">
|
||||||
<h4 id="org48fe452"><span class="section-number-4">2.2.2</span> Compute</h4>
|
<h4 id="org8914099"><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="org02e9121" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org61c859a" 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-orge3cc6cf" class="outline-4">
|
<div id="outline-container-org2e1ca6d" class="outline-4">
|
||||||
<h4 id="orge3cc6cf"><span class="section-number-4">2.2.3</span> Test</h4>
|
<h4 id="org2e1ca6d"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#org45af25b">1. Control of the numerical precision</a></li>
|
<li><a href="#org9df0ae8">1. Control of the numerical precision</a></li>
|
||||||
<li><a href="#org3f4b3f8">2. Precision</a></li>
|
<li><a href="#orga8790a6">2. Precision</a></li>
|
||||||
<li><a href="#org097322a">3. Range</a></li>
|
<li><a href="#orgbf243de">3. Range</a></li>
|
||||||
<li><a href="#org58133ba">4. Helper functions</a>
|
<li><a href="#orgb2f3d81">4. Helper functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgc9b8bd5">4.1. Epsilon</a></li>
|
<li><a href="#org241634c">4.1. Epsilon</a></li>
|
||||||
<li><a href="#org9ac0090">4.2. Testing the number of unchanged bits</a></li>
|
<li><a href="#orgcf22bc1">4.2. Testing the number of unchanged bits</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orge0f3e84">5. Approximate functions</a>
|
<li><a href="#org6daeef5">5. Approximate functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org3ca01e7">5.1. Exponential</a></li>
|
<li><a href="#org0d2fc97">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-org45af25b" class="outline-2">
|
<div id="outline-container-org9df0ae8" class="outline-2">
|
||||||
<h2 id="org45af25b"><span class="section-number-2">1</span> Control of the numerical precision</h2>
|
<h2 id="org9df0ae8"><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="orgb7dfaa0" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgb0c2552" 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-org3f4b3f8" class="outline-2">
|
<div id="outline-container-orga8790a6" class="outline-2">
|
||||||
<h2 id="org3f4b3f8"><span class="section-number-2">2</span> Precision</h2>
|
<h2 id="orga8790a6"><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-org097322a" class="outline-2">
|
<div id="outline-container-orgbf243de" class="outline-2">
|
||||||
<h2 id="org097322a"><span class="section-number-2">3</span> Range</h2>
|
<h2 id="orgbf243de"><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-org58133ba" class="outline-2">
|
<div id="outline-container-orgb2f3d81" class="outline-2">
|
||||||
<h2 id="org58133ba"><span class="section-number-2">4</span> Helper functions</h2>
|
<h2 id="orgb2f3d81"><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-orgc9b8bd5" class="outline-3">
|
<div id="outline-container-org241634c" class="outline-3">
|
||||||
<h3 id="orgc9b8bd5"><span class="section-number-3">4.1</span> Epsilon</h3>
|
<h3 id="org241634c"><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-org9ac0090" class="outline-3">
|
<div id="outline-container-orgcf22bc1" class="outline-3">
|
||||||
<h3 id="org9ac0090"><span class="section-number-3">4.2</span> Testing the number of unchanged bits</h3>
|
<h3 id="orgcf22bc1"><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-orge0f3e84" class="outline-2">
|
<div id="outline-container-org6daeef5" class="outline-2">
|
||||||
<h2 id="orge0f3e84"><span class="section-number-2">5</span> Approximate functions</h2>
|
<h2 id="org6daeef5"><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-org3ca01e7" class="outline-3">
|
<div id="outline-container-org0d2fc97" class="outline-3">
|
||||||
<h3 id="org3ca01e7"><span class="section-number-3">5.1</span> Exponential</h3>
|
<h3 id="org0d2fc97"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#orgb2c21c9">1. Context</a>
|
<li><a href="#orgf9584da">1. Context</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgb1e4b1e">1.1. Data structure</a></li>
|
<li><a href="#orgec72b23">1.1. Data structure</a></li>
|
||||||
<li><a href="#orga9ccdf9">1.2. Access functions</a>
|
<li><a href="#orgbaff22e">1.2. Access functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org6c181d4">1.2.1. Number of points</a></li>
|
<li><a href="#orgd4a6765">1.2.1. Number of points</a></li>
|
||||||
<li><a href="#orgc5fe7aa">1.2.2. Point coordinates</a></li>
|
<li><a href="#orgcc158c4">1.2.2. Point coordinates</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgc2ec1f7">1.3. Initialization functions</a></li>
|
<li><a href="#orgd4cecbb">1.3. Initialization functions</a></li>
|
||||||
<li><a href="#orgfefdb0f">1.4. Test</a></li>
|
<li><a href="#org9cd6ee9">1.4. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgb2c21c9" class="outline-2">
|
<div id="outline-container-orgf9584da" class="outline-2">
|
||||||
<h2 id="orgb2c21c9"><span class="section-number-2">1</span> Context</h2>
|
<h2 id="orgf9584da"><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-orgb1e4b1e" class="outline-3">
|
<div id="outline-container-orgec72b23" class="outline-3">
|
||||||
<h3 id="orgb1e4b1e"><span class="section-number-3">1.1</span> Data structure</h3>
|
<h3 id="orgec72b23"><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-orga9ccdf9" class="outline-3">
|
<div id="outline-container-orgbaff22e" class="outline-3">
|
||||||
<h3 id="orga9ccdf9"><span class="section-number-3">1.2</span> Access functions</h3>
|
<h3 id="orgbaff22e"><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-org6c181d4" class="outline-4">
|
<div id="outline-container-orgd4a6765" class="outline-4">
|
||||||
<h4 id="org6c181d4"><span class="section-number-4">1.2.1</span> Number of points</h4>
|
<h4 id="orgd4a6765"><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-orgc5fe7aa" class="outline-4">
|
<div id="outline-container-orgcc158c4" class="outline-4">
|
||||||
<h4 id="orgc5fe7aa"><span class="section-number-4">1.2.2</span> Point coordinates</h4>
|
<h4 id="orgcc158c4"><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-orgc2ec1f7" class="outline-3">
|
<div id="outline-container-orgd4cecbb" class="outline-3">
|
||||||
<h3 id="orgc2ec1f7"><span class="section-number-3">1.3</span> Initialization functions</h3>
|
<h3 id="orgd4cecbb"><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-orgfefdb0f" class="outline-3">
|
<div id="outline-container-org9cd6ee9" class="outline-3">
|
||||||
<h3 id="orgfefdb0f"><span class="section-number-3">1.4</span> Test</h3>
|
<h3 id="org9cd6ee9"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#org87c8640">1. Headers</a></li>
|
<li><a href="#orgcfccc27">1. Headers</a></li>
|
||||||
<li><a href="#org62d1526">2. Naïve Sherman-Morrison</a>
|
<li><a href="#org1846b51">2. Naïve Sherman-Morrison</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org1fb16c0">2.1. <code>qmckl_sm_naive</code></a>
|
<li><a href="#org8acd91f">2.1. <code>qmckl_sm_naive</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgbd1c14f">2.1.1. Introduction</a></li>
|
<li><a href="#orgb22c5ab">2.1.1. Introduction</a></li>
|
||||||
<li><a href="#org7a9eb6d">2.1.2. API</a></li>
|
<li><a href="#orgf69d8f2">2.1.2. API</a></li>
|
||||||
<li><a href="#orgd733796">2.1.3. Requirements</a></li>
|
<li><a href="#org64d4c78">2.1.3. Requirements</a></li>
|
||||||
<li><a href="#org6ae9dcb">2.1.4. Pedagogical kernel source (in Fortran)</a>
|
<li><a href="#org2484647">2.1.4. Pedagogical kernel source (in Fortran)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org784d42d">2.1.4.1. C interface (not directly exposed)</a></li>
|
<li><a href="#org765ba96">2.1.4.1. C interface (not directly exposed)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org542d316">2.1.5. C headers (exposed in qmckl.h)</a></li>
|
<li><a href="#org3facafa">2.1.5. C headers (exposed in qmckl.h)</a></li>
|
||||||
<li><a href="#org96e46e0">2.1.6. C sources</a></li>
|
<li><a href="#orgb5bd6a7">2.1.6. C sources</a></li>
|
||||||
<li><a href="#org278fc7e">2.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
<li><a href="#org6901fee">2.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
||||||
<li><a href="#orgce2507a">2.1.8. Performance</a></li>
|
<li><a href="#orgc87882f">2.1.8. Performance</a></li>
|
||||||
<li><a href="#org94ff75b">2.1.9. Tests</a></li>
|
<li><a href="#org83ebc1b">2.1.9. Tests</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgeecc8f0">3. Sherman-Morrison with Slagel Splitting (core)</a>
|
<li><a href="#orga9d9b30">3. Sherman-Morrison with Slagel Splitting (core)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org94dfcbc">3.1. <code>qmckl_sm_splitting_core</code></a>
|
<li><a href="#org79e2e22">3.1. <code>qmckl_sm_splitting_core</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orga449ee2">3.1.1. Introduction</a></li>
|
<li><a href="#org597cfcc">3.1.1. Introduction</a></li>
|
||||||
<li><a href="#org13b1557">3.1.2. API</a></li>
|
<li><a href="#orgdd4c8fd">3.1.2. API</a></li>
|
||||||
<li><a href="#orgaae415d">3.1.3. Requirements</a></li>
|
<li><a href="#org3c9358c">3.1.3. Requirements</a></li>
|
||||||
<li><a href="#orgf2c08ec">3.1.4. Pedagogical kernel source (in Fortran)</a>
|
<li><a href="#org08776c9">3.1.4. Pedagogical kernel source (in Fortran)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org14ecc87">3.1.4.1. C interface to the pedagogical kernel (not directly exposed)</a></li>
|
<li><a href="#orgadcc09f">3.1.4.1. C interface to the pedagogical kernel (not directly exposed)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org476c4c1">3.1.5. C headers (exposed in qmckl.h)</a></li>
|
<li><a href="#orgaf03171">3.1.5. C headers (exposed in qmckl.h)</a></li>
|
||||||
<li><a href="#orgacc8e05">3.1.6. C sources</a></li>
|
<li><a href="#orgeada5c3">3.1.6. C sources</a></li>
|
||||||
<li><a href="#orgcb39007">3.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
<li><a href="#orge56f92e">3.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
||||||
<li><a href="#orga519336">3.1.8. Performance</a></li>
|
<li><a href="#org6944ca3">3.1.8. Performance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org5966f29">4. Woodbury 2x2</a>
|
<li><a href="#orgf1ea209">4. Woodbury 2x2</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgd214ab8">4.1. <code>qmckl_woodbury_2x2</code></a>
|
<li><a href="#org694ba28">4.1. <code>qmckl_woodbury_2x2</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org47cf931">4.1.1. Introduction</a></li>
|
<li><a href="#org9fd0be1">4.1.1. Introduction</a></li>
|
||||||
<li><a href="#org9f51aa5">4.1.2. API</a></li>
|
<li><a href="#org93c957a">4.1.2. API</a></li>
|
||||||
<li><a href="#org62cfa70">4.1.3. Requirements</a></li>
|
<li><a href="#org521c24e">4.1.3. Requirements</a></li>
|
||||||
<li><a href="#org5e27e71">4.1.4. Pedagogical kernel source (in Fortran)</a>
|
<li><a href="#org3459625">4.1.4. Pedagogical kernel source (in Fortran)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org2493bf0">4.1.4.1. C interface (not directly exposed)</a></li>
|
<li><a href="#org2ba0505">4.1.4.1. C interface (not directly exposed)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgeedd6dc">4.1.5. C headers (exposed in qmckl.h)</a></li>
|
<li><a href="#orgd02056a">4.1.5. C headers (exposed in qmckl.h)</a></li>
|
||||||
<li><a href="#org1366ddc">4.1.6. C sources</a></li>
|
<li><a href="#org00ec926">4.1.6. C sources</a></li>
|
||||||
<li><a href="#org9360748">4.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
<li><a href="#orgacb1f7f">4.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
||||||
<li><a href="#org4fea646">4.1.8. Performance</a></li>
|
<li><a href="#org3c0942c">4.1.8. Performance</a></li>
|
||||||
<li><a href="#org5defcbf">4.1.9. Tests</a></li>
|
<li><a href="#orgbd2fdbb">4.1.9. Tests</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgcbc617b">5. Woodbury 3x3</a>
|
<li><a href="#org4adf35d">5. Woodbury 3x3</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org1c111ec">5.1. <code>qmckl_woodbury_3x3</code></a>
|
<li><a href="#org889a95f">5.1. <code>qmckl_woodbury_3x3</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org8896d6f">5.1.1. Introduction</a></li>
|
<li><a href="#orgb5b3df5">5.1.1. Introduction</a></li>
|
||||||
<li><a href="#orgd817e2a">5.1.2. API</a></li>
|
<li><a href="#org3fc709c">5.1.2. API</a></li>
|
||||||
<li><a href="#org79e256f">5.1.3. Requirements</a></li>
|
<li><a href="#orgad05b5a">5.1.3. Requirements</a></li>
|
||||||
<li><a href="#org4cf6603">5.1.4. Pedagogical kernel source (in Fortran)</a>
|
<li><a href="#org24ca3c7">5.1.4. Pedagogical kernel source (in Fortran)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org743b142">5.1.4.1. C interface (not directly exposed)</a></li>
|
<li><a href="#org3d7ac16">5.1.4.1. C interface (not directly exposed)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgd16448f">5.1.5. C headers (exposed in qmckl.h)</a></li>
|
<li><a href="#org9dc8dd0">5.1.5. C headers (exposed in qmckl.h)</a></li>
|
||||||
<li><a href="#org75c9b2f">5.1.6. C sources</a></li>
|
<li><a href="#org79af363">5.1.6. C sources</a></li>
|
||||||
<li><a href="#org8208ea2">5.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
<li><a href="#org487ea1b">5.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
||||||
<li><a href="#org9ecbdf0">5.1.8. Performance</a></li>
|
<li><a href="#org87dc423">5.1.8. Performance</a></li>
|
||||||
<li><a href="#org5272284">5.1.9. Tests</a></li>
|
<li><a href="#org06b53f0">5.1.9. Tests</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgedd101f">6. Sherman-Morrison with Slagel Splitting</a>
|
<li><a href="#org65f5818">6. Sherman-Morrison with Slagel Splitting</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgb5b525b">6.1. <code>qmckl_sm_splitting</code></a>
|
<li><a href="#orgb66af79">6.1. <code>qmckl_sm_splitting</code></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org2ae2358">6.1.1. Introduction</a></li>
|
<li><a href="#orgb11b7a1">6.1.1. Introduction</a></li>
|
||||||
<li><a href="#org876c69a">6.1.2. API</a></li>
|
<li><a href="#org4344a66">6.1.2. API</a></li>
|
||||||
<li><a href="#org514f002">6.1.3. Requirements</a></li>
|
<li><a href="#org7a9be65">6.1.3. Requirements</a></li>
|
||||||
<li><a href="#orgf81577e">6.1.4. Pedagogical kernel source (in Fortran)</a>
|
<li><a href="#org26939ab">6.1.4. Pedagogical kernel source (in Fortran)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org2442936">6.1.4.1. C interface to the pedagogical kernel (not directly exposed)</a></li>
|
<li><a href="#org7b73bc6">6.1.4.1. C interface to the pedagogical kernel (not directly exposed)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org85f3506">6.1.5. C headers (exposed in qmckl.h)</a></li>
|
<li><a href="#org22bba00">6.1.5. C headers (exposed in qmckl.h)</a></li>
|
||||||
<li><a href="#org42d9709">6.1.6. C source</a></li>
|
<li><a href="#org95c5d0b">6.1.6. C source</a></li>
|
||||||
<li><a href="#org39ce850">6.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
<li><a href="#org9927a46">6.1.7. Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</a></li>
|
||||||
<li><a href="#orgf37d972">6.1.8. Performance…</a></li>
|
<li><a href="#org748244c">6.1.8. Performance…</a></li>
|
||||||
<li><a href="#org5a86004">6.1.9. Test</a></li>
|
<li><a href="#org4e55568">6.1.9. Test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org00488f9">7. End of files</a></li>
|
<li><a href="#org62cff63">7. End of files</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org87c8640" class="outline-2">
|
<div id="outline-container-orgcfccc27" class="outline-2">
|
||||||
<h2 id="org87c8640"><span class="section-number-2">1</span> Headers</h2>
|
<h2 id="orgcfccc27"><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-org62d1526" class="outline-2">
|
<div id="outline-container-org1846b51" class="outline-2">
|
||||||
<h2 id="org62d1526"><span class="section-number-2">2</span> Naïve Sherman-Morrison</h2>
|
<h2 id="org1846b51"><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-org1fb16c0" class="outline-3">
|
<div id="outline-container-org8acd91f" class="outline-3">
|
||||||
<h3 id="org1fb16c0"><span class="section-number-3">2.1</span> <code>qmckl_sm_naive</code></h3>
|
<h3 id="org8acd91f"><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-orgbd1c14f" class="outline-4">
|
<div id="outline-container-orgb22c5ab" class="outline-4">
|
||||||
<h4 id="orgbd1c14f"><span class="section-number-4">2.1.1</span> Introduction</h4>
|
<h4 id="orgb22c5ab"><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-org7a9eb6d" class="outline-4">
|
<div id="outline-container-orgf69d8f2" class="outline-4">
|
||||||
<h4 id="org7a9eb6d"><span class="section-number-4">2.1.2</span> API</h4>
|
<h4 id="orgf69d8f2"><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="orgd1dbbb7" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgb7e99e8" 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-orgd733796" class="outline-4">
|
<div id="outline-container-org64d4c78" class="outline-4">
|
||||||
<h4 id="orgd733796"><span class="section-number-4">2.1.3</span> Requirements</h4>
|
<h4 id="org64d4c78"><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-org6ae9dcb" class="outline-4">
|
<div id="outline-container-org2484647" class="outline-4">
|
||||||
<h4 id="org6ae9dcb"><span class="section-number-4">2.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
<h4 id="org2484647"><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-org784d42d" class="outline-5">
|
<div id="outline-container-org765ba96" class="outline-5">
|
||||||
<h5 id="org784d42d"><span class="section-number-5">2.1.4.1</span> C interface (not directly exposed)</h5>
|
<h5 id="org765ba96"><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-org542d316" class="outline-4">
|
<div id="outline-container-org3facafa" class="outline-4">
|
||||||
<h4 id="org542d316"><span class="section-number-4">2.1.5</span> C headers (exposed in qmckl.h)</h4>
|
<h4 id="org3facafa"><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-org96e46e0" class="outline-4">
|
<div id="outline-container-orgb5bd6a7" class="outline-4">
|
||||||
<h4 id="org96e46e0"><span class="section-number-4">2.1.6</span> C sources</h4>
|
<h4 id="orgb5bd6a7"><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="org833ee5b"><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="orgb10103b"><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: #a020f0;">restrict</span> <span style="color: #a0522d;">Updates</span>,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">Updates</span>,
|
||||||
@ -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="org7333bcc"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
<pre class="src src-python" id="orgab4ebe1"><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="orgb22a053"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
<pre class="src src-python" id="org14bd8bd"><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>
|
||||||
@ -2706,14 +2706,14 @@ Python script that generated C switch cases that call individual kernel instance
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org278fc7e" class="outline-4">
|
<div id="outline-container-org6901fee" class="outline-4">
|
||||||
<h4 id="org278fc7e"><span class="section-number-4">2.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
<h4 id="org6901fee"><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-orgce2507a" class="outline-4">
|
<div id="outline-container-orgc87882f" class="outline-4">
|
||||||
<h4 id="orgce2507a"><span class="section-number-4">2.1.8</span> Performance</h4>
|
<h4 id="orgc87882f"><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
|
||||||
@ -2722,8 +2722,8 @@ can never resolve a situation where applying the update causes singular behaviou
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org94ff75b" class="outline-4">
|
<div id="outline-container-org83ebc1b" class="outline-4">
|
||||||
<h4 id="org94ff75b"><span class="section-number-4">2.1.9</span> Tests</h4>
|
<h4 id="org83ebc1b"><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
|
||||||
@ -2791,17 +2791,17 @@ rc = QMCKL_SUCCESS;
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-orgeecc8f0" class="outline-2">
|
<div id="outline-container-orga9d9b30" class="outline-2">
|
||||||
<h2 id="orgeecc8f0"><span class="section-number-2">3</span> Sherman-Morrison with Slagel Splitting (core)</h2>
|
<h2 id="orga9d9b30"><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-org94dfcbc" class="outline-3">
|
<div id="outline-container-org79e2e22" class="outline-3">
|
||||||
<h3 id="org94dfcbc"><span class="section-number-3">3.1</span> <code>qmckl_sm_splitting_core</code></h3>
|
<h3 id="org79e2e22"><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-orga449ee2" class="outline-4">
|
<div id="outline-container-org597cfcc" class="outline-4">
|
||||||
<h4 id="orga449ee2"><span class="section-number-4">3.1.1</span> Introduction</h4>
|
<h4 id="org597cfcc"><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.
|
||||||
@ -2829,10 +2829,10 @@ If the determinant is passed it will only be partially updated if there were any
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org13b1557" class="outline-4">
|
<div id="outline-container-orgdd4c8fd" class="outline-4">
|
||||||
<h4 id="org13b1557"><span class="section-number-4">3.1.2</span> API</h4>
|
<h4 id="orgdd4c8fd"><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="org26b046b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgb4b05a6" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -2941,8 +2941,8 @@ If the determinant is passed it will only be partially updated if there were any
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgaae415d" class="outline-4">
|
<div id="outline-container-org3c9358c" class="outline-4">
|
||||||
<h4 id="orgaae415d"><span class="section-number-4">3.1.3</span> Requirements</h4>
|
<h4 id="org3c9358c"><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>
|
||||||
@ -2959,8 +2959,8 @@ If the determinant is passed it will only be partially updated if there were any
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf2c08ec" class="outline-4">
|
<div id="outline-container-org08776c9" class="outline-4">
|
||||||
<h4 id="orgf2c08ec"><span class="section-number-4">3.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
<h4 id="org08776c9"><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
|
||||||
@ -3076,8 +3076,8 @@ not be used in real workloads.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org14ecc87" class="outline-5">
|
<div id="outline-container-orgadcc09f" class="outline-5">
|
||||||
<h5 id="org14ecc87"><span class="section-number-5">3.1.4.1</span> C interface to the pedagogical kernel (not directly exposed)</h5>
|
<h5 id="orgadcc09f"><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
|
||||||
@ -3090,8 +3090,8 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org476c4c1" class="outline-4">
|
<div id="outline-container-orgaf03171" class="outline-4">
|
||||||
<h4 id="org476c4c1"><span class="section-number-4">3.1.5</span> C headers (exposed in qmckl.h)</h4>
|
<h4 id="orgaf03171"><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> (
|
||||||
@ -3146,8 +3146,8 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgacc8e05" class="outline-4">
|
<div id="outline-container-orgeada5c3" class="outline-4">
|
||||||
<h4 id="orgacc8e05"><span class="section-number-4">3.1.6</span> C sources</h4>
|
<h4 id="orgeada5c3"><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>(
|
||||||
@ -3236,7 +3236,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="org99a6ae6"><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="org75dd0d6"><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: #a020f0;">restrict</span> <span style="color: #a0522d;">Updates</span>,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">Updates</span>,
|
||||||
@ -3320,7 +3320,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="org111fe86"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
<pre class="src src-python" id="org970f1f8"><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>
|
||||||
@ -3412,7 +3412,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="org1e0392f"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
<pre class="src src-python" id="org2a633f9"><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>
|
||||||
@ -5380,14 +5380,14 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgcb39007" class="outline-4">
|
<div id="outline-container-orge56f92e" class="outline-4">
|
||||||
<h4 id="orgcb39007"><span class="section-number-4">3.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
<h4 id="orge56f92e"><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-orga519336" class="outline-4">
|
<div id="outline-container-org6944ca3" class="outline-4">
|
||||||
<h4 id="orga519336"><span class="section-number-4">3.1.8</span> Performance</h4>
|
<h4 id="org6944ca3"><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
|
||||||
@ -5399,17 +5399,17 @@ with Sherman-Morrison and update splitting. Please look at the performance recco
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-org5966f29" class="outline-2">
|
<div id="outline-container-orgf1ea209" class="outline-2">
|
||||||
<h2 id="org5966f29"><span class="section-number-2">4</span> Woodbury 2x2</h2>
|
<h2 id="orgf1ea209"><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-orgd214ab8" class="outline-3">
|
<div id="outline-container-org694ba28" class="outline-3">
|
||||||
<h3 id="orgd214ab8"><span class="section-number-3">4.1</span> <code>qmckl_woodbury_2x2</code></h3>
|
<h3 id="org694ba28"><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-org47cf931" class="outline-4">
|
<div id="outline-container-org9fd0be1" class="outline-4">
|
||||||
<h4 id="org47cf931"><span class="section-number-4">4.1.1</span> Introduction</h4>
|
<h4 id="org9fd0be1"><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
|
||||||
@ -5433,10 +5433,10 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9f51aa5" class="outline-4">
|
<div id="outline-container-org93c957a" class="outline-4">
|
||||||
<h4 id="org9f51aa5"><span class="section-number-4">4.1.2</span> API</h4>
|
<h4 id="org93c957a"><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="org220e811" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org9292468" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -5517,8 +5517,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org62cfa70" class="outline-4">
|
<div id="outline-container-org521c24e" class="outline-4">
|
||||||
<h4 id="org62cfa70"><span class="section-number-4">4.1.3</span> Requirements</h4>
|
<h4 id="org521c24e"><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>
|
||||||
@ -5532,8 +5532,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5e27e71" class="outline-4">
|
<div id="outline-container-org3459625" class="outline-4">
|
||||||
<h4 id="org5e27e71"><span class="section-number-4">4.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
<h4 id="org3459625"><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
|
||||||
@ -5669,8 +5669,8 @@ not be used in real workloads.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2493bf0" class="outline-5">
|
<div id="outline-container-org2ba0505" class="outline-5">
|
||||||
<h5 id="org2493bf0"><span class="section-number-5">4.1.4.1</span> C interface (not directly exposed)</h5>
|
<h5 id="org2ba0505"><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
|
||||||
@ -5683,8 +5683,8 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgeedd6dc" class="outline-4">
|
<div id="outline-container-orgd02056a" class="outline-4">
|
||||||
<h4 id="orgeedd6dc"><span class="section-number-4">4.1.5</span> C headers (exposed in qmckl.h)</h4>
|
<h4 id="orgd02056a"><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> (
|
||||||
@ -5727,8 +5727,8 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org1366ddc" class="outline-4">
|
<div id="outline-container-org00ec926" class="outline-4">
|
||||||
<h4 id="org1366ddc"><span class="section-number-4">4.1.6</span> C sources</h4>
|
<h4 id="org00ec926"><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>,
|
||||||
@ -5812,7 +5812,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="org5a56b91"><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="orgbc978d6"><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: #a020f0;">restrict</span> <span style="color: #a0522d;">Updates</span>,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">Updates</span>,
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">uint64_t</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">Updates_index</span>,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">uint64_t</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">Updates_index</span>,
|
||||||
@ -7762,14 +7762,14 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9360748" class="outline-4">
|
<div id="outline-container-orgacb1f7f" class="outline-4">
|
||||||
<h4 id="org9360748"><span class="section-number-4">4.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
<h4 id="orgacb1f7f"><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-org4fea646" class="outline-4">
|
<div id="outline-container-org3c0942c" class="outline-4">
|
||||||
<h4 id="org4fea646"><span class="section-number-4">4.1.8</span> Performance</h4>
|
<h4 id="org3c0942c"><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
|
||||||
@ -7778,8 +7778,8 @@ it is sure they will not result in a singular matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5defcbf" class="outline-4">
|
<div id="outline-container-orgbd2fdbb" class="outline-4">
|
||||||
<h4 id="org5defcbf"><span class="section-number-4">4.1.9</span> Tests</h4>
|
<h4 id="orgbd2fdbb"><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>);
|
||||||
@ -7816,17 +7816,17 @@ rc = QMCKL_SUCCESS;
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-orgcbc617b" class="outline-2">
|
<div id="outline-container-org4adf35d" class="outline-2">
|
||||||
<h2 id="orgcbc617b"><span class="section-number-2">5</span> Woodbury 3x3</h2>
|
<h2 id="org4adf35d"><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-org1c111ec" class="outline-3">
|
<div id="outline-container-org889a95f" class="outline-3">
|
||||||
<h3 id="org1c111ec"><span class="section-number-3">5.1</span> <code>qmckl_woodbury_3x3</code></h3>
|
<h3 id="org889a95f"><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-org8896d6f" class="outline-4">
|
<div id="outline-container-orgb5b3df5" class="outline-4">
|
||||||
<h4 id="org8896d6f"><span class="section-number-4">5.1.1</span> Introduction</h4>
|
<h4 id="orgb5b3df5"><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
|
||||||
@ -7850,10 +7850,10 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd817e2a" class="outline-4">
|
<div id="outline-container-org3fc709c" class="outline-4">
|
||||||
<h4 id="orgd817e2a"><span class="section-number-4">5.1.2</span> API</h4>
|
<h4 id="org3fc709c"><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="org18cde76" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgffc948a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -7934,8 +7934,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org79e256f" class="outline-4">
|
<div id="outline-container-orgad05b5a" class="outline-4">
|
||||||
<h4 id="org79e256f"><span class="section-number-4">5.1.3</span> Requirements</h4>
|
<h4 id="orgad05b5a"><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>
|
||||||
@ -7949,8 +7949,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4cf6603" class="outline-4">
|
<div id="outline-container-org24ca3c7" class="outline-4">
|
||||||
<h4 id="org4cf6603"><span class="section-number-4">5.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
<h4 id="org24ca3c7"><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
|
||||||
@ -8095,8 +8095,8 @@ not be used in real workloads.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org743b142" class="outline-5">
|
<div id="outline-container-org3d7ac16" class="outline-5">
|
||||||
<h5 id="org743b142"><span class="section-number-5">5.1.4.1</span> C interface (not directly exposed)</h5>
|
<h5 id="org3d7ac16"><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
|
||||||
@ -8109,8 +8109,8 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd16448f" class="outline-4">
|
<div id="outline-container-org9dc8dd0" class="outline-4">
|
||||||
<h4 id="orgd16448f"><span class="section-number-4">5.1.5</span> C headers (exposed in qmckl.h)</h4>
|
<h4 id="org9dc8dd0"><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> (
|
||||||
@ -8153,8 +8153,8 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org75c9b2f" class="outline-4">
|
<div id="outline-container-org79af363" class="outline-4">
|
||||||
<h4 id="org75c9b2f"><span class="section-number-4">5.1.6</span> C sources</h4>
|
<h4 id="org79af363"><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>,
|
||||||
@ -8264,7 +8264,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="org323624c"><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="orgc8bc47d"><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: #a020f0;">restrict</span> <span style="color: #a0522d;">Updates</span>,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">double</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">Updates</span>,
|
||||||
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">uint64_t</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">Updates_index</span>,
|
<span style="color: #a020f0;">const</span> <span style="color: #228b22;">uint64_t</span>* <span style="color: #a020f0;">restrict</span> <span style="color: #a0522d;">Updates_index</span>,
|
||||||
@ -10634,14 +10634,14 @@ exposed in <code>qmckl.h</code> and <code>qmckl_f.F90</code>, but
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8208ea2" class="outline-4">
|
<div id="outline-container-org487ea1b" class="outline-4">
|
||||||
<h4 id="org8208ea2"><span class="section-number-4">5.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
<h4 id="org487ea1b"><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-org9ecbdf0" class="outline-4">
|
<div id="outline-container-org87dc423" class="outline-4">
|
||||||
<h4 id="org9ecbdf0"><span class="section-number-4">5.1.8</span> Performance</h4>
|
<h4 id="org87dc423"><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
|
||||||
@ -10650,8 +10650,8 @@ it is sure they will not result in a singular matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5272284" class="outline-4">
|
<div id="outline-container-org06b53f0" class="outline-4">
|
||||||
<h4 id="org5272284"><span class="section-number-4">5.1.9</span> Tests</h4>
|
<h4 id="org06b53f0"><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>);
|
||||||
@ -10688,17 +10688,17 @@ rc = QMCKL_SUCCESS;
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-orgedd101f" class="outline-2">
|
<div id="outline-container-org65f5818" class="outline-2">
|
||||||
<h2 id="orgedd101f"><span class="section-number-2">6</span> Sherman-Morrison with Slagel Splitting</h2>
|
<h2 id="org65f5818"><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-orgb5b525b" class="outline-3">
|
<div id="outline-container-orgb66af79" class="outline-3">
|
||||||
<h3 id="orgb5b525b"><span class="section-number-3">6.1</span> <code>qmckl_sm_splitting</code></h3>
|
<h3 id="orgb66af79"><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-org2ae2358" class="outline-4">
|
<div id="outline-container-orgb11b7a1" class="outline-4">
|
||||||
<h4 id="org2ae2358"><span class="section-number-4">6.1.1</span> Introduction</h4>
|
<h4 id="orgb11b7a1"><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
|
||||||
@ -10722,10 +10722,10 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org876c69a" class="outline-4">
|
<div id="outline-container-org4344a66" class="outline-4">
|
||||||
<h4 id="org876c69a"><span class="section-number-4">6.1.2</span> API</h4>
|
<h4 id="org4344a66"><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="org355d6b8" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org6e16b9b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -10813,8 +10813,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org514f002" class="outline-4">
|
<div id="outline-container-org7a9be65" class="outline-4">
|
||||||
<h4 id="org514f002"><span class="section-number-4">6.1.3</span> Requirements</h4>
|
<h4 id="org7a9be65"><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>
|
||||||
@ -10829,8 +10829,8 @@ from applying the updates to the original matrix.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf81577e" class="outline-4">
|
<div id="outline-container-org26939ab" class="outline-4">
|
||||||
<h4 id="orgf81577e"><span class="section-number-4">6.1.4</span> Pedagogical kernel source (in Fortran)</h4>
|
<h4 id="org26939ab"><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
|
||||||
@ -10909,8 +10909,8 @@ not be used in real workloads.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2442936" class="outline-5">
|
<div id="outline-container-org7b73bc6" class="outline-5">
|
||||||
<h5 id="org2442936"><span class="section-number-5">6.1.4.1</span> C interface to the pedagogical kernel (not directly exposed)</h5>
|
<h5 id="org7b73bc6"><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
|
||||||
@ -10923,8 +10923,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-org85f3506" class="outline-4">
|
<div id="outline-container-org22bba00" class="outline-4">
|
||||||
<h4 id="org85f3506"><span class="section-number-4">6.1.5</span> C headers (exposed in qmckl.h)</h4>
|
<h4 id="org22bba00"><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> (
|
||||||
@ -10970,11 +10970,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-org42d9709" class="outline-4">
|
<div id="outline-container-org95c5d0b" class="outline-4">
|
||||||
<h4 id="org42d9709"><span class="section-number-4">6.1.6</span> C source</h4>
|
<h4 id="org95c5d0b"><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="org194ad48"><span style="color: #a0522d;">text</span>=<span style="color: #8b2252;">"""</span>
|
<pre class="src src-python" id="orgd8e143b"><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>
|
||||||
@ -11377,14 +11377,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-org39ce850" class="outline-4">
|
<div id="outline-container-org9927a46" class="outline-4">
|
||||||
<h4 id="org39ce850"><span class="section-number-4">6.1.7</span> Fortran interfaces (exposed in qmckl<sub>f.F90</sub>)</h4>
|
<h4 id="org9927a46"><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-orgf37d972" class="outline-4">
|
<div id="outline-container-org748244c" class="outline-4">
|
||||||
<h4 id="orgf37d972"><span class="section-number-4">6.1.8</span> Performance…</h4>
|
<h4 id="org748244c"><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.
|
||||||
@ -11392,8 +11392,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-org5a86004" class="outline-4">
|
<div id="outline-container-org4e55568" class="outline-4">
|
||||||
<h4 id="org5a86004"><span class="section-number-4">6.1.9</span> Test</h4>
|
<h4 id="org4e55568"><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>);
|
||||||
@ -11431,8 +11431,8 @@ rc = QMCKL_SUCCESS;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-org00488f9" class="outline-2">
|
<div id="outline-container-org62cff63" class="outline-2">
|
||||||
<h2 id="org00488f9"><span class="section-number-2">7</span> End of files</h2>
|
<h2 id="org62cff63"><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);
|
||||||
@ -11446,7 +11446,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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#org90194ec">1. CHBrClF</a>
|
<li><a href="#orgbf44f80">1. CHBrClF</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgf98c87f">1.1. XYZ coordinates</a></li>
|
<li><a href="#org80493bf">1.1. XYZ coordinates</a></li>
|
||||||
<li><a href="#org422ddec">1.2. Atomic basis set</a></li>
|
<li><a href="#org8291682">1.2. Atomic basis set</a></li>
|
||||||
<li><a href="#org82af1c9">1.3. Molecular orbitals</a></li>
|
<li><a href="#org29174c7">1.3. Molecular orbitals</a></li>
|
||||||
<li><a href="#org2515082">1.4. Electron coordinates</a></li>
|
<li><a href="#org105f761">1.4. Electron coordinates</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orga3a8841">2. N2</a>
|
<li><a href="#org00e0638">2. N2</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org9d4e92d">2.1. XYZ coordinates</a></li>
|
<li><a href="#org1b1b762">2.1. XYZ coordinates</a></li>
|
||||||
<li><a href="#orgdc8d246">2.2. Electron coordinates</a></li>
|
<li><a href="#orgd4b7940">2.2. Electron coordinates</a></li>
|
||||||
<li><a href="#orgc9dfb02">2.3. Jastrow related data</a></li>
|
<li><a href="#orgd75c995">2.3. Jastrow related data</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org90194ec" class="outline-2">
|
<div id="outline-container-orgbf44f80" class="outline-2">
|
||||||
<h2 id="org90194ec"><span class="section-number-2">1</span> CHBrClF</h2>
|
<h2 id="orgbf44f80"><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-orgf98c87f" class="outline-3">
|
<div id="outline-container-org80493bf" class="outline-3">
|
||||||
<h3 id="orgf98c87f"><span class="section-number-3">1.1</span> XYZ coordinates</h3>
|
<h3 id="org80493bf"><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-org422ddec" class="outline-3">
|
<div id="outline-container-org8291682" class="outline-3">
|
||||||
<h3 id="org422ddec"><span class="section-number-3">1.2</span> Atomic basis set</h3>
|
<h3 id="org8291682"><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-org82af1c9" class="outline-3">
|
<div id="outline-container-org29174c7" class="outline-3">
|
||||||
<h3 id="org82af1c9"><span class="section-number-3">1.3</span> Molecular orbitals</h3>
|
<h3 id="org29174c7"><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-org2515082" class="outline-3">
|
<div id="outline-container-org105f761" class="outline-3">
|
||||||
<h3 id="org2515082"><span class="section-number-3">1.4</span> Electron coordinates</h3>
|
<h3 id="org105f761"><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-orga3a8841" class="outline-2">
|
<div id="outline-container-org00e0638" class="outline-2">
|
||||||
<h2 id="orga3a8841"><span class="section-number-2">2</span> N2</h2>
|
<h2 id="org00e0638"><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-org9d4e92d" class="outline-3">
|
<div id="outline-container-org1b1b762" class="outline-3">
|
||||||
<h3 id="org9d4e92d"><span class="section-number-3">2.1</span> XYZ coordinates</h3>
|
<h3 id="org1b1b762"><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-orgdc8d246" class="outline-3">
|
<div id="outline-container-orgd4b7940" class="outline-3">
|
||||||
<h3 id="orgdc8d246"><span class="section-number-3">2.2</span> Electron coordinates</h3>
|
<h3 id="orgd4b7940"><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-orgc9dfb02" class="outline-3">
|
<div id="outline-container-orgd75c995" class="outline-3">
|
||||||
<h3 id="orgc9dfb02"><span class="section-number-3">2.3</span> Jastrow related data</h3>
|
<h3 id="orgd75c995"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#orgf16f509">1. Local functions</a>
|
<li><a href="#org3c0c91f">1. Local functions</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org5538753">1.1. Open file</a></li>
|
<li><a href="#org6fd73b4">1.1. Open file</a></li>
|
||||||
<li><a href="#org3be59ee">1.2. Electron</a></li>
|
<li><a href="#orgadd994d">1.2. Electron</a></li>
|
||||||
<li><a href="#orgc0ad193">1.3. Nucleus</a>
|
<li><a href="#orgd498438">1.3. Nucleus</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgbe49a9d">1.3.1. Number of nuclei</a></li>
|
<li><a href="#org7b5507e">1.3.1. Number of nuclei</a></li>
|
||||||
<li><a href="#orgb5d2303">1.3.2. Nuclear charges</a></li>
|
<li><a href="#org212bfe8">1.3.2. Nuclear charges</a></li>
|
||||||
<li><a href="#org2e34fae">1.3.3. Nuclear coordinates</a></li>
|
<li><a href="#orge730c14">1.3.3. Nuclear coordinates</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org8cfcbf7">1.4. Basis set and AOs</a>
|
<li><a href="#orgf636f8c">1.4. Basis set and AOs</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org5bb3400">1.4.1. Basis set type</a></li>
|
<li><a href="#orgd56959d">1.4.1. Basis set type</a></li>
|
||||||
<li><a href="#orgd67cb33">1.4.2. Number of shells</a></li>
|
<li><a href="#orgf0cdc44">1.4.2. Number of shells</a></li>
|
||||||
<li><a href="#orgd02eab0">1.4.3. Number of primitives</a></li>
|
<li><a href="#org532d3d7">1.4.3. Number of primitives</a></li>
|
||||||
<li><a href="#org317d40f">1.4.4. Number of atomic orbitals</a></li>
|
<li><a href="#orgd23c0f7">1.4.4. Number of atomic orbitals</a></li>
|
||||||
<li><a href="#org5183276">1.4.5. Nucleus<sub>index</sub> array</a></li>
|
<li><a href="#org2153e6c">1.4.5. Nucleus<sub>index</sub> array</a></li>
|
||||||
<li><a href="#orgf668d11">1.4.6. Number of shells per nucleus</a></li>
|
<li><a href="#org8f0471b">1.4.6. Number of shells per nucleus</a></li>
|
||||||
<li><a href="#org72194ba">1.4.7. Angular momentum</a></li>
|
<li><a href="#orgf381256">1.4.7. Angular momentum</a></li>
|
||||||
<li><a href="#org39d290d">1.4.8. Number of primitives per shell</a></li>
|
<li><a href="#org8b7e21e">1.4.8. Number of primitives per shell</a></li>
|
||||||
<li><a href="#org7f2228f">1.4.9. Indices of the primitives</a></li>
|
<li><a href="#orgdcbd78d">1.4.9. Indices of the primitives</a></li>
|
||||||
<li><a href="#org75292f7">1.4.10. Normalization of the shells</a></li>
|
<li><a href="#org702d179">1.4.10. Normalization of the shells</a></li>
|
||||||
<li><a href="#org2206b60">1.4.11. Exponents</a></li>
|
<li><a href="#orgf0c9d13">1.4.11. Exponents</a></li>
|
||||||
<li><a href="#org3fed007">1.4.12. Coefficients</a></li>
|
<li><a href="#orgab1ecb1">1.4.12. Coefficients</a></li>
|
||||||
<li><a href="#org208d1b1">1.4.13. Normalization of the primitivies</a></li>
|
<li><a href="#orge6892a9">1.4.13. Normalization of the primitivies</a></li>
|
||||||
<li><a href="#orga6ce06e">1.4.14. AO Normalization</a></li>
|
<li><a href="#org04f4e28">1.4.14. AO Normalization</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org28343db">1.5. Molecular orbitals</a>
|
<li><a href="#orgaf7093a">1.5. Molecular orbitals</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgd170185">1.5.1. Number of MOs</a></li>
|
<li><a href="#orgfb2f7f2">1.5.1. Number of MOs</a></li>
|
||||||
<li><a href="#orgf6a9a82">1.5.2. MO coefficients</a></li>
|
<li><a href="#org8bb2104">1.5.2. MO coefficients</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org88dd5a3">1.6. <span class="todo TODO">TODO</span> ECP</a></li>
|
<li><a href="#org2e2dcc3">1.6. <span class="todo TODO">TODO</span> ECP</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orge4f9e26">2. Read everything</a></li>
|
<li><a href="#orgc2c2334">2. Read everything</a></li>
|
||||||
<li><a href="#org319fd9e">3. Test</a>
|
<li><a href="#orgb26ee6a">3. Test</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orga393ef6">3.0.1. Electrons</a></li>
|
<li><a href="#org62c82c6">3.0.1. Electrons</a></li>
|
||||||
<li><a href="#orgf44be63">3.0.2. Nuclei</a></li>
|
<li><a href="#org652ea9a">3.0.2. Nuclei</a></li>
|
||||||
<li><a href="#org24ff0b1">3.0.3. Atomic basis</a></li>
|
<li><a href="#orgc9288da">3.0.3. Atomic basis</a></li>
|
||||||
<li><a href="#orgb7e1833">3.0.4. MO Basis</a></li>
|
<li><a href="#orga1f1295">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-orgf16f509" class="outline-2">
|
<div id="outline-container-org3c0c91f" class="outline-2">
|
||||||
<h2 id="orgf16f509"><span class="section-number-2">1</span> Local functions</h2>
|
<h2 id="org3c0c91f"><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-org5538753" class="outline-3">
|
<div id="outline-container-org6fd73b4" class="outline-3">
|
||||||
<h3 id="org5538753"><span class="section-number-3">1.1</span> Open file</h3>
|
<h3 id="org6fd73b4"><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-org3be59ee" class="outline-3">
|
<div id="outline-container-orgadd994d" class="outline-3">
|
||||||
<h3 id="org3be59ee"><span class="section-number-3">1.2</span> Electron</h3>
|
<h3 id="orgadd994d"><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-orgc0ad193" class="outline-3">
|
<div id="outline-container-orgd498438" class="outline-3">
|
||||||
<h3 id="orgc0ad193"><span class="section-number-3">1.3</span> Nucleus</h3>
|
<h3 id="orgd498438"><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-orgbe49a9d" class="outline-4">
|
<div id="outline-container-org7b5507e" class="outline-4">
|
||||||
<h4 id="orgbe49a9d"><span class="section-number-4">1.3.1</span> Number of nuclei</h4>
|
<h4 id="org7b5507e"><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-orgb5d2303" class="outline-4">
|
<div id="outline-container-org212bfe8" class="outline-4">
|
||||||
<h4 id="orgb5d2303"><span class="section-number-4">1.3.2</span> Nuclear charges</h4>
|
<h4 id="org212bfe8"><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-org2e34fae" class="outline-4">
|
<div id="outline-container-orge730c14" class="outline-4">
|
||||||
<h4 id="org2e34fae"><span class="section-number-4">1.3.3</span> Nuclear coordinates</h4>
|
<h4 id="orge730c14"><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-org8cfcbf7" class="outline-3">
|
<div id="outline-container-orgf636f8c" class="outline-3">
|
||||||
<h3 id="org8cfcbf7"><span class="section-number-3">1.4</span> Basis set and AOs</h3>
|
<h3 id="orgf636f8c"><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-org5bb3400" class="outline-4">
|
<div id="outline-container-orgd56959d" class="outline-4">
|
||||||
<h4 id="org5bb3400"><span class="section-number-4">1.4.1</span> Basis set type</h4>
|
<h4 id="orgd56959d"><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-orgd67cb33" class="outline-4">
|
<div id="outline-container-orgf0cdc44" class="outline-4">
|
||||||
<h4 id="orgd67cb33"><span class="section-number-4">1.4.2</span> Number of shells</h4>
|
<h4 id="orgf0cdc44"><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-orgd02eab0" class="outline-4">
|
<div id="outline-container-org532d3d7" class="outline-4">
|
||||||
<h4 id="orgd02eab0"><span class="section-number-4">1.4.3</span> Number of primitives</h4>
|
<h4 id="org532d3d7"><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-org317d40f" class="outline-4">
|
<div id="outline-container-orgd23c0f7" class="outline-4">
|
||||||
<h4 id="org317d40f"><span class="section-number-4">1.4.4</span> Number of atomic orbitals</h4>
|
<h4 id="orgd23c0f7"><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-org5183276" class="outline-4">
|
<div id="outline-container-org2153e6c" class="outline-4">
|
||||||
<h4 id="org5183276"><span class="section-number-4">1.4.5</span> Nucleus<sub>index</sub> array</h4>
|
<h4 id="org2153e6c"><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-orgf668d11" class="outline-4">
|
<div id="outline-container-org8f0471b" class="outline-4">
|
||||||
<h4 id="orgf668d11"><span class="section-number-4">1.4.6</span> Number of shells per nucleus</h4>
|
<h4 id="org8f0471b"><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-org72194ba" class="outline-4">
|
<div id="outline-container-orgf381256" class="outline-4">
|
||||||
<h4 id="org72194ba"><span class="section-number-4">1.4.7</span> Angular momentum</h4>
|
<h4 id="orgf381256"><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-org39d290d" class="outline-4">
|
<div id="outline-container-org8b7e21e" class="outline-4">
|
||||||
<h4 id="org39d290d"><span class="section-number-4">1.4.8</span> Number of primitives per shell</h4>
|
<h4 id="org8b7e21e"><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-org7f2228f" class="outline-4">
|
<div id="outline-container-orgdcbd78d" class="outline-4">
|
||||||
<h4 id="org7f2228f"><span class="section-number-4">1.4.9</span> Indices of the primitives</h4>
|
<h4 id="orgdcbd78d"><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-org75292f7" class="outline-4">
|
<div id="outline-container-org702d179" class="outline-4">
|
||||||
<h4 id="org75292f7"><span class="section-number-4">1.4.10</span> Normalization of the shells</h4>
|
<h4 id="org702d179"><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-org2206b60" class="outline-4">
|
<div id="outline-container-orgf0c9d13" class="outline-4">
|
||||||
<h4 id="org2206b60"><span class="section-number-4">1.4.11</span> Exponents</h4>
|
<h4 id="orgf0c9d13"><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-org3fed007" class="outline-4">
|
<div id="outline-container-orgab1ecb1" class="outline-4">
|
||||||
<h4 id="org3fed007"><span class="section-number-4">1.4.12</span> Coefficients</h4>
|
<h4 id="orgab1ecb1"><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-org208d1b1" class="outline-4">
|
<div id="outline-container-orge6892a9" class="outline-4">
|
||||||
<h4 id="org208d1b1"><span class="section-number-4">1.4.13</span> Normalization of the primitivies</h4>
|
<h4 id="orge6892a9"><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-orga6ce06e" class="outline-4">
|
<div id="outline-container-org04f4e28" class="outline-4">
|
||||||
<h4 id="orga6ce06e"><span class="section-number-4">1.4.14</span> AO Normalization</h4>
|
<h4 id="org04f4e28"><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-org28343db" class="outline-3">
|
<div id="outline-container-orgaf7093a" class="outline-3">
|
||||||
<h3 id="org28343db"><span class="section-number-3">1.5</span> Molecular orbitals</h3>
|
<h3 id="orgaf7093a"><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-orgd170185" class="outline-4">
|
<div id="outline-container-orgfb2f7f2" class="outline-4">
|
||||||
<h4 id="orgd170185"><span class="section-number-4">1.5.1</span> Number of MOs</h4>
|
<h4 id="orgfb2f7f2"><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-orgf6a9a82" class="outline-4">
|
<div id="outline-container-org8bb2104" class="outline-4">
|
||||||
<h4 id="orgf6a9a82"><span class="section-number-4">1.5.2</span> MO coefficients</h4>
|
<h4 id="org8bb2104"><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-org88dd5a3" class="outline-3">
|
<div id="outline-container-org2e2dcc3" class="outline-3">
|
||||||
<h3 id="org88dd5a3"><span class="section-number-3">1.6</span> <span class="todo TODO">TODO</span> ECP</h3>
|
<h3 id="org2e2dcc3"><span class="section-number-3">1.6</span> <span class="todo TODO">TODO</span> ECP</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orge4f9e26" class="outline-2">
|
<div id="outline-container-orgc2c2334" class="outline-2">
|
||||||
<h2 id="orge4f9e26"><span class="section-number-2">2</span> Read everything</h2>
|
<h2 id="orgc2c2334"><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-org319fd9e" class="outline-2">
|
<div id="outline-container-orgb26ee6a" class="outline-2">
|
||||||
<h2 id="org319fd9e"><span class="section-number-2">3</span> Test</h2>
|
<h2 id="orgb26ee6a"><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-orga393ef6" class="outline-4">
|
<div id="outline-container-org62c82c6" class="outline-4">
|
||||||
<h4 id="orga393ef6"><span class="section-number-4">3.0.1</span> Electrons</h4>
|
<h4 id="org62c82c6"><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-orgf44be63" class="outline-4">
|
<div id="outline-container-org652ea9a" class="outline-4">
|
||||||
<h4 id="orgf44be63"><span class="section-number-4">3.0.2</span> Nuclei</h4>
|
<h4 id="org652ea9a"><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-org24ff0b1" class="outline-4">
|
<div id="outline-container-orgc9288da" class="outline-4">
|
||||||
<h4 id="org24ff0b1"><span class="section-number-4">3.0.3</span> Atomic basis</h4>
|
<h4 id="orgc9288da"><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-orgb7e1833" class="outline-4">
|
<div id="outline-container-orga1f1295" class="outline-4">
|
||||||
<h4 id="orgb7e1833"><span class="section-number-4">3.0.4</span> MO Basis</h4>
|
<h4 id="orga1f1295"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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-02-26 Mon 08:24 -->
|
<!-- 2024-03-29 Fri 08:29 -->
|
||||||
<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="#orgf4c93ab">1. Verificarlo probes</a>
|
<li><a href="#org5c7c78e">1. Verificarlo probes</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgc7b4dfd">1.1. Automatically initialize the <code>vfc_probe</code> object if <code>VFC_CI</code> is defined</a></li>
|
<li><a href="#orgcb42723">1.1. Automatically initialize the <code>vfc_probe</code> object if <code>VFC_CI</code> is defined</a></li>
|
||||||
<li><a href="#org1a36632">1.2. Standard probe, without check</a></li>
|
<li><a href="#org8881d39">1.2. Standard probe, without check</a></li>
|
||||||
<li><a href="#org01f3bca">1.3. Probe with absolute check</a></li>
|
<li><a href="#org96f80b9">1.3. Probe with absolute check</a></li>
|
||||||
<li><a href="#orgec1c65f">1.4. Probe with relative check</a></li>
|
<li><a href="#org0e4bcb2">1.4. Probe with relative check</a></li>
|
||||||
<li><a href="#org494d8d1">1.5. Automatically delete and dump the vfc<sub>probe</sub> object if <code>VFC_CI</code> is defined</a></li>
|
<li><a href="#orgb4f5b1a">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="#orgea947b8">2. Fortran wrappers</a></li>
|
<li><a href="#org5b7f0d1">2. Fortran wrappers</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf4c93ab" class="outline-2">
|
<div id="outline-container-org5c7c78e" class="outline-2">
|
||||||
<h2 id="orgf4c93ab"><span class="section-number-2">1</span> Verificarlo probes</h2>
|
<h2 id="org5c7c78e"><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-orgc7b4dfd" class="outline-3">
|
<div id="outline-container-orgcb42723" class="outline-3">
|
||||||
<h3 id="orgc7b4dfd"><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="orgcb42723"><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-org1a36632" class="outline-3">
|
<div id="outline-container-org8881d39" class="outline-3">
|
||||||
<h3 id="org1a36632"><span class="section-number-3">1.2</span> Standard probe, without check</h3>
|
<h3 id="org8881d39"><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-org01f3bca" class="outline-3">
|
<div id="outline-container-org96f80b9" class="outline-3">
|
||||||
<h3 id="org01f3bca"><span class="section-number-3">1.3</span> Probe with absolute check</h3>
|
<h3 id="org96f80b9"><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-orgec1c65f" class="outline-3">
|
<div id="outline-container-org0e4bcb2" class="outline-3">
|
||||||
<h3 id="orgec1c65f"><span class="section-number-3">1.4</span> Probe with relative check</h3>
|
<h3 id="org0e4bcb2"><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-org494d8d1" class="outline-3">
|
<div id="outline-container-orgb4f5b1a" class="outline-3">
|
||||||
<h3 id="org494d8d1"><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="orgb4f5b1a"><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-orgea947b8" class="outline-2">
|
<div id="outline-container-org5b7f0d1" class="outline-2">
|
||||||
<h2 id="orgea947b8"><span class="section-number-2">2</span> Fortran wrappers</h2>
|
<h2 id="org5b7f0d1"><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-02-26 Mon 08:24</p>
|
<p class="date">Created: 2024-03-29 Fri 08:29</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