Skip to content

Commit

Permalink
Update tutorials 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
  • Loading branch information
ElePT committed Aug 22, 2023
1 parent 934b961 commit 41f4f56
Show file tree
Hide file tree
Showing 13 changed files with 1,772 additions and 2,361 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
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.

10 changes: 9 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ stestr>=2.0.0
pylatexenc>=1.4
ddt>=1.2.0,!=1.4.0,!=1.4.3
reno>=3.4.0
Sphinx>=5.0
Sphinx>=5.0,<7.2 #remove pin once issue is fixed
nbsphinx
qiskit-sphinx-theme~=1.14.0rc1
sphinx-design>=0.2.0
sphinxcontrib-spelling
jupyter-sphinx
discover
rustworkx>=0.13
qiskit-aer>=0.12
networkx>=2.2

# Tweedledum is unmaintained and its existing Mac wheels are unreliable. If you
# manage to get a working install on a Mac the functionality should still work,
# but as a convenience this file won't attempt the install itself.
tweedledum; python_version<'3.11' and platform_system!="Darwin"

0 comments on commit 41f4f56

Please sign in to comment.