A support application for preparing input files of molecular dynamics calculation. This application supports manual input of atomic coordinates and bond informations, reading files of protain structure database, and editing data by graphical user interface. It also implements various functions such as addition of hydrogen atoms and composition of data. and can treat a large number of atoms using only a moderate memory cost.
A collection of C++ interfaces for simulation of mesoscale properties based on grid data. By using provided header files, one can easily construct programs for simulation of various phenomena such as solidification, crystal growth, and spinodal decomposition, based on a Monte Carlo method, cellar automaton, and a phase-field method. This interface supports parallel computing by MPI, and also provides converters of output files for visualization software such as ParaView.
An open-source application for micromagnetic simulation optimized for general-purpose computing on GPU. This application can calculate spatial distribution of magnetization with speed of more than 100 times compared with CPU calculation. This application can also treat the RKKY interaction, effect of spin injection, and Voronoi diagrams. It supports remote computing using its web-GUI system.
Application for performing first-principles simulations with an implicit solvent model. The code is released as a patch to VASP. The user can perform molecular dynamics as well as reaction analysis using e.g., nudged elastic band method.
Software tool for constructing interatomic potentials based on nonlinear atomic cluster expansion. It requires the user to either prepare a fitting dataset based on pandas and ASE, or it can automatically extract data from VASP calculation results. The obtained potentials can be used for molecular dynamics simulations using LAMMPS, and it also provides the capability to calculate extrapolation grades for on-the-fly active learning.
CCCM is a high-order CCM (coupled cluster method) code for lattice spin systems. It is possible to obtain the ground state and its energy of quantum spin systems in two or three dimensions.
An open-source application for ab initio quantum chemical calculation. This application performs electronic structure calculation of molecules by the Hartree-Fock, density functional, many-body perturbation, configuration interaction theories, and so on. Even though this application is freeware, it succeeds in maintaining high-quality and high-performance codes by active development, and has a number of world-wide users. It histrically shares core programs with GAMESS-UK.
An open-source application for molecular dynamics simulation of biomolecules. This application is optimized for massive parallel computing environments such as the K-computer, and can perform high-speed molecular dynamical simulation of proteins and biomolecules. This application supports both all atoms calculation and coarse-grained model calculation, and can treat extended ensemble such as a replica exchange method. This code is released under GPL license.
An application for evaluation of thermoelectric properties and its visualization. Seebeck coefficients and Peltier coefficients can be calculated from output of the first-principles applications, OpenMX and TranSIESTA. Obtained results as well as electron density and density of states can be visualized.
An open-source application for quantum chemical calculation. This package implements various methods for quantum chemical calculation such as Hartree-Fock approximation, density functional theory, coupled-cluster method, and CI (configuration interaction) method. The package is written in C++, and provides API for Python, by which users can perform for preparation of setting and execution of calculation.