quantumlib/qsim

Copied code here has errors. Newlines are broken

Closed this issue · 1 comments

This code is rendered to: https://quantumai.google/qsim

This line is broken when you copy the code.

circuit = cirq.experiments.

Should be an easy fix . Maybe:

circuit = (cirq.experiments.random_rotations_between_grid_interaction_layers_circuit(qubits=qubits, depth=16))

Thanks for catching this! PR with the fix is up for review.