![]() |
THIS FUNCTION IS DEPRECATED.
cirq.generate_boixo_2018_supremacy_circuits_v2_bristlecone(
n_rows: int, cz_depth: int, seed: int
) -> cirq.Circuit
IT WILL BE REMOVED IN cirq v0.16
.
Install ReCirq and use recirq.beyond_classical.generate_boixo_2018_beyond_classical_v2_bristlecone
Generates Google Random Circuits v2 in Bristlecone.
See also <a href="https://arxiv.org/abs/1807.10749">https://arxiv.org/abs/1807.10749</a>
Args:
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.