An application for semi-empirical quantum chemistry calculation. Special emphasis is placed on molecular dynamics simulations, and is able to run efficiently on large-scale cluster computer systems using OpenMP/MPI hybrid parallelism. The code is still under development, but the source code is distributed freely under the GPL license.
Payware for first-principles quantum chemical calculation. This application performs molecular orbital calculation based on Hartree-Fock approximation, density functional method, and post-HF methods such as MP, f12, multi-configuration SCF, and coupled cluster method. It also implements calculation by path-integral instanton, quantum Monte Carlo, and density-matrix renormalization group method.
An open-source application for semi-empirical quantum chemical calculation based on NDDO (neglect of diatomic differential overlap) approximation. This program calculates, for a given molecule or a crystal, molecular orbits and atomic forces, as well as vibration spectra, thermal quantities (heat of formation etc.), isotopic exchange effect, force constant, and so on. It can also treat radicals and ions.
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.
A low-energy solver for a wide ranger of quantum lattice models (multi-orbital Hubbard model, Heisenberg model, Kondo-lattice model) by using variational Monte Carlo method. User can obtain high-accuracy wave functions for ground states of above models. Users flexibly choose the correlation factors in wavefunctions such as Gutzwiller, Jastrow, and doublon-holon binding factors and optimize more the ten thousand variational parameters. It is also possible to obtain the low-energy excited states by specifying the quantum number using the quantum number projection.
Commercially-available free software for Computer-Aided Drug Development. It includes programs for compound database, protein-compound docking, structure-based drug screening, ligand-based drug screening, protein-ligand binding site prediction, molecular editor, physical property prediction, synthetic accessibility prediction, thermodynamic calculation including multi-canonical dynamics, and molecular dynamics simulations with and without acceleration using GPUs and MPI parallelization.
Software package that implements Behler-Parinello type neural network potential. The package provides tools for training and evaluating potentials based on given structure-energy data. It also provides an interface with LAMMPS for performing molecular dynamics calculations.
An open-source application for molecular dynamics simulation of biomolecules, especially designed for massively parallel computing. This package enables us to perform efficient parallel calculation on parallel computers ranging from 100 to 20,000 cores. For preparation of calculation and analysis of orbits, it uses visualization software VMD. It supports file formats compatible with other applications such as AMBER and CHARMM, and can be used on various computing environments.
A group of applications that perform molecular dynamics, hybrid quantum/classical mechanical simulation, search of chemical reaction path by the nudged elastic band method, and potential parameter fitting. The molecular dynamics code includes interatomic potentials for several metals and semiconductors, and is capable of parallel computation based of spatial decomposition.
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.