-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
126 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |