Source code for j5.backends.hardware.env

"""The hardware Environment."""


[docs]class NotSupportedByHardwareError(Exception): """The hardware does not support that functionality."""