Skip to content

Commit 5543fb4

Browse files
authored
Merge pull request #111 from kosukemtr/main
add new handson material and move older ones to an archive folder
2 parents 46aeb09 + 940ddd6 commit 5543fb4

6 files changed

Lines changed: 13726 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ GitHubからcloneしてノートブックを利用する場合は、ディレク
2525
<br> [01_04_QuantumVolume.ipynb](https://github.com/Qulacs-Osaka/quantum_software_handson/blob/main/doc/source/notebooks/01_04_QuantumVolume.ipynb)
2626
<br> [[MyBinderで開く]](https://mybinder.org/v2/gh/Qulacs-Osaka/quantum_software_handson/HEAD?labpath=doc/source/notebooks/01_04_QuantumVolume.ipynb)
2727

28-
- 02\_(NISQ)量子アルゴリズムの基礎
29-
30-
- 01\_オブザーバブルのサンプリングによる推定
31-
<br> [02_01_sample_observable.ipynb](https://github.com/Qulacs-Osaka/quantum_software_handson/blob/main/doc/source/notebooks/02_01_sample_observable.ipynb)
32-
<br> [[MyBinderで開く]](https://mybinder.org/v2/gh/Qulacs-Osaka/quantum_software_handson/HEAD?labpath=doc/source/notebooks/02_01_sample_observable.ipynb)
33-
- 02\_パラメータシフト法による勾配最適化
34-
<br> [02_02_parameter_shift_rule.ipynb](https://github.com/Qulacs-Osaka/quantum_software_handson/blob/main/doc/source/notebooks/02_02_parameter_shift_rule.ipynb)
35-
<br> [[MyBinderで開く]](https://mybinder.org/v2/gh/Qulacs-Osaka/quantum_software_handson/HEAD?labpath=doc/source/notebooks/02_02_parameter_shift_rule.ipynb)
28+
- 02\_量子アルゴリズムの基礎
29+
30+
- 01\_期待値の推定、量子ゲート間の相互変換、任意ユニタリのコンパイルなど
31+
<br> [02_01_sample_observable.ipynb](https://github.com/Qulacs-Osaka/quantum_software_handson/blob/main/doc/source/notebooks/02_01_basics.ipynb)
32+
<br> [[MyBinderで開く]](https://mybinder.org/v2/gh/Qulacs-Osaka/quantum_software_handson/HEAD?labpath=doc/source/notebooks/02_01_basics.ipynb)
33+
- 02\_量子シミュレーションを題材にした基礎サブルーチンの実装
34+
<br> [02_02_parameter_shift_rule.ipynb](https://github.com/Qulacs-Osaka/quantum_software_handson/blob/main/doc/source/notebooks/02_02_quantum_simulation.ipynb)
35+
<br> [[MyBinderで開く]](https://mybinder.org/v2/gh/Qulacs-Osaka/quantum_software_handson/HEAD?labpath=doc/source/notebooks/02_02_quantum_simulation.ipynb)
3636

3737
- 03\_量子機械学習の基礎
3838

doc/source/notebooks/02_01_basics.ipynb

Lines changed: 451 additions & 0 deletions
Large diffs are not rendered by default.

doc/source/notebooks/02_02_quantum_simulation.ipynb

Lines changed: 13266 additions & 0 deletions
Large diffs are not rendered by default.

doc/source/notebooks/02_01_sample_observable.ipynb renamed to doc/source/notebooks/02_old/02_01_sample_observable.ipynb

File renamed without changes.

doc/source/notebooks/02_02_parameter_shift_rule.ipynb renamed to doc/source/notebooks/02_old/02_02_parameter_shift_rule.ipynb

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
このフォルダのファイルは 2024 年度の勉強会まで、「量子アルゴリズムの基礎」で利用していたハンズオン用の Jupyter Notebook です。

0 commit comments

Comments
 (0)