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

Typos and small fixes #68

Merged
merged 2 commits into from
Jun 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qmlcourseRU/_static/index/program.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ package "VQE" #Bisque {
rectangle "VQE" as vqe #40B464
rectangle "Adaptive VQE" as avqe #FFC864
rectangle "Layered VQC" as lvqe #FFC864
rectangle "UUC ansatz" as uuc #E0535C
rectangle "UCC ansatz" as uuc #E0535C
}

package "QAOA" #Bisque {
Expand Down
Binary file modified qmlcourseRU/_static/index/program.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions qmlcourseRU/_static/qcblock/qubit/diagram.plantuml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@startuml
rectangle "Initialization" as init #40B464
rectangle "Unitary" as unit1 #FFC864
rectangle "Unitary" as unit2 #FFC864
rectangle "Unitary" as unit3 #FFC864
rectangle "<latex>\hat{U}_1</latex>" as unit1 #FFC864
rectangle "<latex>\hat{U}_2</latex>" as unit2 #FFC864
rectangle "<latex>\hat{U}_3</latex>" as unit3 #FFC864
rectangle "Measurements" as measure #648CB4

init --> unit1
Expand Down
Binary file modified qmlcourseRU/_static/qcblock/qubit/diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion qmlcourseRU/book/vqcblock/vqc.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ print(simple_x_gate.draw())
```

```{note}
Тут мы измеряем наш кубит в $\mathbf{Z}$-базисе и чаще всего будем измерять именно в нем. $\mathbf{Z}$-базис является неким "стандартом" для квантовых вычислений, так как это измерение "ближе к железу".
Тут мы измеряем наш кубит в $\mathbf{Z}$-базисе и чаще всего будем измерять именно в нем. $\mathbf{Z}$-базис является неким "стандартом" для квантовых вычислений, так как это измерение "ближе к железу". Также $\mathbf{Z}$-базис удобен для нас из-за диагональности {term}`оператора Паули<Операторы Паули>` $\sigma^z$.
```

С другой стороны, у нас есть оператор $\hat{RX}(\phi)$, который "вращает" состояние нашего кубита вокруг оси $\mathbf{X}$ на угол $\phi$. Сделаем параметризованную схему с одним параметром:
Expand Down