peps-torch

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

peps-torch is a python library for calculation of quantum many-body problems on two dimensional lattices. Variational principles calculation is used with an infinite PEPS (iPEPS) as the trial wave function. Therefore, the ground state is obtained in the form of the element tensor of the iPEPS.  The energy of the trial state is estimated by the corner transfer matrix method (CTM), and its gradient with respect to the element tensor is computed through automatic differentiation provided by pytorch.  Functions/classes for exploiting the system’s symmetry are provided for reducing the computational cost if possible. While general models and lattices are not supported, many examples of stand-alone codes would make it relatively easy for users to write their own codes to suit their needs. pytorch is required.

To Detail

DMRG++

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

An open-source application for simulation based on the density-matrix renormalization group (DMRG). This application can perform high-speed calculation of low-dimensional quantum systems with high accuracy. It implements generic programming techniques in the C++ language, and can easily extend simulation to new models and geometries. It is developed putting emphasis on user-friendly interfaces and low dependences on environments.

To Detail

Tensordot

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

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.

To Detail

PySCF

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

Python-based simulations of chemistry framework (PySCF) is a general-purpose electronic structure platform written in Python. Users can perform mean-field and post-mean-field methods with standard Gaussian basis functions. This package also provides several interfaces to other software such as BLOCK and Libxc.

To Detail

NetKet

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

NetKet is an open-source project delivering cutting-edge methods for the study of many-body quantum systems with artificial neural networks and machine learning techniques. Users can perform machine learning algorithms to find the ground-state of many-body Hamiltonians such as supervised learning of a given state and optimization of neural network states by using the variational Monte Carlo method.

To Detail

Flexible DM-NRG

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

An application for numerical renormalization group calculations. This application can solve magnetic impurity problems described by the Kondo model and the Anderson model. Input files are prepared for typical impulity models. By modifying input files, one can study more general models of the magnetic impurity problems. A mathematica program for generation of input files are also included.

To Detail

TeNeS

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

A solver program for two dimensional quantum lattice model based on a projected entangled pair state wavefunction and the corner transfer matrix renormalization group method.
This works on a massively parallel machine because tensor operations are OpenMP/MPI parallelized.

To Detail

MateriApps Installer

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

A collection of shell scripts for installing open-source applications and tools for computational materials science to macOS, Linux PC, cluster workstations, and major supercomputer systems in Japan. Major applications are preinstalled to the nation-wide joint-use supercomputer system at Institute for Solid State Physics, University of Tokyo by using MateriApps Installer.

To Detail

ALPSCore

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

Open-source software for building computational physics applications. Common C++ auxiliary modules required for various methods in computational physics such as the quantum Monte Carlo method are prepared. This software helps to build reusable codes and to reduce development time for complex computational science applications. It also supports parallel programming based on MPI or OpenMP.

To Detail

ITensor

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

A C++ library for implementing a tensor product wavefunction method to simulate many-body electron systems. This library provides a useful environment for simple definition of tensors in programs, and supports functions of linear algebras and quantum number conservation needed in a tensor network method. This library keeps excellent flexibility and efficiency in maintenance, and can easily make a solver of one-dimensional electron systems such as density-matrix renormalization group (DMRG).

To Detail