Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Latest commit

 

History

History
52 lines (37 loc) · 2.55 KB

README.md

File metadata and controls

52 lines (37 loc) · 2.55 KB

structure_comp

Documentation Status Build Status Coverage Status Codacy Badge made-with-python HitCount

Warning The code is still under heavy development!

Small python package to efficiently remove duplicates from larger structure databases, sample structures and compare structures and feature databases.

Acknowledgments

We build on prior work, check the bibliography for a listing of references.

Besides the python standard library, we make use of the following open-source libraries:

Several of the libraries are supported by NumFocus.

If we use code-snippets from the internet, we acknowledge this in the docstring of the function.

Installation

More details can be found in the documentation.

Developers install in editable mode

pip install -e . 

and

pip install pre-commit yapf prospector pylint
pre-commit install

for pre-commit hooks.