mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-25 13:53:55 +01:00
Deploying to gh-pages from @ TREX-CoE/trexio@a308146ded 🚀
This commit is contained in:
parent
745317f3f1
commit
149842e4b7
@ -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-05-23 Mon 14:15 -->
|
<!-- 2022-05-25 Wed 08:09 -->
|
||||||
<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-05-23 Mon 14:15</p>
|
<p class="date">Created: 2022-05-25 Wed 08:09</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-05-23 Mon 14:15 -->
|
<!-- 2022-05-25 Wed 08:09 -->
|
||||||
<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="#org7a0cc35">1. Accessing sparse quantities</a>
|
<li><a href="#org7f09ae3">1. Accessing sparse quantities</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgc66fdca">1.1. Fortran</a>
|
<li><a href="#orge385e6c">1.1. Fortran</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org6f7156f">1.1.1. Declare Temporary variables</a></li>
|
<li><a href="#org9476572">1.1.1. Declare Temporary variables</a></li>
|
||||||
<li><a href="#org38357c4">1.1.2. Obtain the name of the TREXIO file from the command line, and open it for reading</a></li>
|
<li><a href="#orgb1a42e0">1.1.2. Obtain the name of the TREXIO file from the command line, and open it for reading</a></li>
|
||||||
<li><a href="#orge70619f">1.1.3. Read the nuclear repulsion energy</a></li>
|
<li><a href="#org6db3515">1.1.3. Read the nuclear repulsion energy</a></li>
|
||||||
<li><a href="#org4df72ea">1.1.4. Read the number of molecular orbitals</a></li>
|
<li><a href="#orge0e2709">1.1.4. Read the number of molecular orbitals</a></li>
|
||||||
<li><a href="#org4be9eae">1.1.5. Allocate memory</a></li>
|
<li><a href="#orgf7d2393">1.1.5. Allocate memory</a></li>
|
||||||
<li><a href="#org17f20b3">1.1.6. Read one-electron quantities</a></li>
|
<li><a href="#org26aeb59">1.1.6. Read one-electron quantities</a></li>
|
||||||
<li><a href="#org75d637b">1.1.7. Read two-electron quantities</a>
|
<li><a href="#org3d38625">1.1.7. Read two-electron quantities</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgd6ca3df">1.1.7.1. Electron repulsion integrals</a></li>
|
<li><a href="#org33d54cb">1.1.7.1. Electron repulsion integrals</a></li>
|
||||||
<li><a href="#org41845e9">1.1.7.2. Reduced density matrix</a></li>
|
<li><a href="#org8bf7780">1.1.7.2. Reduced density matrix</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgd57fb2f">1.1.8. Compute the energy</a></li>
|
<li><a href="#org24974c8">1.1.8. Compute the energy</a></li>
|
||||||
<li><a href="#orgddfba19">1.1.9. Terminate</a></li>
|
<li><a href="#org64eec36">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-org7a0cc35" class="outline-2">
|
<div id="outline-container-org7f09ae3" class="outline-2">
|
||||||
<h2 id="org7a0cc35"><span class="section-number-2">1</span> Accessing sparse quantities</h2>
|
<h2 id="org7f09ae3"><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-orgc66fdca" class="outline-3">
|
<div id="outline-container-orge385e6c" class="outline-3">
|
||||||
<h3 id="orgc66fdca"><span class="section-number-3">1.1</span> Fortran</h3>
|
<h3 id="orge385e6c"><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-org6f7156f" class="outline-4">
|
<div id="outline-container-org9476572" class="outline-4">
|
||||||
<h4 id="org6f7156f"><span class="section-number-4">1.1.1</span> Declare Temporary variables</h4>
|
<h4 id="org9476572"><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-org38357c4" class="outline-4">
|
<div id="outline-container-orgb1a42e0" class="outline-4">
|
||||||
<h4 id="org38357c4"><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="orgb1a42e0"><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-orge70619f" class="outline-4">
|
<div id="outline-container-org6db3515" class="outline-4">
|
||||||
<h4 id="orge70619f"><span class="section-number-4">1.1.3</span> Read the nuclear repulsion energy</h4>
|
<h4 id="org6db3515"><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-org4df72ea" class="outline-4">
|
<div id="outline-container-orge0e2709" class="outline-4">
|
||||||
<h4 id="org4df72ea"><span class="section-number-4">1.1.4</span> Read the number of molecular orbitals</h4>
|
<h4 id="orge0e2709"><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-org4be9eae" class="outline-4">
|
<div id="outline-container-orgf7d2393" class="outline-4">
|
||||||
<h4 id="org4be9eae"><span class="section-number-4">1.1.5</span> Allocate memory</h4>
|
<h4 id="orgf7d2393"><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-org17f20b3" class="outline-4">
|
<div id="outline-container-org26aeb59" class="outline-4">
|
||||||
<h4 id="org17f20b3"><span class="section-number-4">1.1.6</span> Read one-electron quantities</h4>
|
<h4 id="org26aeb59"><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-org75d637b" class="outline-4">
|
<div id="outline-container-org3d38625" class="outline-4">
|
||||||
<h4 id="org75d637b"><span class="section-number-4">1.1.7</span> Read two-electron quantities</h4>
|
<h4 id="org3d38625"><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-orgd6ca3df" class="outline-5">
|
<div id="outline-container-org33d54cb" class="outline-5">
|
||||||
<h5 id="orgd6ca3df"><span class="section-number-5">1.1.7.1</span> Electron repulsion integrals</h5>
|
<h5 id="org33d54cb"><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-org41845e9" class="outline-5">
|
<div id="outline-container-org8bf7780" class="outline-5">
|
||||||
<h5 id="org41845e9"><span class="section-number-5">1.1.7.2</span> Reduced density matrix</h5>
|
<h5 id="org8bf7780"><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-orgd57fb2f" class="outline-4">
|
<div id="outline-container-org24974c8" class="outline-4">
|
||||||
<h4 id="orgd57fb2f"><span class="section-number-4">1.1.8</span> Compute the energy</h4>
|
<h4 id="org24974c8"><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-orgddfba19" class="outline-4">
|
<div id="outline-container-org64eec36" class="outline-4">
|
||||||
<h4 id="orgddfba19"><span class="section-number-4">1.1.9</span> Terminate</h4>
|
<h4 id="org64eec36"><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-05-23 Mon 14:15</p>
|
<p class="date">Created: 2022-05-25 Wed 08:09</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-05-23 Mon 14:15 -->
|
<!-- 2022-05-25 Wed 08:09 -->
|
||||||
<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-05-23 Mon 14:15</p>
|
<p class="date">Created: 2022-05-25 Wed 08:09</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-05-23 Mon 14:15 -->
|
<!-- 2022-05-25 Wed 08:09 -->
|
||||||
<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="#org93a7aba">1. Template for HDF5 definitions</a></li>
|
<li><a href="#org415e764">1. Template for HDF5 definitions</a></li>
|
||||||
<li><a href="#org5108d01">2. Template for HDF5 structures</a></li>
|
<li><a href="#org6054144">2. Template for HDF5 structures</a></li>
|
||||||
<li><a href="#orgf62a79f">3. Template for HDF5 init/deinit</a></li>
|
<li><a href="#org0d9ac4b">3. Template for HDF5 init/deinit</a></li>
|
||||||
<li><a href="#org84c6cd0">4. Template for HDF5 has/read/write a numerical attribute</a></li>
|
<li><a href="#org442c5d4">4. Template for HDF5 has/read/write a numerical attribute</a></li>
|
||||||
<li><a href="#orgde82ba9">5. Template for HDF5 has/read/write a dataset of numerical data</a></li>
|
<li><a href="#orgc49d9af">5. Template for HDF5 has/read/write a dataset of numerical data</a></li>
|
||||||
<li><a href="#org497f572">6. Template for HDF5 has/read/write a dataset of sparse data</a></li>
|
<li><a href="#org1fec6fe">6. Template for HDF5 has/read/write a dataset of sparse data</a></li>
|
||||||
<li><a href="#org1272937">7. Template for HDF5 has/read/write a dataset of strings</a></li>
|
<li><a href="#org3062a8d">7. Template for HDF5 has/read/write a dataset of strings</a></li>
|
||||||
<li><a href="#orgf1a34c9">8. Template for HDF5 has/read/write a string attribute</a></li>
|
<li><a href="#orgb214495">8. Template for HDF5 has/read/write a string attribute</a></li>
|
||||||
<li><a href="#orgecf4129">9. Template for HDF5 delete a group (UNSAFE mode)</a></li>
|
<li><a href="#orge08f8c7">9. Template for HDF5 delete a group (UNSAFE mode)</a></li>
|
||||||
<li><a href="#org47cb97e">10. Source code for the determinant part</a></li>
|
<li><a href="#org20dd6d2">10. Source code for the determinant part</a></li>
|
||||||
<li><a href="#org7b506cd">11. Helper functions</a></li>
|
<li><a href="#org2608fd1">11. Helper functions</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org93a7aba" class="outline-2">
|
<div id="outline-container-org415e764" class="outline-2">
|
||||||
<h2 id="org93a7aba"><span class="section-number-2">1</span> Template for HDF5 definitions</h2>
|
<h2 id="org415e764"><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-org5108d01" class="outline-2">
|
<div id="outline-container-org6054144" class="outline-2">
|
||||||
<h2 id="org5108d01"><span class="section-number-2">2</span> Template for HDF5 structures</h2>
|
<h2 id="org6054144"><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-orgf62a79f" class="outline-2">
|
<div id="outline-container-org0d9ac4b" class="outline-2">
|
||||||
<h2 id="orgf62a79f"><span class="section-number-2">3</span> Template for HDF5 init/deinit</h2>
|
<h2 id="org0d9ac4b"><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-org84c6cd0" class="outline-2">
|
<div id="outline-container-org442c5d4" class="outline-2">
|
||||||
<h2 id="org84c6cd0"><span class="section-number-2">4</span> Template for HDF5 has/read/write a numerical attribute</h2>
|
<h2 id="org442c5d4"><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-orgde82ba9" class="outline-2">
|
<div id="outline-container-orgc49d9af" class="outline-2">
|
||||||
<h2 id="orgde82ba9"><span class="section-number-2">5</span> Template for HDF5 has/read/write a dataset of numerical data</h2>
|
<h2 id="orgc49d9af"><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-org497f572" class="outline-2">
|
<div id="outline-container-org1fec6fe" class="outline-2">
|
||||||
<h2 id="org497f572"><span class="section-number-2">6</span> Template for HDF5 has/read/write a dataset of sparse data</h2>
|
<h2 id="org1fec6fe"><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-org1272937" class="outline-2">
|
<div id="outline-container-org3062a8d" class="outline-2">
|
||||||
<h2 id="org1272937"><span class="section-number-2">7</span> Template for HDF5 has/read/write a dataset of strings</h2>
|
<h2 id="org3062a8d"><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-orgf1a34c9" class="outline-2">
|
<div id="outline-container-orgb214495" class="outline-2">
|
||||||
<h2 id="orgf1a34c9"><span class="section-number-2">8</span> Template for HDF5 has/read/write a string attribute</h2>
|
<h2 id="orgb214495"><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-orgecf4129" class="outline-2">
|
<div id="outline-container-orge08f8c7" class="outline-2">
|
||||||
<h2 id="orgecf4129"><span class="section-number-2">9</span> Template for HDF5 delete a group (UNSAFE mode)</h2>
|
<h2 id="orge08f8c7"><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-org47cb97e" class="outline-2">
|
<div id="outline-container-org20dd6d2" class="outline-2">
|
||||||
<h2 id="org47cb97e"><span class="section-number-2">10</span> Source code for the determinant part</h2>
|
<h2 id="org20dd6d2"><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-org7b506cd" class="outline-2">
|
<div id="outline-container-org2608fd1" class="outline-2">
|
||||||
<h2 id="org7b506cd"><span class="section-number-2">11</span> Helper functions</h2>
|
<h2 id="org2608fd1"><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-05-23 Mon 14:15</p>
|
<p class="date">Created: 2022-05-25 Wed 08:09</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-05-23 Mon 14:15 -->
|
<!-- 2022-05-25 Wed 08:09 -->
|
||||||
<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="#org1338246">1. Template for group-related structures in text back end</a></li>
|
<li><a href="#org2fe21f3">1. Template for group-related structures in text back end</a></li>
|
||||||
<li><a href="#org13e7ef2">2. Template for general structure in text back end</a></li>
|
<li><a href="#org71b1f2d">2. Template for general structure in text back end</a></li>
|
||||||
<li><a href="#orgf2ebef0">3. Initialize function (constant part)</a></li>
|
<li><a href="#org2a3fe4a">3. Initialize function (constant part)</a></li>
|
||||||
<li><a href="#org49d8f89">4. Deinitialize function (templated part)</a></li>
|
<li><a href="#orgc2c0d8d">4. Deinitialize function (templated part)</a></li>
|
||||||
<li><a href="#org95149fc">5. Template for text read a group</a></li>
|
<li><a href="#orge55e9fd">5. Template for text read a group</a></li>
|
||||||
<li><a href="#orgebfa46f">6. Template for text flush a group</a></li>
|
<li><a href="#org17bd233">6. Template for text flush a group</a></li>
|
||||||
<li><a href="#org9574c65">7. Template for text free memory</a></li>
|
<li><a href="#orgf3195b5">7. Template for text free memory</a></li>
|
||||||
<li><a href="#orgf6582d7">8. Template for has/read/write a numerical attribute</a></li>
|
<li><a href="#org3c5f12f">8. Template for has/read/write a numerical attribute</a></li>
|
||||||
<li><a href="#org3bc0e88">9. Template for has/read/write a dataset of numerical data</a></li>
|
<li><a href="#orga19ca3d">9. Template for has/read/write a dataset of numerical data</a></li>
|
||||||
<li><a href="#org73e2d01">10. Template for has/read/write a dataset of strings</a></li>
|
<li><a href="#orgcbb9add">10. Template for has/read/write a dataset of strings</a></li>
|
||||||
<li><a href="#org8becc90">11. Template for has/read/write a string attribute</a></li>
|
<li><a href="#orgf098f0b">11. Template for has/read/write a string attribute</a></li>
|
||||||
<li><a href="#orge939e9a">12. Template for has/read/write the dataset of sparse data</a></li>
|
<li><a href="#orgcf3f519">12. Template for has/read/write the dataset of sparse data</a></li>
|
||||||
<li><a href="#orgdcecc60">13. Template for text delete a group (UNSAFE mode)</a></li>
|
<li><a href="#org615f838">13. Template for text delete a group (UNSAFE mode)</a></li>
|
||||||
<li><a href="#org228d350">14. Source code for the determinant part</a></li>
|
<li><a href="#org97dfada">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-org1338246" class="outline-2">
|
<div id="outline-container-org2fe21f3" class="outline-2">
|
||||||
<h2 id="org1338246"><span class="section-number-2">1</span> Template for group-related structures in text back end</h2>
|
<h2 id="org2fe21f3"><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-org13e7ef2" class="outline-2">
|
<div id="outline-container-org71b1f2d" class="outline-2">
|
||||||
<h2 id="org13e7ef2"><span class="section-number-2">2</span> Template for general structure in text back end</h2>
|
<h2 id="org71b1f2d"><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-orgf2ebef0" class="outline-2">
|
<div id="outline-container-org2a3fe4a" class="outline-2">
|
||||||
<h2 id="orgf2ebef0"><span class="section-number-2">3</span> Initialize function (constant part)</h2>
|
<h2 id="org2a3fe4a"><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-org49d8f89" class="outline-2">
|
<div id="outline-container-orgc2c0d8d" class="outline-2">
|
||||||
<h2 id="org49d8f89"><span class="section-number-2">4</span> Deinitialize function (templated part)</h2>
|
<h2 id="orgc2c0d8d"><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-org95149fc" class="outline-2">
|
<div id="outline-container-orge55e9fd" class="outline-2">
|
||||||
<h2 id="org95149fc"><span class="section-number-2">5</span> Template for text read a group</h2>
|
<h2 id="orge55e9fd"><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-orgebfa46f" class="outline-2">
|
<div id="outline-container-org17bd233" class="outline-2">
|
||||||
<h2 id="orgebfa46f"><span class="section-number-2">6</span> Template for text flush a group</h2>
|
<h2 id="org17bd233"><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-org9574c65" class="outline-2">
|
<div id="outline-container-orgf3195b5" class="outline-2">
|
||||||
<h2 id="org9574c65"><span class="section-number-2">7</span> Template for text free memory</h2>
|
<h2 id="orgf3195b5"><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-orgf6582d7" class="outline-2">
|
<div id="outline-container-org3c5f12f" class="outline-2">
|
||||||
<h2 id="orgf6582d7"><span class="section-number-2">8</span> Template for has/read/write a numerical attribute</h2>
|
<h2 id="org3c5f12f"><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-org3bc0e88" class="outline-2">
|
<div id="outline-container-orga19ca3d" class="outline-2">
|
||||||
<h2 id="org3bc0e88"><span class="section-number-2">9</span> Template for has/read/write a dataset of numerical data</h2>
|
<h2 id="orga19ca3d"><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-org73e2d01" class="outline-2">
|
<div id="outline-container-orgcbb9add" class="outline-2">
|
||||||
<h2 id="org73e2d01"><span class="section-number-2">10</span> Template for has/read/write a dataset of strings</h2>
|
<h2 id="orgcbb9add"><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-org8becc90" class="outline-2">
|
<div id="outline-container-orgf098f0b" class="outline-2">
|
||||||
<h2 id="org8becc90"><span class="section-number-2">11</span> Template for has/read/write a string attribute</h2>
|
<h2 id="orgf098f0b"><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-orge939e9a" class="outline-2">
|
<div id="outline-container-orgcf3f519" class="outline-2">
|
||||||
<h2 id="orge939e9a"><span class="section-number-2">12</span> Template for has/read/write the dataset of sparse data</h2>
|
<h2 id="orgcf3f519"><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-orgdcecc60" class="outline-2">
|
<div id="outline-container-org615f838" class="outline-2">
|
||||||
<h2 id="orgdcecc60"><span class="section-number-2">13</span> Template for text delete a group (UNSAFE mode)</h2>
|
<h2 id="org615f838"><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-org228d350" class="outline-2">
|
<div id="outline-container-org97dfada" class="outline-2">
|
||||||
<h2 id="org228d350"><span class="section-number-2">14</span> Source code for the determinant part</h2>
|
<h2 id="org97dfada"><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-05-23 Mon 14:15</p>
|
<p class="date">Created: 2022-05-25 Wed 08:09</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>
|
||||||
|
326
trex.html
326
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-05-23 Mon 14:15 -->
|
<!-- 2022-05-25 Wed 08:09 -->
|
||||||
<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,35 +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="#org712a897">1. Metadata (metadata group)</a></li>
|
<li><a href="#org12fffe5">1. Metadata (metadata group)</a></li>
|
||||||
<li><a href="#orgfa01bb5">2. Electron (electron group)</a></li>
|
<li><a href="#org88cb927">2. Electron (electron group)</a></li>
|
||||||
<li><a href="#orgc22e709">3. Nucleus (nucleus group)</a></li>
|
<li><a href="#orge84df97">3. Nucleus (nucleus group)</a></li>
|
||||||
<li><a href="#org4281443">4. Effective core potentials (ecp group)</a>
|
<li><a href="#orgd30433c">4. Effective core potentials (ecp group)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#org677a847">4.1. Example</a></li>
|
<li><a href="#org3421d84">4.1. Example</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgd7388a4">5. Basis set (basis group)</a>
|
<li><a href="#orgbb4b684">5. Basis set (basis group)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgf5bab74">5.1. Example</a></li>
|
<li><a href="#org83f0165">5.1. Example</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#orgaf80311">6. Atomic orbitals (ao group)</a>
|
<li><a href="#org5f49723">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="#org296ba11">7. Molecular orbitals (mo group)</a>
|
<li><a href="#org0a80907">7. Molecular orbitals (mo group)</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#orgb3de240">7.1. One-electron integrals (<code>mo_1e_int</code> group)</a></li>
|
<li><a href="#org4f19d65">7.1. One-electron integrals (<code>mo_1e_int</code> group)</a></li>
|
||||||
<li><a href="#org39b5842">7.2. Two-electron integrals (<code>mo_2e_int</code> group)</a></li>
|
<li><a href="#org599d1a9">7.2. Two-electron integrals (<code>mo_2e_int</code> group)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#org96234d2">8. Slater determinants (determinant group)</a></li>
|
<li><a href="#org7f332a8">8. Slater determinants (determinant group)</a></li>
|
||||||
<li><a href="#org0015a8e">9. Excited states (state group)</a></li>
|
<li><a href="#orgce9f1c3">9. Excited states (state group)</a></li>
|
||||||
<li><a href="#orga440bbc">10. Reduced density matrices (rdm group)</a></li>
|
<li><a href="#org67d5b39">10. Reduced density matrices (rdm group)</a></li>
|
||||||
<li><a href="#orgc664a83">11. Quantum Monte Carlo data (qmc group)</a></li>
|
<li><a href="#orgb8eb0d3">11. Cell (cell group)</a></li>
|
||||||
|
<li><a href="#org2313ffb">12. Periodic boundary calculations (pbc group)</a></li>
|
||||||
|
<li><a href="#org2b1668e">13. Quantum Monte Carlo data (qmc group)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -411,8 +413,8 @@ the <a href="./examples.html">examples</a>.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<div id="outline-container-org712a897" class="outline-2">
|
<div id="outline-container-org12fffe5" class="outline-2">
|
||||||
<h2 id="org712a897"><span class="section-number-2">1</span> Metadata (metadata group)</h2>
|
<h2 id="org12fffe5"><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
|
||||||
@ -422,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="orge3cf60a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org87db0fd" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -503,15 +505,15 @@ then the <code>unsafe</code> attribute value can be manually overwritten (in uns
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgfa01bb5" class="outline-2">
|
<div id="outline-container-org88cb927" class="outline-2">
|
||||||
<h2 id="orgfa01bb5"><span class="section-number-2">2</span> Electron (electron group)</h2>
|
<h2 id="org88cb927"><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="org95b7787" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgb10fcdf" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -557,15 +559,15 @@ the number of ↑ and ↓ electrons is fixed.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc22e709" class="outline-2">
|
<div id="outline-container-orge84df97" class="outline-2">
|
||||||
<h2 id="orgc22e709"><span class="section-number-2">3</span> Nucleus (nucleus group)</h2>
|
<h2 id="orge84df97"><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="org7b33a58" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgec6d319" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -632,8 +634,8 @@ given in Cartesian \((x,y,z)\) format.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org4281443" class="outline-2">
|
<div id="outline-container-orgd30433c" class="outline-2">
|
||||||
<h2 id="org4281443"><span class="section-number-2">4</span> Effective core potentials (ecp group)</h2>
|
<h2 id="orgd30433c"><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
|
||||||
@ -666,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="org8d6d4f6" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org955cc10" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -768,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-org677a847" class="outline-3">
|
<div id="outline-container-org3421d84" class="outline-3">
|
||||||
<h3 id="org677a847"><span class="section-number-3">4.1</span> Example</h3>
|
<h3 id="org3421d84"><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
|
||||||
@ -832,8 +834,8 @@ power = [
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgd7388a4" class="outline-2">
|
<div id="outline-container-orgbb4b684" class="outline-2">
|
||||||
<h2 id="orgd7388a4"><span class="section-number-2">5</span> Basis set (basis group)</h2>
|
<h2 id="orgbb4b684"><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
|
||||||
@ -886,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="orgf98c920" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgcf531d2" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -980,8 +982,8 @@ All the basis set parameters are stored in one-dimensional arrays:
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgf5bab74" class="outline-3">
|
<div id="outline-container-org83f0165" class="outline-3">
|
||||||
<h3 id="orgf5bab74"><span class="section-number-3">5.1</span> Example</h3>
|
<h3 id="org83f0165"><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
|
||||||
@ -1059,8 +1061,8 @@ prim_factor =
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgaf80311" class="outline-2">
|
<div id="outline-container-org5f49723" class="outline-2">
|
||||||
<h2 id="orgaf80311"><span class="section-number-2">6</span> Atomic orbitals (ao group)</h2>
|
<h2 id="org5f49723"><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
|
||||||
@ -1113,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="#orgd7388a4">Basis set</a> section) to \(\mathcal{N}_{z^2}\), which is the
|
the <a href="#orgbb4b684">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="orgde68906" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org7e9fd8b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1171,8 +1173,8 @@ introduced here should be \(\frac{\mathcal{N}_{xy}}{\mathcal{N}_{z^2}}\).
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0d5d6ee" class="outline-3">
|
<div id="outline-container-org5cc5480" class="outline-3">
|
||||||
<h3 id="ao_one_e"><a id="org0d5d6ee"></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="org5cc5480"></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}}
|
||||||
@ -1189,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="org1b7334d" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgc3d277d" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1214,43 +1216,78 @@ over atomic orbitals.
|
|||||||
<td class="org-left"><code>overlap</code></td>
|
<td class="org-left"><code>overlap</code></td>
|
||||||
<td class="org-left"><code>float</code></td>
|
<td class="org-left"><code>float</code></td>
|
||||||
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
||||||
<td class="org-left">\(\langle p \vert q \rangle\)</td>
|
<td class="org-left">\(\langle p \vert q \rangle\) (real part, general case)</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left"><code>kinetic</code></td>
|
<td class="org-left"><code>kinetic</code></td>
|
||||||
<td class="org-left"><code>float</code></td>
|
<td class="org-left"><code>float</code></td>
|
||||||
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
||||||
<td class="org-left">\(\langle p \vert \hat{T}_e \vert q \rangle\)</td>
|
<td class="org-left">\(\langle p \vert \hat{T}_e \vert q \rangle\) (real part, general case)</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left"><code>potential_n_e</code></td>
|
<td class="org-left"><code>potential_n_e</code></td>
|
||||||
<td class="org-left"><code>float</code></td>
|
<td class="org-left"><code>float</code></td>
|
||||||
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
||||||
<td class="org-left">\(\langle p \vert \hat{V}_{\text{ne}} \vert q \rangle\)</td>
|
<td class="org-left">\(\langle p \vert \hat{V}_{\text{ne}} \vert q \rangle\) (real part, general case)</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left"><code>ecp</code></td>
|
<td class="org-left"><code>ecp</code></td>
|
||||||
<td class="org-left"><code>float</code></td>
|
<td class="org-left"><code>float</code></td>
|
||||||
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
||||||
<td class="org-left">\(\langle p \vert \hat{V}_{\text{ecp}} \vert q \rangle\)</td>
|
<td class="org-left">\(\langle p \vert \hat{V}_{\text{ecp}} \vert q \rangle\) (real part, general case)</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left"><code>core_hamiltonian</code></td>
|
<td class="org-left"><code>core_hamiltonian</code></td>
|
||||||
<td class="org-left"><code>float</code></td>
|
<td class="org-left"><code>float</code></td>
|
||||||
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
||||||
<td class="org-left">\(\langle p \vert \hat{h} \vert q \rangle\)</td>
|
<td class="org-left">\(\langle p \vert \hat{h} \vert q \rangle\) (real part, general case)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>overlap_im</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
||||||
|
<td class="org-left">\(\langle p \vert q \rangle\) (imaginary part) (imaginary part)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>kinetic_im</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
||||||
|
<td class="org-left">\(\langle p \vert \hat{T}_e \vert q \rangle\) (imaginary part)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>potential_n_e_im</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
||||||
|
<td class="org-left">\(\langle p \vert \hat{V}_{\text{ne}} \vert q \rangle\) (imaginary part)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>ecp_im</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
||||||
|
<td class="org-left">\(\langle p \vert \hat{V}_{\text{ECP}} \vert q \rangle\) (imaginary part)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>core_hamiltonian_im</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(ao.num, ao.num)</code></td>
|
||||||
|
<td class="org-left">\(\langle p \vert \hat{h} \vert q \rangle\) (imaginary part)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org46b0c12" class="outline-3">
|
<div id="outline-container-org4ea5918" class="outline-3">
|
||||||
<h3 id="ao_two_e"><a id="org46b0c12"></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="org4ea5918"></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
|
||||||
@ -1271,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="org3bd4f8f" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgc28406b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1311,10 +1348,10 @@ notation.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org296ba11" class="outline-2">
|
<div id="outline-container-org0a80907" class="outline-2">
|
||||||
<h2 id="org296ba11"><span class="section-number-2">7</span> Molecular orbitals (mo group)</h2>
|
<h2 id="org0a80907"><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="org525872a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org465f8b3" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1353,7 +1390,14 @@ notation.
|
|||||||
<td class="org-left"><code>coefficient</code></td>
|
<td class="org-left"><code>coefficient</code></td>
|
||||||
<td class="org-left"><code>float</code></td>
|
<td class="org-left"><code>float</code></td>
|
||||||
<td class="org-left"><code>(ao.num, mo.num)</code></td>
|
<td class="org-left"><code>(ao.num, mo.num)</code></td>
|
||||||
<td class="org-left">MO coefficients</td>
|
<td class="org-left">MO coefficients (real part, general case)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>coefficient_im</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(ao.num, mo.num)</code></td>
|
||||||
|
<td class="org-left">MO coefficients (imaginary part, for periodic calculations)</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
@ -1380,8 +1424,8 @@ notation.
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgb3de240" class="outline-3">
|
<div id="outline-container-org4f19d65" class="outline-3">
|
||||||
<h3 id="orgb3de240"><span class="section-number-3">7.1</span> One-electron integrals (<code>mo_1e_int</code> group)</h3>
|
<h3 id="org4f19d65"><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
|
||||||
@ -1389,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="org17f47df" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org3ecae69" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1414,43 +1458,78 @@ the basis of molecular orbitals.
|
|||||||
<td class="org-left"><code>overlap</code></td>
|
<td class="org-left"><code>overlap</code></td>
|
||||||
<td class="org-left"><code>float</code></td>
|
<td class="org-left"><code>float</code></td>
|
||||||
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
||||||
<td class="org-left">\(\langle i \vert j \rangle\)</td>
|
<td class="org-left">\(\langle i \vert j \rangle\) (real part, general case)</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left"><code>kinetic</code></td>
|
<td class="org-left"><code>kinetic</code></td>
|
||||||
<td class="org-left"><code>float</code></td>
|
<td class="org-left"><code>float</code></td>
|
||||||
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
||||||
<td class="org-left">\(\langle i \vert \hat{T}_e \vert j \rangle\)</td>
|
<td class="org-left">\(\langle i \vert \hat{T}_e \vert j \rangle\) (real part, general case)</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left"><code>potential_n_e</code></td>
|
<td class="org-left"><code>potential_n_e</code></td>
|
||||||
<td class="org-left"><code>float</code></td>
|
<td class="org-left"><code>float</code></td>
|
||||||
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
||||||
<td class="org-left">\(\langle i \vert \hat{V}_{\text{ne}} \vert j \rangle\)</td>
|
<td class="org-left">\(\langle i \vert \hat{V}_{\text{ne}} \vert j \rangle\) (real part, general case)</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left"><code>ecp</code></td>
|
<td class="org-left"><code>ecp</code></td>
|
||||||
<td class="org-left"><code>float</code></td>
|
<td class="org-left"><code>float</code></td>
|
||||||
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
||||||
<td class="org-left">\(\langle i \vert \hat{V}_{\text{ECP}} \vert j \rangle\)</td>
|
<td class="org-left">\(\langle i \vert \hat{V}_{\text{ECP}} \vert j \rangle\) (real part, general case)</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="org-left"><code>core_hamiltonian</code></td>
|
<td class="org-left"><code>core_hamiltonian</code></td>
|
||||||
<td class="org-left"><code>float</code></td>
|
<td class="org-left"><code>float</code></td>
|
||||||
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
||||||
<td class="org-left">\(\langle i \vert \hat{h} \vert j \rangle\)</td>
|
<td class="org-left">\(\langle i \vert \hat{h} \vert j \rangle\) (real part, general case)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>overlap_im</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
||||||
|
<td class="org-left">\(\langle i \vert j \rangle\) (imaginary part) (imaginary part)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>kinetic_im</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
||||||
|
<td class="org-left">\(\langle i \vert \hat{T}_e \vert j \rangle\) (imaginary part)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>potential_n_e_im</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
||||||
|
<td class="org-left">\(\langle i \vert \hat{V}_{\text{ne}} \vert j \rangle\) (imaginary part)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>ecp_im</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
||||||
|
<td class="org-left">\(\langle i \vert \hat{V}_{\text{ECP}} \vert j \rangle\) (imaginary part)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>core_hamiltonian_im</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(mo.num, mo.num)</code></td>
|
||||||
|
<td class="org-left">\(\langle i \vert \hat{h} \vert j \rangle\) (imaginary part)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org39b5842" class="outline-3">
|
<div id="outline-container-org599d1a9" class="outline-3">
|
||||||
<h3 id="org39b5842"><span class="section-number-3">7.2</span> Two-electron integrals (<code>mo_2e_int</code> group)</h3>
|
<h3 id="org599d1a9"><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
|
||||||
@ -1458,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="org5c0014b" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org1643a41" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1498,8 +1577,8 @@ the basis of molecular orbitals.
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org96234d2" class="outline-2">
|
<div id="outline-container-org7f332a8" class="outline-2">
|
||||||
<h2 id="org96234d2"><span class="section-number-2">8</span> Slater determinants (determinant group)</h2>
|
<h2 id="org7f332a8"><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\)
|
||||||
@ -1532,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="orgc163fc1" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org42e2812" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1578,8 +1657,8 @@ where \(\alpha\) and \(\beta\) denote $↑$-spin and $↓$-spin electrons,
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org0015a8e" class="outline-2">
|
<div id="outline-container-orgce9f1c3" class="outline-2">
|
||||||
<h2 id="org0015a8e"><span class="section-number-2">9</span> Excited states (state group)</h2>
|
<h2 id="orgce9f1c3"><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.
|
||||||
@ -1588,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="org1fa803c" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="org849cd04" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1627,8 +1706,8 @@ determinants. This is the goal of the present group
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orga440bbc" class="outline-2">
|
<div id="outline-container-org67d5b39" class="outline-2">
|
||||||
<h2 id="orga440bbc"><span class="section-number-2">10</span> Reduced density matrices (rdm group)</h2>
|
<h2 id="org67d5b39"><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
|
||||||
@ -1681,7 +1760,7 @@ The total energy can be computed as:
|
|||||||
\]
|
\]
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="orgd2acc31" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orgd03b829" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1762,9 +1841,100 @@ The total energy can be computed as:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-orgc664a83" class="outline-2">
|
<div id="outline-container-orgb8eb0d3" class="outline-2">
|
||||||
<h2 id="orgc664a83"><span class="section-number-2">11</span> Quantum Monte Carlo data (qmc group)</h2>
|
<h2 id="orgb8eb0d3"><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="orgdcec9ea" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
|
<colgroup>
|
||||||
|
<col class="org-left" />
|
||||||
|
|
||||||
|
<col class="org-left" />
|
||||||
|
|
||||||
|
<col class="org-left" />
|
||||||
|
|
||||||
|
<col class="org-left" />
|
||||||
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col" class="org-left">Variable</th>
|
||||||
|
<th scope="col" class="org-left">Type</th>
|
||||||
|
<th scope="col" class="org-left">Dimensions</th>
|
||||||
|
<th scope="col" class="org-left">Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>a</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(3)</code></td>
|
||||||
|
<td class="org-left">First unit cell vector</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>b</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(3)</code></td>
|
||||||
|
<td class="org-left">Second unit cell vector</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>c</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(3)</code></td>
|
||||||
|
<td class="org-left">Third unit cell vector</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-org2313ffb" class="outline-2">
|
||||||
|
<h2 id="org2313ffb"><span class="section-number-2">12</span> Periodic boundary calculations (pbc group)</h2>
|
||||||
|
<div class="outline-text-2" id="text-12">
|
||||||
|
<table id="org9536e70" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
|
<colgroup>
|
||||||
|
<col class="org-left" />
|
||||||
|
|
||||||
|
<col class="org-left" />
|
||||||
|
|
||||||
|
<col class="org-left" />
|
||||||
|
|
||||||
|
<col class="org-left" />
|
||||||
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col" class="org-left">Variable</th>
|
||||||
|
<th scope="col" class="org-left">Type</th>
|
||||||
|
<th scope="col" class="org-left">Dimensions</th>
|
||||||
|
<th scope="col" class="org-left">Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>periodic</code></td>
|
||||||
|
<td class="org-left"><code>int</code></td>
|
||||||
|
<td class="org-left"> </td>
|
||||||
|
<td class="org-left"><code>1</code>: true or <code>0</code>: false</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="org-left"><code>k_point</code></td>
|
||||||
|
<td class="org-left"><code>float</code></td>
|
||||||
|
<td class="org-left"><code>(3)</code></td>
|
||||||
|
<td class="org-left">k-point sampling</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="outline-container-org2b1668e" class="outline-2">
|
||||||
|
<h2 id="org2b1668e"><span class="section-number-2">13</span> Quantum Monte Carlo data (qmc group)</h2>
|
||||||
|
<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
|
||||||
at points of the 3N-dimensional space. Some algorithms require multiple
|
at points of the 3N-dimensional space. Some algorithms require multiple
|
||||||
@ -1777,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="org234d047" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
<table id="orged821ab" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||||
|
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@ -1832,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-05-23 Mon 14:15</p>
|
<p class="date">Created: 2022-05-25 Wed 08:09</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