Skip to content

issp-center-dev/cif2x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

215 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cif2x

License: GPL v3 Python Version Documentation

In recent years, the use of machine learning for predicting material properties and designing substances (known as materials informatics) has gained considerable attention. The accuracy of machine learning depends heavily on the preparation of appropriate training data. Therefore, the development of tools and environments for the rapid generation of training data is expected to contribute significantly to the advancement of research in materials informatics.

Cif2x is a tool to generate input files for first-principles calculation software. It takes crystal structure data in CIF format and input parameters as a template, and constructs the parts that vary depending on the type of material and conditions. It is capable of generating multiple input files tailored to specific computational conditions. Currently, it supports VASP, Quantum ESPRESSO, OpenMX, and AkaiKKR.

getcif is a tool to retrieve crystallographic information and other properties of materials from databases. The latest version of getcif provides access to Materials Project database. Users can search database and obtain information by specifying symmetry, composition, or physical properties of materials.

Target applications

Quantum ESPRESSO, VASP, OpenMX, and AkaiKKR.

Requirement

Python3 with pymatgen, qe-tools, AkaiKKRPythonUtil, and other library packages.

getcif requires mp-api, pymatgen, and other library packages.

Install

  • From source
python3 -m pip install DIRECTORY_OF_THE_REPOSITORY

Installing the package provides the cif2x and getcif command-line tools.

Usage

cif2x

Generate input files from a CIF (or molecular structure) file and a YAML parameter file. The target code is selected with -t (quantum_espresso/qe, vasp, openmx, akaikkr; case-insensitive):

cif2x -t quantum_espresso input.yaml structure.cif

getcif

Query the Materials Project database and download structures and properties. A Materials Project API key is required (supplied via a key file, the environment, or pymatgen settings):

getcif input.yaml

Example inputs are available under the sample/ directory and in docs/tutorial/. See the documentation below for the YAML input format.

Documentation

Bug reports & questions

Please report bugs or ask questions on the GitHub issue tracker.

License

The distribution of the program package and the source codes for cif2x follow GNU General Public License version 3 (GPL v3).

Copyright (c) <2023-> The University of Tokyo. All rights reserved.

This software was developed with the support of "Project for Advancement of Software Usability in Materials Science" of The Institute for Solid State Physics, The University of Tokyo.

Official page

Authors

Kazuyoshi Yoshimi (ISSP, Univ. of Tokyo), Tatsumi Aoyama (ISSP, Univ. of Tokyo), Yuichi Motoyama (ISSP, Univ. of Tokyo), Masahiro Fukuda (ISSP, Univ. of Tokyo), Kota Ido (ISSP, Univ. of Tokyo), Tetsuya Fukushima (AIST), Shusuke Kasamatsu (Yamagata University), Takashi Koretsune (Tohoku University), Taisuke Ozaki (ISSP, Univ. of Tokyo)

About

Resources

License

Stars

8 stars

Watchers

5 watching

Forks

Packages

 
 
 

Contributors

Languages