Skip to content

Commit

Permalink
Merge pull request #14 from AntimoMarrazzo/develop
Browse files Browse the repository at this point in the history
Readded QE source files for QE > 6.x
  • Loading branch information
Crivella authored Mar 2, 2022
2 parents a2a7b2c + c4e44d9 commit 503e78e
Show file tree
Hide file tree
Showing 4 changed files with 2,413 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.pyc
*.egg-info*
docs/build/*
docs/build/*
build/
.vscode
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# aiida-z2pack

Official Z2pack plugin for AiiDA.
The repository as of aiida-z2pack>=2.0 is compatible with aiida-core>=1.0.0.
The repository as of aiida-z2pack>=2.0 is compatible with aiida-core>=1.0.0 (tested up to 1.6.5).
For compatibility with older versions use aiida-z2pack==1.0.
The plugin supports Quantum ESPRESSO only.

Expand All @@ -12,16 +12,17 @@ The plugin supports Quantum ESPRESSO only.
### How do I get set up? ###

The Z2pack plugin has the following dependencies:
* numpy~=1.17,<1.18
* scipy>=1.4.1
* scikit-learn>=0.22
* numpy~=1.17
* scipy~=1.4.1
* scikit-learn~=0.22
* z2pack==2.1.1
* aiida_quantumespresso==3.1.0
* aiida_wannier90>=2.0.0
* aiida-core~=1.5.0
* aiida_quantumespresso~=3.1.0
* aiida_wannier90~=2.0.0

Installing:
* `pip install .`
* or `pip install .[dev]` to install the dependencies for developers (pre-commit, ...)
* or `pip install .[pre-commit,tests,docs]` to install the dependencies for developers (pre-commit, ...)

### Contribution guidelines ###

Expand Down
Loading

0 comments on commit 503e78e

Please sign in to comment.