qiskit icon indicating copy to clipboard operation
qiskit copied to clipboard

Support manual variables in QPY

Open jakelishman opened this issue 10 months ago • 0 comments

QPY needs to add support for the additional variable-tracking that QuantumCircuit will support after #10924, including reconstructing the Var instances and correctly determining which are inputs, regular variables and closures in a circuit payload.

The input and output QuantumCircuit instances should compare equal from a round trip.

jakelishman avatar Oct 02 '23 10:10 jakelishman