Skip to content

Commit

Permalink
Modified GST example
Browse files Browse the repository at this point in the history
  • Loading branch information
mho291 committed Dec 3, 2024
1 parent 1072e55 commit b92e0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/code-examples/advancedexamples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2240,7 +2240,7 @@ Let's first define the set of gates we want to estimate:

from qibo import gates

gate_set = {gates.X, gates.H, gates.CZ}
gate_set = {gates.X(0), gates.H(0), gates.CZ(0, 1)}

For simulation purposes we can define a noise model. Naturally this is not needed when running on real quantum hardware, which is intrinsically noisy. For example, we can suppose that the three gates we want to estimate are going to be noisy:

Expand Down

0 comments on commit b92e0b7

Please sign in to comment.