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.
A set of python modules for modeling atomic structures, running simulations, and visualizing results. These modules provide interfaces for various application of first-principles calculation, classical molecular dynamics, and quantum chemical calculation through GUI, command line, or python scripts. The source code is available under the LGPL.
An application for structure prediction based on the evolutionary algorithm. From an input of the atomic position in a unit cell and possible elements at each atomic position, this application predicts the stable structure and composition from the first-principles calculation and molecular dynamics in combination with the evolutionary algorithm. This application is written in Python, and uses Quantum ESPRESSO and GULP as an external program.
An open-source framework for execution management of numerical simulation. By registering target simulators, information at the time of execution (parameters, date and time, hostname, version of simulators, etc.) and calculation results are saved automatically on database. Job submission and browse of job status can be performed efficiently from web browsers.
An application for three-dimensional visualization with the ray tracing method. This application can visualize arbitrary positions and shapes of objects such as spheres and cubes. It can visualize three-dimensional data obtained from computational fluid dynamics etc. by volume rendering. It can also be used for simple three-dimensional graphical simulator with macro functions.
An open-source application for visualization of crystal structures and grid data that runs on most UNIX and UNIX-like platforms. This application can visualize calculation results from the following electronic structure packages: GAUSSIAN, CRYSTAL, Quantum Espresso (PWscf), WIEN2k, FHI98MD. Three-dimensional data such as electron densities and local potentials as well as Fermi surfaces can be visualized using this application.
isqpr is an R package to find candidate molecules that has your desired chemical structures and chemical properties. SMILES (Simplified Molecular Input Line Entry Specification Syntax) is employed to represent chemical structures. To find candidate molecules, sequential Monte Carlo method generates new molecules, whose chemical properties are predicted by machine learning techniques.
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.
An application for data analysis of X-ray absorption fine structure (XAFS). Experimental data of XAFS can be analyzed by various analysis methods. This application supports various analysis functions (high-speed Fourier analysis, fitting in a radial coordinate or k-space, data plotting, etc.) based on IFEFFIT, and includes useful graphical user interface (GUI).