pygsti.algorithms.randomcircuit.sample_random_cz_zxzxz_circuit#
- sample_random_cz_zxzxz_circuit(pspec, length, qubit_labels=None, two_q_gate_density=0.25, one_q_gate_type='haar', two_q_gate_args_lists=None)#
TODO: docstring Generates a forward circuits with benchmark depth d for non-clifford mirror randomized benchmarking. The circuits alternate Haar-random 1q unitaries and layers of Gczr gates.
If two_q_gate_args_lists is None, then we set it to {‘Gczr’: [(str(_np.pi / 2),), (str(-_np.pi / 2),)]}.