cirq.generate_supremacy_circuit_google_v2_bristlecone¶
-
cirq.generate_supremacy_circuit_google_v2_bristlecone(n_rows: int, cz_depth: int, seed: int) → cirq.circuits.circuit.Circuit[source]¶ - Generates Google Random Circuits v2 in Bristlecone.See also https://arxiv.org/abs/1807.10749
Parameters: - n_rows – number of rows in a Bristlecone lattice. Note that we do not include single qubit corners.
- cz_depth – number of layers with CZ gates.
- seed – seed for the random instance.
Returns: A circuit with given size and seed.