ddddddanni
ddddddanni
Requested by @NoureldinYosri, this pr is splited from https://github.com/quantumlib/Cirq/pull/7358. The pr adds a new function run_sweep_with_readout_benchmarking which runs the sweep circuits with readout error benchmarking (without shuffling).
https://github.com/quantumlib/Cirq/pull/7236 and https://github.com/quantumlib/Cirq/pull/7067 builds a tool for measuring expectation values of Pauli strings with readout error mitigation. This pr enhances the tool by providing option for sweep-based execution. The new...
There is an inconsistency on qubits measurements in readout circuits and measurement circuits. The measurement circuits always measure the full circuit set of qubits, while the qubits being measured in...
I split this https://github.com/quantumlib/Cirq/pull/7492 giant PR into smaller pieces for easier review. This PR: 1. Adds a CircuitToPauliStringsParameters class which supports postselection_symmetries. 2. Modify the validation method 3. Allows measure_pauli_strings...
This PR introduces a new argument, measure_on_full_support, to the measure_pauli_strings function. This feature significantly reduces the overhead of readout error calibration when measuring a large number of Pauli strings that...