mqt.qudits.exceptions¶

Exceptions module.

Submodules¶

Package Contents¶

exception BackendNotFoundError(message: str)[source]¶

Bases: Exception

Common base class for all non-exit exceptions.

exception CircuitError(message: str)[source]¶

Bases: Exception

Common base class for all non-exit exceptions.

exception FidelityReachException(message: str = '')[source]¶

Bases: Exception

Common base class for all non-exit exceptions.

exception NodeNotFoundException(value)[source]¶

Bases: Exception

Common base class for all non-exit exceptions.

__str__() str[source]¶

Return str(self).

exception RoutingException[source]¶

Bases: Exception

Common base class for all non-exit exceptions.

__str__() str[source]¶

Return str(self).

exception SequenceFoundException(node_key: int = -1)[source]¶

Bases: Exception

Common base class for all non-exit exceptions.

__str__() str[source]¶

Return str(self).

exception JobError(message: str)[source]¶

Bases: Exception

Common base class for all non-exit exceptions.

class JobTimeoutError(message: str)[source]¶