Skip to content

Commit

Permalink
Add tutorials (redo) (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT authored Aug 22, 2023
2 parents a24c227 + 4dd1903 commit 9b88737
Show file tree
Hide file tree
Showing 12 changed files with 5,560 additions and 58 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
118 changes: 60 additions & 58 deletions docs/tutorials/01_algorithms_introduction.ipynb

Large diffs are not rendered by default.

535 changes: 535 additions & 0 deletions docs/tutorials/02_vqe_advanced_options.ipynb

Large diffs are not rendered by default.

471 changes: 471 additions & 0 deletions docs/tutorials/03_vqe_simulation_with_noise.ipynb

Large diffs are not rendered by default.

368 changes: 368 additions & 0 deletions docs/tutorials/04_vqd.ipynb

Large diffs are not rendered by default.

392 changes: 392 additions & 0 deletions docs/tutorials/05_qaoa.ipynb

Large diffs are not rendered by default.

751 changes: 751 additions & 0 deletions docs/tutorials/06_grover.ipynb

Large diffs are not rendered by default.

272 changes: 272 additions & 0 deletions docs/tutorials/07_grover_examples.ipynb

Large diffs are not rendered by default.

1,009 changes: 1,009 additions & 0 deletions docs/tutorials/10_pvqd.ipynb

Large diffs are not rendered by default.

958 changes: 958 additions & 0 deletions docs/tutorials/11_VarQTE.ipynb

Large diffs are not rendered by default.

726 changes: 726 additions & 0 deletions docs/tutorials/12_gradients_framework.ipynb

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ 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 9b88737

Please sign in to comment.