Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
obliviateandsurrender committed Nov 6, 2024
1 parent 20de295 commit bc26d77
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions demonstrations/tutorial_how_to_import_noise_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
Noise models describe how a quantum system interacts with its environment.
These models are typically represented by a set of
`Kraus operators <https://pennylane.ai/qml/demos/tutorial_noisy_circuits/#noisy-operations>`_
that encapsulates the probabilistic nature of quantum errors. Interestingly, different sets
of Kraus operators can represent the same quantum noise process. The non-unique nature of
these representations allows quantum computing libraries to use different approaches for
storing and building Kraus operators to construct noise models.
that encapsulates the probabilistic nature of quantum errors. ⚡
Interestingly, different sets of Kraus operators can represent the same quantum noise process.
The non-unique nature of these representations allows quantum computing libraries to use
different approaches for storing and building Kraus operators to construct noise models.
In this how-to guide, we will first compare the construction of noise models in
`Qiskit <https://docs.quantum.ibm.com/>`_ and
`PennyLane <https://docs.pennylane.ai/en/stable/code/qml.html>`_, and
Expand Down

0 comments on commit bc26d77

Please sign in to comment.