Fortran codes for computing the specified k-th eigenvalue and eigenvector for generalized symmetric definite eigenvalue problems. Sylvester’s law of inertia is employed as the fundamental principle in computations, and the sparse direct linear solver (MUMPS) is used in the main routine. By inputting Hamiltonian and its overlap matrices, user can compute electron’s energy and its wave function in the specified k-th energy level.
COMmon Bayesian Optimization Library (COMBO) is an open source python library for machine learning techniques. COMBO is amenable to large scale problems, because the computational time grows only linearly as the number of candidates increases. Hyperparameters of a prediction model can be automatically learned from data by maximizing type-II likelihood.
Pomerol is an app for calculation one- and two-body Green’s function at finite temperatures for the Hubbard-type model based on the full exact diagonalization. Pomerol is written in C++ and supports the hybrid parallelization (MPI+openMP).
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).
CIF2Cell is a tool to generate a crystal structure part of an input file of first-principles calculation software from crystal structure data file in CIF format. It supports various first-principles calculation codes such as ABINIT, Quantum Espresso, and VASP.
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.
An application for visualization of Fermi surfaces.
This application displays Fermi surfaces colored as a function of an arbitrary scalar quantities such as magnitude of Fermi velocities and superconducting gap. It only requires a minimum set of data to draw Fermi surfaces. FermiSurfer provides a simple graphical user interface; the user can smoothly turn on/off the stereogram, nodal-lines, etc.
3D drawing software for molecules and crystals. QtDraw supports drawings of 3D objects such as atomic orbitals, polygons and spline curves. By installing MultiPie, users can draw the above objects with the help of symmetry operations and irreducible representations. These functionalities can be called by Python code.
An application for DFTB (Density Functional Tight Binding) calculation combined with Divide-and-Conquer (DC) method. The DC-DFTB-K program enables geometry optimization and molecular dynamics simulation of large molecular systems with linear-scaling computational cost. DFTB electronic structure calculation of 1 million atom system has been demonstrated using MPI/OpenMP hybrid parallel computation on the K computer.