![]() |
Generates Google Random Circuits v2 in Bristlecone.
cirq.experiments.generate_boixo_2018_supremacy_circuits_v2_bristlecone(
n_rows: int,
cz_depth: int,
seed: int
) -> cirq.circuits.Circuit
See also https://arxiv.org/abs/1807.10749
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. |