A Python library for simulating strongly correlated quantum systems using tensor networks. The goal is to make the algorithms readable and easy to use for beginners, and also powerful and fast for experts. Simple sample code and toy code to illustrate TEBD and DMRG are also provided.
An open source library for implementing tensor networks. It is developed based on TensorFlow and is designed to be easily used by experts in the field of machine learning as well as in the field of physics. In addition to TensorFlow, it includes wrappers for JAX, PyTorch, and Numpy.
An application for evaluating thermodynamic quantities and phase diagrams of alloys and compounds. This application can calculate thermal-equilibrium phase diagrams and thermodynamic quantities of alloys and compounds in combination with databases, and can be utilized for evaluation and prediction of physical properties in materials science and metallurgy. It supports various models of thermodynamics, and also includes useful tools for plotting phase diagrams.
An open-source application for molecular dynamics. This application can perform molecular dynamics simulation of biopolymers and solvents consisting of a number of molecules/atoms. It implements a number of force field sets and algorithms, and supports parallel computing based on OpenMP. Java graphical user interface (GUI) is also included.
An open-source program package for numerical diagonalization of quantum spin systems. The FORTRAN source programs are relatively simple and highly readable, and it can be applied to various quantum spin systems by modifying the main routine. Both the Lanczos and the inverse iteration methods are implemented for calculation of eigenvalues and eigenvectors, as well as correlation functions. Can be also used for diagonalization problems of general sparse matrices.
A first principles calculation program using all electron mixture based approach. It targets broad physical systems such as isolated systems, surfaces and interfaces, and crystals, and it calculates all electronic states from core electrons to valence electrons. It deals with calculation methods such as the GW method, and also deals with parallel calculations. It can execute with high accuracy molecular dynamics calculations for electronic excited states based on time dependent density functional theory.
An open-source solver for the impurity problem based on the continuous-time quantum Monte Carlo method. Imaginary-time Green’s functions of the impurity Anderson model and the effective impurity model in the dynamical mean-field approximation can be calculated with high speed by using an efficient Monte Carlo algorithm. The main programs are written by C++, and can be called from Python scripts.
An interface tool for combining first-principles calculation based on density functional theory (DFT) and TRIQS, the application for dynamical mean-field theory (DMFT). By combining Wien2k and TRIQS, self-consistent DFT+DMFT calculation can be realized by this tool. One-shot DFT+DMFT calculation using band structures obtained by other first-principles applications is also possible.
Payware for the ab-initio quantum chemical calculation. This application preforms high-speed electronic structure calculation by introducing the RI approximation, and evaluates not only ground states but also excited states by various methods such as full RPA, TDDFT, CIS(D), CC2, ADC(2). It can also be used for evaluation of spectra data of infrared(IR), visible(Vis)/ultraviolet(UV), Raman, and circular dichroism spectroscopy.
An open source C++ library designed for the development of tensor network algorithms. The goal of this library is to provide basic tensor operations with an easy-to-use interface, and it also provides a Network class that handles the graphical representation of networks. A wrapper for calling it from Python is also provided.