Skip to content

Commit

Permalink
Fix link to noise models (#5990)
Browse files Browse the repository at this point in the history
Fixes the following broken link on [basics page](https://quantumai.google/cirq/start/basics#virtual_machine_simulation):

> A set of [noise models](https://quantumai.google/cirq/start/cirq/noise/representing_noise) that try...
  • Loading branch information
nickdgardner authored Jan 30, 2023
1 parent 25ecba9 commit 24a0d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"\n",
"Cirq also provides the [Quantum Virtual Machine](/cirq/simulate/quantum_virtual_machine), which is a simulated virtual version of quantum hardware devices. It consists of two primary components: \n",
"1. A [virtual Engine interface](/cirq/simulate/virtual_engine_interface) that enables you to verify and run circuits with the same interface that quantum hardware would have.\n",
"2. A set of [noise models](cirq/noise/representing_noise) that try to realistically replicate the noise present in actual Google quantum hardware devices.\n",
"2. A set of [noise models](/cirq/noise/representing_noise) that try to realistically replicate the noise present in actual Google quantum hardware devices.\n",
"\n",
"The QVM is intended to serve as a replacement for the Google quantum hardware, in two cases: \n",
"1. Running your circuit on a QVM can give an approximation of how your circuit runs under the influence of hardware-like noise. This can be useful to help you reconfigure or change your circuit to be less impacted by noise when run on actual quantum hardware.\n",
Expand Down

0 comments on commit 24a0d2e

Please sign in to comment.