AiiDA plugin package with workflows for superconductivity research based on the Quantum ESPRESSO software suite and the Electron-Phonon Wannier (EPW) code.
Install the base package if you only need the common analyser utilities:
pip install -e .Install the feature-specific extras when needed:
pip install -e .[dislocation]
pip install -e .[epw]
pip install -e .[thermo]
pip install -e .[structure]Install everything with:
pip install -e .[all]