Skip to content

Commit

Permalink
Tutorial fix p2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zx-zx committed May 9, 2024
1 parent 508c0e7 commit 158ab3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/research_tools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
"source": [
"def generate_circuit(qubits):\n",
" \"\"\"Generate a random circuit on qubits.\"\"\"\n",
" random_circuit = cirq.generate_boixo_2018_supremacy_circuits_v2(\n",
" qubits, cz_depth=2, seed=1234)\n",
" random_circuit = cirq.experiments.random_rotations_between_grid_interaction_layers_circuit(\n",
" qubits, cz_depth=2)\n",
" return random_circuit\n",
"\n",
"def generate_data(circuit, n_samples):\n",
Expand Down

0 comments on commit 158ab3b

Please sign in to comment.