RSDFT is an ab-initio program with the real-space difference method and a pseudo-potential method. Using density functional theory (DFT), this calculates electronic states in a vast range of physical systems: crystals, interfaces, molecules, etc. RSDFT is suitable for highly parallel computing because it does not need the fast Fourier transformation. By using the K-computer, this program can calculate the electronic states of around 100,000 atoms. The Gordon Bell Prize for Peak-Performance was awarded to RSDFT in 2011.
RESPACK is a first-principles calculation software for evaluating the interaction parameters of materials. It is able to calculate the maximally localized Wannier functions, the RPA response functions, and frequency-dependent electronic interaction parameters. RESPACK receives its input data from a band calculation using norm-conserving pseudopotentials with plane-wave basis sets. Utilities which convert a result of xTAPP or Quantum ESPRESSO to an input for RESPACK are prepared. The software has been used successfully for a wide range of materials such as metals, semiconductors, transition-metal compounds, and organic compounds. It supports OpenMP / MPI parallelization.
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.
An open-source application for evaluating superconducting gaps from resutls of the first-principles calculation by Quantum ESPRESSO. By calculating electron-phonon interaction and screened Coulomb interaction from the first-principles calculation, superconducting gaps can be obtained from the gap equation. Quasiparticle densities of states and ultrasonic attenuation rates can also be calculated.
CrySPY is a crystal structure prediction tool by utilizing first-principles calculations and a classical MD program. Only by inputting chemical composition, crystal structures can be automatically generated and searched. In ver. 0.6.1, random search, Bayesian optimization, and LAQA are available as searching algorithms. CrySPY is interfaced with VASP, Quantum ESPRESSO, and LAMMPS.
Parallel C++ Library for tensor network methods. This library provides common operations, including tensor contraction and singular value decomposition and supports a similar interface as Numpy and Scipy in Python.
GPU library for pdgemm and pzgemm, which are functions of matrix-matrix operations in ScaLAPACK.
Automatic generation tool for codes of tensor contraction. This tool can automatically generate codes of an optimal computing sequence for construction of a single tensor from a tensor network composed of tensors. Netcon algorithm proposed by Pfeifer et al. is used, and it is possible to search optimal solution quickly. Generated codes are available in Numpy and mptensor in Python.
XenonPy is a high-throughput material exploration framework based on machine learning technologies. This library can generate various chem/phys descriptors for machine learning to explore materials in virtual environment. Descriptors in matminer can be also used. Model training is done by PyTorch. Visualization tool for descriptor and transfer learning framework are also provided.
isqpr is an R package to find candidate molecules that has your desired chemical structures and chemical properties. SMILES (Simplified Molecular Input Line Entry Specification Syntax) is employed to represent chemical structures. To find candidate molecules, sequential Monte Carlo method generates new molecules, whose chemical properties are predicted by machine learning techniques.