|
1 | 1 | # `aiida-hubbard` |
2 | 2 |
|
3 | | -AiiDA plugin for the Hubbard module of Quantum ESPRESSO. |
4 | | -The plugin requires HP v7.2 or above and is not compatible with older versions. |
| 3 | +AiiDA plugin for the first-principles calculation of Hubbard parameters. |
5 | 4 |
|
6 | | -This is the official AiiDA plugin for the [HP](https://www.sciencedirect.com/science/article/pii/S0010465522001746) code of [Quantum ESPRESSO](https://www.quantum-espresso.org/). |
| 5 | +This is also the official AiiDA plugin for the [HP](https://www.sciencedirect.com/science/article/pii/S0010465522001746) code of [Quantum ESPRESSO](https://www.quantum-espresso.org/). |
| 6 | + |
| 7 | +| | | |
| 8 | +|-----|----------------------------------------------------------------------------| |
| 9 | +|Latest release| [](https://badge.fury.io/py/aiida-hubbard)[](https://pypi.python.org/pypi/aiida-hubbard) | |
| 10 | +|Getting help| [](http://aiida-hubbard.readthedocs.io/) [](https://aiida.discourse.group/) |
| 11 | +|Build status| [](https://github.com/aiidateam/aiida-hubbard/actions) [](https://codecov.io/gh/aiidateam/aiida-hubbard) | |
| 12 | +|Activity| [](https://pypistats.org/packages/aiida-hubbard) [](https://github.com/aiidateam/aiida-hubbard/pulse) |
| 13 | +|Community| [](https://aiida.discourse.group/) |
7 | 14 |
|
8 | 15 | ## Compatibility matrix |
9 | 16 |
|
10 | 17 | The matrix below assumes the user always install the latest patch release of the specified minor version, which is recommended. |
11 | 18 |
|
12 | 19 | | Plugin | AiiDA | Python | Quantum ESPRESSO | |
13 | 20 | |-|-|-|-| |
14 | | -| `v0.1.0` | ![Compatibility for v4.0][AiiDA v4.0-pydantic2] | [](https://pypi.python.org/pypi/aiida-quantumespresso) | ![Quantum ESPRESSO compatibility][QE v7.2-7.4] | |
| 21 | +| `v0.1.0` | ![Compatibility for v4.0][AiiDA v4.0-pydantic2] | [](https://pypi.python.org/pypi/aiida-hubbard) | ![Quantum ESPRESSO compatibility][QE v7.2-7.4] | |
15 | 22 |
|
16 | 23 | ## Installation |
17 | 24 | To install using pip, simply execute: |
18 | 25 |
|
19 | | - pip install git+https://github.com/aiidateam/aiida-hubbard |
| 26 | + pip install aiida-hubbard |
20 | 27 |
|
21 | 28 | or when installing from source: |
22 | 29 |
|
|
0 commit comments