A MATLAB function for the contraction process of a tensor network. It takes as input a tensor network and a contraction sequence describing how to contract the network to a single tensor or number. It returns a single tensor or number as output. This function can be obtained by downloading the preprint source.
An open-source application for the phase-field simulations. This application treats many kinds of problems in materials science such as determination of phase diagrams, crystal growing, small structures accompanied by first-order transition, and so on. Its source code is open under the GPL, and is developed putting emphasis on its flexibility in the C++ language.
An open source application implementing path-integral Monte Carlo method based on Stochastic Green function method. Finite temperature calculation of extended Bose Hubbard model and Heisenberg model with finite field can be treated. JSON and YAML formats are adopted for data I/O.
An application for structure prediction based on the evolutionary algorithm. From an input of the atomic position in a unit cell and possible elements at each atomic position, this application predicts the stable structure and composition from the first-principles calculation and molecular dynamics in combination with the evolutionary algorithm. This application is written in Python, and uses Quantum ESPRESSO and GULP as an external program.
This is a structure analysis program for solutes and solvents, based on the statistical mechanics theory of liquids. The program determines the solvent density distribution surrounding the solute, and calculates various physical values such as the solvation free energy, compressibility, and partial molar volume. The program implements a parallelized fast Fourier transform routine for large-scale parallel computing, and can analyze molecular functions such as the ligand binding affinity of proteins, that would be difficult using other methods.
MODYLAS is a highly parallelized general-purpose molecular dynamics (MD) simulation program appropriate for very large physical, chemical, and biological systems. It is equipped most standard MD techniques including free energy calculations based on thermodynamic integration method. Long-range forces are evaluated rigorously by the fast multipole method (FMM) without using the fast Fourier transform (FFT) in order to realize excellent scalability. The program enables investigations of large-scale real systems such as viruses, liposomes, assemblies of proteins and micelles, and polymers. It works on ordinary linux machines, too.
An open-source application for molecular dynamics. This application can perform molecular dynamics simulation of biopolymers and solvents consisting of a number of molecules/atoms. It implements a number of force field sets and algorithms, and supports parallel computing based on OpenMP. Java graphical user interface (GUI) is also included.
A results database of first-principle calculation for material science. This database provides numerical data of crystal structures, band structures, thermodynamic quantities, phase diagrams, magnetic moments, and so on. This site is maintained by a research group of MIT, and has extensive data of materials related to lithium battery. In addition to a user interface based on web browsers, an http-based API is also provided to enable user-defined material screening. This database can be used without charge after registration.
An open-source program package for numerical diagonalization based on the Lanczos method, specialized for spin chains with unit spin magnitude, S=1. This package, which uses another open-source program package, TITPACK, calculates eigenenergies and eigenvectors of ground states and low-lying excited states of spin chains with finite length. By the subspace partitioning method, both memory and cpu-time requirements are considerably reduced.
An application for adding a function of the replica exchange method to the existing applications for molecular dynamics simulation such as MODYLAS, AMBER, and CHARMM. Without changing original programs of molecular dynamics, the replica exchange method can be implemented easily. This application also shows high performance in massive parallel computing by the K-computer.