Skip to content

Commit 24a0d2e

Browse files
authored
Fix link to noise models (#5990)
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...
1 parent 25ecba9 commit 24a0d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/basics.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
"\n",
448448
"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",
449449
"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",
450-
"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",
450+
"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",
451451
"\n",
452452
"The QVM is intended to serve as a replacement for the Google quantum hardware, in two cases: \n",
453453
"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",

0 commit comments

Comments
 (0)