Plugin | AiiDA | Python |
---|---|---|
2.0.0 |
||
1.1.0 |
A DDEC plugin for AiiDA.
pip install aiida-ddec
Examples in the examples
folder:
test_cp2k_ddec_h2o.py
: Run an ENERGY calculation, printing the electron density cube file, and compute the DDEC charges from that
git clone https://github.com/lsmo-epfl/aiida-ddec
cd aiida-ddec
pip install -e .['pre-commit','tests']
pytest
If you are changing the inputs of existing tests or need to regenerate test data, place an .aiida-testing-config.yml
file in your repository that points to the required simulation codes:
---
mock_code:
# code-label: absolute path
cp2k-7.1: /path/to/cp2k.sopt
chargemol-09_26_2017: /path/to/Chargemol_09_02_2017_linux_serial
MIT