Skip to content

Commit 23c8110

Browse files
Docs preview for PR #2709.
1 parent e09801d commit 23c8110

File tree

116 files changed

+1482
-4842
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+1482
-4842
lines changed
Binary file not shown.

pr-2709/_sources/applications/python/adapt-vqe.ipynb.txt

+588-420
Large diffs are not rendered by default.

pr-2709/_sources/applications/python/afqmc.ipynb.txt

-533
This file was deleted.

pr-2709/_sources/using/applications.rst.txt

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Applications that give an in depth view of CUDA-Q and its applications in Python
1919
/applications/python/qaoa.ipynb
2020
/applications/python/digitized_counterdiabatic_qaoa.ipynb
2121
/applications/python/krylov.ipynb
22-
/applications/python/afqmc.ipynb
2322
/applications/python/quantum_fourier_transform.ipynb
2423
/applications/python/quantum_teleportation.ipynb
2524
/applications/python/quantum_transformer.ipynb

pr-2709/api/api.html

+1-10
Original file line numberDiff line numberDiff line change
@@ -288,15 +288,6 @@
288288
<li class="toctree-l3"><a class="reference internal" href="../applications/python/krylov.html#Determining-the-ground-state-energy-of-the-subspace">Determining the ground state energy of the subspace</a></li>
289289
</ul>
290290
</li>
291-
<li class="toctree-l2"><a class="reference internal" href="../applications/python/afqmc.html">Quantum Enhanced Auxiliary Field Quantum Monte Carlo</a><ul>
292-
<li class="toctree-l3"><a class="reference internal" href="../applications/python/afqmc.html#Hamiltonian-preparation-for-VQE">Hamiltonian preparation for VQE</a></li>
293-
<li class="toctree-l3"><a class="reference internal" href="../applications/python/afqmc.html#Run-VQE-with-CUDA-Q">Run VQE with CUDA-Q</a></li>
294-
<li class="toctree-l3"><a class="reference internal" href="../applications/python/afqmc.html#Auxiliary-Field-Quantum-Monte-Carlo-(AFQMC)">Auxiliary Field Quantum Monte Carlo (AFQMC)</a></li>
295-
<li class="toctree-l3"><a class="reference internal" href="../applications/python/afqmc.html#Preparation-of-the-molecular-Hamiltonian">Preparation of the molecular Hamiltonian</a></li>
296-
<li class="toctree-l3"><a class="reference internal" href="../applications/python/afqmc.html#Preparation-of-the-trial-wave-function">Preparation of the trial wave function</a></li>
297-
<li class="toctree-l3"><a class="reference internal" href="../applications/python/afqmc.html#Setup-of-the-AFQMC-parameters">Setup of the AFQMC parameters</a></li>
298-
</ul>
299-
</li>
300291
<li class="toctree-l2"><a class="reference internal" href="../applications/python/quantum_fourier_transform.html">Quantum Fourier Transform</a><ul>
301292
<li class="toctree-l3"><a class="reference internal" href="../applications/python/quantum_fourier_transform.html#Quantum-Fourier-Transform-revisited">Quantum Fourier Transform revisited</a></li>
302293
</ul>
@@ -365,7 +356,7 @@
365356
<li class="toctree-l3"><a class="reference internal" href="../applications/python/adapt_qaoa.html#Beginning-of-ADAPT-QAOA-iteration:">Beginning of ADAPT-QAOA iteration:</a></li>
366357
</ul>
367358
</li>
368-
<li class="toctree-l2"><a class="reference internal" href="../applications/python/adapt-vqe.html">ADAPT-VQE</a><ul>
359+
<li class="toctree-l2"><a class="reference internal" href="../applications/python/adapt-vqe.html">ADAPT-VQE algorithm</a><ul>
369360
<li class="toctree-l3"><a class="reference internal" href="../applications/python/adapt-vqe.html#Classical-pre-processing">Classical pre-processing</a></li>
370361
<li class="toctree-l3"><a class="reference internal" href="../applications/python/adapt-vqe.html#Jordan-Wigner:">Jordan Wigner:</a></li>
371362
<li class="toctree-l3"><a class="reference internal" href="../applications/python/adapt-vqe.html#UCCSD-operator-pool">UCCSD operator pool</a><ul>

pr-2709/api/default_ops.html

+1-10
Original file line numberDiff line numberDiff line change
@@ -290,15 +290,6 @@
290290
<li class="toctree-l3"><a class="reference internal" href="../applications/python/krylov.html#Determining-the-ground-state-energy-of-the-subspace">Determining the ground state energy of the subspace</a></li>
291291
</ul>
292292
</li>
293-
<li class="toctree-l2"><a class="reference internal" href="../applications/python/afqmc.html">Quantum Enhanced Auxiliary Field Quantum Monte Carlo</a><ul>
294-
<li class="toctree-l3"><a class="reference internal" href="../applications/python/afqmc.html#Hamiltonian-preparation-for-VQE">Hamiltonian preparation for VQE</a></li>
295-
<li class="toctree-l3"><a class="reference internal" href="../applications/python/afqmc.html#Run-VQE-with-CUDA-Q">Run VQE with CUDA-Q</a></li>
296-
<li class="toctree-l3"><a class="reference internal" href="../applications/python/afqmc.html#Auxiliary-Field-Quantum-Monte-Carlo-(AFQMC)">Auxiliary Field Quantum Monte Carlo (AFQMC)</a></li>
297-
<li class="toctree-l3"><a class="reference internal" href="../applications/python/afqmc.html#Preparation-of-the-molecular-Hamiltonian">Preparation of the molecular Hamiltonian</a></li>
298-
<li class="toctree-l3"><a class="reference internal" href="../applications/python/afqmc.html#Preparation-of-the-trial-wave-function">Preparation of the trial wave function</a></li>
299-
<li class="toctree-l3"><a class="reference internal" href="../applications/python/afqmc.html#Setup-of-the-AFQMC-parameters">Setup of the AFQMC parameters</a></li>
300-
</ul>
301-
</li>
302293
<li class="toctree-l2"><a class="reference internal" href="../applications/python/quantum_fourier_transform.html">Quantum Fourier Transform</a><ul>
303294
<li class="toctree-l3"><a class="reference internal" href="../applications/python/quantum_fourier_transform.html#Quantum-Fourier-Transform-revisited">Quantum Fourier Transform revisited</a></li>
304295
</ul>
@@ -367,7 +358,7 @@
367358
<li class="toctree-l3"><a class="reference internal" href="../applications/python/adapt_qaoa.html#Beginning-of-ADAPT-QAOA-iteration:">Beginning of ADAPT-QAOA iteration:</a></li>
368359
</ul>
369360
</li>
370-
<li class="toctree-l2"><a class="reference internal" href="../applications/python/adapt-vqe.html">ADAPT-VQE</a><ul>
361+
<li class="toctree-l2"><a class="reference internal" href="../applications/python/adapt-vqe.html">ADAPT-VQE algorithm</a><ul>
371362
<li class="toctree-l3"><a class="reference internal" href="../applications/python/adapt-vqe.html#Classical-pre-processing">Classical pre-processing</a></li>
372363
<li class="toctree-l3"><a class="reference internal" href="../applications/python/adapt-vqe.html#Jordan-Wigner:">Jordan Wigner:</a></li>
373364
<li class="toctree-l3"><a class="reference internal" href="../applications/python/adapt-vqe.html#UCCSD-operator-pool">UCCSD operator pool</a><ul>

pr-2709/api/languages/cpp_api.html

+1-10
Original file line numberDiff line numberDiff line change
@@ -288,15 +288,6 @@
288288
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/krylov.html#Determining-the-ground-state-energy-of-the-subspace">Determining the ground state energy of the subspace</a></li>
289289
</ul>
290290
</li>
291-
<li class="toctree-l2"><a class="reference internal" href="../../applications/python/afqmc.html">Quantum Enhanced Auxiliary Field Quantum Monte Carlo</a><ul>
292-
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/afqmc.html#Hamiltonian-preparation-for-VQE">Hamiltonian preparation for VQE</a></li>
293-
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/afqmc.html#Run-VQE-with-CUDA-Q">Run VQE with CUDA-Q</a></li>
294-
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/afqmc.html#Auxiliary-Field-Quantum-Monte-Carlo-(AFQMC)">Auxiliary Field Quantum Monte Carlo (AFQMC)</a></li>
295-
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/afqmc.html#Preparation-of-the-molecular-Hamiltonian">Preparation of the molecular Hamiltonian</a></li>
296-
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/afqmc.html#Preparation-of-the-trial-wave-function">Preparation of the trial wave function</a></li>
297-
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/afqmc.html#Setup-of-the-AFQMC-parameters">Setup of the AFQMC parameters</a></li>
298-
</ul>
299-
</li>
300291
<li class="toctree-l2"><a class="reference internal" href="../../applications/python/quantum_fourier_transform.html">Quantum Fourier Transform</a><ul>
301292
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/quantum_fourier_transform.html#Quantum-Fourier-Transform-revisited">Quantum Fourier Transform revisited</a></li>
302293
</ul>
@@ -365,7 +356,7 @@
365356
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/adapt_qaoa.html#Beginning-of-ADAPT-QAOA-iteration:">Beginning of ADAPT-QAOA iteration:</a></li>
366357
</ul>
367358
</li>
368-
<li class="toctree-l2"><a class="reference internal" href="../../applications/python/adapt-vqe.html">ADAPT-VQE</a><ul>
359+
<li class="toctree-l2"><a class="reference internal" href="../../applications/python/adapt-vqe.html">ADAPT-VQE algorithm</a><ul>
369360
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/adapt-vqe.html#Classical-pre-processing">Classical pre-processing</a></li>
370361
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/adapt-vqe.html#Jordan-Wigner:">Jordan Wigner:</a></li>
371362
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/adapt-vqe.html#UCCSD-operator-pool">UCCSD operator pool</a><ul>

pr-2709/api/languages/python_api.html

+1-10
Original file line numberDiff line numberDiff line change
@@ -288,15 +288,6 @@
288288
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/krylov.html#Determining-the-ground-state-energy-of-the-subspace">Determining the ground state energy of the subspace</a></li>
289289
</ul>
290290
</li>
291-
<li class="toctree-l2"><a class="reference internal" href="../../applications/python/afqmc.html">Quantum Enhanced Auxiliary Field Quantum Monte Carlo</a><ul>
292-
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/afqmc.html#Hamiltonian-preparation-for-VQE">Hamiltonian preparation for VQE</a></li>
293-
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/afqmc.html#Run-VQE-with-CUDA-Q">Run VQE with CUDA-Q</a></li>
294-
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/afqmc.html#Auxiliary-Field-Quantum-Monte-Carlo-(AFQMC)">Auxiliary Field Quantum Monte Carlo (AFQMC)</a></li>
295-
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/afqmc.html#Preparation-of-the-molecular-Hamiltonian">Preparation of the molecular Hamiltonian</a></li>
296-
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/afqmc.html#Preparation-of-the-trial-wave-function">Preparation of the trial wave function</a></li>
297-
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/afqmc.html#Setup-of-the-AFQMC-parameters">Setup of the AFQMC parameters</a></li>
298-
</ul>
299-
</li>
300291
<li class="toctree-l2"><a class="reference internal" href="../../applications/python/quantum_fourier_transform.html">Quantum Fourier Transform</a><ul>
301292
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/quantum_fourier_transform.html#Quantum-Fourier-Transform-revisited">Quantum Fourier Transform revisited</a></li>
302293
</ul>
@@ -365,7 +356,7 @@
365356
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/adapt_qaoa.html#Beginning-of-ADAPT-QAOA-iteration:">Beginning of ADAPT-QAOA iteration:</a></li>
366357
</ul>
367358
</li>
368-
<li class="toctree-l2"><a class="reference internal" href="../../applications/python/adapt-vqe.html">ADAPT-VQE</a><ul>
359+
<li class="toctree-l2"><a class="reference internal" href="../../applications/python/adapt-vqe.html">ADAPT-VQE algorithm</a><ul>
369360
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/adapt-vqe.html#Classical-pre-processing">Classical pre-processing</a></li>
370361
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/adapt-vqe.html#Jordan-Wigner:">Jordan Wigner:</a></li>
371362
<li class="toctree-l3"><a class="reference internal" href="../../applications/python/adapt-vqe.html#UCCSD-operator-pool">UCCSD operator pool</a><ul>

0 commit comments

Comments
 (0)