mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-25 05:43:53 +01:00
Deploying to gh-pages from @ TREX-CoE/trexio@4adf6484ba 🚀
This commit is contained in:
parent
ba90a56b7f
commit
1afc832c3a
@ -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>
|
||||||
<!-- 2022-06-03 Fri 07:52 -->
|
<!-- 2022-06-03 Fri 08:04 -->
|
||||||
<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 source code documentation</title>
|
<title>TREXIO source code documentation</title>
|
||||||
@ -347,7 +347,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: 2022-06-03 Fri 07:52</p>
|
<p class="date">Created: 2022-06-03 Fri 08:04</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>
|
||||||
<!-- 2022-06-03 Fri 07:52 -->
|
<!-- 2022-06-03 Fri 08:04 -->
|
||||||
<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>Examples</title>
|
<title>Examples</title>
|
||||||
@ -333,24 +333,24 @@ 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="#org2b0a3c0">1. Accessing sparse quantities</a>
|
<li><a href="#orge01f336">1. Accessing sparse quantities</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orge33bde1">1.1. Fortran</a>
|
<li><a href="#org4720a8b">1.1. Fortran</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgc8440f3">1.1.1. Declare Temporary variables</a></li>
|
<li><a href="#orga2128f7">1.1.1. Declare Temporary variables</a></li>
|
||||||
<li><a href="#org319a7c0">1.1.2. Obtain the name of the TREXIO file from the command line, and open it for reading</a></li>
|
<li><a href="#org6ffce8d">1.1.2. Obtain the name of the TREXIO file from the command line, and open it for reading</a></li>
|
||||||
<li><a href="#orgd294e48">1.1.3. Read the nuclear repulsion energy</a></li>
|
<li><a href="#orgce65c3a">1.1.3. Read the nuclear repulsion energy</a></li>
|
||||||
<li><a href="#orgc3f7b93">1.1.4. Read the number of molecular orbitals</a></li>
|
<li><a href="#org14fa0c4">1.1.4. Read the number of molecular orbitals</a></li>
|
||||||
<li><a href="#org2b36df3">1.1.5. Allocate memory</a></li>
|
<li><a href="#org180a43c">1.1.5. Allocate memory</a></li>
|
||||||
<li><a href="#orgc85fe92">1.1.6. Read one-electron quantities</a></li>
|
<li><a href="#org0921941">1.1.6. Read one-electron quantities</a></li>
|
||||||
<li><a href="#orgd8fead8">1.1.7. Read two-electron quantities</a>
|
<li><a href="#org3110078">1.1.7. Read two-electron quantities</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgbe4da69">1.1.7.1. Electron repulsion integrals</a></li>
|
<li><a href="#org812218d">1.1.7.1. Electron repulsion integrals</a></li>
|
||||||
<li><a href="#orgcac6ecf">1.1.7.2. Reduced density matrix</a></li>
|
<li><a href="#orge216000">1.1.7.2. Reduced density matrix</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org017d5b6">1.1.8. Compute the energy</a></li>
|
<li><a href="#org609a04e">1.1.8. Compute the energy</a></li>
|
||||||
<li><a href="#orgd01af70">1.1.9. Terminate</a></li>
|
<li><a href="#org84f74c7">1.1.9. Terminate</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -360,12 +360,12 @@ for the JavaScript code in this tag.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-org2b0a3c0" class="outline-2">
|
<div id="outline-container-orge01f336" class="outline-2">
|
||||||
<h2 id="org2b0a3c0"><span class="section-number-2">1</span> Accessing sparse quantities</h2>
|
<h2 id="orge01f336"><span class="section-number-2">1</span> Accessing sparse quantities</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orge33bde1" class="outline-3">
|
<div id="outline-container-org4720a8b" class="outline-3">
|
||||||
<h3 id="orge33bde1"><span class="section-number-3">1.1</span> Fortran</h3>
|
<h3 id="org4720a8b"><span class="section-number-3">1.1</span> Fortran</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-f90"><span style="color: #a020f0;">program</span> <span style="color: #0000ff;">print_energy</span>
|
<pre class="src src-f90"><span style="color: #a020f0;">program</span> <span style="color: #0000ff;">print_energy</span>
|
||||||
@ -411,8 +411,8 @@ One needs to read from the TREXIO file:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc8440f3" class="outline-4">
|
<div id="outline-container-orga2128f7" class="outline-4">
|
||||||
<h4 id="orgc8440f3"><span class="section-number-4">1.1.1</span> Declare Temporary variables</h4>
|
<h4 id="orga2128f7"><span class="section-number-4">1.1.1</span> Declare Temporary variables</h4>
|
||||||
<div class="outline-text-4" id="text-1-1-1">
|
<div class="outline-text-4" id="text-1-1-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90"><span style="color: #228b22;">integer</span> ::<span style="color: #a0522d;"> i, j, k, l, m</span>
|
<pre class="src src-f90"><span style="color: #228b22;">integer</span> ::<span style="color: #a0522d;"> i, j, k, l, m</span>
|
||||||
@ -427,8 +427,8 @@ One needs to read from the TREXIO file:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org319a7c0" class="outline-4">
|
<div id="outline-container-org6ffce8d" class="outline-4">
|
||||||
<h4 id="org319a7c0"><span class="section-number-4">1.1.2</span> Obtain the name of the TREXIO file from the command line, and open it for reading</h4>
|
<h4 id="org6ffce8d"><span class="section-number-4">1.1.2</span> Obtain the name of the TREXIO file from the command line, and open it for reading</h4>
|
||||||
<div class="outline-text-4" id="text-1-1-2">
|
<div class="outline-text-4" id="text-1-1-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90"><span style="color: #a020f0;">call</span> <span style="color: #0000ff;">getarg</span>(1, filename)
|
<pre class="src src-f90"><span style="color: #a020f0;">call</span> <span style="color: #0000ff;">getarg</span>(1, filename)
|
||||||
@ -444,8 +444,8 @@ f = trexio_open (filename, <span style="color: #8b2252;">'r'</span>, TREXIO_HDF5
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd294e48" class="outline-4">
|
<div id="outline-container-orgce65c3a" class="outline-4">
|
||||||
<h4 id="orgd294e48"><span class="section-number-4">1.1.3</span> Read the nuclear repulsion energy</h4>
|
<h4 id="orgce65c3a"><span class="section-number-4">1.1.3</span> Read the nuclear repulsion energy</h4>
|
||||||
<div class="outline-text-4" id="text-1-1-3">
|
<div class="outline-text-4" id="text-1-1-3">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90">rc = trexio_read_nucleus_repulsion(f, E_nn)
|
<pre class="src src-f90">rc = trexio_read_nucleus_repulsion(f, E_nn)
|
||||||
@ -459,8 +459,8 @@ f = trexio_open (filename, <span style="color: #8b2252;">'r'</span>, TREXIO_HDF5
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc3f7b93" class="outline-4">
|
<div id="outline-container-org14fa0c4" class="outline-4">
|
||||||
<h4 id="orgc3f7b93"><span class="section-number-4">1.1.4</span> Read the number of molecular orbitals</h4>
|
<h4 id="org14fa0c4"><span class="section-number-4">1.1.4</span> Read the number of molecular orbitals</h4>
|
||||||
<div class="outline-text-4" id="text-1-1-4">
|
<div class="outline-text-4" id="text-1-1-4">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90">rc = trexio_read_mo_num(f, n)
|
<pre class="src src-f90">rc = trexio_read_mo_num(f, n)
|
||||||
@ -474,8 +474,8 @@ f = trexio_open (filename, <span style="color: #8b2252;">'r'</span>, TREXIO_HDF5
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2b36df3" class="outline-4">
|
<div id="outline-container-org180a43c" class="outline-4">
|
||||||
<h4 id="org2b36df3"><span class="section-number-4">1.1.5</span> Allocate memory</h4>
|
<h4 id="org180a43c"><span class="section-number-4">1.1.5</span> Allocate memory</h4>
|
||||||
<div class="outline-text-4" id="text-1-1-5">
|
<div class="outline-text-4" id="text-1-1-5">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90"><span style="color: #a020f0;">allocate</span>( D(n,n), h0(n,n) )
|
<pre class="src src-f90"><span style="color: #a020f0;">allocate</span>( D(n,n), h0(n,n) )
|
||||||
@ -487,8 +487,8 @@ W(:,:,:,:) = 0.d0
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc85fe92" class="outline-4">
|
<div id="outline-container-org0921941" class="outline-4">
|
||||||
<h4 id="orgc85fe92"><span class="section-number-4">1.1.6</span> Read one-electron quantities</h4>
|
<h4 id="org0921941"><span class="section-number-4">1.1.6</span> Read one-electron quantities</h4>
|
||||||
<div class="outline-text-4" id="text-1-1-6">
|
<div class="outline-text-4" id="text-1-1-6">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90">rc = trexio_has_mo_1e_int_core_hamiltonian(f)
|
<pre class="src src-f90">rc = trexio_has_mo_1e_int_core_hamiltonian(f)
|
||||||
@ -520,8 +520,8 @@ rc = trexio_read_rdm_1e(f, D)
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd8fead8" class="outline-4">
|
<div id="outline-container-org3110078" class="outline-4">
|
||||||
<h4 id="orgd8fead8"><span class="section-number-4">1.1.7</span> Read two-electron quantities</h4>
|
<h4 id="org3110078"><span class="section-number-4">1.1.7</span> Read two-electron quantities</h4>
|
||||||
<div class="outline-text-4" id="text-1-1-7">
|
<div class="outline-text-4" id="text-1-1-7">
|
||||||
<p>
|
<p>
|
||||||
Reading is done with OpenMP. Each thread reads its own buffer, and
|
Reading is done with OpenMP. Each thread reads its own buffer, and
|
||||||
@ -537,8 +537,8 @@ to be protected in the critical section when modified.
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgbe4da69" class="outline-5">
|
<div id="outline-container-org812218d" class="outline-5">
|
||||||
<h5 id="orgbe4da69"><span class="section-number-5">1.1.7.1</span> Electron repulsion integrals</h5>
|
<h5 id="org812218d"><span class="section-number-5">1.1.7.1</span> Electron repulsion integrals</h5>
|
||||||
<div class="outline-text-5" id="text-1-1-7-1">
|
<div class="outline-text-5" id="text-1-1-7-1">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90">rc = trexio_has_mo_2e_int_eri(f)
|
<pre class="src src-f90">rc = trexio_has_mo_2e_int_eri(f)
|
||||||
@ -587,8 +587,8 @@ icount = BUFSIZE
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgcac6ecf" class="outline-5">
|
<div id="outline-container-orge216000" class="outline-5">
|
||||||
<h5 id="orgcac6ecf"><span class="section-number-5">1.1.7.2</span> Reduced density matrix</h5>
|
<h5 id="orge216000"><span class="section-number-5">1.1.7.2</span> Reduced density matrix</h5>
|
||||||
<div class="outline-text-5" id="text-1-1-7-2">
|
<div class="outline-text-5" id="text-1-1-7-2">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90">rc = trexio_has_rdm_2e(f)
|
<pre class="src src-f90">rc = trexio_has_rdm_2e(f)
|
||||||
@ -632,8 +632,8 @@ icount = bufsize
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org017d5b6" class="outline-4">
|
<div id="outline-container-org609a04e" class="outline-4">
|
||||||
<h4 id="org017d5b6"><span class="section-number-4">1.1.8</span> Compute the energy</h4>
|
<h4 id="org609a04e"><span class="section-number-4">1.1.8</span> Compute the energy</h4>
|
||||||
<div class="outline-text-4" id="text-1-1-8">
|
<div class="outline-text-4" id="text-1-1-8">
|
||||||
<p>
|
<p>
|
||||||
When the orbitals are real, we can use
|
When the orbitals are real, we can use
|
||||||
@ -679,8 +679,8 @@ E = E + E_nn
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd01af70" class="outline-4">
|
<div id="outline-container-org84f74c7" class="outline-4">
|
||||||
<h4 id="orgd01af70"><span class="section-number-4">1.1.9</span> Terminate</h4>
|
<h4 id="org84f74c7"><span class="section-number-4">1.1.9</span> Terminate</h4>
|
||||||
<div class="outline-text-4" id="text-1-1-9">
|
<div class="outline-text-4" id="text-1-1-9">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-f90"> <span style="color: #a020f0;">deallocate</span>( D, h0, G, W )
|
<pre class="src src-f90"> <span style="color: #a020f0;">deallocate</span>( D, h0, G, W )
|
||||||
@ -695,7 +695,7 @@ E = E + E_nn
|
|||||||
</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: 2022-06-03 Fri 07:52</p>
|
<p class="date">Created: 2022-06-03 Fri 08:04</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>
|
||||||
<!-- 2022-06-03 Fri 07:52 -->
|
<!-- 2022-06-03 Fri 08:04 -->
|
||||||
<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 source code documentation</title>
|
<title>TREXIO source code documentation</title>
|
||||||
@ -347,7 +347,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: 2022-06-03 Fri 07:52</p>
|
<p class="date">Created: 2022-06-03 Fri 08:04</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>
|
||||||
<!-- 2022-06-03 Fri 07:52 -->
|
<!-- 2022-06-03 Fri 08:04 -->
|
||||||
<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>HDF5 back end</title>
|
<title>HDF5 back end</title>
|
||||||
@ -311,23 +311,23 @@ 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="#orgd715ed3">1. Template for HDF5 definitions</a></li>
|
<li><a href="#org6abc5d7">1. Template for HDF5 definitions</a></li>
|
||||||
<li><a href="#org4694773">2. Template for HDF5 structures</a></li>
|
<li><a href="#orgb2ffbee">2. Template for HDF5 structures</a></li>
|
||||||
<li><a href="#orge8bb9c7">3. Template for HDF5 init/deinit</a></li>
|
<li><a href="#orgbdc124e">3. Template for HDF5 init/deinit</a></li>
|
||||||
<li><a href="#org6a9bd4b">4. Template for HDF5 has/read/write a numerical attribute</a></li>
|
<li><a href="#orgb755321">4. Template for HDF5 has/read/write a numerical attribute</a></li>
|
||||||
<li><a href="#org5dd5ef6">5. Template for HDF5 has/read/write a dataset of numerical data</a></li>
|
<li><a href="#org6590cd7">5. Template for HDF5 has/read/write a dataset of numerical data</a></li>
|
||||||
<li><a href="#org93df72b">6. Template for HDF5 has/read/write a dataset of sparse data</a></li>
|
<li><a href="#org9303c6d">6. Template for HDF5 has/read/write a dataset of sparse data</a></li>
|
||||||
<li><a href="#orgcfa1482">7. Template for HDF5 has/read/write a dataset of strings</a></li>
|
<li><a href="#org12c4496">7. Template for HDF5 has/read/write a dataset of strings</a></li>
|
||||||
<li><a href="#orga462aab">8. Template for HDF5 has/read/write a string attribute</a></li>
|
<li><a href="#orgc824ff6">8. Template for HDF5 has/read/write a string attribute</a></li>
|
||||||
<li><a href="#org75e2945">9. Template for HDF5 delete a group (UNSAFE mode)</a></li>
|
<li><a href="#orgbd8f01e">9. Template for HDF5 delete a group (UNSAFE mode)</a></li>
|
||||||
<li><a href="#orga09edad">10. Source code for the determinant part</a></li>
|
<li><a href="#org5b9b629">10. Source code for the determinant part</a></li>
|
||||||
<li><a href="#org3f51525">11. Helper functions</a></li>
|
<li><a href="#orgccc0081">11. Helper functions</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd715ed3" class="outline-2">
|
<div id="outline-container-org6abc5d7" class="outline-2">
|
||||||
<h2 id="orgd715ed3"><span class="section-number-2">1</span> Template for HDF5 definitions</h2>
|
<h2 id="org6abc5d7"><span class="section-number-2">1</span> Template for HDF5 definitions</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;">#define</span> $GROUP$_GROUP_NAME <span style="color: #8b2252;">"$group$"</span>
|
<pre class="src src-c"><span style="color: #483d8b;">#define</span> $GROUP$_GROUP_NAME <span style="color: #8b2252;">"$group$"</span>
|
||||||
@ -339,8 +339,8 @@ for the JavaScript code in this tag.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4694773" class="outline-2">
|
<div id="outline-container-orgb2ffbee" class="outline-2">
|
||||||
<h2 id="org4694773"><span class="section-number-2">2</span> Template for HDF5 structures</h2>
|
<h2 id="orgb2ffbee"><span class="section-number-2">2</span> Template for HDF5 structures</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<p>
|
<p>
|
||||||
Polymorphism of the <code>trexio_t</code> type is handled by ensuring that the
|
Polymorphism of the <code>trexio_t</code> type is handled by ensuring that the
|
||||||
@ -360,8 +360,8 @@ corresponding types for all back ends can be safely casted to
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge8bb9c7" class="outline-2">
|
<div id="outline-container-orgbdc124e" class="outline-2">
|
||||||
<h2 id="orge8bb9c7"><span class="section-number-2">3</span> Template for HDF5 init/deinit</h2>
|
<h2 id="orgbdc124e"><span class="section-number-2">3</span> Template for HDF5 init/deinit</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: #228b22;">trexio_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||||
@ -466,8 +466,8 @@ corresponding types for all back ends can be safely casted to
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6a9bd4b" class="outline-2">
|
<div id="outline-container-orgb755321" class="outline-2">
|
||||||
<h2 id="org6a9bd4b"><span class="section-number-2">4</span> Template for HDF5 has/read/write a numerical attribute</h2>
|
<h2 id="orgb755321"><span class="section-number-2">4</span> Template for HDF5 has/read/write a numerical attribute</h2>
|
||||||
<div class="outline-text-2" id="text-4">
|
<div class="outline-text-2" id="text-4">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||||
@ -571,8 +571,8 @@ corresponding types for all back ends can be safely casted to
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org5dd5ef6" class="outline-2">
|
<div id="outline-container-org6590cd7" class="outline-2">
|
||||||
<h2 id="org5dd5ef6"><span class="section-number-2">5</span> Template for HDF5 has/read/write a dataset of numerical data</h2>
|
<h2 id="org6590cd7"><span class="section-number-2">5</span> Template for HDF5 has/read/write a dataset of numerical data</h2>
|
||||||
<div class="outline-text-2" id="text-5">
|
<div class="outline-text-2" id="text-5">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||||
@ -706,8 +706,8 @@ corresponding types for all back ends can be safely casted to
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org93df72b" class="outline-2">
|
<div id="outline-container-org9303c6d" class="outline-2">
|
||||||
<h2 id="org93df72b"><span class="section-number-2">6</span> Template for HDF5 has/read/write a dataset of sparse data</h2>
|
<h2 id="org9303c6d"><span class="section-number-2">6</span> Template for HDF5 has/read/write a dataset of sparse data</h2>
|
||||||
<div class="outline-text-2" id="text-6">
|
<div class="outline-text-2" id="text-6">
|
||||||
<p>
|
<p>
|
||||||
Sparse data is stored using extensible datasets of HDF5. Extensibility is required
|
Sparse data is stored using extensible datasets of HDF5. Extensibility is required
|
||||||
@ -910,8 +910,8 @@ due to the fact that the sparse data will be written in chunks of user-defined s
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgcfa1482" class="outline-2">
|
<div id="outline-container-org12c4496" class="outline-2">
|
||||||
<h2 id="orgcfa1482"><span class="section-number-2">7</span> Template for HDF5 has/read/write a dataset of strings</h2>
|
<h2 id="org12c4496"><span class="section-number-2">7</span> Template for HDF5 has/read/write a dataset of strings</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: #228b22;">trexio_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||||
@ -1109,8 +1109,8 @@ due to the fact that the sparse data will be written in chunks of user-defined s
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga462aab" class="outline-2">
|
<div id="outline-container-orgc824ff6" class="outline-2">
|
||||||
<h2 id="orga462aab"><span class="section-number-2">8</span> Template for HDF5 has/read/write a string attribute</h2>
|
<h2 id="orgc824ff6"><span class="section-number-2">8</span> Template for HDF5 has/read/write a string attribute</h2>
|
||||||
<div class="outline-text-2" id="text-8">
|
<div class="outline-text-2" id="text-8">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||||
@ -1237,8 +1237,8 @@ due to the fact that the sparse data will be written in chunks of user-defined s
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org75e2945" class="outline-2">
|
<div id="outline-container-orgbd8f01e" class="outline-2">
|
||||||
<h2 id="org75e2945"><span class="section-number-2">9</span> Template for HDF5 delete a group (UNSAFE mode)</h2>
|
<h2 id="orgbd8f01e"><span class="section-number-2">9</span> Template for HDF5 delete a group (UNSAFE mode)</h2>
|
||||||
<div class="outline-text-2" id="text-9">
|
<div class="outline-text-2" id="text-9">
|
||||||
<p>
|
<p>
|
||||||
<b><b>Note:</b></b> in early versions of the HDF5 library (v < 1.10) unlinking an object was not working as expected
|
<b><b>Note:</b></b> in early versions of the HDF5 library (v < 1.10) unlinking an object was not working as expected
|
||||||
@ -1278,8 +1278,8 @@ Thus, any corrupted/lost file space will remain in the first file. The use of <c
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga09edad" class="outline-2">
|
<div id="outline-container-org5b9b629" class="outline-2">
|
||||||
<h2 id="orga09edad"><span class="section-number-2">10</span> Source code for the determinant part</h2>
|
<h2 id="org5b9b629"><span class="section-number-2">10</span> Source code for the determinant part</h2>
|
||||||
<div class="outline-text-2" id="text-10">
|
<div class="outline-text-2" id="text-10">
|
||||||
<p>
|
<p>
|
||||||
Each array is stored in a separate HDF5 dataset due to the fact that determinant I/O has to be decoupled.
|
Each array is stored in a separate HDF5 dataset due to the fact that determinant I/O has to be decoupled.
|
||||||
@ -1532,8 +1532,8 @@ Size specifies the number of data items (e.g. determinants) to process.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org3f51525" class="outline-2">
|
<div id="outline-container-orgccc0081" class="outline-2">
|
||||||
<h2 id="org3f51525"><span class="section-number-2">11</span> Helper functions</h2>
|
<h2 id="orgccc0081"><span class="section-number-2">11</span> Helper functions</h2>
|
||||||
<div class="outline-text-2" id="text-11">
|
<div class="outline-text-2" id="text-11">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||||
@ -1796,7 +1796,7 @@ Size specifies the number of data items (e.g. determinants) to process.
|
|||||||
</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: 2022-06-03 Fri 07:52</p>
|
<p class="date">Created: 2022-06-03 Fri 08:04</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>
|
||||||
<!-- 2022-06-03 Fri 07:52 -->
|
<!-- 2022-06-03 Fri 08:04 -->
|
||||||
<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>TEXT back end</title>
|
<title>TEXT back end</title>
|
||||||
@ -311,20 +311,20 @@ 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="#org4ffb75f">1. Template for group-related structures in text back end</a></li>
|
<li><a href="#org4f14c22">1. Template for group-related structures in text back end</a></li>
|
||||||
<li><a href="#org6dea98c">2. Template for general structure in text back end</a></li>
|
<li><a href="#orgfeca5e6">2. Template for general structure in text back end</a></li>
|
||||||
<li><a href="#orgc295d93">3. Initialize function (constant part)</a></li>
|
<li><a href="#orgb193239">3. Initialize function (constant part)</a></li>
|
||||||
<li><a href="#org41970db">4. Deinitialize function (templated part)</a></li>
|
<li><a href="#org53b238b">4. Deinitialize function (templated part)</a></li>
|
||||||
<li><a href="#org7c5b555">5. Template for text read a group</a></li>
|
<li><a href="#org85cc383">5. Template for text read a group</a></li>
|
||||||
<li><a href="#org8b3fa0c">6. Template for text flush a group</a></li>
|
<li><a href="#org9f22d3e">6. Template for text flush a group</a></li>
|
||||||
<li><a href="#org43a4f82">7. Template for text free memory</a></li>
|
<li><a href="#org2170573">7. Template for text free memory</a></li>
|
||||||
<li><a href="#org9a04a88">8. Template for has/read/write a numerical attribute</a></li>
|
<li><a href="#orgc420a41">8. Template for has/read/write a numerical attribute</a></li>
|
||||||
<li><a href="#org6cc11e0">9. Template for has/read/write a dataset of numerical data</a></li>
|
<li><a href="#org0454855">9. Template for has/read/write a dataset of numerical data</a></li>
|
||||||
<li><a href="#org5eda6db">10. Template for has/read/write a dataset of strings</a></li>
|
<li><a href="#org5815346">10. Template for has/read/write a dataset of strings</a></li>
|
||||||
<li><a href="#orgb7ec02c">11. Template for has/read/write a string attribute</a></li>
|
<li><a href="#orge7605de">11. Template for has/read/write a string attribute</a></li>
|
||||||
<li><a href="#org1a92014">12. Template for has/read/write the dataset of sparse data</a></li>
|
<li><a href="#org8f70b40">12. Template for has/read/write the dataset of sparse data</a></li>
|
||||||
<li><a href="#org946767c">13. Template for text delete a group (UNSAFE mode)</a></li>
|
<li><a href="#org7693a54">13. Template for text delete a group (UNSAFE mode)</a></li>
|
||||||
<li><a href="#orgd9a35b5">14. Source code for the determinant part</a></li>
|
<li><a href="#org77cacd4">14. Source code for the determinant part</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -346,8 +346,8 @@ directory.
|
|||||||
The file is written when closed, or when the flush function is called.
|
The file is written when closed, or when the flush function is called.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div id="outline-container-org4ffb75f" class="outline-2">
|
<div id="outline-container-org4f14c22" class="outline-2">
|
||||||
<h2 id="org4ffb75f"><span class="section-number-2">1</span> Template for group-related structures in text back end</h2>
|
<h2 id="org4f14c22"><span class="section-number-2">1</span> Template for group-related structures in text back end</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: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> $group$_s {
|
<pre class="src src-c"><span style="color: #a020f0;">typedef</span> <span style="color: #a020f0;">struct</span> $group$_s {
|
||||||
@ -366,8 +366,8 @@ The file is written when closed, or when the flush function is called.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6dea98c" class="outline-2">
|
<div id="outline-container-orgfeca5e6" class="outline-2">
|
||||||
<h2 id="org6dea98c"><span class="section-number-2">2</span> Template for general structure in text back end</h2>
|
<h2 id="orgfeca5e6"><span class="section-number-2">2</span> Template for general structure in text back end</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<p>
|
<p>
|
||||||
Polymorphism of the <code>trexio_t</code> type is handled by ensuring that the
|
Polymorphism of the <code>trexio_t</code> type is handled by ensuring that the
|
||||||
@ -387,8 +387,8 @@ corresponding types for all back ends can be safely casted to
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc295d93" class="outline-2">
|
<div id="outline-container-orgb193239" class="outline-2">
|
||||||
<h2 id="orgc295d93"><span class="section-number-2">3</span> Initialize function (constant part)</h2>
|
<h2 id="orgb193239"><span class="section-number-2">3</span> Initialize function (constant part)</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: #228b22;">trexio_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||||
@ -531,8 +531,8 @@ corresponding types for all back ends can be safely casted to
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org41970db" class="outline-2">
|
<div id="outline-container-org53b238b" class="outline-2">
|
||||||
<h2 id="org41970db"><span class="section-number-2">4</span> Deinitialize function (templated part)</h2>
|
<h2 id="org53b238b"><span class="section-number-2">4</span> Deinitialize function (templated part)</h2>
|
||||||
<div class="outline-text-2" id="text-4">
|
<div class="outline-text-2" id="text-4">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||||
@ -554,8 +554,8 @@ corresponding types for all back ends can be safely casted to
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org7c5b555" class="outline-2">
|
<div id="outline-container-org85cc383" class="outline-2">
|
||||||
<h2 id="org7c5b555"><span class="section-number-2">5</span> Template for text read a group</h2>
|
<h2 id="org85cc383"><span class="section-number-2">5</span> Template for text read a group</h2>
|
||||||
<div class="outline-text-2" id="text-5">
|
<div class="outline-text-2" id="text-5">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c">$group$_t*
|
<pre class="src src-c">$group$_t*
|
||||||
@ -779,8 +779,8 @@ trexio_text_read_$group$ (<span style="color: #228b22;">trexio_text_t</span>* <s
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8b3fa0c" class="outline-2">
|
<div id="outline-container-org9f22d3e" class="outline-2">
|
||||||
<h2 id="org8b3fa0c"><span class="section-number-2">6</span> Template for text flush a group</h2>
|
<h2 id="org9f22d3e"><span class="section-number-2">6</span> Template for text flush a group</h2>
|
||||||
<div class="outline-text-2" id="text-6">
|
<div class="outline-text-2" id="text-6">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||||
@ -844,8 +844,8 @@ trexio_text_read_$group$ (<span style="color: #228b22;">trexio_text_t</span>* <s
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org43a4f82" class="outline-2">
|
<div id="outline-container-org2170573" class="outline-2">
|
||||||
<h2 id="org43a4f82"><span class="section-number-2">7</span> Template for text free memory</h2>
|
<h2 id="org2170573"><span class="section-number-2">7</span> Template for text free memory</h2>
|
||||||
<div class="outline-text-2" id="text-7">
|
<div class="outline-text-2" id="text-7">
|
||||||
<p>
|
<p>
|
||||||
Memory is allocated when reading. The following function frees memory.
|
Memory is allocated when reading. The following function frees memory.
|
||||||
@ -914,8 +914,8 @@ This function is called upon the non-successful exit from the <code>trexio_text_
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org9a04a88" class="outline-2">
|
<div id="outline-container-orgc420a41" class="outline-2">
|
||||||
<h2 id="org9a04a88"><span class="section-number-2">8</span> Template for has/read/write a numerical attribute</h2>
|
<h2 id="orgc420a41"><span class="section-number-2">8</span> Template for has/read/write a numerical attribute</h2>
|
||||||
<div class="outline-text-2" id="text-8">
|
<div class="outline-text-2" id="text-8">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||||
@ -978,8 +978,8 @@ This function is called upon the non-successful exit from the <code>trexio_text_
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6cc11e0" class="outline-2">
|
<div id="outline-container-org0454855" class="outline-2">
|
||||||
<h2 id="org6cc11e0"><span class="section-number-2">9</span> Template for has/read/write a dataset of numerical data</h2>
|
<h2 id="org0454855"><span class="section-number-2">9</span> Template for has/read/write a dataset of numerical data</h2>
|
||||||
<div class="outline-text-2" id="text-9">
|
<div class="outline-text-2" id="text-9">
|
||||||
<p>
|
<p>
|
||||||
The <code>group_dset</code> array is assumed allocated with the appropriate size.
|
The <code>group_dset</code> array is assumed allocated with the appropriate size.
|
||||||
@ -1075,8 +1075,8 @@ The <code>group_dset</code> array is assumed allocated with the appropriate size
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org5eda6db" class="outline-2">
|
<div id="outline-container-org5815346" class="outline-2">
|
||||||
<h2 id="org5eda6db"><span class="section-number-2">10</span> Template for has/read/write a dataset of strings</h2>
|
<h2 id="org5815346"><span class="section-number-2">10</span> Template for has/read/write a dataset of strings</h2>
|
||||||
<div class="outline-text-2" id="text-10">
|
<div class="outline-text-2" id="text-10">
|
||||||
<p>
|
<p>
|
||||||
The <code>group_dset</code> array is assumed allocated with the appropriate size.
|
The <code>group_dset</code> array is assumed allocated with the appropriate size.
|
||||||
@ -1177,8 +1177,8 @@ The <code>group_dset</code> array is assumed allocated with the appropriate size
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgb7ec02c" class="outline-2">
|
<div id="outline-container-orge7605de" class="outline-2">
|
||||||
<h2 id="orgb7ec02c"><span class="section-number-2">11</span> Template for has/read/write a string attribute</h2>
|
<h2 id="orge7605de"><span class="section-number-2">11</span> Template for has/read/write a string attribute</h2>
|
||||||
<div class="outline-text-2" id="text-11">
|
<div class="outline-text-2" id="text-11">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||||
@ -1252,8 +1252,8 @@ The <code>group_dset</code> array is assumed allocated with the appropriate size
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org1a92014" class="outline-2">
|
<div id="outline-container-org8f70b40" class="outline-2">
|
||||||
<h2 id="org1a92014"><span class="section-number-2">12</span> Template for has/read/write the dataset of sparse data</h2>
|
<h2 id="org8f70b40"><span class="section-number-2">12</span> Template for has/read/write the dataset of sparse data</h2>
|
||||||
<div class="outline-text-2" id="text-12">
|
<div class="outline-text-2" id="text-12">
|
||||||
<p>
|
<p>
|
||||||
Each sparse array is stored in a separate <code>.txt</code> file due to the fact that sparse I/O has to be decoupled
|
Each sparse array is stored in a separate <code>.txt</code> file due to the fact that sparse I/O has to be decoupled
|
||||||
@ -1526,8 +1526,8 @@ User provides indices and values of the sparse array as two separate variables.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org946767c" class="outline-2">
|
<div id="outline-container-org7693a54" class="outline-2">
|
||||||
<h2 id="org946767c"><span class="section-number-2">13</span> Template for text delete a group (UNSAFE mode)</h2>
|
<h2 id="org7693a54"><span class="section-number-2">13</span> Template for text delete a group (UNSAFE mode)</h2>
|
||||||
<div class="outline-text-2" id="text-13">
|
<div class="outline-text-2" id="text-13">
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
<pre class="src src-c"><span style="color: #228b22;">trexio_exit_code</span>
|
||||||
@ -1555,8 +1555,8 @@ User provides indices and values of the sparse array as two separate variables.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd9a35b5" class="outline-2">
|
<div id="outline-container-org77cacd4" class="outline-2">
|
||||||
<h2 id="orgd9a35b5"><span class="section-number-2">14</span> Source code for the determinant part</h2>
|
<h2 id="org77cacd4"><span class="section-number-2">14</span> Source code for the determinant part</h2>
|
||||||
<div class="outline-text-2" id="text-14">
|
<div class="outline-text-2" id="text-14">
|
||||||
<p>
|
<p>
|
||||||
Each array is stored in a separate <code>.txt</code> file due to the fact that determinant I/O has to be decoupled
|
Each array is stored in a separate <code>.txt</code> file due to the fact that determinant I/O has to be decoupled
|
||||||
@ -1960,7 +1960,7 @@ Size specifies the number of data items, e.g. determinants.
|
|||||||
</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: 2022-06-03 Fri 07:52</p>
|
<p class="date">Created: 2022-06-03 Fri 08:04</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>
|
||||||
|
150
trex.html
150
trex.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>
|
||||||
<!-- 2022-06-03 Fri 07:52 -->
|
<!-- 2022-06-03 Fri 08:04 -->
|
||||||
<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>TREX Configuration file</title>
|
<title>TREX Configuration file</title>
|
||||||
@ -333,37 +333,37 @@ 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="#org6300f73">1. Metadata (metadata group)</a></li>
|
<li><a href="#org0d0cb4e">1. Metadata (metadata group)</a></li>
|
||||||
<li><a href="#orge914361">2. Electron (electron group)</a></li>
|
<li><a href="#org0e3a614">2. Electron (electron group)</a></li>
|
||||||
<li><a href="#org8d192de">3. Nucleus (nucleus group)</a></li>
|
<li><a href="#org5ecb93a">3. Nucleus (nucleus group)</a></li>
|
||||||
<li><a href="#orgae8c47e">4. Effective core potentials (ecp group)</a>
|
<li><a href="#orgf7a8b04">4. Effective core potentials (ecp group)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orge079e3d">4.1. Example</a></li>
|
<li><a href="#orgbfe48ca">4.1. Example</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orge1b8f06">5. Basis set (basis group)</a>
|
<li><a href="#org919fc3a">5. Basis set (basis group)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgc195865">5.1. Example</a></li>
|
<li><a href="#org33e54f9">5.1. Example</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgd49676c">6. Atomic orbitals (ao group)</a>
|
<li><a href="#orgc38036d">6. Atomic orbitals (ao group)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#ao_one_e">6.1. One-electron integrals (<code>ao_1e_int</code> group)</a></li>
|
<li><a href="#ao_one_e">6.1. One-electron integrals (<code>ao_1e_int</code> group)</a></li>
|
||||||
<li><a href="#ao_two_e">6.2. Two-electron integrals (<code>ao_2e_int</code> group)</a></li>
|
<li><a href="#ao_two_e">6.2. Two-electron integrals (<code>ao_2e_int</code> group)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org8275048">7. Molecular orbitals (mo group)</a>
|
<li><a href="#org96b8540">7. Molecular orbitals (mo group)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org0a71e05">7.1. One-electron integrals (<code>mo_1e_int</code> group)</a></li>
|
<li><a href="#org761be00">7.1. One-electron integrals (<code>mo_1e_int</code> group)</a></li>
|
||||||
<li><a href="#org3893c95">7.2. Two-electron integrals (<code>mo_2e_int</code> group)</a></li>
|
<li><a href="#orgddc84d0">7.2. Two-electron integrals (<code>mo_2e_int</code> group)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org3c92e88">8. Slater determinants (determinant group)</a></li>
|
<li><a href="#org5697589">8. Slater determinants (determinant group)</a></li>
|
||||||
<li><a href="#org0889db2">9. Excited states (state group)</a></li>
|
<li><a href="#orga8294db">9. Excited states (state group)</a></li>
|
||||||
<li><a href="#orgbc74f20">10. Reduced density matrices (rdm group)</a></li>
|
<li><a href="#org06515ca">10. Reduced density matrices (rdm group)</a></li>
|
||||||
<li><a href="#org585adb5">11. Cell (cell group)</a></li>
|
<li><a href="#org1fb27dd">11. Cell (cell group)</a></li>
|
||||||
<li><a href="#org53f1718">12. Periodic boundary calculations (pbc group)</a></li>
|
<li><a href="#org714aeb1">12. Periodic boundary calculations (pbc group)</a></li>
|
||||||
<li><a href="#org4265157">13. Quantum Monte Carlo data (qmc group)</a></li>
|
<li><a href="#org3f640c2">13. Quantum Monte Carlo data (qmc group)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -413,8 +413,8 @@ the <a href="./examples.html">examples</a>.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-org6300f73" class="outline-2">
|
<div id="outline-container-org0d0cb4e" class="outline-2">
|
||||||
<h2 id="org6300f73"><span class="section-number-2">1</span> Metadata (metadata group)</h2>
|
<h2 id="org0d0cb4e"><span class="section-number-2">1</span> Metadata (metadata group)</h2>
|
||||||
<div class="outline-text-2" id="text-1">
|
<div class="outline-text-2" id="text-1">
|
||||||
<p>
|
<p>
|
||||||
As we expect our files to be archived in open-data repositories, we
|
As we expect our files to be archived in open-data repositories, we
|
||||||
@ -424,7 +424,7 @@ which have participated to the creation of the file, a list of
|
|||||||
authors of the file, and a textual description.
|
authors of the file, and a textual description.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="orgac1e090" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org589c62a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -505,15 +505,15 @@ then the <code>unsafe</code> attribute value can be manually overwritten (in uns
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge914361" class="outline-2">
|
<div id="outline-container-org0e3a614" class="outline-2">
|
||||||
<h2 id="orge914361"><span class="section-number-2">2</span> Electron (electron group)</h2>
|
<h2 id="org0e3a614"><span class="section-number-2">2</span> Electron (electron group)</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<p>
|
<p>
|
||||||
We consider wave functions expressed in the spin-free formalism, where
|
We consider wave functions expressed in the spin-free formalism, where
|
||||||
the number of ↑ and ↓ electrons is fixed.
|
the number of ↑ and ↓ electrons is fixed.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="orga7f0051" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org040e829" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -559,15 +559,15 @@ the number of ↑ and ↓ electrons is fixed.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8d192de" class="outline-2">
|
<div id="outline-container-org5ecb93a" class="outline-2">
|
||||||
<h2 id="org8d192de"><span class="section-number-2">3</span> Nucleus (nucleus group)</h2>
|
<h2 id="org5ecb93a"><span class="section-number-2">3</span> Nucleus (nucleus group)</h2>
|
||||||
<div class="outline-text-2" id="text-3">
|
<div class="outline-text-2" id="text-3">
|
||||||
<p>
|
<p>
|
||||||
The nuclei are considered as fixed point charges. Coordinates are
|
The nuclei are considered as fixed point charges. Coordinates are
|
||||||
given in Cartesian \((x,y,z)\) format.
|
given in Cartesian \((x,y,z)\) format.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org2d7abfe" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orge6a0235" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -634,8 +634,8 @@ given in Cartesian \((x,y,z)\) format.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgae8c47e" class="outline-2">
|
<div id="outline-container-orgf7a8b04" class="outline-2">
|
||||||
<h2 id="orgae8c47e"><span class="section-number-2">4</span> Effective core potentials (ecp group)</h2>
|
<h2 id="orgf7a8b04"><span class="section-number-2">4</span> Effective core potentials (ecp group)</h2>
|
||||||
<div class="outline-text-2" id="text-4">
|
<div class="outline-text-2" id="text-4">
|
||||||
<p>
|
<p>
|
||||||
An effective core potential (ECP) \(V_A^{\text{ECP}}\) replacing the
|
An effective core potential (ECP) \(V_A^{\text{ECP}}\) replacing the
|
||||||
@ -668,7 +668,7 @@ The functions \(V_{A\ell}\) are parameterized as:
|
|||||||
See <a href="http://dx.doi.org/10.1063/1.4984046">http://dx.doi.org/10.1063/1.4984046</a> or <a href="https://doi.org/10.1063/1.5121006">https://doi.org/10.1063/1.5121006</a> for more info.
|
See <a href="http://dx.doi.org/10.1063/1.4984046">http://dx.doi.org/10.1063/1.4984046</a> or <a href="https://doi.org/10.1063/1.5121006">https://doi.org/10.1063/1.5121006</a> for more info.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org712148a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org168903a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -770,8 +770,8 @@ If you encounter the aforementioned issue, please report it to our <a href="http
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge079e3d" class="outline-3">
|
<div id="outline-container-orgbfe48ca" class="outline-3">
|
||||||
<h3 id="orge079e3d"><span class="section-number-3">4.1</span> Example</h3>
|
<h3 id="orgbfe48ca"><span class="section-number-3">4.1</span> Example</h3>
|
||||||
<div class="outline-text-3" id="text-4-1">
|
<div class="outline-text-3" id="text-4-1">
|
||||||
<p>
|
<p>
|
||||||
For example, consider H<sub>2</sub> molecule with the following
|
For example, consider H<sub>2</sub> molecule with the following
|
||||||
@ -834,8 +834,8 @@ power = [
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orge1b8f06" class="outline-2">
|
<div id="outline-container-org919fc3a" class="outline-2">
|
||||||
<h2 id="orge1b8f06"><span class="section-number-2">5</span> Basis set (basis group)</h2>
|
<h2 id="org919fc3a"><span class="section-number-2">5</span> Basis set (basis group)</h2>
|
||||||
<div class="outline-text-2" id="text-5">
|
<div class="outline-text-2" id="text-5">
|
||||||
<p>
|
<p>
|
||||||
We consider here basis functions centered on nuclei. Hence, we enable
|
We consider here basis functions centered on nuclei. Hence, we enable
|
||||||
@ -888,7 +888,7 @@ If the the basis function is not considered normalized, \(\mathcal{N}_s=1\).
|
|||||||
All the basis set parameters are stored in one-dimensional arrays:
|
All the basis set parameters are stored in one-dimensional arrays:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org8022526" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgca2f263" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -982,8 +982,8 @@ All the basis set parameters are stored in one-dimensional arrays:
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc195865" class="outline-3">
|
<div id="outline-container-org33e54f9" class="outline-3">
|
||||||
<h3 id="orgc195865"><span class="section-number-3">5.1</span> Example</h3>
|
<h3 id="org33e54f9"><span class="section-number-3">5.1</span> Example</h3>
|
||||||
<div class="outline-text-3" id="text-5-1">
|
<div class="outline-text-3" id="text-5-1">
|
||||||
<p>
|
<p>
|
||||||
For example, consider H<sub>2</sub> with the following basis set (in GAMESS
|
For example, consider H<sub>2</sub> with the following basis set (in GAMESS
|
||||||
@ -1061,8 +1061,8 @@ prim_factor =
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd49676c" class="outline-2">
|
<div id="outline-container-orgc38036d" class="outline-2">
|
||||||
<h2 id="orgd49676c"><span class="section-number-2">6</span> Atomic orbitals (ao group)</h2>
|
<h2 id="orgc38036d"><span class="section-number-2">6</span> Atomic orbitals (ao group)</h2>
|
||||||
<div class="outline-text-2" id="text-6">
|
<div class="outline-text-2" id="text-6">
|
||||||
<p>
|
<p>
|
||||||
Going from the atomic basis set to AOs implies a systematic
|
Going from the atomic basis set to AOs implies a systematic
|
||||||
@ -1115,13 +1115,13 @@ shell, as in the GAMESS convention where
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
In such a case, one should set the normalization of the shell (in
|
In such a case, one should set the normalization of the shell (in
|
||||||
the <a href="#orge1b8f06">Basis set</a> section) to \(\mathcal{N}_{z^2}\), which is the
|
the <a href="#org919fc3a">Basis set</a> section) to \(\mathcal{N}_{z^2}\), which is the
|
||||||
normalization factor of the atomic orbitals in spherical coordinates.
|
normalization factor of the atomic orbitals in spherical coordinates.
|
||||||
The normalization factor of the \(xy\) function which should be
|
The normalization factor of the \(xy\) function which should be
|
||||||
introduced here should be \(\frac{\mathcal{N}_{xy}}{\mathcal{N}_{z^2}}\).
|
introduced here should be \(\frac{\mathcal{N}_{xy}}{\mathcal{N}_{z^2}}\).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org3db2cb9" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org41505e1" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1173,8 +1173,8 @@ introduced here should be \(\frac{\mathcal{N}_{xy}}{\mathcal{N}_{z^2}}\).
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4a77a0e" class="outline-3">
|
<div id="outline-container-org5fb3e76" class="outline-3">
|
||||||
<h3 id="ao_one_e"><a id="org4a77a0e"></a><span class="section-number-3">6.1</span> One-electron integrals (<code>ao_1e_int</code> group)</h3>
|
<h3 id="ao_one_e"><a id="org5fb3e76"></a><span class="section-number-3">6.1</span> One-electron integrals (<code>ao_1e_int</code> group)</h3>
|
||||||
<div class="outline-text-3" id="text-ao_one_e">
|
<div class="outline-text-3" id="text-ao_one_e">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li>\[ \hat{V}_{\text{ne}} = \sum_{A=1}^{N_\text{nucl}}
|
<li>\[ \hat{V}_{\text{ne}} = \sum_{A=1}^{N_\text{nucl}}
|
||||||
@ -1191,7 +1191,7 @@ The one-electron integrals for a one-electron operator \(\hat{O}\) are
|
|||||||
over atomic orbitals.
|
over atomic orbitals.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org63357eb" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgdf50f91" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1286,8 +1286,8 @@ over atomic orbitals.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org6109ddb" class="outline-3">
|
<div id="outline-container-org809d897" class="outline-3">
|
||||||
<h3 id="ao_two_e"><a id="org6109ddb"></a><span class="section-number-3">6.2</span> Two-electron integrals (<code>ao_2e_int</code> group)</h3>
|
<h3 id="ao_two_e"><a id="org809d897"></a><span class="section-number-3">6.2</span> Two-electron integrals (<code>ao_2e_int</code> group)</h3>
|
||||||
<div class="outline-text-3" id="text-ao_two_e">
|
<div class="outline-text-3" id="text-ao_two_e">
|
||||||
<p>
|
<p>
|
||||||
The two-electron integrals for a two-electron operator \(\hat{O}\) are
|
The two-electron integrals for a two-electron operator \(\hat{O}\) are
|
||||||
@ -1308,7 +1308,7 @@ notation.
|
|||||||
\mathbf{r}_j \vert)}{\vert \mathbf{r}_i - \mathbf{r}_j \vert} \] : electron-electron long range potential</li>
|
\mathbf{r}_j \vert)}{\vert \mathbf{r}_i - \mathbf{r}_j \vert} \] : electron-electron long range potential</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<table id="org0df1438" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgab48bee" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1348,10 +1348,10 @@ notation.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org8275048" class="outline-2">
|
<div id="outline-container-org96b8540" class="outline-2">
|
||||||
<h2 id="org8275048"><span class="section-number-2">7</span> Molecular orbitals (mo group)</h2>
|
<h2 id="org96b8540"><span class="section-number-2">7</span> Molecular orbitals (mo group)</h2>
|
||||||
<div class="outline-text-2" id="text-7">
|
<div class="outline-text-2" id="text-7">
|
||||||
<table id="orgfb80842" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orge39dada" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1424,8 +1424,8 @@ notation.
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0a71e05" class="outline-3">
|
<div id="outline-container-org761be00" class="outline-3">
|
||||||
<h3 id="org0a71e05"><span class="section-number-3">7.1</span> One-electron integrals (<code>mo_1e_int</code> group)</h3>
|
<h3 id="org761be00"><span class="section-number-3">7.1</span> One-electron integrals (<code>mo_1e_int</code> group)</h3>
|
||||||
<div class="outline-text-3" id="text-7-1">
|
<div class="outline-text-3" id="text-7-1">
|
||||||
<p>
|
<p>
|
||||||
The operators as the same as those defined in the
|
The operators as the same as those defined in the
|
||||||
@ -1433,7 +1433,7 @@ The operators as the same as those defined in the
|
|||||||
the basis of molecular orbitals.
|
the basis of molecular orbitals.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org57528eb" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org31cfbd7" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1528,8 +1528,8 @@ the basis of molecular orbitals.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org3893c95" class="outline-3">
|
<div id="outline-container-orgddc84d0" class="outline-3">
|
||||||
<h3 id="org3893c95"><span class="section-number-3">7.2</span> Two-electron integrals (<code>mo_2e_int</code> group)</h3>
|
<h3 id="orgddc84d0"><span class="section-number-3">7.2</span> Two-electron integrals (<code>mo_2e_int</code> group)</h3>
|
||||||
<div class="outline-text-3" id="text-7-2">
|
<div class="outline-text-3" id="text-7-2">
|
||||||
<p>
|
<p>
|
||||||
The operators as the same as those defined in the
|
The operators as the same as those defined in the
|
||||||
@ -1537,7 +1537,7 @@ The operators as the same as those defined in the
|
|||||||
the basis of molecular orbitals.
|
the basis of molecular orbitals.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org64112e0" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org0193665" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1577,8 +1577,8 @@ the basis of molecular orbitals.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org3c92e88" class="outline-2">
|
<div id="outline-container-org5697589" class="outline-2">
|
||||||
<h2 id="org3c92e88"><span class="section-number-2">8</span> Slater determinants (determinant group)</h2>
|
<h2 id="org5697589"><span class="section-number-2">8</span> Slater determinants (determinant group)</h2>
|
||||||
<div class="outline-text-2" id="text-8">
|
<div class="outline-text-2" id="text-8">
|
||||||
<p>
|
<p>
|
||||||
The configuration interaction (CI) wave function \(\Psi\)
|
The configuration interaction (CI) wave function \(\Psi\)
|
||||||
@ -1611,7 +1611,7 @@ where \(\alpha\) and \(\beta\) denote $↑$-spin and $↓$-spin electrons,
|
|||||||
\(n\uparrow\) and \(n\downarrow\) correspond to <code>electron.up_num</code> and <code>electron.dn_num</code>, respectively.
|
\(n\uparrow\) and \(n\downarrow\) correspond to <code>electron.up_num</code> and <code>electron.dn_num</code>, respectively.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="orge5d30f1" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org0eaa590" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1657,8 +1657,8 @@ where \(\alpha\) and \(\beta\) denote $↑$-spin and $↓$-spin electrons,
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0889db2" class="outline-2">
|
<div id="outline-container-orga8294db" class="outline-2">
|
||||||
<h2 id="org0889db2"><span class="section-number-2">9</span> Excited states (state group)</h2>
|
<h2 id="orga8294db"><span class="section-number-2">9</span> Excited states (state group)</h2>
|
||||||
<div class="outline-text-2" id="text-9">
|
<div class="outline-text-2" id="text-9">
|
||||||
<p>
|
<p>
|
||||||
By default, the <code>determinant</code> group corresponds to the ground state.
|
By default, the <code>determinant</code> group corresponds to the ground state.
|
||||||
@ -1667,7 +1667,7 @@ correspond to excited state wave functions for the same set of
|
|||||||
determinants. This is the goal of the present group
|
determinants. This is the goal of the present group
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="orge042b4e" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgffbde17" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1706,8 +1706,8 @@ determinants. This is the goal of the present group
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgbc74f20" class="outline-2">
|
<div id="outline-container-org06515ca" class="outline-2">
|
||||||
<h2 id="orgbc74f20"><span class="section-number-2">10</span> Reduced density matrices (rdm group)</h2>
|
<h2 id="org06515ca"><span class="section-number-2">10</span> Reduced density matrices (rdm group)</h2>
|
||||||
<div class="outline-text-2" id="text-10">
|
<div class="outline-text-2" id="text-10">
|
||||||
<p>
|
<p>
|
||||||
The reduced density matrices are defined in the basis of molecular
|
The reduced density matrices are defined in the basis of molecular
|
||||||
@ -1760,7 +1760,7 @@ The total energy can be computed as:
|
|||||||
\]
|
\]
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org3bf6972" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgfb29fa8" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1841,10 +1841,10 @@ The total energy can be computed as:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org585adb5" class="outline-2">
|
<div id="outline-container-org1fb27dd" class="outline-2">
|
||||||
<h2 id="org585adb5"><span class="section-number-2">11</span> Cell (cell group)</h2>
|
<h2 id="org1fb27dd"><span class="section-number-2">11</span> Cell (cell group)</h2>
|
||||||
<div class="outline-text-2" id="text-11">
|
<div class="outline-text-2" id="text-11">
|
||||||
<table id="orgd492386" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org75c2fd1" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1890,10 +1890,10 @@ The total energy can be computed as:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org53f1718" class="outline-2">
|
<div id="outline-container-org714aeb1" class="outline-2">
|
||||||
<h2 id="org53f1718"><span class="section-number-2">12</span> Periodic boundary calculations (pbc group)</h2>
|
<h2 id="org714aeb1"><span class="section-number-2">12</span> Periodic boundary calculations (pbc group)</h2>
|
||||||
<div class="outline-text-2" id="text-12">
|
<div class="outline-text-2" id="text-12">
|
||||||
<table id="org428c623" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orge966db8" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1932,8 +1932,8 @@ The total energy can be computed as:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4265157" class="outline-2">
|
<div id="outline-container-org3f640c2" class="outline-2">
|
||||||
<h2 id="org4265157"><span class="section-number-2">13</span> Quantum Monte Carlo data (qmc group)</h2>
|
<h2 id="org3f640c2"><span class="section-number-2">13</span> Quantum Monte Carlo data (qmc group)</h2>
|
||||||
<div class="outline-text-2" id="text-13">
|
<div class="outline-text-2" id="text-13">
|
||||||
<p>
|
<p>
|
||||||
In quantum Monte Carlo calculations, the wave function is evaluated
|
In quantum Monte Carlo calculations, the wave function is evaluated
|
||||||
@ -1947,7 +1947,7 @@ By convention, the electron coordinates contain first all the electrons
|
|||||||
of $↑$-spin and then all the $↓$-spin.
|
of $↑$-spin and then all the $↓$-spin.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="org184a78c" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orge7ef917" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -2002,7 +2002,7 @@ of $↑$-spin and then all the $↓$-spin.
|
|||||||
</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: 2022-06-03 Fri 07:52</p>
|
<p class="date">Created: 2022-06-03 Fri 08:04</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