You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qiskit 1.1 added a feature to add typed classical variables to a qiskit.QuantumCircuit. However, trying to compile a circuit containing such variables using qiskit-superstaq leads to the following error currently:
UnsupportedFeatureForVersion: 'Dumping QPY version 11, but version 12 is required for: circuits containing realtime variables.'
What is happening?
Qiskit 1.1 added a feature to add typed classical variables to a
qiskit.QuantumCircuit
. However, trying to compile a circuit containing such variables usingqiskit-superstaq
leads to the following error currently:To replicate this, try:
What are the current alternatives?
Use qiskit's standard transpiler
Environment
qiskit-superstaq version: 0.5.21
qiskit version: 1.1.1
Python version: 3.12.4
The text was updated successfully, but these errors were encountered: