mqt.qudits.simulation¶

Subpackages¶

Submodules¶

Package Contents¶

class MQTQuditProvider[source]¶
property version: int¶
get_backend(name: str | None = None, **kwargs) Backend[source]¶

Return a single backend matching the specified filtering.

backends(name: str | None = None, **kwargs) list[Backend][source]¶

Return a list of backends matching the specified filtering.

__eq__(other: object) bool[source]¶

Return self==value.

__hash__() int[source]¶

Return hash(self).