Skip to content

Commit

Permalink
Deploy docs to develop by GitHub Actions triggered by 9414449
Browse files Browse the repository at this point in the history
  • Loading branch information
TeNeS Developers committed Nov 30, 2023
1 parent bd596e7 commit bf50a0e
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions manual/develop/en/html/_sources/about/info.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ TeNeS is developed by the following members.
Version information
======================

- 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
1 change: 1 addition & 0 deletions manual/develop/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
1 change: 1 addition & 0 deletions manual/develop/en/html/about/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ <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.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
1 change: 1 addition & 0 deletions manual/develop/en/html/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ <h2><span class="section-number">2.2. </span>Prerequisites<a class="headerlink"
<ol class="arabic simple">
<li><p>C++11 compiler</p></li>
<li><p>CMake (&gt;=3.6.0)</p></li>
<li><p>BLAS and LAPACK</p></li>
</ol>
<p>TeNeS depends on the following libraries, but these are downloaded automatically through the build process.</p>
<ol class="arabic simple">
Expand Down
2 changes: 1 addition & 1 deletion manual/develop/en/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manual/develop/en/html/tutorial/04_magnetization.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h1><span class="section-number">4.4. </span>Magnetization process of the Heisen
</div>
<p>Then, the magnetization curve shown in the right panel of
<a class="reference internal" href="#fig-tutorial5-square"><span class="std std-numref">Fig. 4.6</span></a> is obtained. In a similar way, by typing the following command,</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>load &#39;plot_ene_square.gp&#39;
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>load &#39;plot_square_ene.gp&#39;
</pre></div>
</div>
<p>you will obtain the ground-state energy as shown in the left panel of
Expand Down
1 change: 1 addition & 0 deletions manual/develop/ja/html/_sources/about/info.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ TeNeS は以下のメンバーで開発しています。
バージョン履歴
==================

- ver. 2.0.0: 2023-11-17 にリリース。
- ver. 2.0-beta: 2023-10-25 にリリース。
- ver. 1.3.4: 2023-09-13 にリリース。
- ver. 1.3.3: 2023-07-14 にリリース。
Expand Down
1 change: 1 addition & 0 deletions manual/develop/ja/html/_sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ TeNeSをコンパイルするには以下のライブラリ・環境が必要で

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

TeNeSは以下のライブラリに依存していますが、自動でダウンロードおよびビルドがされます。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
とすれば、 :numref:`fig_tutorial5_square` の右図のような磁化カーブが得られます。同様に
::

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

とすれば、:numref:`fig_tutorial5_square` の左図のような基底エネルギーのグラフが得られます。

Expand Down
1 change: 1 addition & 0 deletions manual/develop/ja/html/about/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ <h1><span class="section-number">1.2. </span>開発者<a class="headerlink" href
<section id="id3">
<h1><span class="section-number">1.3. </span>バージョン履歴<a class="headerlink" href="#id3" title="この見出しへのパーマリンク"></a></h1>
<ul class="simple">
<li><p>ver. 2.0.0: 2023-11-17 にリリース。</p></li>
<li><p>ver. 2.0-beta: 2023-10-25 にリリース。</p></li>
<li><p>ver. 1.3.4: 2023-09-13 にリリース。</p></li>
<li><p>ver. 1.3.3: 2023-07-14 にリリース。</p></li>
Expand Down
1 change: 1 addition & 0 deletions manual/develop/ja/html/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ <h2><span class="section-number">2.2. </span>必要なライブラリ・環境<a
<ol class="arabic simple">
<li><p>C++11 compiler</p></li>
<li><p>CMake (&gt;=3.6.0)</p></li>
<li><p>BLAS, LAPACK</p></li>
</ol>
<p>TeNeSは以下のライブラリに依存していますが、自動でダウンロードおよびビルドがされます。</p>
<ol class="arabic simple">
Expand Down
2 changes: 1 addition & 1 deletion manual/develop/ja/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manual/develop/ja/html/tutorial/04_magnetization.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h1><span class="section-number">4.4. </span>三角格子・正方格子ハイ
</pre></div>
</div>
<p>とすれば、 <a class="reference internal" href="#fig-tutorial5-square"><span class="std std-numref">図 4.6</span></a> の右図のような磁化カーブが得られます。同様に</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>load &#39;plot_ene_square.gp&#39;
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>load &#39;plot_square_ene.gp&#39;
</pre></div>
</div>
<p>とすれば、<a class="reference internal" href="#fig-tutorial5-square"><span class="std std-numref">図 4.6</span></a> の左図のような基底エネルギーのグラフが得られます。</p>
Expand Down

0 comments on commit bf50a0e

Please sign in to comment.