mqt.qmap.plugins.qiskit.sc.load_architecture

Load a superconducting architecture.

Functions

load_architecture(→ mqt.qmap.sc.Architecture)

Load a superconducting architecture from a string, Arch, Architecture, or Backend.

Module Contents

load_architecture(arch: str | Arch | Architecture | Backend | None = None) Architecture[source]

Load a superconducting architecture from a string, Arch, Architecture, or Backend.

If None is passed, no architecture is loaded.

Parameters:

arch – The architecture to load.

Returns:

The loaded architecture.