Skip to content

Circuit with qubit names #1009

@alecandido

Description

@alecandido

Circuit has its own mechanism to convey qubits' names, and we're supporting str names in the Platform in Qibolab.

So, we should make use of them in the compiler.

This will require a little bit of translation in the compiler, since we're directly using the names in the Gate objects

for q in gate.qubits:
qubit = platform.get_qubit(q)

and ignoring the Circuit.wire_names map.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions