generate_cz_phase_ramsey_experiments

forest.benchmarking.qubit_spectroscopy.generate_cz_phase_ramsey_experiments(cz_qubits: Sequence[int], measure_qubit: int, angles: Sequence[float]) → List[forest.benchmarking.observable_estimation.ObservablesExperiment]

Return ObservablesExperiments containing programs that constitute a CZ phase ramsey experiment.

Parameters:
  • cz_qubits – the qubits participating in the cz gate
  • measure_qubit – Which qubit to measure.
  • angles – A list of angles at which to make a measurement
Returns:

ObservablesExperiments which can be run to estimate the effective RZ rotation applied to a single qubit during the application of a CZ gate.