Metadata-Version: 2.1
Name: aiida-phtools
Version: 0.1.0a1
Summary: AiiDA plugin for persistence homology tools, used to analyze nanoporous materials.
Home-page: https://github.com/ltalirz/aiida-phtools
Author: Leopold Talirz
Author-email: leopold.talirz@gmail.com
License: MIT
Description-Content-Type: text/markdown
Platform: UNKNOWN
Classifier: Programming Language :: Python
Requires-Dist: aiida (>=0.11)
Requires-Dist: voluptuous
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Provides-Extra: pre-commit
Requires-Dist: pre-commit; extra == 'pre-commit'
Requires-Dist: yapf; extra == 'pre-commit'
Requires-Dist: prospector; extra == 'pre-commit'
Requires-Dist: pylint; extra == 'pre-commit'
Provides-Extra: testing
Requires-Dist: aiida-core[testing]; extra == 'testing'

# aiida-phtools

AiiDA plugin for persistence homology tools, used to analyze nanoporous materials.

# Installation

```shell
git clone https://github.com/ltalirz/aiida-phtools .
cd aiida-phtools
pip install -e .  # also installs aiida, if missing (but not postgres)
#pip install -e .[precommit,testing] # install extras for more features
verdi quicksetup  # better to set up a new profile
verdi calculation plugins  # should now show your calclulation plugins
```

# Usage

Here goes a complete example of how to submit a test calculation using this plugin.

# License

MIT

# Contact

leopold.talirz@gmail.com


