matchest Documentation#

matchest is a Python package providing scripts and tools for computational materials science, developed and maintained by the Bonan research group.

Disclaimer

This package contains common code shared within our research group. While we strive for quality, the code is provided as-is without guarantees of correctness or completeness.

Use at your own discretion and always validate results independently.

Feedback, bug reports, and contributions are highly encouraged!

Features#

  • CLI Tools: Command-line utilities for crystal structure analysis and DFT code utilities (VASP, CASTEP)

  • AiiDA Integration: Automated computational workflows for materials science calculations

  • Pymatgen Utilities: Advanced structure manipulation and analysis tools

Table of Contents#

Installation#

Install matchest from PyPI:

pip install matchest

For AiiDA workflows, install with the aiida extra:

pip install matchest[aiida]

License#

matchest is distributed under the terms of the MIT license.