Skip to content

Commit

Permalink
Deploy docs to master by GitHub Actions triggered by f0177e9
Browse files Browse the repository at this point in the history
  • Loading branch information
TeNeS Developers committed Feb 28, 2024
1 parent 6148df6 commit 5aca7ed
Show file tree
Hide file tree
Showing 84 changed files with 408 additions and 152 deletions.
2 changes: 1 addition & 1 deletion manual/master/en/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 397c87dbe86c85c47af108dc4cb2c799
config: 176d80ff8359ec12e8ba2d347e07d12f
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 2 additions & 0 deletions manual/master/en/html/_sources/about/info.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ TeNeS is developed by the following members.
Version information
======================

- ver. 2.1.0: released on 2024-02-28.
- ver. 2.0.0: released on 2023-11-17.
- ver. 2.0-beta: released on 2023-10-25.
- ver. 1.3.4: released on 2023-09-13.
- ver. 1.3.3: released on 2023-07-14.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Define one-body operators that indicate physical quantities defined at each site
``sites``, "Site number", Integer or a list of integer
``dim``, "Dimension of an operator", Integer
``elements``, "Non-zero elements of an operator", String
``coeff``, "Coefficient of operator (real part)", Float
``coeff_im``, "Coefficient of operator (imaginary part)", Float

``name`` specifies an operator name.

Expand All @@ -35,6 +37,9 @@ One element is specified by one line consisting of two integers and two floating
- The first two integers are the state numbers before and after the act of the operator, respectively.
- The latter two floats indicate the real and imaginary parts of the elements of the operator, respectively.

``coeff`` and ``coeff_im`` are real and imaginary parts of the coefficient of the operator, respectively.
If omitted, they are set to 1.0 and 0.0, respectively.

Example
.......

Expand Down Expand Up @@ -93,6 +98,8 @@ Define two-body operators that indicate physical quantities defined on two sites
``dim``, "Dimension of an operator", Integer
``elements``, "Non-zero elements of an operator", String
``ops``, "Index of onesite operators", A list of integer
``coeff``, "Coefficient of operator (real part)", Float
``coeff_im``, "Coefficient of operator (imaginary part)", Float


``name`` specifies an operator name.
Expand Down Expand Up @@ -123,6 +130,9 @@ For example, if :math:`S^z` is defined as ``group = 0`` in ``observable.onesite`

If both ``elements`` and ``ops`` are defined, the process will end in error.

``coeff`` and ``coeff_im`` are real and imaginary parts of the coefficient of the operator, respectively.
If omitted, they are set to 1.0 and 0.0, respectively.

Example
.......

Expand Down Expand Up @@ -193,6 +203,8 @@ It is defined as a direct product of one-body operators defined in ``observable.
``group``, "Identification number of operators", Integer
``multisites``, "Sites", String
``ops``, "Index of onesite operators", List of integers
``coeff``, "Coefficient of operator (real part)", Float
``coeff_im``, "Coefficient of operator (imaginary part)", Float

``name`` specifies an operator name.

Expand All @@ -210,3 +222,5 @@ One line consisting of integers means a set sites.
Using ``ops``, a multi-body operator can be defined as a direct product of the one-body operators defined in ``observable.onesite``.
For example, if :math:`S^z` is defined as ``group = 0`` in ``observable.onesite``, :math:`S^z_i S^z_j S^z_k` can be expressed as ``ops = [0,0,0]``.

``coeff`` and ``coeff_im`` are real and imaginary parts of the coefficient of the operator, respectively.
If omitted, they are set to 1.0 and 0.0, respectively.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Usage of ``tenes_std``
$ tenes_std std.toml
- Takes a file as an argument
- Takes input files as arguments
- Multiple input files can be specified
- When parameters are duplicated, ``tenes_std`` stops with an error
- Sections that can be specified multiple times, such as ``[[observable.onesite]]``, can be specified in multiple input files simultaneously
- In this case, the sections in the latter input file are appended to those in the former input file
- Output an input file for ``tenes``
- Command line options are as follows
- ``--help``
Expand Down
1 change: 1 addition & 0 deletions manual/master/en/html/_sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The following tools are required for building TeNeS.

1. C++11 compiler
2. CMake (>=3.6.0)
3. BLAS and LAPACK

TeNeS depends on the following libraries, but these are downloaded automatically through the build process.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Then, the magnetization curve shown in the right panel of

::

load 'plot_ene_square.gp'
load 'plot_square_ene.gp'

you will obtain the ground-state energy as shown in the left panel of
:numref:`fig_tutorial5_square`. The calculation is almost converged at 2000
Expand Down
2 changes: 1 addition & 1 deletion manual/master/en/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '2.0.0',
VERSION: '2.1.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions manual/master/en/html/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>1. What is TeNeS ? &#8212; TeNeS 2.0.0 documentation</title>
<title>1. What is TeNeS ? &#8212; TeNeS 2.1.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=66c3864b" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=73cda6fb"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=0218eca2"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<link rel="index" title="Index" href="../genindex.html" />
Expand Down
6 changes: 4 additions & 2 deletions manual/master/en/html/about/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>1.1. Overview &#8212; TeNeS 2.0.0 documentation</title>
<title>1.1. Overview &#8212; TeNeS 2.1.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=66c3864b" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=73cda6fb"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=0218eca2"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<link rel="index" title="Index" href="../genindex.html" />
Expand Down Expand Up @@ -54,6 +54,8 @@ <h1><span class="section-number">1.2. </span>Developers<a class="headerlink" hre
<section id="version-information">
<h1><span class="section-number">1.3. </span>Version information<a class="headerlink" href="#version-information" title="Permalink to this heading"></a></h1>
<ul class="simple">
<li><p>ver. 2.1.0: released on 2024-02-28.</p></li>
<li><p>ver. 2.0.0: released on 2023-11-17.</p></li>
<li><p>ver. 2.0-beta: released on 2023-10-25.</p></li>
<li><p>ver. 1.3.4: released on 2023-09-13.</p></li>
<li><p>ver. 1.3.3: released on 2023-07-14.</p></li>
Expand Down
4 changes: 2 additions & 2 deletions manual/master/en/html/acknowledge/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>8. Acknowledgement &#8212; TeNeS 2.0.0 documentation</title>
<title>8. Acknowledgement &#8212; TeNeS 2.1.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=66c3864b" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=73cda6fb"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=0218eca2"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<link rel="index" title="Index" href="../genindex.html" />
Expand Down
4 changes: 2 additions & 2 deletions manual/master/en/html/algorithm/algorithms.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>6. Algorithm &#8212; TeNeS 2.0.0 documentation</title>
<title>6. Algorithm &#8212; TeNeS 2.1.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=66c3864b" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=73cda6fb"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=0218eca2"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions manual/master/en/html/algorithm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>&lt;no title&gt; &#8212; TeNeS 2.0.0 documentation</title>
<title>&lt;no title&gt; &#8212; TeNeS 2.1.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=66c3864b" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=73cda6fb"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=0218eca2"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<link rel="index" title="Index" href="../genindex.html" />
Expand Down
4 changes: 2 additions & 2 deletions manual/master/en/html/contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>9. Contacts &#8212; TeNeS 2.0.0 documentation</title>
<title>9. Contacts &#8212; TeNeS 2.1.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=66c3864b" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=73cda6fb"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=0218eca2"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<link rel="index" title="Index" href="../genindex.html" />
Expand Down
4 changes: 2 additions & 2 deletions manual/master/en/html/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>7. FAQ &#8212; TeNeS 2.0.0 documentation</title>
<title>7. FAQ &#8212; TeNeS 2.1.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=66c3864b" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=73cda6fb"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=0218eca2"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>&lt;no title&gt; &#8212; TeNeS 2.0.0 documentation</title>
<title>&lt;no title&gt; &#8212; TeNeS 2.1.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=66c3864b" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=73cda6fb"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=0218eca2"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Example &#8212; TeNeS 2.0.0 documentation</title>
<title>Example &#8212; TeNeS 2.1.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=66c3864b" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=73cda6fb"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=0218eca2"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand Down
Loading

0 comments on commit 5aca7ed

Please sign in to comment.