merav-aharoni
merav-aharoni
> Yeah I think we could change `session_id` to also be a property It is the opposite. `session_id` is currently a property. Either we turn `session_id` into an attribute in...
Opened issue in Terra: https://github.com/Qiskit/qiskit-terra/issues/10213
I believe this is a bug in Terra, and does not require a documentation change. In `qiskit/primitives/base/base_sampler`, we have ``` def run( self, circuits: QuantumCircuit | Sequence[QuantumCircuit], parameter_values: Sequence[float] |...