AiiDA plugin for Bader charge analysis.
To install from PyPI, simply execute:
pip install aiida-bader
or when installing from source:
git clone https://github.com/superstar54/aiida-bader
pip install aiida-bader
If you use the AiiDAlab QE app in your research, please cite:
Making atomistic materials calculations accessible with the AiiDAlab Quantum ESPRESSO app
npj. Comput. Mater. 12, 72 (2026). https://doi.org/10.1038/s41524-025-01936-4
To run the tests, simply clone and install the package locally with the [tests] optional dependencies:
git clone https://github.com/superstar54/aiida-bader .
cd aiida-bader
pip install -e .[tests] # install extra dependencies for test
pytest # run testsTo contribute to this repository, please enable pre-commit so the code in commits are conform to the standards.
Simply install the repository with the pre-commit extra dependencies:
cd aiida-bader
pip install -e .[pre-commit]
pre-commit installThe aiida-bader plugin package is released under the MIT license.
See the LICENSE file for more details.
We acknowledge support from:
- the NCCR MARVEL funded by the Swiss National Science Foundation;
