Skip to content

[Bug]: Mirage as Qiskit Transpiler-Plugin does not respect coupling_map #14

@evmckinney9

Description

@evmckinney9

Bug Description

Example:

from qiskit import transpile

mirage_qc = transpile(
    qc,
    optimization_level=3,
    coupling_map=coupling_map,
    basis_gates=["u", "xx_plus_yy", "id"],
    routing_method="mirage",
    layout_method="sabre_layout_v2",
)

mirage_qc.draw(output="mpl")

image

Version

v0.2

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions