Ashlyn Hanson
Ashlyn Hanson
*Issue #, if available:* *Description of changes:* - Add a `Measure` operator that measures the qubit targets specified. - Removed the Validation error in GateModelQuantumTaskResult to check that measured qubits...
*Issue #, if available:* *Description of changes:* Add a filter to the GateModelQuantumTaskResult measurements property that will return the measurements over the specified qubits. Example: ``` bell = Circuit().h(0).cnot(0, 1)...
*Description of changes:* Added methods to return the measurements and measurement counts of a specified list of qubits. Example: ``` bell = Circuit().h(0).cnot(0, 1) task = device.run(bell, shots=100) result =...