-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge develop into master for release v1.1.3
Merge pull request #103 from JuDFTteam/develop From CHANGELOG.md ## v1.1.3 ### release compatible with AiiDA-core 1.3.0 - still support of Fleur MaXR4 version with inpgen - Does not support yet for Fleur MaXR5 and new inpgen - Set_kpoints was moved from fleurinp to fleurinpmodifier - Break_symmetry of a structure was refactored - Implemented feature in fleurinputCalculation to set significant figures - Implemented feature scf can now use default queues specified in code extras - First implementation of relax type None, which cases the relax workchain to skip the relaxation, becoming a usual scf wc, which might make it easier to switch relaxation on and off in other workchains. - Fleur parser parses now the total magnetic moment of the cell - Introduced common constants, for bohr and htr, increased precision - Command line interface (CLI) `aiida-fleur` with various functionalities exposed - For devs: Increased test coverage, codecov is now added to CI and linked to badge removed some older outdated code
- Loading branch information
Showing
167 changed files
with
15,164 additions
and
3,823 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
|
||
# Created by https://www.gitignore.io/api/python,linux,macos | ||
|
||
# | ||
.aiida/ | ||
submit_test/ | ||
|
||
### Python ### | ||
|
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.2' | ||
__version__ = '1.1.3' |
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.