Currently, if the initial static calculation does not converge, we do not have the data in VaspMultiStageWorkChainoutput_parameters. It's better to have there for easier access once the work chain is finished. Currently, we need to query for that particular VaspWorkchain.
The convergence status keys mentioned in #2 can be located in each particular places associated with the coming misc dictionary.
Currently, if the initial static calculation does not converge, we do not have the data in
VaspMultiStageWorkChain
output_parameters
. It's better to have there for easier access once the work chain is finished. Currently, we need to query for that particularVaspWorkchain
. The convergence status keys mentioned in #2 can be located in each particular places associated with the comingmisc
dictionary.