Skip to content

Commit

Permalink
Fix typo in circuit causing wrong loss fn vals
Browse files Browse the repository at this point in the history
  • Loading branch information
Misty-W committed Jan 27, 2024
1 parent c316dc0 commit a83f059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/learning-depolarizing-noise.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Here we use a simple Rx-Rz-CNOT circuit, with an (optional) seed for reproducibi

```{code-cell} ipython3
circuit = random_x_z_cnot_circuit(
LineQubit.range(2), n_moments=10, random_state=np.random.RandomState(1)
LineQubit.range(2), n_moments=5, random_state=np.random.RandomState(1)
)
print(circuit)
```
Expand Down

0 comments on commit a83f059

Please sign in to comment.