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.

aiida_tools.get_outputs_dict(process)[source]

Helper function to get the RETURN and CREATE outputs of a process as a dict.