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

PHYSBO (optimization tools for PHYsics based on Bayesian Optimization )

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

PHYSBO is a Python library for researchers mainly in the materials science field to perform fast and scalable Bayesian optimization based on COMBO (Common Bayesian Optimization). Users can search the candidate with the largest objective function value from candidates listed in advance by using machine learning prediction. PHYSBO can handle a larger amount of data compared with standard implementations such as scikit-learn.

To Detail

NAMD

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

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.

To Detail

MMSP

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

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.

To Detail

JDFTx

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

An application for first-principles calculation by the joint-DFT method based on a plane-wave basis. By implementation of the joint-DFT method, this application realizes a good convergence for electronic state calculation of molecules in liquid, particular for charged systems. This application is written by C++11, and supports GPU calculation by CUDA. This application also supports diffusive Monte Carlo simulation in cooperation with CASINO.

To Detail

Keras

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

An open-source numerical library for machine learning. Using other machine learning numerical libraries (TensorFlow, CNTK, Theano, etc.), users can construct neural networks by relatively short codes. Since a number of methods in machine learning and deep learning are implemented, users can try state-of-the-art methods easily. This package is written by Python.

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

ComDMFT

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

ComDMFT is a massively parallel computational package to study the electronic structure of correlated-electron systems. Users can perform a parameter-free method based on ab initio linearized quasiparticle self-consistent GW (LQSGW) and dynamical mean field theory (DMFT).

 

To Detail

Quimb

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

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.

To Detail

ecalj

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

An open-source program package for first-principles calculation based on a mixed augmented plane wave method (the PMT method). For various physical systems, this package performs electronic structure calculation and structure optimization by LDA, GGA, LDA+U and so on. It further can treat quasi-particle excitation with high accuracy by the quasi-particle self-consistent GW method. It implements several original methods not included in other program packages, and is maintained by the version control system, Git.

To Detail