Skip to content

Consider implementing the Qiskit backend interface #30

@frankharkins

Description

@frankharkins

Consider adapting the spinoza_to_qiskit.py example into a proper Qiskit backend. This would allow users to follow the conventional Qiskit execution pattern.

from qiskit import QuantumCircuit, transpile
from spynoza import Simulator  # qiskit.providers.BackendV2 object

sim = Simulator()
qc = QuantumCircuit(...)
tqc = transpile(qc, sim)
sim.run(tqc)

See Qiskit's Backend documentation for more information, but also feel free to contact us if you have any questions or need any support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions