-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from JuDFTteam/develop
Merge develop into master for new release v.1.2.0 - release compatible with AiiDA-core 1.3.0+ possibly ready for aiida-core 2.0.0 - supports Fleur MaXR4 and MaXR5 versions with new inpgen MaXR4 requires providing versions in the code nodes - Some features relying on the id in the inpgen files, may be broken by the new inpgen interface change when using MaXR5.1 - Added support for GW calculations with Spex, and the Strain workchain - Major code refactoring, moving all xml tools to masci-tools (therefore requires masci-tools >=0.4.8) - Also all file parsers are overworked and moved to masci-tools - Work over of the BanddosWorkChain. - FleurinpData now consistently supports more included xml files (kpts.xml, sym.xml, ...) - Added new modification functions to the FleurinpModifier for kpoint manipulation for Max5
- Loading branch information
Showing
145 changed files
with
8,453 additions
and
15,645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Required | ||
version: 2 | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
builder: html | ||
configuration: docs/source/conf.py | ||
|
||
# Optionally build your docs in additional formats such as PDF | ||
formats: | ||
|
||
# Optionally set the version of Python and requirements required to build your docs | ||
python: | ||
version: 3.8 | ||
install: | ||
- requirements: docs/requirements_for_rtd.txt | ||
- method: pip | ||
path: . | ||
system_packages: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Vasily Tseplyaev ([email protected]) 2018-today | |
Anoop Chandran ([email protected]) 2019-today | ||
Henning Janssen ([email protected]) 2020-today | ||
|
||
We would also like to thank the following people for their contibution: | ||
We would also like to thank the following people for their contribution: | ||
|
||
... | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ | |
''' | ||
AiiDA-FLEUR | ||
''' | ||
__version__ = '1.1.4' | ||
__version__ = '1.2.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.