Skip to content

Commit

Permalink
Migrate tutorials from qiskit-tutorials and update content.
Browse files Browse the repository at this point in the history
Quick update of content

Add aer to requirements-dev.txt

Add networkx to requirements-dev.txt

Fix spelling

Recover grover try

pin sphinx

Delete IQPE

Apply review comments

Use short urls

Apply comments from code review

Update tweedledum reqs

Add thumbnails to metadata

Add try-except

Fix gradients tag

Default thumbnail

Update docs/tutorials/02_vqe_advanced_options.ipynb

Co-authored-by: Steve Wood <[email protected]>

Update docs/tutorials/02_vqe_advanced_options.ipynb

Co-authored-by: Steve Wood <[email protected]>

Update docs/tutorials/05_qaoa.ipynb

Co-authored-by: Steve Wood <[email protected]>

Update docs/tutorials/10_pvqd.ipynb

Co-authored-by: Steve Wood <[email protected]>

Apply suggestions

Documentation fixes and updates (#36)

Co-authored-by: Elena Peña Tapia <[email protected]>
Co-authored-by: Julien Gacon <[email protected]>

Remove pin
  • Loading branch information
ElePT committed Aug 21, 2023
1 parent 934b961 commit 548cf80
Show file tree
Hide file tree
Showing 31 changed files with 1,986 additions and 2,537 deletions.
10 changes: 10 additions & 0 deletions .pylintdict
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ bfgs
bielza
bitstring
bitstrings
bloch
boltzmann
bool
boyer
Expand Down Expand Up @@ -101,6 +102,7 @@ fmin
formatter
fourier
frac
frobenius
f'spsa
ftol
fujii
Expand All @@ -112,18 +114,21 @@ gaussian
generalised
getter
getters
gilliam
giuseppe
globals
gogolin
goldfarb
goldstone
gonciulea
gqt
grinko
grover
gsls
gtol
gutmann
hadamard
hadamards
hadfield
hamiltonian
hamiltonians
Expand Down Expand Up @@ -170,6 +175,7 @@ lin
linalg
loglik
loglikelihood
lov
lr
lsb
lse
Expand Down Expand Up @@ -200,6 +206,7 @@ nakanishi
nan
nannicini
nathan
nd
ndarray
negoro
nelder
Expand Down Expand Up @@ -286,6 +293,7 @@ runarsson
rz
sanjiv
sashank
satisfiability
satyen
schrödinger
schroediger
Expand Down Expand Up @@ -334,6 +342,7 @@ toctree
todo
tol
trainability
transpilation
transpile
transpiled
trotterization
Expand All @@ -349,6 +358,7 @@ vec
vectorized
vicentini
ville
voilà
vqd
vqe
wavefunction
Expand Down
6 changes: 6 additions & 0 deletions docs/apidocs/qiskit_algorithms.AlgorithmError.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
AlgorithmError
==============

.. currentmodule:: qiskit_algorithms

.. autoexception:: AlgorithmError
6 changes: 6 additions & 0 deletions docs/apidocs/qiskit_algorithms.gradients.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _qiskit_algorithms-gradients:

.. automodule:: qiskit_algorithms.gradients
:no-members:
:no-inherited-members:
:no-special-members:
6 changes: 6 additions & 0 deletions docs/apidocs/qiskit_algorithms.optimizers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _qiskit_algorithms-optimizers:

.. automodule:: qiskit_algorithms.optimizers
:no-members:
:no-inherited-members:
:no-special-members:
File renamed without changes.
6 changes: 6 additions & 0 deletions docs/apidocs/qiskit_algorithms.state_fidelities.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _qiskit_algorithms-state_fidelities:

.. automodule:: qiskit_algorithms.state_fidelities
:no-members:
:no-inherited-members:
:no-special-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _qiskit_algorithms-time_evolvers-trotterization:

.. automodule:: qiskit_algorithms.time_evolvers.trotterization
:no-members:
:no-inherited-members:
:no-special-members:
6 changes: 6 additions & 0 deletions docs/apidocs/qiskit_algorithms.time_evolvers.variational.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _qiskit_algorithms-time_evolvers-variational:

.. automodule:: qiskit_algorithms.time_evolvers.variational
:no-members:
:no-inherited-members:
:no-special-members:
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Next Steps

Overview <self>
Getting Started <getting_started>
API References <apidocs/algorithms>
API References <apidocs/qiskit_algorithms>
Tutorials <tutorials/index>
Release Notes <release_notes>
GitHub <https://github.com/qiskit-community/qiskit-algorithms>
Expand Down
120 changes: 61 additions & 59 deletions docs/tutorials/01_algorithms_introduction.ipynb

Large diffs are not rendered by default.

119 changes: 52 additions & 67 deletions docs/tutorials/02_vqe_advanced_options.ipynb

Large diffs are not rendered by default.

49 changes: 26 additions & 23 deletions docs/tutorials/03_vqe_simulation_with_noise.ipynb

Large diffs are not rendered by default.

56 changes: 31 additions & 25 deletions docs/tutorials/04_vqd.ipynb

Large diffs are not rendered by default.

85 changes: 40 additions & 45 deletions docs/tutorials/05_qaoa.ipynb

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions docs/tutorials/06_grover.ipynb

Large diffs are not rendered by default.

71 changes: 39 additions & 32 deletions docs/tutorials/07_grover_examples.ipynb

Large diffs are not rendered by default.

1,046 changes: 0 additions & 1,046 deletions docs/tutorials/09_IQPE.ipynb

This file was deleted.

482 changes: 451 additions & 31 deletions docs/tutorials/10_pvqd.ipynb

Large diffs are not rendered by default.

1,864 changes: 947 additions & 917 deletions docs/tutorials/11_VarQTE.ipynb

Large diffs are not rendered by default.

137 changes: 64 additions & 73 deletions docs/tutorials/12_gradients_framework.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 548cf80

Please sign in to comment.