aiidateam / aiida-wannier90

AiiDA plugin for the Wannier90 code
https://aiida-wannier90.readthedocs.io
Other
9 stars 15 forks source link

Add missing outputs of MinimalW90WorkChain #96

Closed qiaojunfeng closed 4 years ago

qiaojunfeng commented 4 years ago

The required pw2wannier90 output_parameters of MinimalW90WorkChain is missing, which can result in the following error

Finished [11] The process did not register a required output.

Also remove the repeated line: https://github.com/aiidateam/aiida-wannier90/blob/97cb70af588589d60166241c91432439211d430f/aiida_wannier90/workflows/minimal.py#L266 https://github.com/aiidateam/aiida-wannier90/blob/97cb70af588589d60166241c91432439211d430f/aiida_wannier90/workflows/minimal.py#L220