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).
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.
Open source software for constructing the Allegro potential model based on E(3)-equivariant graph neural networks and using the potential model for molecular dynamics simulations. The code depends on NequIP and can be run in a similar manner. Allegro scales better than NequIP since it doesn’t rely on message passing and the architecture is strictly local with respect to atom-wise environments.
The fragment molecular orbital (FMO) method can efficiently do quantum-mechanical calculations of large molecular systems by splitting the whole system into small fragments. The FMO program is distributed within quantum-chemical program suite GAMESS-US. FMO can provide various information regarding the structure and function of biopolymers, such as the interaction between a protein and a ligand.
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).
An open-source program package for numerical diagonalization based on the Lanczos method, specialized for spin chains with unit spin magnitude, S=1. This package, which uses another open-source program package, TITPACK, calculates eigenenergies and eigenvectors of ground states and low-lying excited states of spin chains with finite length. By the subspace partitioning method, both memory and cpu-time requirements are considerably reduced.
An open-source application of semi-empirical/ab-initio quantum chemical calculation that comes under an academic license. It performs various quantum chemical calculations based on Hartree-Fock theory, density functional theory, and configuration interaction theory, yielding electronic states and enabling structure optimization and molecular spectrum analysis. Molecular dynamics calculation based on the QM/MM method is also possible by using this software in combination with GROMACS.
An open-source application for visualization of atoms and molecules developed for molecular dynamics. This application supports a number of input file formats for molecular configration, and can perform visualization of three-dimensional atom configration as well as creation of a animation. The main feature of this application is that various useful analysis tools can be used by intuitive control of a graphical user interface (GUI).
An open-source application for quantum chemical calculation. This package implements various methods for quantum chemical calculation such as Hartree-Fock approximation, density functional theory, coupled-cluster method, and CI (configuration interaction) method. The package is written in C++, and provides API for Python, by which users can perform for preparation of setting and execution of calculation.
Software package that implements Behler-Parinello type neural network potential. The package provides tools for training and evaluating potentials based on given structure-energy data. It also provides an interface with LAMMPS for performing molecular dynamics calculations.