QuCumber is an open-source Python package that implements neural-network quantum state reconstruction of many-body wavefunctions from measurement data such as magnetic spin projections, orbital occupation number. Given a training dataset of measurements, QuCumber discovers the most likely quantum state compatible with the measurements by finding the optimal set of parameters of a restricted Boltzmann machine (RBM).
.
Code for unfolding first-principles electronic energy bands calculated using supercells into the corresponding primary-cell Brillouin zone. It uses maximally-localized Wannier functions calculated using Wannier90.
An application for ab initio quantum chemical calculation. This application can calculate molecular structures, chemical reactivity, frequency analysis, electron spectrum, and NMR spectrum with high accuracy. It implements the density functional theory, the Hartree-Fock(HF) method as well as recently developed methods such as the post-HF correlation method. It also has GUI for molecular modeling and a tool for preparation of input files.
An open-source application for high-accuracy electronic-state calculation based on the variational Monte Carlo method and the diffusion Monte Carlo method. Although its computational cost is high, physical properties of atoms and small molecules in the ground states and excited states are calculated with very high accuracy. Includes an application program that generates input files from output of other packages for quantum chemical calculation, such as GAMESS, Gaussian, etc.
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 first-principles molecular dynamics based on a pseudopotential method using plane bases. This application can perform electronic-state calculation and molecular dynamics employing the Car-Parrinello method. It implements MPI parallelization, which enables us to perform efficient parallel computing in various environments including large-scale parallel computers. The program is written in C++, and is distributed in source form under the GPL license.
Easy-to-use and fast Python library for simulation of quantum information and quantum many-body systems. It provides Tensor module for tensor network simulations and Matrix module for “exact” quantum simulations.
An open source framework for quantum computation. By using Qiskit, users can generate quantum circuits and run it on simulators and real devices.
An open-source application for dynamical simulation of open quantum systems. It supports a wide range of Hamiltonians such as quantum optics, ion traps, and superconducting circuits. The time evolution of quantum states is evaluated by a master equation. These calculation library can be called from Python via a user-friendly interface.
C ++ / Python library for simulation of quantum computer. Users can perform simulations of quantum circuits constructed from variational quantum circuits and noisy quantum gates for the development of NISQ devices. It also supports OpenMP and GPU parallelization.