Skip to content

zhubonan/aiida-atoms

Repository files navigation

Build Status Coverage Status Docs status PyPI version

aiida-atoms

AiiDA Plugin for keeping track of structure manipulations of an ase.Atoms objects. Every operation acted through the AtomsTracker object will be recorded on the provenance graph.

Repository contents

Features

  • Automatic tracking of changes made to ase.Atoms object through its methods, and saving them to the provenance graph.
  • Wrapped other common routines that records provenance for tracking.
  • Provenance graph visualization.

Installation

pip install aiida-atoms

Usage

Development

git clone https://github.com/zhubonan/aiida-atoms .
cd aiida-atoms
pip install --upgrade pip
pip install -e .[pre-commit,testing]  # install extra dependencies
pre-commit install  # install pre-commit hooks
pytest -v  # discover and run all tests

License

MIT

Contact

zhubonan@outlook.com