Skip to content

Commit

Permalink
Merge pull request #247 from SemyonSinchenko/lecture/linalgblock
Browse files Browse the repository at this point in the history
[WIP] Lecture/linalgblock - by Alexey Pronkin
  • Loading branch information
vvssttkk authored Nov 4, 2021
2 parents c179c2e + b04a233 commit dea1464
Show file tree
Hide file tree
Showing 12 changed files with 360 additions and 53 deletions.
7 changes: 6 additions & 1 deletion .yaspellerrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ignoreCapitalization": true,
"checkYo": false,
"ignoreText": [
"Ско бки",
"\\w[\\$\\_]-й",
"\\d{1,3}-ы?й",
"\\d{1,3}х\\d{1,3}",
Expand Down Expand Up @@ -58,19 +59,22 @@
"Рэй",
"Синченко",
"Слэтер.*",
"Сасскинд",
"Тоффоли",
"Тыртышниктов.*",
"Феншуй.*",
"Ферацци",
"Херси",
"Хиссадим.*",
"Хофф",
"Чивит.*",
"Шухарт.*",
"Щуцко.*",
"адиабатически.*",
"автотест.*",
"ангармони.*",
"аннилер",
"автоэнкодер.*",
"антипаттерн.*",
"антисимметр.*",
"апдейт.*",
Expand Down Expand Up @@ -284,6 +288,7 @@
"шорткаты",
"шредингеровск.*",
"шторминг.*",
"эмбеддинг.*"
"эмбеддинг.*",
"эрмитов.*"
]
}
31 changes: 31 additions & 0 deletions qmlcourseRU/_bibliography/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ @book{Boyd2006
year = 2004
}

@book{Goodfellow-et-al-2016,
title = {Deep Learning},
author = {Ian Goodfellow and Yoshua Bengio and Aaron Courville},
publisher = {MIT Press},
note = {\url{http://www.deeplearningbook.org}},
year = 2016
}

@article{Groszkowski2021,
archivePrefix ={arXiv},
arxivId = {2107.08552},
Expand Down Expand Up @@ -226,6 +234,14 @@ @article{Wright2019
year = 2019
}

@book{deisenroth2020mathematics,
title = {Mathematics for machine learning},
author = {Deisenroth, Marc Peter and Faisal, A Aldo and Ong, Cheng Soon},
year = 2020,
publisher = {Cambridge University Press},
note = {\url{https://mml-book.github.io/book/mml-book.pdf}}
}

@misc{dervovic2018quantum,
title = {Quantum linear systems algorithms: a primer},
author = {Danial Dervovic and Mark Herbster and Peter Mountney and
Expand Down Expand Up @@ -400,6 +416,21 @@ @article{qsvmmap
publisher = {Springer}
}

@book{susskind2014quantum,
title = {Quantum mechanics: the theoretical minimum},
author = {Susskind, Leonard and Friedman, Art},
year = 2014,
publisher = {Basic Books}
}

@article{susskind2014quantum-ru,
title = {Квантовая механика. Теоретический минимум},
author = {Сасскинд, Леонард and Фридман, Арт},
publisher = {СПб.: Питер},
journal = {},
year = 2015
}

@article{sycamore,
title = {Quantum supremacy using a programmable superconducting
processor},
Expand Down
6 changes: 2 additions & 4 deletions qmlcourseRU/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@
title: ⬜ О блоке
- file: book/linalgblock/vectors.md
title: 🟦 Векторы
# - file: book/linalgblock/algebra.md
# title: 🟦 Алгебра
# - file: book/linalgblock/bra-ket.md
# title: 🟦 Нотация Дирака
- file: book/linalgblock/bra-ket.md
title: 🟦 Нотация Дирака
- file: book/linalgblock/matrices.md
title: 🟦 Матрицы
- file: book/linalgblock/numpy.md
Expand Down
17 changes: 10 additions & 7 deletions qmlcourseRU/book/authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@
2. [Илья Беседин](https://github.com/ooovector)
3. [Сергей Ширкин](https://github.com/SergeiShirkin)
4. [Александр Березутский](https://github.com/meandmytram)
5. [Котенков Игорь](https://github.com/stalkermustang)
5. [Игорь Котенков](https://github.com/stalkermustang)
6. [Алексей Пронькин](https://github.com/alexey-pronkin)
7. [Юрий Кашницкий](https://github.com/alexey-pronkin)

## Основные ревьюеры

1. [Юрий Кашницкий](https://github.com/Yorko)
2. [Виктор Трохименко](https://github.com/vtrokhymenko)
3. [Борис Зимка](https://github.com/zimka)
4. [Николай Карелин](https://github.com/karelin)
5. [Евгений Желтоножский](https://github.com/Randl)
1. [Евгений Желтоножский](https://github.com/Randl)
2. [Юрий Кашницкий](https://github.com/Yorko)
3. [Виктор Трохименко](https://github.com/vtrokhymenko)
4. [Борис Зимка](https://github.com/zimka)
5. [Николай Карелин](https://github.com/karelin)

## Редакторы

Expand All @@ -39,7 +41,7 @@
```

```{dropdown} **Б**
[Березуцкий Александр](https://github.com/meandmytram)
[Березутский Александр](https://github.com/meandmytram)
```

```{dropdown} **В**
Expand Down Expand Up @@ -97,6 +99,7 @@

```{dropdown} **П**
[Пацкова Екатерина](https://github.com/patsko8a)
[Пронкин Алексей](https://github.com/alexey-pronkin)
```

```{dropdown} **Р**
Expand Down
13 changes: 12 additions & 1 deletion qmlcourseRU/book/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ fSim
```{glossary}
Матрица плотности
Также используется термин "оператор плотности", англ. Density matrix или Density operator
Матричное прямое произведение
Синоним произведение Кронекера см. Кронекер
Англ. Tensor product
Метод квантового локального подбора
(QLS, quantum local search), [https://www.osp.ru/os/2019/03/13055118](https://www.osp.ru/os/2019/03/13055118)
Expand Down Expand Up @@ -138,6 +140,10 @@ fSim
```{glossary}
Правило сдвига параметров
(*) Англ. Parameter-shift rule
Произведение Кронекера
тоже, что и матричное прямое произведение (тензорное произведение в случае линейных операторов)
(*) Англ. Kronecker product
```

## С
Expand All @@ -161,6 +167,11 @@ fSim
Сфера Блоха
Англ. Bloch sphere
```
## Т

```{glossary}
```

## У

Expand Down
2 changes: 1 addition & 1 deletion qmlcourseRU/book/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

## Как проходить этот курс?

Рекомендуется проходить курс в том порядке, который обозначен на схеме. У курса есть [пререквизиты](https://semyonsinchenko.github.io/qmlcourse/_build/html/book/prerequisite.html) – программирование на Python, основы линейной алгебры и машинного обучения, советуем с ними ознакомиться и (опционально) проверить себя с помощью [входного теста](https://ods.ai/tracks/qmlcourse/blocks/ee9f2a26-6234-4a72-84a6-a05de035bb1a).
Рекомендуется проходить курс в том порядке, который обозначен на схеме. У курса есть [пререквизиты](prerequisite) – программирование на Python, основы линейной алгебры и машинного обучения, советуем с ними ознакомиться и (опционально) проверить себя с помощью [входного теста](https://ods.ai/tracks/qmlcourse/blocks/ee9f2a26-6234-4a72-84a6-a05de035bb1a).

Курс обсуждается в [Slack ODS.ai](https://ods.ai/join-community) в канале #quantum_computing.

Expand Down
21 changes: 0 additions & 21 deletions qmlcourseRU/book/linalgblock/algebra.md

This file was deleted.

Loading

0 comments on commit dea1464

Please sign in to comment.