SlideShare a Scribd company logo
1 of 41
Download to read offline
CMSI C (2015/10/08)
ALPS
/ / NIMS
wistaria@phys.s.u-tokyo.ac.jp
ALPS Agenda (1/2)
• CMSI C 

• 

• ALPS (Applications and Libraries for Physics Simulations) ?

• ? 

• ALPS 

• ALPS 

• ALPS 

• XML / HDF5 

• C++ 

• Python 

•
2
ALPS Agenda (2/2)
• ALPS 

• ALPLS 

• (
GUI )

• 

• ( )

• (MateriApps MateriApps LIVE!)

• ?
3
ALPS
• 

• XML 

• 

• ( ) 

• ( )

• XML 

• 

• ( ): ED CMC QMC DMRG DMFT 

• ALPS 

• Python
4
ALPS
generic C++
numerics
domain-specific
libraries
applications
tools
C / Fortran BLAS LAPACK MPI
graph serialization XML/XSLT
iterative eigenvalue solverrandom ublas
lattice model observables scheduler
MC QMC ED DMRG DMFT
XML manipulation Python binding GUI
Boost library
5
ALPS
parameter2xml
tool
application programs
Python based evaluation tools
Parameter XML File
Outputs in HDF5 & XML
Quantum Monte Carlo
Quantum Lattice Model
Exact Diagonalization DMRG
Lattice XML File
square lattice
<LATTICES>
<LATTICE name="square lattice" dimension="2">
<PARAMETER name="a" default="1"/>
<BASIS><VECTOR>a 0</VECTOR><VECTOR>0 a</VECTOR></BASIS>
</LATTICE>
<UNITCELL name="simple2d" dimension="2">
<VERTEX/>
<EDGE>
<SOURCE vertex="1" offset="0 0"/>
<TARGET vertex="1" offset="0 1"/>
</EDGE>
<EDGE>
<SOURCE vertex="1" offset="0 0"/>
<TARGET vertex="1" offset="1 0"/>
</EDGE>
</UNITCELL>
<LATTICEGRAPH name="square lattice">
<FINITELATTICE>
<LATTICE ref="square lattice"/>
<EXTENT dimension="1" size="L"/>
<EXTENT dimension="2" size="L"/>
<BOUNDARY type="periodic"/>
</FINITELATTICE>
<UNITCELL ref="simple2d"/>
</LATTICEGRAPH>
</LATTICES>
(0,0)
(0,1)
(1,0)
<MODELS>
<BASIS name="spin">
<SITEBASIS name="spin">
<PARAMETER name="local_S" default="1/2"/>
<QUANTUMNUMBER name="S" min="local_S" max="local_S"/>
<QUANTUMNUMBER name="Sz" min="-S" max="S"/>
<OPERATOR name="Sz" matrixelement="Sz"/>
<OPERATOR name="Splus" matrixelement="sqrt(S*(S+1)-Sz*(Sz+1))">
<CHANGE quantumnumber="Sz" change="1"/>
</OPERATOR>
<OPERATOR name="Sminus" matrixelement="sqrt(S*(S+1)-Sz*(Sz-1))">
<CHANGE quantumnumber="Sz" change="-1"/>
</OPERATOR>
</SITEBASIS>
</BASIS>
<HAMILTONIAN name="spin">
<PARAMETER name="J" default="1"/>
<PARAMETER name="h" default="0"/>
<BASIS ref="spin"/>
<SITETERM>
-h * Sz(i)
</SITETERM>
<BONDTERM source="i" target="j">
J * (Sz(i)*Sz(j) + (Splus(i)*Sminus(j)+Sminus(i)*Splus(j)))/2
</BONDTERM>
</HAMILTONIAN>
</MODELS>
Model XML File
H = J
< i,j>
[ Sz
i Sz
j + ( S+
i S-
j + S-
i S+
j )/ 2 - h
i
Sz
i]Σ Σ
Plots
Parameter File
LATTICE = "square lattice"
MODEL = "spin"
L = 16
Jxy = 1
Jz = 2
SWEEPS = 10000
THERMALIZATION = 1000
{ T = 0.1 }
{ T = 0.2 }
{ T = 0.5 }
{ T = 1.0 }
DMFT
6
ALPS
• (ALPS/alea) 

• & (ALPS/scheduler) 

• (ALPS/scheduler) 

• XML HDF5 

• (ALPS/parameter)

• (ALPS/random)

• (ALPS/lattice)

• (ALPS/model) 

• ALPS
7
CMSI C (2015/10/08)
ALPS
:
“ ” ALPS
70, 275-282 (2015)
CMSI MateriApps LIVE!
http://www.slideshare.net/cms_initiative/20150902
CMSI C (2015/10/08)
ALPS
ALPS
• ( )

• (ALPS/looper) 

• (ALPS/parapack) 

• Fortran, C API 

• 

• 

• Windows/Macintosh 

• 

• GUI ( )
10
Windows Mac OS X
11
for Mac OS X
for Windows
12
http://www.vistrails.org/
• 

• 

• 

• 

• Web 

• 

• 

• 

• 

• 

•
13
ALPS
• : 30 (7 )

• 

• 

•
14
ALPS Libraries
C++ 148,000
Python 13,000
ALPS Applications
C++ 94,000
Fortran 11,000
examples, tutorials, tests
C++ 34,000
Fortran 16,000
Python 1,000
Measuring programming progress by lines of code is like
measuring aircraft building progress by weight. — Bill Gates
• 

• 

• 

• : CMake

• : Subversion

• : Trac

• : MediaWiki

• : Mailman

• Linux 1 web
15
• CMake - http://www.cmake.org

• Makefile (configure )

• Windows Visual C++ Mac OS X Xcode


• CMakeLists.txt 

• (CTest) (CPack) 

•
16
cmake make
subversion PC, ,
MakefileCMakeLists.txt
VCS (Version Control System)
• Subversion - http://subversion.apache.org/

•


• 

• check out/check in

• 

• 

• 

• 

• 

• 3 VCS
17
BTS (Bug Tracking System)
• Trac - http://trac.edgewall.org/

• 

• Web 

• wiki

• Subversion ( web )

• ( )

• (issue )

• 

• 

•
18
Wiki
• MediaWiki - http://www.mediawiki.org/wiki/MediaWiki

• 

• Wiki ?

• Web Web 

• 

• Web 

• HTML 

• 

• ALPS Wiki 

• ALPS
19
• git - https://git-scm.com

• 

• Linux 

• subversion 

• GitHub - https://github.com

• git OSS ( : MateriApps LIVE!)

• git + + wiki + issue + + 

• + (GitHub Education)

• git & GitHub CMSI 

• & CMSI web
20
ALPS
• Mailman - http://www.gnu.org/software/mailman/index.html

• 

• 1.7 / (2010 2014 )

• 

• Trac 

• 

• 1.1 / (2010 2014 )

• Web 

• 

• FAQ Wiki 

• Trac
21
• ALPS developers workshop

• & 

• ALPS users workshop

• 

• Wiki ALPS 

• ALPS (CMSI )

• 

• ALPS
22
=
• ALPS Library License, ALPS Application License

• GNU General Public License (GPL) 

• Non-commercial academic use 

• Commercial use 

• 

• 

• ALPS acknowledgement
(ALPS )
23
1. In any scientific publication based wholly or in part on the Library,
the use of the Library must be acknowledged and the publications
listed in the accompanying CITATIONS.txt document must be cited.
ALPS
• ALPS Library 

• B. Bauer et al. The ALPS project release 2.0: Open source software for strongly
correlated systems, J. Stat. Mech., P05001 (2011). 

• A. F. Albuquerque et al. The ALPS project release 1.3: open source software for
strongly correlated systems, J. Mag. Mag. Mat. 310, 1187 (2007). 

• F. Alet et al. The ALPS Project: Open Source Software for Strongly Correlated
Systems, J. Phys. Soc. Jpn. Suppl. 74, 30 (2005). 

• ALPS Application 

• ( ) ? ?

•
24
ALPS 2.0 Paper
25
J.Stat.Mech.(2011)P050
ournal of Statistical Mechanics:
J Theory and Experiment
The ALPS project release 2.0: open
source software for strongly correlated
systems
B Bauer1
, L D Carr2
, H G Evertz3
, A Feiguin4
, J Freire5
,
S Fuchs6
, L Gamper1
, J Gukelberger1
, E Gull7
, S Guertler8
,
A Hehn1
, R Igarashi9,10
, S V Isakov1
, D Koop5
, P N Ma1
,
P Mates1,5
, H Matsuo11
, O Parcollet12
, G Pawlowski13
,
J D Picon14
, L Pollet1,15
, E Santos5
, V W Scarola16
,
U Schollw¨ock17
, C Silva5
, B Surer1
, S Todo10,11
, S Trebst18
,
M Troyer1,21
, M L Wall2
, P Werner1
and S Wessel19,20
1 Theoretische Physik, ETH Zurich, 8093 Zurich, Switzerland
2 Department of Physics, Colorado School of Mines, Golden, CO 80401, USA
3 Institut f¨ur Theoretische Physik, Technische Universit¨at Graz, A-8010 Graz,
Austria
4 Department of Physics and Astronomy, University of Wyoming, Laramie,
WY 82071, USA
5 Scientific Computing and Imaging Institute, University of Utah,
Salt Lake City, UT 84112, USA
6 Institut f¨ur Theoretische Physik, Georg-August-Universit¨at G¨ottingen,
G¨ottingen, Germany
7 Columbia University, New York, NY 10027, USA
8 Bethe Center for Theoretical Physics, Universit¨at Bonn, Nussallee 12,
53115 Bonn, Germany
J.Stat.Mech.(2011)P05001
ournal of Statistical Mechanics:
J Theory and Experiment
The ALPS project release 2.0: open
source software for strongly correlated
systems
B Bauer1
, L D Carr2
, H G Evertz3
, A Feiguin4
, J Freire5
,
S Fuchs6
, L Gamper1
, J Gukelberger1
, E Gull7
, S Guertler8
,
A Hehn1
, R Igarashi9,10
, S V Isakov1
, D Koop5
, P N Ma1
,
P Mates1,5
, H Matsuo11
, O Parcollet12
, G Pawlowski13
,
J D Picon14
, L Pollet1,15
, E Santos5
, V W Scarola16
,
U Schollw¨ock17
, C Silva5
, B Surer1
, S Todo10,11
, S Trebst18
,
M Troyer1,21
, M L Wall2
, P Werner1
and S Wessel19,20
1 Theoretische Physik, ETH Zurich, 8093 Zurich, Switzerland
2 Department of Physics, Colorado School of Mines, Golden, CO 80401, USA
3 Institut f¨ur Theoretische Physik, Technische Universit¨at Graz, A-8010 Graz,
Austria
4 Department of Physics and Astronomy, University of Wyoming, Laramie,
WY 82071, USA
5 Scientific Computing and Imaging Institute, University of Utah,
Salt Lake City, UT 84112, USA
6 Institut f¨ur Theoretische Physik, Georg-August-Universit¨at G¨ottingen,
G¨ottingen, Germany
7 Columbia University, New York, NY 10027, USA
8 Bethe Center for Theoretical Physics, Universit¨at Bonn, Nussallee 12,
53115 Bonn, Germany
9 Center for Computational Science and e-Systems, Japan Atomic Energy
Agency, 110-0015 Tokyo, Japan
10 Core Research for Evolutional Science and Technology, Japan Science and
Technology Agency, 332-0012 Kawaguchi, Japan
11 Department of Applied Physics, University of Tokyo, 113-8656 Tokyo, Japan
12 Institut de Physique Th´eorique, CEA/DSM/IPhT-CNRS/URA 2306,
CEA-Saclay, F-91191 Gif-sur-Yvette, France
13 Faculty of Physics, A Mickiewicz University, Umultowska 85, 61-614 Pozna´n,
Poland
14
J.Stat.Mech.(2011)P05001
17 Department for Physics, Arnold Sommerfeld Center for Theoretical Physics
and Center for NanoScience, University of Munich, 80333 Munich, Germany
18 Microsoft Research, Station Q, University of California, Santa Barbara,
CA 93106, USA
19 Institute for Solid State Theory, RWTH Aachen University, 52056 Aachen,
Germany
20 Institut f¨ur Theoretische Physik III, Universit¨at Stuttgart,
Pfaffenwaldring 57, 70550 Stuttgart, Germany
E-mail: troyer@comp-phys.org
Received 23 December 2010
Accepted 15 March 2011
Published 4 May 2011
Online at stacks.iop.org/JSTAT/2011/P05001
doi:10.1088/1742-5468/2011/05/P05001
Abstract. We present release 2.0 of the ALPS (Algorithms and Libraries
for Physics Simulations) project, an open source software project to develop
libraries and application programs for the simulation of strongly correlated
quantum lattice models such as quantum magnets, lattice bosons, and strongly
correlated fermion systems. The code development is centered on common XML
and HDF5 data formats, libraries to simplify and speed up code development,
common evaluation and plotting tools, and simulation programs. The programs
enable non-experts to start carrying out serial or parallel numerical simulations
by providing basic implementations of the important algorithms for quantum
lattice models: classical and quantum Monte Carlo (QMC) using non-local
updates, extended ensemble simulations, exact and full diagonalization (ED),
the density matrix renormalization group (DMRG) both in a static version and
a dynamic time-evolving block decimation (TEBD) code, and quantum Monte
Carlo solvers for dynamical mean field theory (DMFT). The ALPS libraries
provide a powerful framework for programmers to develop their own applications,
which, for instance, greatly simplify the steps of porting a serial code onto a
parallel, distributed memory machine. Major changes in release 2.0 include
the use of HDF5 for binary data, evaluation tools in Python, support for the
Windows operating system, the use of CMake as build system and binary
installation packages for Mac OS X and Windows, and integration with the
VisTrails workflow provenance tool. The software is available from our web server
at http://alps.comp-phys.org/.
Keywords: density matrix renormalization group calculations, classical Monte
Carlo simulations, quantum Monte Carlo simulations, quantum phase transitions
(theory)
ArXiv ePrint: 1101.2646 J. Stat. Mech. (2011) P05001
26
J.Stat.Mech.(2011)P05001
The ALPS project release 2.0: open source software for strongly correlated systems
Contents
1. Introduction 4
2. The ALPS project 5
2.1. Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.2. New features in version 2.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
3. Building and installing ALPS 6
3.1. Build system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
3.2. Building ALPS from source . . . . . . . . . . . . . . . . . . . . . . . . . . 6
3.3. Binary installation packages . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.4. LiveALPS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
4. Data formats 7
4.1. XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
4.2. HDF5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
5. ALPS libraries 8
6. Evaluation tools in Python 9
6.1. The Python language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
6.2. The pyalps package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
7. Applications 10
7.1. Exact diagonalization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
7.1.1. Sparse diagonalization code sparsediag. . . . . . . . . . . . . . . . 11
7.1.2. Full diagonalization code fulldiag. . . . . . . . . . . . . . . . . . . 11
7.2. Classical Monte Carlo simulations . . . . . . . . . . . . . . . . . . . . . . . 11
7.2.1. Classical Monte Carlo codes for spin models spinmc. . . . . . . . . 11
7.3. Quantum Monte Carlo simulations . . . . . . . . . . . . . . . . . . . . . . 12
7.3.1. The looper code. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
7.3.2. The directed loop algorithm code dirloop sse. . . . . . . . . . . . 12
7.3.3. The worm algorithm code worm. . . . . . . . . . . . . . . . . . . . . 12
7.3.4. The extended ensemble code qwl. . . . . . . . . . . . . . . . . . . . 12
7.4. Density matrix renormalization group (DMRG) algorithms . . . . . . . . . 12
7.4.1. The dmrg code. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
7.4.2. Time-evolving block decimation code tebd. . . . . . . . . . . . . . . 12
7.5. Dynamical mean field theory QMC solvers dmft . . . . . . . . . . . . . . . 13
8. Integration with the VisTrails workflow and computational provenance
tools 13
8.1. Computational provenance . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
8.2. The ALPS VisTrails package . . . . . . . . . . . . . . . . . . . . . . . . . . 14
9. Tutorials and examples 15
9.1. Tutorials on using the ALPS codes . . . . . . . . . . . . . . . . . . . . . . 15
9.2. Tutorials on writing codes with ALPS . . . . . . . . . . . . . . . . . . . . . 16
doi:10.1088/1742-5468/2011/05/P05001 3
J.Stat.Mech.(2011)P05001
The ALPS project release 2.0: open source software for strongly correlated systems
10.License 17
11.Future development plans 18
Acknowledgments 19
Appendix A. Scientific workflows and VisTrails 20
A.1. Workflows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
A.2. Data provenance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
A.3. Caching and persistent storage . . . . . . . . . . . . . . . . . . . . . . 23
A.4. Sharing content and reproducible research . . . . . . . . . . . . . . . 24
Appendix B. Python examples 24
Appendix C. ALPS installation with CMake 26
C.1. Prerequisites . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
C.2. The CMake build system . . . . . . . . . . . . . . . . . . . . . . . . . 27
C.3. Installation steps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
Appendix D. The ALPS XML schemas 29
D.1. Lattice definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
D.2. Model definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
References 33
1. Introduction
In this paper we present release 2.0 of the ALPS project (Algorithms and Libraries for
Physics Simulations), an open source software development project for strongly correlated
lattice models. This paper updates the publications on the previous releases [1, 2] to
include changes and new features in version 2.0.
Quantum fluctuations and competing interactions in quantum many-body systems
lead to unusual and exciting properties of strongly correlated materials such as quantum
magnetism, high temperature superconductivity, heavy fermion behavior, and topological
quantum order. The strong interactions make accurate analytical treatments hard and
direct numerical simulations are essential to increase our understanding of the unusual
properties of these systems.
The last two decades have seen tremendous progress in the development of algorithms,
including refinements to existing numerical algorithms, such as exact diagonalization [3],
the density matrix renormalization group [4]–[7] and (quantum) Monte Carlo (QMC)
techniques, as well as the advent of a new class of variational approaches based on tensor
network states [8]–[12]. Some of the algorithmic refinements have led to computational
speedups of many orders of magnitude, such as the development of non-local update
schemes [13, 14] in QMC methods [15]–[22], the sampling of extended ensembles [23]–[28],
or the continuous-time approach to quantum impurity problems [29]–[33]. These advances
often come at the cost of increased algorithmic complexity and challenge the current model
of program development in this research field. In contrast to other research areas, in which
large ‘community codes’ are being used, the field of strongly correlated systems has so
far been based mostly on single codes developed by individual researchers for particular
doi:10.1088/1742-5468/2011/05/P05001 4
CMSI C (2015/10/08)
• 

• 

• 

• 

• 

• 

• 

• 

•
28
• 

• 

• 

• 

• (40 ) 

• ( ) 

• ( )
29
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it. — Brian W. Kernighan
• GitHub SourceForge SlideShare YouTube

• MateriApps http://ma.cms-initiative.jp/

• MateriApps web

• MateriApps LIVE!

• MateriApps Installer

• MateriApps Cloud (coming soon?)

• 

• CMSI 

•
30
1 : HΦ ( )
•
(
)


• : ( )

• 2015/10/09 ( !) 17:00 (JST) 

• MateriApps http://ma.cms-initiative.jp/ja/listapps/hphi

• GitHub https://github.com/QLMS/HPhi/releases
31
It always takes longer than you expect, even when you take
into account Hofstadter's Law. — Hofstadter's Law
32
a Portal to Materials Science Simulation
a Portal Site for Materials Science Simulation
http://ma.cms-initiative.jp/
Introducing on
https://youtu.be/xfDpilTcutw
Demo on
https://youtu.be/Pn5H3ro6WgY
on
http://cmsi.github.io/MateriAppsLive/
MateriApps Installer on
https://github.com/wistaria/MateriAppsInstaller
S. Todo1,2
, R. Igarashi2
, S. Kasamatsu2
, T. Kato2
, N. Kawashima2
, T. Kawatsu3
, Y. Konishi2
, H. Kouta2
, H. Matsuo4
, M. Noda5
, S. Sasaki6
,
Y. Terada7
, S. Tsuchida6
, K. Yoshimi2
, K. Yoshizawa2
(MateriApps collaboration) (1
UTokyo, 2
ISSP, 3
YCU, 4
RIST, 5
IMS, 6
Ageha, 7
IMR)
Current status and issues in Computational Materials Science
From Developers’ viewpoint:
- New algorithms should be implemented and used,
or it will be forgotten and lost
- “In-house” code will be left uncontrolled once the graduate
student or PostDoc leaves the group
- Costs too much to write and maintain the documents
- Development of software itself is hardly considered as
scientific achievements
- Little idea about potential “customers” and their needs
From Users’ viewpoint:
- Trade-off between “initial cost” and “scalability, functionality,
accuracy, performance”
- What kind of applications? Who develops them?
- Which application should we use for our problem?
- Manual and documentation are not well prepared
- How can we evaluate the accuracy of the results?
Computational Materials Science in Japan
- Computational Materials Science Initiative
- Promoting cutting-edge researches
on wide topics ranging from strongly
correlated electrons, electric devices,
molecules to structural materials
- State-of-the-art algorithms developed and optimized for massively
parallel supercomputers: the K computer, HPCI systems, etc.
- Faster, more stable, and more accurate simulations of larger systems
- Provides advanced functionality for leading-edge researches: conductivity,
excited states, extended ensembles, downfolding, etc.
CMSI Open-source Application Software
Electronic structure calculation
(solid state physics)
- Performs electronic structure calculation for a wide range of materials
including crystals, interfaces, liquids, etc. For example, OpenMX is able
to deal with non-collinear magnetism and non-equilibrium Green's
function calculations for electron transport
Electronic structure calculation
(quantum chemistry)
- Performs quantum-mechanical simulations of large molecular systems
efficiently, and calculates various information regarding the structure
and function of biopolymers, such as the interaction between a protein
and a ligand
Molecular dynamics
- Equipped with most of standard MD techniques including free energy
calculations based on thermodynamic integration method, and enables
investigations of large-scale real systems such as viruses, liposomes,
assemblies of proteins and micelles, and polymers
Strongly correlated systems/
effective model calculation
- Performs simulations of strongly correlated systems such as magnetic
materials or correlated electrons. Heat capacities, susceptibilities,
magnetization processes in interacting spin systems, the density of states
of strongly correlated electrons, etc, can be calculated
a Portal Site for Materials Science Simulation
- Introduces materials science
applications/tools/databases
- Search from category, features,
targets, methods/algorithms
- Information of applications/tools
- brief introductions, links to homepage,
installation, usage, online hands-on,
developer’s voice, updates, license, etc.
- Forum for exchanging experiences between users and developers
- Voice from users
“A lot of information, careful explanation ...” “Plain design and rich contents ...”
“... able to know the applications I did not know before, ... nice to widely advertize
their own application software for developers ...”
“... hope that you can further lower the barrier to start materials simulation ...”
“... would be great if one can connect to a supercomputer directly
and execute simulations just after trial on USB ...”
“ ... would like to see the comparison of simulation results for the same system
using different application software ...”
150+ applications/tools on the list
8000+PV, 1300+ unique visitors / months
Review articles on applications in each category will start soon
Goal of MateriApps Project
Formation of community in the field of computational materials science
through the promotion of open-source software...
What MateriApps will Provide
- To find application software
- catalog of application/tool on MateriApps web
- To learn application software
- CMSI hands-on session at Kobe and other places
- web tutorials, distant learning
- To start using application software
- MateriApps LIVE!
- MateriApps Cloud (comming soon!)
- To actively use application software
- MateriApps Instasller
- MateriApps Forum
http://ma.cms-initiative.jp/
a Debian USB Live Linux System
- Bootable directly from USB stick (or in virtual machine)
- just boot and get ready for materials science simulations without installation!
- Version 1.7 was publishd in July 2015
- Pre-installed software
- ABINIT, AkaiKKR, ALPS, CP2K, Feram,
ERmod, GAMESS, Gromacs, OpenMX,`
Quantum ESPRESSO, SMASH, xTAPP,
and various visualization tools
800+ copies downloaded/distributed since July 2013
Electronic Structure
AkaiKKR
OpenMX
xTAPP
ABINIT
...
Quantum Chemistry
FMO
SMASH
GAMESS
DC
...
Molecular Dynamics
MODYLAS
Gromacs
ERmod
MDACP
...
Lattice Models
ALPS
DSQSS
BLOCK
DMRG++
...
Continuum Models
ANSYS Multiphysics
Octa ...
Data Analysis
CLUPAN
BSA
Viaualization
TAPIOCA
ParaView
: included in MateriApps LIVE!
Database
MatNavi
AFOWLIB
Bold: CMSI Applications
Applications/Tools/Databases Introduced in
(37) (19) (16) (21)
(3)(28)(25)(8)
Installer
- Collection of install scripts of MateriApps applications/tools
- together with sample job scripts
- Covers major supercomputers, workstations, PCs
K computer, ITC systems, ISSP/IMS/IMR supercomputer systems,
cluster workstations, PCs, Mac OS X
Cloud
on-demand execution of MateriApps applications
will start from Autumn 2015
https://github.com/wistaria/MateriAppsInstaller
Establishment of infrastructure for easily starting materials science simulations for
theoreticians, experimentalists, researchers in companies, students, and more...
Sustainable development of materials science applications for future HPC
systems including post-K flagship system and beyond...
Flagship system (K, post-K,...)
HPC infrastructure supercomputers in Japan
Supercomputers for shared-use in research fields
Cloud computing, on-premises PC clusters
Personal workstations, PCs
InstallerHands-on
“How and where can we distribute our codes?” “How and where can we find and learn the best Apps?”
mismatch between
seeds and needs
HPC Hierarchy and MateriApps
Cloud
MateriApps —
• ( )
33
• 155
(2015 9 )

•


•


• 

•


• ( ) 

• web 

• 80002013 5
MateriApps
• 155 (2015 9 )
34
(37) (19) (19) (22)
(8) (26) (28)
MateriApps
• 

•


• 

• ( )

• 

• 

• 

• ( ) 

•
35
• 

• MateriApps web

• 

• MateriApps Installer

• 

• MateriApps LIVE!

• 

•
36
MateriApps LIVE!
• USB Linux (Debian Live Linux)

• Windows Mac 

• 

• 1.8 (2015 8 31 )

• MateriApps 

• 2015 8 ABINIT, AkaiKKR, ALPS,
CP2K, Feram ,ERmod, Gromacs, OpenMX
Quantum Espresso, SMASH, xTAPP, VESTA 

• GAMESS, VMD 

• MateriApps LIVE! 

• 900
37
MateriApps LIVE!
• MateriApps LIVE! 

• 

• OpenMX

• C-Tools VESTA XCrysDen

• 

• Gromacs

• VMD

• 

• ALPS

• ParaView

• ( )

• http://www.slideshare.net/cms_initiative/clipboards/materiappslive
38
ALPS Agenda (1/2)
• CMSI C 

• 

• ALPS (Applications and Libraries for Physics Simulations) ?

• ? 

• ALPS 

• ALPS 

• ALPS 

• XML / HDF5 

• C++ 

• Python 

•
39
ALPS Agenda (2/2)
• ALPS 

• ALPLS 

• (
GUI )

• 

• ( )

• (MateriApps MateriApps LIVE!)

• ?
40
CMSI C
• 10 1 10 8 : ALPS ( )

• 10 15 10 22 : OpenMX DFT ( )

• 10 29 : xTAPP DFT
(RIST)

• 11 5 : ( )

• 11 12 : ( )

• 11 19 : ( ) ( )

• 11 26 12 3 : feram ( )

• 12 10 12 17 : MODYLAS MD ( )

• 1 7 1 21 : ( )

• 1 14 : SMASH ( )
41

More Related Content

Viewers also liked

第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 1. KKR法
第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 1. KKR法第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 1. KKR法
第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 1. KKR法
Computational Materials Science Initiative
 
第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 2. AkaiKKRの実習
第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 2. AkaiKKRの実習第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 2. AkaiKKRの実習
第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 2. AkaiKKRの実習
Computational Materials Science Initiative
 
CMSI計算科学技術特論A(9) 高速化チューニングとその関連技術2
CMSI計算科学技術特論A(9) 高速化チューニングとその関連技術2CMSI計算科学技術特論A(9) 高速化チューニングとその関連技術2
CMSI計算科学技術特論A(9) 高速化チューニングとその関連技術2
Computational Materials Science Initiative
 

Viewers also liked (8)

CMSI計算科学技術特論A(13) 古典分子動力学法の高速化2
CMSI計算科学技術特論A(13) 古典分子動力学法の高速化2CMSI計算科学技術特論A(13) 古典分子動力学法の高速化2
CMSI計算科学技術特論A(13) 古典分子動力学法の高速化2
 
CMSI計算科学技術特論A(12) 古典分子動力学法の高速化1
CMSI計算科学技術特論A(12) 古典分子動力学法の高速化1CMSI計算科学技術特論A(12) 古典分子動力学法の高速化1
CMSI計算科学技術特論A(12) 古典分子動力学法の高速化1
 
CMSI計算科学技術特論B(10) 大規模MD並列化の技術1
CMSI計算科学技術特論B(10) 大規模MD並列化の技術1CMSI計算科学技術特論B(10) 大規模MD並列化の技術1
CMSI計算科学技術特論B(10) 大規模MD並列化の技術1
 
CMSI計算科学技術特論A(5) プログラム高速化の応用
CMSI計算科学技術特論A(5) プログラム高速化の応用CMSI計算科学技術特論A(5) プログラム高速化の応用
CMSI計算科学技術特論A(5) プログラム高速化の応用
 
第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 1. KKR法
第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 1. KKR法第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 1. KKR法
第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 1. KKR法
 
第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 2. AkaiKKRの実習
第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 2. AkaiKKRの実習第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 2. AkaiKKRの実習
第5回CCMSハンズオン(ソフトウェア講習会): AkaiKKRチュートリアル 2. AkaiKKRの実習
 
CMSI計算科学技術特論A(9) 高速化チューニングとその関連技術2
CMSI計算科学技術特論A(9) 高速化チューニングとその関連技術2CMSI計算科学技術特論A(9) 高速化チューニングとその関連技術2
CMSI計算科学技術特論A(9) 高速化チューニングとその関連技術2
 
CMSI計算科学技術特論A(1) プログラム高速化の基礎
CMSI計算科学技術特論A(1) プログラム高速化の基礎CMSI計算科学技術特論A(1) プログラム高速化の基礎
CMSI計算科学技術特論A(1) プログラム高速化の基礎
 

Similar to CMSI計算科学技術特論C (2015) ALPS と量子多体問題②

Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...
Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...
Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...
Luigi Vanfretti
 
Leveraging the Eclipse Ecosystem for the Scientific Community
Leveraging the Eclipse Ecosystem for the Scientific CommunityLeveraging the Eclipse Ecosystem for the Scientific Community
Leveraging the Eclipse Ecosystem for the Scientific Community
guestd41014
 
Deep Learning on Apache Spark at CERN’s Large Hadron Collider with Intel Tech...
Deep Learning on Apache Spark at CERN’s Large Hadron Collider with Intel Tech...Deep Learning on Apache Spark at CERN’s Large Hadron Collider with Intel Tech...
Deep Learning on Apache Spark at CERN’s Large Hadron Collider with Intel Tech...
Databricks
 
Trilinos progress, challenges and future plans
Trilinos progress, challenges and future plansTrilinos progress, challenges and future plans
Trilinos progress, challenges and future plans
M Reza Rahmati
 

Similar to CMSI計算科学技術特論C (2015) ALPS と量子多体問題② (20)

Hopsworks - ExtremeEarth Open Workshop
Hopsworks - ExtremeEarth Open WorkshopHopsworks - ExtremeEarth Open Workshop
Hopsworks - ExtremeEarth Open Workshop
 
Getting Access to ALCF Resources and Services
Getting Access to ALCF Resources and ServicesGetting Access to ALCF Resources and Services
Getting Access to ALCF Resources and Services
 
CloudLightning and the OPM-based Use Case
CloudLightning and the OPM-based Use CaseCloudLightning and the OPM-based Use Case
CloudLightning and the OPM-based Use Case
 
A Data Lake and a Data Lab to Optimize Operations and Safety within a nuclear...
A Data Lake and a Data Lab to Optimize Operations and Safety within a nuclear...A Data Lake and a Data Lab to Optimize Operations and Safety within a nuclear...
A Data Lake and a Data Lab to Optimize Operations and Safety within a nuclear...
 
Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...
Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...
Modeling and Simulation of Electrical Power Systems using OpenIPSL.org and Gr...
 
Leveraging the Eclipse Ecosystem for the Scientific Community
Leveraging the Eclipse Ecosystem for the Scientific CommunityLeveraging the Eclipse Ecosystem for the Scientific Community
Leveraging the Eclipse Ecosystem for the Scientific Community
 
Deep Learning on Apache Spark at CERN’s Large Hadron Collider with Intel Tech...
Deep Learning on Apache Spark at CERN’s Large Hadron Collider with Intel Tech...Deep Learning on Apache Spark at CERN’s Large Hadron Collider with Intel Tech...
Deep Learning on Apache Spark at CERN’s Large Hadron Collider with Intel Tech...
 
OpenTelemetry 101 FTW
OpenTelemetry 101 FTWOpenTelemetry 101 FTW
OpenTelemetry 101 FTW
 
Semantically-Enabling the Web of Things: The W3C Semantic Sensor Network Onto...
Semantically-Enabling the Web of Things: The W3C Semantic Sensor Network Onto...Semantically-Enabling the Web of Things: The W3C Semantic Sensor Network Onto...
Semantically-Enabling the Web of Things: The W3C Semantic Sensor Network Onto...
 
PaNOSC Overview - ExPaNDS kick-off meeting - September 2019
PaNOSC Overview - ExPaNDS kick-off meeting - September 2019PaNOSC Overview - ExPaNDS kick-off meeting - September 2019
PaNOSC Overview - ExPaNDS kick-off meeting - September 2019
 
ExtremeEarth: Hopsworks, a data-intensive AI platform for Deep Learning with ...
ExtremeEarth: Hopsworks, a data-intensive AI platform for Deep Learning with ...ExtremeEarth: Hopsworks, a data-intensive AI platform for Deep Learning with ...
ExtremeEarth: Hopsworks, a data-intensive AI platform for Deep Learning with ...
 
Assessing the Use of Eclipse MDE Technologies in Open-Source Software Projects
Assessing the Use of Eclipse MDE Technologies in Open-Source Software ProjectsAssessing the Use of Eclipse MDE Technologies in Open-Source Software Projects
Assessing the Use of Eclipse MDE Technologies in Open-Source Software Projects
 
Mining Software Repositories
Mining Software RepositoriesMining Software Repositories
Mining Software Repositories
 
09 The Extreme-scale Scientific Software Stack for Collaborative Open Source
09 The Extreme-scale Scientific Software Stack for Collaborative Open Source09 The Extreme-scale Scientific Software Stack for Collaborative Open Source
09 The Extreme-scale Scientific Software Stack for Collaborative Open Source
 
spparksUpdates
spparksUpdatesspparksUpdates
spparksUpdates
 
Trilinos progress, challenges and future plans
Trilinos progress, challenges and future plansTrilinos progress, challenges and future plans
Trilinos progress, challenges and future plans
 
Consuming open and linked data with open source tools
Consuming open and linked data with open source toolsConsuming open and linked data with open source tools
Consuming open and linked data with open source tools
 
TULIPP H2020 Project presentation @ FPGA Network: Implementing Machine Vision...
TULIPP H2020 Project presentation @ FPGA Network: Implementing Machine Vision...TULIPP H2020 Project presentation @ FPGA Network: Implementing Machine Vision...
TULIPP H2020 Project presentation @ FPGA Network: Implementing Machine Vision...
 
TULIPP at NMI 18-5-17
TULIPP at NMI 18-5-17TULIPP at NMI 18-5-17
TULIPP at NMI 18-5-17
 
OpenML Tutorial ECMLPKDD 2015
OpenML Tutorial ECMLPKDD 2015OpenML Tutorial ECMLPKDD 2015
OpenML Tutorial ECMLPKDD 2015
 

More from Computational Materials Science Initiative

More from Computational Materials Science Initiative (20)

MateriApps LIVE! の設定
MateriApps LIVE! の設定MateriApps LIVE! の設定
MateriApps LIVE! の設定
 
How to setup MateriApps LIVE!
How to setup MateriApps LIVE!How to setup MateriApps LIVE!
How to setup MateriApps LIVE!
 
How to setup MateriApps LIVE!
How to setup MateriApps LIVE!How to setup MateriApps LIVE!
How to setup MateriApps LIVE!
 
MateriApps LIVE!の設定
MateriApps LIVE!の設定MateriApps LIVE!の設定
MateriApps LIVE!の設定
 
MateriApps LIVE! の設定
MateriApps LIVE! の設定MateriApps LIVE! の設定
MateriApps LIVE! の設定
 
How to setup MateriApps LIVE!
How to setup MateriApps LIVE!How to setup MateriApps LIVE!
How to setup MateriApps LIVE!
 
How to setup MateriApps LIVE!
How to setup MateriApps LIVE!How to setup MateriApps LIVE!
How to setup MateriApps LIVE!
 
MateriApps LIVE! の設定
MateriApps LIVE! の設定MateriApps LIVE! の設定
MateriApps LIVE! の設定
 
MateriApps LIVE! の設定
MateriApps LIVE! の設定MateriApps LIVE! の設定
MateriApps LIVE! の設定
 
How to setup MateriApps LIVE!
How to setup MateriApps LIVE!How to setup MateriApps LIVE!
How to setup MateriApps LIVE!
 
How to setup MateriApps LIVE!
How to setup MateriApps LIVE!How to setup MateriApps LIVE!
How to setup MateriApps LIVE!
 
MateriApps LIVE! の設定
MateriApps LIVE! の設定MateriApps LIVE! の設定
MateriApps LIVE! の設定
 
How to setup MateriApps LIVE!
How to setup MateriApps LIVE!How to setup MateriApps LIVE!
How to setup MateriApps LIVE!
 
MateriApps LIVE!の設定
MateriApps LIVE!の設定MateriApps LIVE!の設定
MateriApps LIVE!の設定
 
ALPSチュートリアル
ALPSチュートリアルALPSチュートリアル
ALPSチュートリアル
 
How to setup MateriApps LIVE!
How to setup MateriApps LIVE!How to setup MateriApps LIVE!
How to setup MateriApps LIVE!
 
MateriApps LIVE!の設定
MateriApps LIVE!の設定MateriApps LIVE!の設定
MateriApps LIVE!の設定
 
MateriApps: OpenMXを利用した第一原理計算の簡単な実習
MateriApps: OpenMXを利用した第一原理計算の簡単な実習MateriApps: OpenMXを利用した第一原理計算の簡単な実習
MateriApps: OpenMXを利用した第一原理計算の簡単な実習
 
CMSI計算科学技術特論C (2015) ALPS と量子多体問題①
CMSI計算科学技術特論C (2015) ALPS と量子多体問題①CMSI計算科学技術特論C (2015) ALPS と量子多体問題①
CMSI計算科学技術特論C (2015) ALPS と量子多体問題①
 
MateriApps LIVE! の設定
MateriApps LIVE! の設定MateriApps LIVE! の設定
MateriApps LIVE! の設定
 

Recently uploaded

Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
RohitNehra6
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Sérgio Sacani
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Sérgio Sacani
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
ssuser79fe74
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
Sérgio Sacani
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Lokesh Kothari
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
PirithiRaju
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptx
AlMamun560346
 

Recently uploaded (20)

Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptx
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)
 
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdf
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptx
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 

CMSI計算科学技術特論C (2015) ALPS と量子多体問題②

  • 1. CMSI C (2015/10/08) ALPS / / NIMS wistaria@phys.s.u-tokyo.ac.jp
  • 2. ALPS Agenda (1/2) • CMSI C • • ALPS (Applications and Libraries for Physics Simulations) ? • ? • ALPS • ALPS • ALPS • XML / HDF5 • C++ • Python • 2
  • 3. ALPS Agenda (2/2) • ALPS • ALPLS • ( GUI ) • • ( ) • (MateriApps MateriApps LIVE!) • ? 3
  • 4. ALPS • • XML • • ( ) • ( ) • XML • • ( ): ED CMC QMC DMRG DMFT • ALPS • Python 4
  • 5. ALPS generic C++ numerics domain-specific libraries applications tools C / Fortran BLAS LAPACK MPI graph serialization XML/XSLT iterative eigenvalue solverrandom ublas lattice model observables scheduler MC QMC ED DMRG DMFT XML manipulation Python binding GUI Boost library 5
  • 6. ALPS parameter2xml tool application programs Python based evaluation tools Parameter XML File Outputs in HDF5 & XML Quantum Monte Carlo Quantum Lattice Model Exact Diagonalization DMRG Lattice XML File square lattice <LATTICES> <LATTICE name="square lattice" dimension="2"> <PARAMETER name="a" default="1"/> <BASIS><VECTOR>a 0</VECTOR><VECTOR>0 a</VECTOR></BASIS> </LATTICE> <UNITCELL name="simple2d" dimension="2"> <VERTEX/> <EDGE> <SOURCE vertex="1" offset="0 0"/> <TARGET vertex="1" offset="0 1"/> </EDGE> <EDGE> <SOURCE vertex="1" offset="0 0"/> <TARGET vertex="1" offset="1 0"/> </EDGE> </UNITCELL> <LATTICEGRAPH name="square lattice"> <FINITELATTICE> <LATTICE ref="square lattice"/> <EXTENT dimension="1" size="L"/> <EXTENT dimension="2" size="L"/> <BOUNDARY type="periodic"/> </FINITELATTICE> <UNITCELL ref="simple2d"/> </LATTICEGRAPH> </LATTICES> (0,0) (0,1) (1,0) <MODELS> <BASIS name="spin"> <SITEBASIS name="spin"> <PARAMETER name="local_S" default="1/2"/> <QUANTUMNUMBER name="S" min="local_S" max="local_S"/> <QUANTUMNUMBER name="Sz" min="-S" max="S"/> <OPERATOR name="Sz" matrixelement="Sz"/> <OPERATOR name="Splus" matrixelement="sqrt(S*(S+1)-Sz*(Sz+1))"> <CHANGE quantumnumber="Sz" change="1"/> </OPERATOR> <OPERATOR name="Sminus" matrixelement="sqrt(S*(S+1)-Sz*(Sz-1))"> <CHANGE quantumnumber="Sz" change="-1"/> </OPERATOR> </SITEBASIS> </BASIS> <HAMILTONIAN name="spin"> <PARAMETER name="J" default="1"/> <PARAMETER name="h" default="0"/> <BASIS ref="spin"/> <SITETERM> -h * Sz(i) </SITETERM> <BONDTERM source="i" target="j"> J * (Sz(i)*Sz(j) + (Splus(i)*Sminus(j)+Sminus(i)*Splus(j)))/2 </BONDTERM> </HAMILTONIAN> </MODELS> Model XML File H = J < i,j> [ Sz i Sz j + ( S+ i S- j + S- i S+ j )/ 2 - h i Sz i]Σ Σ Plots Parameter File LATTICE = "square lattice" MODEL = "spin" L = 16 Jxy = 1 Jz = 2 SWEEPS = 10000 THERMALIZATION = 1000 { T = 0.1 } { T = 0.2 } { T = 0.5 } { T = 1.0 } DMFT 6
  • 7. ALPS • (ALPS/alea) • & (ALPS/scheduler) • (ALPS/scheduler) • XML HDF5 • (ALPS/parameter) • (ALPS/random) • (ALPS/lattice) • (ALPS/model) • ALPS 7
  • 8. CMSI C (2015/10/08) ALPS : “ ” ALPS 70, 275-282 (2015) CMSI MateriApps LIVE! http://www.slideshare.net/cms_initiative/20150902
  • 10. ALPS • ( ) • (ALPS/looper) • (ALPS/parapack) • Fortran, C API • • • Windows/Macintosh • • GUI ( ) 10
  • 11. Windows Mac OS X 11 for Mac OS X for Windows
  • 13. • • • • • Web • • • • • • 13
  • 14. ALPS • : 30 (7 ) • • • 14 ALPS Libraries C++ 148,000 Python 13,000 ALPS Applications C++ 94,000 Fortran 11,000 examples, tutorials, tests C++ 34,000 Fortran 16,000 Python 1,000 Measuring programming progress by lines of code is like measuring aircraft building progress by weight. — Bill Gates
  • 15. • • • • : CMake • : Subversion • : Trac • : MediaWiki • : Mailman • Linux 1 web 15
  • 16. • CMake - http://www.cmake.org • Makefile (configure ) • Windows Visual C++ Mac OS X Xcode • CMakeLists.txt • (CTest) (CPack) • 16 cmake make subversion PC, , MakefileCMakeLists.txt
  • 17. VCS (Version Control System) • Subversion - http://subversion.apache.org/ • • • check out/check in • • • • • • 3 VCS 17
  • 18. BTS (Bug Tracking System) • Trac - http://trac.edgewall.org/ • • Web • wiki • Subversion ( web ) • ( ) • (issue ) • • • 18
  • 19. Wiki • MediaWiki - http://www.mediawiki.org/wiki/MediaWiki • • Wiki ? • Web Web • • Web • HTML • • ALPS Wiki • ALPS 19
  • 20. • git - https://git-scm.com • • Linux • subversion • GitHub - https://github.com • git OSS ( : MateriApps LIVE!) • git + + wiki + issue + + • + (GitHub Education) • git & GitHub CMSI • & CMSI web 20
  • 21. ALPS • Mailman - http://www.gnu.org/software/mailman/index.html • • 1.7 / (2010 2014 ) • • Trac • • 1.1 / (2010 2014 ) • Web • • FAQ Wiki • Trac 21
  • 22. • ALPS developers workshop • & • ALPS users workshop • • Wiki ALPS • ALPS (CMSI ) • • ALPS 22
  • 23. = • ALPS Library License, ALPS Application License • GNU General Public License (GPL) • Non-commercial academic use • Commercial use • • • ALPS acknowledgement (ALPS ) 23 1. In any scientific publication based wholly or in part on the Library, the use of the Library must be acknowledged and the publications listed in the accompanying CITATIONS.txt document must be cited.
  • 24. ALPS • ALPS Library • B. Bauer et al. The ALPS project release 2.0: Open source software for strongly correlated systems, J. Stat. Mech., P05001 (2011). • A. F. Albuquerque et al. The ALPS project release 1.3: open source software for strongly correlated systems, J. Mag. Mag. Mat. 310, 1187 (2007). • F. Alet et al. The ALPS Project: Open Source Software for Strongly Correlated Systems, J. Phys. Soc. Jpn. Suppl. 74, 30 (2005). • ALPS Application • ( ) ? ? • 24
  • 25. ALPS 2.0 Paper 25 J.Stat.Mech.(2011)P050 ournal of Statistical Mechanics: J Theory and Experiment The ALPS project release 2.0: open source software for strongly correlated systems B Bauer1 , L D Carr2 , H G Evertz3 , A Feiguin4 , J Freire5 , S Fuchs6 , L Gamper1 , J Gukelberger1 , E Gull7 , S Guertler8 , A Hehn1 , R Igarashi9,10 , S V Isakov1 , D Koop5 , P N Ma1 , P Mates1,5 , H Matsuo11 , O Parcollet12 , G Pawlowski13 , J D Picon14 , L Pollet1,15 , E Santos5 , V W Scarola16 , U Schollw¨ock17 , C Silva5 , B Surer1 , S Todo10,11 , S Trebst18 , M Troyer1,21 , M L Wall2 , P Werner1 and S Wessel19,20 1 Theoretische Physik, ETH Zurich, 8093 Zurich, Switzerland 2 Department of Physics, Colorado School of Mines, Golden, CO 80401, USA 3 Institut f¨ur Theoretische Physik, Technische Universit¨at Graz, A-8010 Graz, Austria 4 Department of Physics and Astronomy, University of Wyoming, Laramie, WY 82071, USA 5 Scientific Computing and Imaging Institute, University of Utah, Salt Lake City, UT 84112, USA 6 Institut f¨ur Theoretische Physik, Georg-August-Universit¨at G¨ottingen, G¨ottingen, Germany 7 Columbia University, New York, NY 10027, USA 8 Bethe Center for Theoretical Physics, Universit¨at Bonn, Nussallee 12, 53115 Bonn, Germany J.Stat.Mech.(2011)P05001 ournal of Statistical Mechanics: J Theory and Experiment The ALPS project release 2.0: open source software for strongly correlated systems B Bauer1 , L D Carr2 , H G Evertz3 , A Feiguin4 , J Freire5 , S Fuchs6 , L Gamper1 , J Gukelberger1 , E Gull7 , S Guertler8 , A Hehn1 , R Igarashi9,10 , S V Isakov1 , D Koop5 , P N Ma1 , P Mates1,5 , H Matsuo11 , O Parcollet12 , G Pawlowski13 , J D Picon14 , L Pollet1,15 , E Santos5 , V W Scarola16 , U Schollw¨ock17 , C Silva5 , B Surer1 , S Todo10,11 , S Trebst18 , M Troyer1,21 , M L Wall2 , P Werner1 and S Wessel19,20 1 Theoretische Physik, ETH Zurich, 8093 Zurich, Switzerland 2 Department of Physics, Colorado School of Mines, Golden, CO 80401, USA 3 Institut f¨ur Theoretische Physik, Technische Universit¨at Graz, A-8010 Graz, Austria 4 Department of Physics and Astronomy, University of Wyoming, Laramie, WY 82071, USA 5 Scientific Computing and Imaging Institute, University of Utah, Salt Lake City, UT 84112, USA 6 Institut f¨ur Theoretische Physik, Georg-August-Universit¨at G¨ottingen, G¨ottingen, Germany 7 Columbia University, New York, NY 10027, USA 8 Bethe Center for Theoretical Physics, Universit¨at Bonn, Nussallee 12, 53115 Bonn, Germany 9 Center for Computational Science and e-Systems, Japan Atomic Energy Agency, 110-0015 Tokyo, Japan 10 Core Research for Evolutional Science and Technology, Japan Science and Technology Agency, 332-0012 Kawaguchi, Japan 11 Department of Applied Physics, University of Tokyo, 113-8656 Tokyo, Japan 12 Institut de Physique Th´eorique, CEA/DSM/IPhT-CNRS/URA 2306, CEA-Saclay, F-91191 Gif-sur-Yvette, France 13 Faculty of Physics, A Mickiewicz University, Umultowska 85, 61-614 Pozna´n, Poland 14 J.Stat.Mech.(2011)P05001 17 Department for Physics, Arnold Sommerfeld Center for Theoretical Physics and Center for NanoScience, University of Munich, 80333 Munich, Germany 18 Microsoft Research, Station Q, University of California, Santa Barbara, CA 93106, USA 19 Institute for Solid State Theory, RWTH Aachen University, 52056 Aachen, Germany 20 Institut f¨ur Theoretische Physik III, Universit¨at Stuttgart, Pfaffenwaldring 57, 70550 Stuttgart, Germany E-mail: troyer@comp-phys.org Received 23 December 2010 Accepted 15 March 2011 Published 4 May 2011 Online at stacks.iop.org/JSTAT/2011/P05001 doi:10.1088/1742-5468/2011/05/P05001 Abstract. We present release 2.0 of the ALPS (Algorithms and Libraries for Physics Simulations) project, an open source software project to develop libraries and application programs for the simulation of strongly correlated quantum lattice models such as quantum magnets, lattice bosons, and strongly correlated fermion systems. The code development is centered on common XML and HDF5 data formats, libraries to simplify and speed up code development, common evaluation and plotting tools, and simulation programs. The programs enable non-experts to start carrying out serial or parallel numerical simulations by providing basic implementations of the important algorithms for quantum lattice models: classical and quantum Monte Carlo (QMC) using non-local updates, extended ensemble simulations, exact and full diagonalization (ED), the density matrix renormalization group (DMRG) both in a static version and a dynamic time-evolving block decimation (TEBD) code, and quantum Monte Carlo solvers for dynamical mean field theory (DMFT). The ALPS libraries provide a powerful framework for programmers to develop their own applications, which, for instance, greatly simplify the steps of porting a serial code onto a parallel, distributed memory machine. Major changes in release 2.0 include the use of HDF5 for binary data, evaluation tools in Python, support for the Windows operating system, the use of CMake as build system and binary installation packages for Mac OS X and Windows, and integration with the VisTrails workflow provenance tool. The software is available from our web server at http://alps.comp-phys.org/. Keywords: density matrix renormalization group calculations, classical Monte Carlo simulations, quantum Monte Carlo simulations, quantum phase transitions (theory) ArXiv ePrint: 1101.2646 J. Stat. Mech. (2011) P05001
  • 26. 26 J.Stat.Mech.(2011)P05001 The ALPS project release 2.0: open source software for strongly correlated systems Contents 1. Introduction 4 2. The ALPS project 5 2.1. Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2. New features in version 2.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 3. Building and installing ALPS 6 3.1. Build system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 3.2. Building ALPS from source . . . . . . . . . . . . . . . . . . . . . . . . . . 6 3.3. Binary installation packages . . . . . . . . . . . . . . . . . . . . . . . . . . 7 3.4. LiveALPS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 4. Data formats 7 4.1. XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 4.2. HDF5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 5. ALPS libraries 8 6. Evaluation tools in Python 9 6.1. The Python language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 6.2. The pyalps package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 7. Applications 10 7.1. Exact diagonalization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 7.1.1. Sparse diagonalization code sparsediag. . . . . . . . . . . . . . . . 11 7.1.2. Full diagonalization code fulldiag. . . . . . . . . . . . . . . . . . . 11 7.2. Classical Monte Carlo simulations . . . . . . . . . . . . . . . . . . . . . . . 11 7.2.1. Classical Monte Carlo codes for spin models spinmc. . . . . . . . . 11 7.3. Quantum Monte Carlo simulations . . . . . . . . . . . . . . . . . . . . . . 12 7.3.1. The looper code. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 7.3.2. The directed loop algorithm code dirloop sse. . . . . . . . . . . . 12 7.3.3. The worm algorithm code worm. . . . . . . . . . . . . . . . . . . . . 12 7.3.4. The extended ensemble code qwl. . . . . . . . . . . . . . . . . . . . 12 7.4. Density matrix renormalization group (DMRG) algorithms . . . . . . . . . 12 7.4.1. The dmrg code. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 7.4.2. Time-evolving block decimation code tebd. . . . . . . . . . . . . . . 12 7.5. Dynamical mean field theory QMC solvers dmft . . . . . . . . . . . . . . . 13 8. Integration with the VisTrails workflow and computational provenance tools 13 8.1. Computational provenance . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 8.2. The ALPS VisTrails package . . . . . . . . . . . . . . . . . . . . . . . . . . 14 9. Tutorials and examples 15 9.1. Tutorials on using the ALPS codes . . . . . . . . . . . . . . . . . . . . . . 15 9.2. Tutorials on writing codes with ALPS . . . . . . . . . . . . . . . . . . . . . 16 doi:10.1088/1742-5468/2011/05/P05001 3 J.Stat.Mech.(2011)P05001 The ALPS project release 2.0: open source software for strongly correlated systems 10.License 17 11.Future development plans 18 Acknowledgments 19 Appendix A. Scientific workflows and VisTrails 20 A.1. Workflows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 A.2. Data provenance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 A.3. Caching and persistent storage . . . . . . . . . . . . . . . . . . . . . . 23 A.4. Sharing content and reproducible research . . . . . . . . . . . . . . . 24 Appendix B. Python examples 24 Appendix C. ALPS installation with CMake 26 C.1. Prerequisites . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 C.2. The CMake build system . . . . . . . . . . . . . . . . . . . . . . . . . 27 C.3. Installation steps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 Appendix D. The ALPS XML schemas 29 D.1. Lattice definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 D.2. Model definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 References 33 1. Introduction In this paper we present release 2.0 of the ALPS project (Algorithms and Libraries for Physics Simulations), an open source software development project for strongly correlated lattice models. This paper updates the publications on the previous releases [1, 2] to include changes and new features in version 2.0. Quantum fluctuations and competing interactions in quantum many-body systems lead to unusual and exciting properties of strongly correlated materials such as quantum magnetism, high temperature superconductivity, heavy fermion behavior, and topological quantum order. The strong interactions make accurate analytical treatments hard and direct numerical simulations are essential to increase our understanding of the unusual properties of these systems. The last two decades have seen tremendous progress in the development of algorithms, including refinements to existing numerical algorithms, such as exact diagonalization [3], the density matrix renormalization group [4]–[7] and (quantum) Monte Carlo (QMC) techniques, as well as the advent of a new class of variational approaches based on tensor network states [8]–[12]. Some of the algorithmic refinements have led to computational speedups of many orders of magnitude, such as the development of non-local update schemes [13, 14] in QMC methods [15]–[22], the sampling of extended ensembles [23]–[28], or the continuous-time approach to quantum impurity problems [29]–[33]. These advances often come at the cost of increased algorithmic complexity and challenge the current model of program development in this research field. In contrast to other research areas, in which large ‘community codes’ are being used, the field of strongly correlated systems has so far been based mostly on single codes developed by individual researchers for particular doi:10.1088/1742-5468/2011/05/P05001 4
  • 28. • • • • • • • • • 28
  • 29. • • • • • (40 ) • ( ) • ( ) 29 Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. — Brian W. Kernighan
  • 30. • GitHub SourceForge SlideShare YouTube • MateriApps http://ma.cms-initiative.jp/ • MateriApps web • MateriApps LIVE! • MateriApps Installer • MateriApps Cloud (coming soon?) • • CMSI • 30
  • 31. 1 : HΦ ( ) • ( ) • : ( ) • 2015/10/09 ( !) 17:00 (JST) • MateriApps http://ma.cms-initiative.jp/ja/listapps/hphi • GitHub https://github.com/QLMS/HPhi/releases 31 It always takes longer than you expect, even when you take into account Hofstadter's Law. — Hofstadter's Law
  • 32. 32 a Portal to Materials Science Simulation a Portal Site for Materials Science Simulation http://ma.cms-initiative.jp/ Introducing on https://youtu.be/xfDpilTcutw Demo on https://youtu.be/Pn5H3ro6WgY on http://cmsi.github.io/MateriAppsLive/ MateriApps Installer on https://github.com/wistaria/MateriAppsInstaller S. Todo1,2 , R. Igarashi2 , S. Kasamatsu2 , T. Kato2 , N. Kawashima2 , T. Kawatsu3 , Y. Konishi2 , H. Kouta2 , H. Matsuo4 , M. Noda5 , S. Sasaki6 , Y. Terada7 , S. Tsuchida6 , K. Yoshimi2 , K. Yoshizawa2 (MateriApps collaboration) (1 UTokyo, 2 ISSP, 3 YCU, 4 RIST, 5 IMS, 6 Ageha, 7 IMR) Current status and issues in Computational Materials Science From Developers’ viewpoint: - New algorithms should be implemented and used, or it will be forgotten and lost - “In-house” code will be left uncontrolled once the graduate student or PostDoc leaves the group - Costs too much to write and maintain the documents - Development of software itself is hardly considered as scientific achievements - Little idea about potential “customers” and their needs From Users’ viewpoint: - Trade-off between “initial cost” and “scalability, functionality, accuracy, performance” - What kind of applications? Who develops them? - Which application should we use for our problem? - Manual and documentation are not well prepared - How can we evaluate the accuracy of the results? Computational Materials Science in Japan - Computational Materials Science Initiative - Promoting cutting-edge researches on wide topics ranging from strongly correlated electrons, electric devices, molecules to structural materials - State-of-the-art algorithms developed and optimized for massively parallel supercomputers: the K computer, HPCI systems, etc. - Faster, more stable, and more accurate simulations of larger systems - Provides advanced functionality for leading-edge researches: conductivity, excited states, extended ensembles, downfolding, etc. CMSI Open-source Application Software Electronic structure calculation (solid state physics) - Performs electronic structure calculation for a wide range of materials including crystals, interfaces, liquids, etc. For example, OpenMX is able to deal with non-collinear magnetism and non-equilibrium Green's function calculations for electron transport Electronic structure calculation (quantum chemistry) - Performs quantum-mechanical simulations of large molecular systems efficiently, and calculates various information regarding the structure and function of biopolymers, such as the interaction between a protein and a ligand Molecular dynamics - Equipped with most of standard MD techniques including free energy calculations based on thermodynamic integration method, and enables investigations of large-scale real systems such as viruses, liposomes, assemblies of proteins and micelles, and polymers Strongly correlated systems/ effective model calculation - Performs simulations of strongly correlated systems such as magnetic materials or correlated electrons. Heat capacities, susceptibilities, magnetization processes in interacting spin systems, the density of states of strongly correlated electrons, etc, can be calculated a Portal Site for Materials Science Simulation - Introduces materials science applications/tools/databases - Search from category, features, targets, methods/algorithms - Information of applications/tools - brief introductions, links to homepage, installation, usage, online hands-on, developer’s voice, updates, license, etc. - Forum for exchanging experiences between users and developers - Voice from users “A lot of information, careful explanation ...” “Plain design and rich contents ...” “... able to know the applications I did not know before, ... nice to widely advertize their own application software for developers ...” “... hope that you can further lower the barrier to start materials simulation ...” “... would be great if one can connect to a supercomputer directly and execute simulations just after trial on USB ...” “ ... would like to see the comparison of simulation results for the same system using different application software ...” 150+ applications/tools on the list 8000+PV, 1300+ unique visitors / months Review articles on applications in each category will start soon Goal of MateriApps Project Formation of community in the field of computational materials science through the promotion of open-source software... What MateriApps will Provide - To find application software - catalog of application/tool on MateriApps web - To learn application software - CMSI hands-on session at Kobe and other places - web tutorials, distant learning - To start using application software - MateriApps LIVE! - MateriApps Cloud (comming soon!) - To actively use application software - MateriApps Instasller - MateriApps Forum http://ma.cms-initiative.jp/ a Debian USB Live Linux System - Bootable directly from USB stick (or in virtual machine) - just boot and get ready for materials science simulations without installation! - Version 1.7 was publishd in July 2015 - Pre-installed software - ABINIT, AkaiKKR, ALPS, CP2K, Feram, ERmod, GAMESS, Gromacs, OpenMX,` Quantum ESPRESSO, SMASH, xTAPP, and various visualization tools 800+ copies downloaded/distributed since July 2013 Electronic Structure AkaiKKR OpenMX xTAPP ABINIT ... Quantum Chemistry FMO SMASH GAMESS DC ... Molecular Dynamics MODYLAS Gromacs ERmod MDACP ... Lattice Models ALPS DSQSS BLOCK DMRG++ ... Continuum Models ANSYS Multiphysics Octa ... Data Analysis CLUPAN BSA Viaualization TAPIOCA ParaView : included in MateriApps LIVE! Database MatNavi AFOWLIB Bold: CMSI Applications Applications/Tools/Databases Introduced in (37) (19) (16) (21) (3)(28)(25)(8) Installer - Collection of install scripts of MateriApps applications/tools - together with sample job scripts - Covers major supercomputers, workstations, PCs K computer, ITC systems, ISSP/IMS/IMR supercomputer systems, cluster workstations, PCs, Mac OS X Cloud on-demand execution of MateriApps applications will start from Autumn 2015 https://github.com/wistaria/MateriAppsInstaller Establishment of infrastructure for easily starting materials science simulations for theoreticians, experimentalists, researchers in companies, students, and more... Sustainable development of materials science applications for future HPC systems including post-K flagship system and beyond... Flagship system (K, post-K,...) HPC infrastructure supercomputers in Japan Supercomputers for shared-use in research fields Cloud computing, on-premises PC clusters Personal workstations, PCs InstallerHands-on “How and where can we distribute our codes?” “How and where can we find and learn the best Apps?” mismatch between seeds and needs HPC Hierarchy and MateriApps Cloud
  • 33. MateriApps — • ( ) 33 • 155 (2015 9 ) • • • • • ( ) • web • 80002013 5
  • 34. MateriApps • 155 (2015 9 ) 34 (37) (19) (19) (22) (8) (26) (28)
  • 35. MateriApps • • • • ( ) • • • • ( ) • 35
  • 36. • • MateriApps web • • MateriApps Installer • • MateriApps LIVE! • • 36
  • 37. MateriApps LIVE! • USB Linux (Debian Live Linux) • Windows Mac • • 1.8 (2015 8 31 ) • MateriApps • 2015 8 ABINIT, AkaiKKR, ALPS, CP2K, Feram ,ERmod, Gromacs, OpenMX Quantum Espresso, SMASH, xTAPP, VESTA • GAMESS, VMD • MateriApps LIVE! • 900 37
  • 38. MateriApps LIVE! • MateriApps LIVE! • • OpenMX • C-Tools VESTA XCrysDen • • Gromacs • VMD • • ALPS • ParaView • ( ) • http://www.slideshare.net/cms_initiative/clipboards/materiappslive 38
  • 39. ALPS Agenda (1/2) • CMSI C • • ALPS (Applications and Libraries for Physics Simulations) ? • ? • ALPS • ALPS • ALPS • XML / HDF5 • C++ • Python • 39
  • 40. ALPS Agenda (2/2) • ALPS • ALPLS • ( GUI ) • • ( ) • (MateriApps MateriApps LIVE!) • ? 40
  • 41. CMSI C • 10 1 10 8 : ALPS ( ) • 10 15 10 22 : OpenMX DFT ( ) • 10 29 : xTAPP DFT (RIST) • 11 5 : ( ) • 11 12 : ( ) • 11 19 : ( ) ( ) • 11 26 12 3 : feram ( ) • 12 10 12 17 : MODYLAS MD ( ) • 1 7 1 21 : ( ) • 1 14 : SMASH ( ) 41