Skip to content

Commit

Permalink
upload table in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Mar 13, 2021
1 parent 948cd98 commit 4275186
Show file tree
Hide file tree
Showing 12 changed files with 126 additions and 59 deletions.
18 changes: 18 additions & 0 deletions apps/alpscore/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ALPSCore

## SUMMARY

Open-source software for building computational physics applications. Common C++ auxiliary modules required for various methods in computational physics such as the quantum Monte Carlo method are prepared. This software helps to build reusable codes and to reduce development time for complex computational science applications. It also supports parallel programming based on MPI or OpenMP.

## LICENSE

The GNU General Public License (GPL), Version 2

## OFFICIAL PAGE

https://alpscore.org/

## MateriApps URL

https://ma.issp.u-tokyo.ac.jp/en/app/2873

18 changes: 18 additions & 0 deletions apps/alpscore/README_ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ALPSCore

## SUMMARY

計算物理アプリ構築のためのオープンソースソフトウェア。量子モンテカルロ法などの多くの計算プログラムで必要となる共通のC++補助モジュールが整備されている。再利用可能なコード構築を補助し、複雑な計算科学アプリケーションの開発時間の短縮が可能。MPIおよびOpenMPの並列プログラミングにも対応している。

## LICENSE

The GNU General Public License (GPL), Version 2

## OFFICIAL PAGE

https://alpscore.org/

## MateriApps URL

https://ma.issp.u-tokyo.ac.jp/app/2871

15 changes: 5 additions & 10 deletions docs/sphinx/en/source/about/info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@ The following tools and apps are in place (12/4/2020).
.. csv-table::
:file: ../../../table/tool.csv
:encoding: euc-jp
:header-rows: 1

..
boost, cmake, eigen3, fftw, gcc10, gcc7,
git, gsl, hdf5, lapack, libffi, openblas,
openmpi, openssl, python2, python3, scalapack, tcltk, zlib
:header-rows: 1

2. Apps

Expand All @@ -54,7 +48,7 @@ The following tools and apps are in place (12/4/2020).

3. Apps to be added in the future

abICS, DCore, ALPS-Core, TRIQS
abICS, DCore, TRIQS



Expand Down Expand Up @@ -97,7 +91,7 @@ Main developers
------------------------------------------
MateriApps Installer is developed by the following members.

- ver. 0.1
- ver. 0.1 -
- Synge Todo (Department of Physics/Institute for Solid State Physics, The University of Tokyo)
- Yuichi Motoyama (Institute for Solid State Physics, The University of Tokyo)
- Kazuyoshi Yoshimi (Institute for Solid State Physics, The University of Tokyo)
Expand All @@ -107,7 +101,8 @@ MateriApps Installer is developed by the following members.
Version history
------------------------------------------

- 2020/12/04 ver. 1.0 was released.
- 2021/03/13 ver. 1.0 was released.
- 2020/12/04 ver. 0.1 was released.

License
--------------
Expand Down
22 changes: 22 additions & 0 deletions docs/sphinx/en/source/appendix/README_alpscore.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
ALPSCore
========

SUMMARY
-------

Open-source software for building computational physics applications. Common C++ auxiliary modules required for various methods in computational physics such as the quantum Monte Carlo method are prepared. This software helps to build reusable codes and to reduce development time for complex computational science applications. It also supports parallel programming based on MPI or OpenMP.

LICENSE
-------

The GNU General Public License (GPL), Version 2

OFFICIAL PAGE
-------------

https://alpscore.org/

MateriApps URL
--------------

https://ma.issp.u-tokyo.ac.jp/en/app/2873
4 changes: 1 addition & 3 deletions docs/sphinx/en/source/appendix/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Application list
:maxdepth: 1

README_alps
README_dcore
README_alpscore
README_dsqss
README_espresso
README_hphi
Expand All @@ -21,5 +21,3 @@ Application list
README_openmx
README_respack
README_tenes
README_triqs

4 changes: 2 additions & 2 deletions docs/sphinx/en/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.0-beta'
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0-beta'
release = u'1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
15 changes: 4 additions & 11 deletions docs/sphinx/ja/source/about/info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,10 @@ MateriApps Installerの目標は下記の通りである。
整備されているツールとアプリ
------------------------------------------

2020/12/4現在、以下のツール・アプリが整備されています (``config`` で ``default.sh`` 以外に用意されているものも一緒に記載しています)。
2021/3/13現在、以下のツール・アプリが整備されています (``config`` で ``default.sh`` 以外に用意されているものも一緒に記載しています)。

1. ツール

..
boost, cmake, eigen3, fftw, gcc10, gcc7,
git, gsl, hdf5, lapack, libffi, openmpi, openssl,
python2, python3, scalapack, tcltk, zlib
.. csv-table::
:file: ../../../table/tool.csv
:encoding: euc-jp
Expand All @@ -49,12 +44,9 @@ MateriApps Installerの目標は下記の通りである。
:encoding: euc-jp
:header-rows: 1

.. ALPS, DSQSS, QUANTUM ESPRESSO, HΦ, Kω, LAMMPS, mVMC, OpenMX, RESPACK, TeNeS
3. 今後追加予定のアプリ

abICS, DCore, ALPS-Core, TRIQS
abICS, DCore, TRIQS


設計ポリシー
Expand Down Expand Up @@ -97,7 +89,7 @@ MateriApps Installerの設計ポリシーは下記の通りである。
------------------------------------------
MateriApps Installerは以下のメンバーで開発している。

- ver. 0.1
- ver. 0.1 -
- 藤堂 眞治 (東京大学 大学院理学系研究科/物性研究所)
- 本山 裕一 (東京大学 物性研究所)
- 吉見 一慶 (東京大学 物性研究所)
Expand All @@ -107,6 +99,7 @@ MateriApps Installerは以下のメンバーで開発している。
バージョン履歴
------------------------------------------

- 2021/03/14 ver. 1.0 リリース.
- 2020/12/04 ver. 0.1 リリース.

ライセンス
Expand Down
22 changes: 22 additions & 0 deletions docs/sphinx/ja/source/appendix/README_alpscore.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
ALPSCore
========

SUMMARY
-------

計算物理アプリ構築のためのオープンソースソフトウェア。量子モンテカルロ法などの多くの計算プログラムで必要となる共通のC++補助モジュールが整備されている。再利用可能なコード構築を補助し、複雑な計算科学アプリケーションの開発時間の短縮が可能。MPIおよびOpenMPの並列プログラミングにも対応している。

LICENSE
-------

The GNU General Public License (GPL), Version 2

OFFICIAL PAGE
-------------

https://alpscore.org/

MateriApps URL
--------------

https://ma.issp.u-tokyo.ac.jp/app/2871
3 changes: 1 addition & 2 deletions docs/sphinx/ja/source/appendix/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:maxdepth: 1

README_alps
README_dcore
README_alpscore
README_dsqss
README_espresso
README_hphi
Expand All @@ -21,4 +21,3 @@
README_openmx
README_respack
README_tenes
README_triqs
4 changes: 2 additions & 2 deletions docs/sphinx/ja/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.0-beta'
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0-beta'
release = u'1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
23 changes: 12 additions & 11 deletions docs/sphinx/table/apps.csv
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name,intel,macos,gcc,amd
ALPS,o,o,o,x
DSQSS,o,x,o,x
QUANTUM ESPRESSO,o,x,x,o
HPhi,o,x,o,x
KOmega,o,x,x,x
LAMMPS,o,x,o,x
mVMC,o,x,o,x
OpenMX,o,x,x,x
RESPACK,o,x,x,x
TeNeS,o,x,x,x
name,intel,macos,gcc
ALPS,o x,o
ALPSCore, o, o, o
DSQSS,o,x,o
QUANTUM ESPRESSO,o,x,x
HPhi,o,x,o
KOmega,o,x,x
LAMMPS,o,x,o
mVMC,o,x,o
OpenMX,o,x,x
RESPACK,o,x,x
TeNeS,o,x,x
37 changes: 19 additions & 18 deletions docs/sphinx/table/tool.csv
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name,intel,macos,gcc,amd
boost,o,o,x,x
cmake,x,x,x,x
eigen3,x,x,x,x
fftw,o,o,x,x
gcc10,x,x,x,x
gcc8,x,x,x,x
git,x,x,x,x
gsl,o,x,x,x
hdf5,x,x,x,x
lapack,x,x,x,x
libffi,x,x,x,x
openmpi,o,o,o,x
openssl,x,x,x,x
python3,o,o,x,x
scalapack,x,x,x,x
tcltk,x,x,x,x
zlib,x,x,x,x
name,intel,macos,gcc
boost,o,o,x
cmake,x,x,x
eigen3,x,x,x
fftw,o,o,x
gcc10,x,x,x
gcc8,x,x,x
git,x,x,x
gsl,o,x,x
hdf5,x,x,x
julia,o,x,x
lapack,x,x,x
libffi,x,x,x
openmpi,o,x,o
openssl,x,x,x
python3,o,o,x
scalapack,x,x,x
tcltk,x,x,x
zlib,x,x,x

0 comments on commit 4275186

Please sign in to comment.