Skip to content

Commit c2d46ce

Browse files
committed
deploy: dce9ef4
1 parent d86b4cf commit c2d46ce

31 files changed

Lines changed: 353 additions & 26 deletions

_sources/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Welcome to Quautum Software Hands on's documentation!
1414
notebooks/01_02_Ramsay
1515
notebooks/01_03_VariationalGateDecomposition
1616
notebooks/01_04_QuantumVolume
17-
notebooks/02_01_sample_observable
18-
notebooks/02_02_parameter_shift_rule
17+
notebooks/02_01_basics
18+
notebooks/02_02_quantum_simulation
1919
notebooks/03_01_QCL
2020
notebooks/03_02_quantum_kernel
2121
notebooks/04_01_Density_Matrix_and_Error
@@ -27,7 +27,7 @@ Welcome to Quautum Software Hands on's documentation!
2727
notebooks/05_04_compute_chemical_properties_using_Qamuy
2828
notebooks/06_01_quantum_phase_estimation
2929
notebooks/06_02_grover_search
30-
notebooks/07_CreditPortfolioRisk/07_01_CreditPortfolioRiskMeasurement_blank
30+
notebooks/07_DerivativePricing/07_01_DerivativePricing_blank
3131
notebooks/08_01_Data_structure
3232
notebooks/08_02_Quantum_inspired_classical_algorithm_Part1
3333
notebooks/08_03_Quantum_inspired_classical_algorithm_Part2

genindex.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,14 @@
161161
<li class="toctree-l1"><a class="reference internal" href="notebooks/01_02_Ramsay.html">ラムゼイ干渉をプロットする</a></li>
162162
<li class="toctree-l1"><a class="reference internal" href="notebooks/01_03_VariationalGateDecomposition.html">変分法を用いて量子演算を特定の演算で分解する</a></li>
163163
<li class="toctree-l1"><a class="reference internal" href="notebooks/01_04_QuantumVolume.html">ランダム量子回路と量子ボリューム</a></li>
164+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02_01_basics.html">期待値の推定</a></li>
165+
166+
167+
168+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02_02_quantum_simulation.html">量子シミュレーションのための量子アルゴリズム</a></li>
169+
170+
171+
164172
<li class="toctree-l1"><a class="reference internal" href="notebooks/03_01_QCL.html">簡単な量子回路学習を実行してみる</a></li>
165173
<li class="toctree-l1"><a class="reference internal" href="notebooks/03_02_quantum_kernel.html">量子カーネル法を使ってみる</a></li>
166174
<li class="toctree-l1"><a class="reference internal" href="notebooks/04_01_Density_Matrix_and_Error.html">Qulacsでの混合状態</a></li>
@@ -173,6 +181,7 @@
173181
<li class="toctree-l1"><a class="reference internal" href="notebooks/05_04_compute_chemical_properties_using_Qamuy.html">Qamuyを使った量子コンピュータx量子化学計算</a></li>
174182
<li class="toctree-l1"><a class="reference internal" href="notebooks/06_01_quantum_phase_estimation.html">位相推定アルゴリズム</a></li>
175183
<li class="toctree-l1"><a class="reference internal" href="notebooks/06_02_grover_search.html">グローバー探索量子アルゴリズムをとことん実装する</a></li>
184+
<li class="toctree-l1"><a class="reference internal" href="notebooks/07_DerivativePricing/07_01_DerivativePricing_blank.html">QAE を用いたデジタルオプションプライシング</a></li>
176185
<li class="toctree-l1"><a class="reference internal" href="notebooks/08_01_Data_structure.html"><span class="math notranslate nohighlight">\(\mathrm{SQ}(A)\)</span><span class="math notranslate nohighlight">\(\mathrm{SQ}(b)\)</span>の実装について</a></li>
177186

178187

index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@
165165
<li class="toctree-l1"><a class="reference internal" href="notebooks/01_02_Ramsay.html">ラムゼイ干渉をプロットする</a></li>
166166
<li class="toctree-l1"><a class="reference internal" href="notebooks/01_03_VariationalGateDecomposition.html">変分法を用いて量子演算を特定の演算で分解する</a></li>
167167
<li class="toctree-l1"><a class="reference internal" href="notebooks/01_04_QuantumVolume.html">ランダム量子回路と量子ボリューム</a></li>
168+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02_01_basics.html">期待値の推定</a></li>
169+
170+
171+
172+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02_02_quantum_simulation.html">量子シミュレーションのための量子アルゴリズム</a></li>
173+
174+
175+
168176
<li class="toctree-l1"><a class="reference internal" href="notebooks/03_01_QCL.html">簡単な量子回路学習を実行してみる</a></li>
169177
<li class="toctree-l1"><a class="reference internal" href="notebooks/03_02_quantum_kernel.html">量子カーネル法を使ってみる</a></li>
170178
<li class="toctree-l1"><a class="reference internal" href="notebooks/04_01_Density_Matrix_and_Error.html">Qulacsでの混合状態</a></li>
@@ -177,6 +185,7 @@
177185
<li class="toctree-l1"><a class="reference internal" href="notebooks/05_04_compute_chemical_properties_using_Qamuy.html">Qamuyを使った量子コンピュータx量子化学計算</a></li>
178186
<li class="toctree-l1"><a class="reference internal" href="notebooks/06_01_quantum_phase_estimation.html">位相推定アルゴリズム</a></li>
179187
<li class="toctree-l1"><a class="reference internal" href="notebooks/06_02_grover_search.html">グローバー探索量子アルゴリズムをとことん実装する</a></li>
188+
<li class="toctree-l1"><a class="reference internal" href="notebooks/07_DerivativePricing/07_01_DerivativePricing_blank.html">QAE を用いたデジタルオプションプライシング</a></li>
180189
<li class="toctree-l1"><a class="reference internal" href="notebooks/08_01_Data_structure.html"><span class="math notranslate nohighlight">\(\mathrm{SQ}(A)\)</span><span class="math notranslate nohighlight">\(\mathrm{SQ}(b)\)</span>の実装について</a></li>
181190

182191

@@ -395,6 +404,17 @@ <h1>Welcome to Quautum Software Hands on’s documentation!<a class="headerlink"
395404
<li class="toctree-l2"><a class="reference internal" href="notebooks/01_04_QuantumVolume.html#実際にサンプリングをして、heavy-outputを得る確率を推定してみよう">実際にサンプリングをして、heavy outputを得る確率を推定してみよう</a></li>
396405
</ul>
397406
</li>
407+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02_01_basics.html">期待値の推定</a></li>
408+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02_01_basics.html#基本的なゲート間の変換をみる">基本的なゲート間の変換をみる</a></li>
409+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02_01_basics.html#CNOT-+-1量子ビットゲートの万能性">CNOT + 1量子ビットゲートの万能性</a></li>
410+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02_01_basics.html#1-量子ビットゲートを-H,-T,-S-だけで表現する">1 量子ビットゲートを H, T, S だけで表現する</a><ul>
411+
<li class="toctree-l2"><a class="reference internal" href="notebooks/02_01_basics.html#2量子ビットパウリによる回転ゲート">2量子ビットパウリによる回転ゲート</a></li>
412+
</ul>
413+
</li>
414+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02_02_quantum_simulation.html">量子シミュレーションのための量子アルゴリズム</a></li>
415+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02_02_quantum_simulation.html#Simulate-heisenberg-model-with-QIBO">Simulate heisenberg model with QIBO</a></li>
416+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02_02_quantum_simulation.html#Hadanard-test-とフーリエ変換でエネルギースペクトルを見る">Hadanard test とフーリエ変換でエネルギースペクトルを見る</a></li>
417+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02_02_quantum_simulation.html#量子位相推定">量子位相推定</a></li>
398418
<li class="toctree-l1"><a class="reference internal" href="notebooks/03_01_QCL.html">簡単な量子回路学習を実行してみる</a><ul>
399419
<li class="toctree-l2"><a class="reference internal" href="notebooks/03_01_QCL.html#回路作成と出力の定義">回路作成と出力の定義</a></li>
400420
<li class="toctree-l2"><a class="reference internal" href="notebooks/03_01_QCL.html#データの用意">データの用意</a></li>
@@ -474,6 +494,7 @@ <h1>Welcome to Quautum Software Hands on’s documentation!<a class="headerlink"
474494
</ul>
475495
</li>
476496
<li class="toctree-l1"><a class="reference internal" href="notebooks/06_02_grover_search.html">グローバー探索量子アルゴリズムをとことん実装する</a></li>
497+
<li class="toctree-l1"><a class="reference internal" href="notebooks/07_DerivativePricing/07_01_DerivativePricing_blank.html">QAE を用いたデジタルオプションプライシング</a></li>
477498
<li class="toctree-l1"><a class="reference internal" href="notebooks/08_01_Data_structure.html"><span class="math notranslate nohighlight">\(\mathrm{SQ}(A)\)</span><span class="math notranslate nohighlight">\(\mathrm{SQ}(b)\)</span>の実装について</a></li>
478499
<li class="toctree-l1"><a class="reference internal" href="notebooks/08_01_Data_structure.html#セグメント木構造の実装">セグメント木構造の実装</a></li>
479500
<li class="toctree-l1"><a class="reference internal" href="notebooks/08_01_Data_structure.html#ベクトルに関するデータ構造-\mathrm{SQ}(v)-の実装">ベクトルに関するデータ構造 <span class="math notranslate nohighlight">\(\mathrm{SQ}(v)\)</span> の実装</a><ul>

notebooks/01_00_quantum_computation_1000practices.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@
165165
<li class="toctree-l1"><a class="reference internal" href="01_02_Ramsay.html">ラムゼイ干渉をプロットする</a></li>
166166
<li class="toctree-l1"><a class="reference internal" href="01_03_VariationalGateDecomposition.html">変分法を用いて量子演算を特定の演算で分解する</a></li>
167167
<li class="toctree-l1"><a class="reference internal" href="01_04_QuantumVolume.html">ランダム量子回路と量子ボリューム</a></li>
168+
<li class="toctree-l1"><a class="reference internal" href="02_01_basics.html">期待値の推定</a></li>
169+
170+
171+
172+
<li class="toctree-l1"><a class="reference internal" href="02_02_quantum_simulation.html">量子シミュレーションのための量子アルゴリズム</a></li>
173+
174+
175+
168176
<li class="toctree-l1"><a class="reference internal" href="03_01_QCL.html">簡単な量子回路学習を実行してみる</a></li>
169177
<li class="toctree-l1"><a class="reference internal" href="03_02_quantum_kernel.html">量子カーネル法を使ってみる</a></li>
170178
<li class="toctree-l1"><a class="reference internal" href="04_01_Density_Matrix_and_Error.html">Qulacsでの混合状態</a></li>
@@ -177,6 +185,7 @@
177185
<li class="toctree-l1"><a class="reference internal" href="05_04_compute_chemical_properties_using_Qamuy.html">Qamuyを使った量子コンピュータx量子化学計算</a></li>
178186
<li class="toctree-l1"><a class="reference internal" href="06_01_quantum_phase_estimation.html">位相推定アルゴリズム</a></li>
179187
<li class="toctree-l1"><a class="reference internal" href="06_02_grover_search.html">グローバー探索量子アルゴリズムをとことん実装する</a></li>
188+
<li class="toctree-l1"><a class="reference internal" href="07_DerivativePricing/07_01_DerivativePricing_blank.html">QAE を用いたデジタルオプションプライシング</a></li>
180189
<li class="toctree-l1"><a class="reference internal" href="08_01_Data_structure.html"><span class="math notranslate nohighlight">\(\mathrm{SQ}(A)\)</span><span class="math notranslate nohighlight">\(\mathrm{SQ}(b)\)</span>の実装について</a></li>
181190

182191

notebooks/01_01_how_to_use_qulacs.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@
165165
<li class="toctree-l1"><a class="reference internal" href="01_02_Ramsay.html">ラムゼイ干渉をプロットする</a></li>
166166
<li class="toctree-l1"><a class="reference internal" href="01_03_VariationalGateDecomposition.html">変分法を用いて量子演算を特定の演算で分解する</a></li>
167167
<li class="toctree-l1"><a class="reference internal" href="01_04_QuantumVolume.html">ランダム量子回路と量子ボリューム</a></li>
168+
<li class="toctree-l1"><a class="reference internal" href="02_01_basics.html">期待値の推定</a></li>
169+
170+
171+
172+
<li class="toctree-l1"><a class="reference internal" href="02_02_quantum_simulation.html">量子シミュレーションのための量子アルゴリズム</a></li>
173+
174+
175+
168176
<li class="toctree-l1"><a class="reference internal" href="03_01_QCL.html">簡単な量子回路学習を実行してみる</a></li>
169177
<li class="toctree-l1"><a class="reference internal" href="03_02_quantum_kernel.html">量子カーネル法を使ってみる</a></li>
170178
<li class="toctree-l1"><a class="reference internal" href="04_01_Density_Matrix_and_Error.html">Qulacsでの混合状態</a></li>
@@ -177,6 +185,7 @@
177185
<li class="toctree-l1"><a class="reference internal" href="05_04_compute_chemical_properties_using_Qamuy.html">Qamuyを使った量子コンピュータx量子化学計算</a></li>
178186
<li class="toctree-l1"><a class="reference internal" href="06_01_quantum_phase_estimation.html">位相推定アルゴリズム</a></li>
179187
<li class="toctree-l1"><a class="reference internal" href="06_02_grover_search.html">グローバー探索量子アルゴリズムをとことん実装する</a></li>
188+
<li class="toctree-l1"><a class="reference internal" href="07_DerivativePricing/07_01_DerivativePricing_blank.html">QAE を用いたデジタルオプションプライシング</a></li>
180189
<li class="toctree-l1"><a class="reference internal" href="08_01_Data_structure.html"><span class="math notranslate nohighlight">\(\mathrm{SQ}(A)\)</span><span class="math notranslate nohighlight">\(\mathrm{SQ}(b)\)</span>の実装について</a></li>
181190

182191

notebooks/01_02_Ramsay.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@
165165
<li class="toctree-l1 current active"><a class="current reference internal" href="#">ラムゼイ干渉をプロットする</a></li>
166166
<li class="toctree-l1"><a class="reference internal" href="01_03_VariationalGateDecomposition.html">変分法を用いて量子演算を特定の演算で分解する</a></li>
167167
<li class="toctree-l1"><a class="reference internal" href="01_04_QuantumVolume.html">ランダム量子回路と量子ボリューム</a></li>
168+
<li class="toctree-l1"><a class="reference internal" href="02_01_basics.html">期待値の推定</a></li>
169+
170+
171+
172+
<li class="toctree-l1"><a class="reference internal" href="02_02_quantum_simulation.html">量子シミュレーションのための量子アルゴリズム</a></li>
173+
174+
175+
168176
<li class="toctree-l1"><a class="reference internal" href="03_01_QCL.html">簡単な量子回路学習を実行してみる</a></li>
169177
<li class="toctree-l1"><a class="reference internal" href="03_02_quantum_kernel.html">量子カーネル法を使ってみる</a></li>
170178
<li class="toctree-l1"><a class="reference internal" href="04_01_Density_Matrix_and_Error.html">Qulacsでの混合状態</a></li>
@@ -177,6 +185,7 @@
177185
<li class="toctree-l1"><a class="reference internal" href="05_04_compute_chemical_properties_using_Qamuy.html">Qamuyを使った量子コンピュータx量子化学計算</a></li>
178186
<li class="toctree-l1"><a class="reference internal" href="06_01_quantum_phase_estimation.html">位相推定アルゴリズム</a></li>
179187
<li class="toctree-l1"><a class="reference internal" href="06_02_grover_search.html">グローバー探索量子アルゴリズムをとことん実装する</a></li>
188+
<li class="toctree-l1"><a class="reference internal" href="07_DerivativePricing/07_01_DerivativePricing_blank.html">QAE を用いたデジタルオプションプライシング</a></li>
180189
<li class="toctree-l1"><a class="reference internal" href="08_01_Data_structure.html"><span class="math notranslate nohighlight">\(\mathrm{SQ}(A)\)</span><span class="math notranslate nohighlight">\(\mathrm{SQ}(b)\)</span>の実装について</a></li>
181190

182191

notebooks/01_03_VariationalGateDecomposition.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@
165165
<li class="toctree-l1"><a class="reference internal" href="01_02_Ramsay.html">ラムゼイ干渉をプロットする</a></li>
166166
<li class="toctree-l1 current active"><a class="current reference internal" href="#">変分法を用いて量子演算を特定の演算で分解する</a></li>
167167
<li class="toctree-l1"><a class="reference internal" href="01_04_QuantumVolume.html">ランダム量子回路と量子ボリューム</a></li>
168+
<li class="toctree-l1"><a class="reference internal" href="02_01_basics.html">期待値の推定</a></li>
169+
170+
171+
172+
<li class="toctree-l1"><a class="reference internal" href="02_02_quantum_simulation.html">量子シミュレーションのための量子アルゴリズム</a></li>
173+
174+
175+
168176
<li class="toctree-l1"><a class="reference internal" href="03_01_QCL.html">簡単な量子回路学習を実行してみる</a></li>
169177
<li class="toctree-l1"><a class="reference internal" href="03_02_quantum_kernel.html">量子カーネル法を使ってみる</a></li>
170178
<li class="toctree-l1"><a class="reference internal" href="04_01_Density_Matrix_and_Error.html">Qulacsでの混合状態</a></li>
@@ -177,6 +185,7 @@
177185
<li class="toctree-l1"><a class="reference internal" href="05_04_compute_chemical_properties_using_Qamuy.html">Qamuyを使った量子コンピュータx量子化学計算</a></li>
178186
<li class="toctree-l1"><a class="reference internal" href="06_01_quantum_phase_estimation.html">位相推定アルゴリズム</a></li>
179187
<li class="toctree-l1"><a class="reference internal" href="06_02_grover_search.html">グローバー探索量子アルゴリズムをとことん実装する</a></li>
188+
<li class="toctree-l1"><a class="reference internal" href="07_DerivativePricing/07_01_DerivativePricing_blank.html">QAE を用いたデジタルオプションプライシング</a></li>
180189
<li class="toctree-l1"><a class="reference internal" href="08_01_Data_structure.html"><span class="math notranslate nohighlight">\(\mathrm{SQ}(A)\)</span><span class="math notranslate nohighlight">\(\mathrm{SQ}(b)\)</span>の実装について</a></li>
181190

182191

0 commit comments

Comments
 (0)