You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that in the Wannier90BandsWorkChain you call the seekpath_structure_analysis function from aiida-quantumespresso, but in this commit I have updated the signature. Instead of a single Dict node for the parameters, it now expects individual nodes as keyword arguments.
The text was updated successfully, but these errors were encountered:
and
aiidateam/aiida-quantumespresso@ec24908
`seekpath_structure_analysis`: expand parameter input into keywords
So, adjust the call method for the seekpath_structure_analysis function accordingly.
Thank you @sphuber and @hongyi-zhao !
Sorry about my late reply, I wasn't notified cause the GitHub notification was set to Not Watching for me, funny. I explicitly set Watching for this repo so this won't happen again. Thanks!
I noticed that in the
Wannier90BandsWorkChain
you call theseekpath_structure_analysis
function fromaiida-quantumespresso
, but in this commit I have updated the signature. Instead of a singleDict
node for the parameters, it now expects individual nodes as keyword arguments.The text was updated successfully, but these errors were encountered: