- Lower python version due to readthedocs by @qiaojunfeng in #119
- Fix codecov by @qiaojunfeng in #120
- Edit the retrieve_list to include more werr files by @jiang-yuha0 in #121
- Support Python 3.12, drop 3.8 by @qiaojunfeng in #123
- Use fixed number of digits for kpoint coordinates by @qiaojunfeng in #122
- @jiang-yuha0 made their first contribution in #121
Full Changelog: https://github.com/aiidateam/aiida-wannier90/compare/v2.1.0...v2.2.0
- Support AiiDA v2.0 [#117]
- Register pw2wannier90
output_parameters
to the outputs ofMinimalW90WorkChain
[#96]
-
Plugin fully migrated to AiiDA 1.0. This version still supports both python 2.7 and python 3.x (>= 3.5) [#32] [#34] [#63] [#64] [#66]
-
Added parser for
.labelinfo.dat
file to get correct high-symmetry k-point labels in band_parser [#88] -
Added support for the SCDM method [#61]
-
Implemented the
input_filename
andoutput_filename
config options, replacing theseedname
options. In this way,verdi calcjob inputcat/outputcat
work as expected [#42] -
Automatically retrieving all known output files generated by Wannier90 [#79] [#80]
-
Improved some parser key names [#78]
-
Parser: Add missing catch of "NotExistent" when kpoints_path is not given [#55]
-
Removed opening transport in
prepare_for_submission
, avoiding the risk to open too many SSH connections. Note that this means that now theremote_input_folder
and thelocal_input_folder
inputs are mutually exclusive [#83]
-
Improved test suite and continuous integration (including pre-commit tests), and using now AiiDA-provided pytest tools [#33] [#44] [#49] [#51] [#54] [#57] [#65]
-
Added tests to check how projections are created [#81] [#85] [#87]
-
General update of the documentation to include all new changes [#91] [#52]
-
Use aiida calcjob directive in documentation [#86]
-
Example of GaAs wannierization (both as a single submission, and via a workchain using Quantum ESPRESSO) [#77] [#84]
First working version of the plugin