Required#

class scqubits.utils.misc.Required(**requirements)[source]#

Decorator class, ensuring that a given requirement or set of requirements is fulfilled.

Parameters:

{str (dict) – All bool conditions have to be True to pass. The provided str keys are used to display information on what condition is failing.

Methods

Required.__init__(**requirements)