Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QVM pages and mentions in other pages #5794

Merged
merged 16 commits into from
Jul 19, 2022
Merged
Prev Previous commit
Next Next commit
Pre fix 4
  • Loading branch information
augustehirth committed Jul 18, 2022
commit 75163ceff5dac5cd6cf17af9e6172334edcfa839
3 changes: 1 addition & 2 deletions docs/simulate/qvm_basic_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
"id": "Lfira0gPf0Gd"
},
"source": [
"## **Install** Cirq and qsim\n",
"Note: this notebook relies on unreleased Cirq features. If you want to try these feature, make sure you install cirq via pip install cirq --pre"
"## **Install** Cirq and qsim"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion docs/simulate/qvm_builder_code.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"id": "Lfira0gPf0Gd"
},
"source": [
"## **Install** Cirq and qsim"
"## **Install** Cirq and qsim\n",
"Note: this notebook relies on unreleased Cirq features. If you want to try these features, make sure you install cirq via `pip install cirq --pre`."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/simulate/qvm_stabilizer_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"source": [
"## **Install** Cirq and qsim, Create **Quantum Virtual Machine**\n",
"Note: this notebook relies on unreleased Cirq features. If you want to try these feature, make sure you install cirq via pip install cirq --pre"
"Note: this notebook relies on unreleased Cirq features. If you want to try these features, make sure you install cirq via `pip install cirq --pre`."
]
},
{
Expand Down