From bf50a0ed0b14910b940e0e635df5c56dbf474155 Mon Sep 17 00:00:00 2001 From: TeNeS Developers Date: Thu, 30 Nov 2023 01:56:48 +0000 Subject: [PATCH] Deploy docs to develop by GitHub Actions triggered by 94144497e3d18e19b898515760433da079fd7851 --- manual/develop/en/html/_sources/about/info.rst.txt | 1 + manual/develop/en/html/_sources/install.rst.txt | 1 + .../develop/en/html/_sources/tutorial/04_magnetization.rst.txt | 2 +- manual/develop/en/html/about/info.html | 1 + manual/develop/en/html/install.html | 1 + manual/develop/en/html/searchindex.js | 2 +- manual/develop/en/html/tutorial/04_magnetization.html | 2 +- manual/develop/ja/html/_sources/about/info.rst.txt | 1 + manual/develop/ja/html/_sources/install.rst.txt | 1 + .../develop/ja/html/_sources/tutorial/04_magnetization.rst.txt | 2 +- manual/develop/ja/html/about/info.html | 1 + manual/develop/ja/html/install.html | 1 + manual/develop/ja/html/searchindex.js | 2 +- manual/develop/ja/html/tutorial/04_magnetization.html | 2 +- 14 files changed, 14 insertions(+), 6 deletions(-) diff --git a/manual/develop/en/html/_sources/about/info.rst.txt b/manual/develop/en/html/_sources/about/info.rst.txt index ae9fd929..7e8d411e 100644 --- a/manual/develop/en/html/_sources/about/info.rst.txt +++ b/manual/develop/en/html/_sources/about/info.rst.txt @@ -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. diff --git a/manual/develop/en/html/_sources/install.rst.txt b/manual/develop/en/html/_sources/install.rst.txt index 001ed0bf..577d3c57 100644 --- a/manual/develop/en/html/_sources/install.rst.txt +++ b/manual/develop/en/html/_sources/install.rst.txt @@ -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. diff --git a/manual/develop/en/html/_sources/tutorial/04_magnetization.rst.txt b/manual/develop/en/html/_sources/tutorial/04_magnetization.rst.txt index 65cd97cb..c3ca9d15 100644 --- a/manual/develop/en/html/_sources/tutorial/04_magnetization.rst.txt +++ b/manual/develop/en/html/_sources/tutorial/04_magnetization.rst.txt @@ -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 diff --git a/manual/develop/en/html/about/info.html b/manual/develop/en/html/about/info.html index e4cd66c3..c3f1a3ed 100644 --- a/manual/develop/en/html/about/info.html +++ b/manual/develop/en/html/about/info.html @@ -54,6 +54,7 @@

1.2. Developers

1.3. Version information