Skip to content

Commit 3374533

Browse files
authored
Update noisycircuits_mc.md
Remove one "was" too much.
1 parent 367ad56 commit 3374533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/noisycircuits_mc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Import with `using QuantumClifford.Experimental.NoisyCircuits`.
1515

1616
This module enables the simulation of noisy Clifford circuits through a Monte Carlo method where the same circuit is evaluated multiple times with random errors interspersed through it as prescribed by a given error model.
1717

18-
Below is an example of a purification circuit. We first prepare the circuit we desire to use, including a noise model. `Quantikz.jl` was is used to visualize the circuit.
18+
Below is an example of a purification circuit. We first prepare the circuit we desire to use, including a noise model. `Quantikz.jl` is used to visualize the circuit.
1919

2020
```@example 1
2121
using QuantumClifford # hide

0 commit comments

Comments
 (0)