Reference¶
This module contains general helper functions to aid in developing AiiDA calculations and workchains.
-
aiida_tools.check_workchain_step(func)[source]¶ Decorator for workchain steps that logs (and re-raises) errors occuring within that step.
Contains default keyword arguments to pass classes as input to workchains.
-
aiida_tools.workchain_inputs.WORKCHAIN_INPUT_KWARGS= {'serializer': <function get_fullname>, 'valid_type': <class 'aiida.orm.nodes.data.str.Str'>}¶ Keyword arguments to be passed to
spec.inputfor serializing an input which is a class / workchain into a string.