Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tutorials (redo) #46

Merged
merged 78 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
19f5d4f
Add a tutorial for new `Grover` (Qiskit/qiskit-tutorials#1047)
a-matsuo Oct 21, 2020
d54476a
Algorithm and machine learning tutorials (Qiskit/qiskit-tutorials#1087)
woodsp-ibm Nov 30, 2020
89d5abd
Fix typo (Qiskit/qiskit-tutorials#1095)
schulta Dec 6, 2020
1f8ef92
Fixed some typos on 04_vqe_advanced.ipynb
Dec 15, 2020
eee8a35
Fixed a typo on 04_vqe_advanced.ipynb
Dec 16, 2020
8e84294
algorithms: fix typo on grover jupyter notebook
ljmf00 Dec 29, 2020
fb5bca9
Merge pull request Qiskit/qiskit-tutorials#1096 from schulta/patch-1
SooluThomas Jan 12, 2021
3d179bf
Merge branch 'master' into patch-2
SooluThomas Jan 12, 2021
4f7104a
Merge pull request Qiskit/qiskit-tutorials#1103 from dongsin-kim/patch-2
SooluThomas Jan 12, 2021
4fb55cd
Merge branch 'master' into patch-1
SooluThomas Jan 12, 2021
c12ba84
Merge pull request Qiskit/qiskit-tutorials#1100 from dongsin-kim/patch-1
SooluThomas Jan 12, 2021
bd3a515
Merge branch 'master' into patch-1
SooluThomas Jan 12, 2021
04964e2
Merge pull request Qiskit/qiskit-tutorials#1106 from ljmf00/patch-1
SooluThomas Jan 12, 2021
94227a3
Delete 01_algorithms_introduction.ipynb
divshacker Jan 15, 2021
0cd6626
Fixed Some Broken Links in this tutorial
divshacker Jan 15, 2021
cfff5d0
Merge pull request Qiskit/qiskit-tutorials#1111 from divshacker/master
SooluThomas Jan 15, 2021
90e27db
Delete 03_vqe_simulation_with_noise.ipynb
divshacker Jan 15, 2021
09b8ad1
Fix some Old Links in this tutorials
divshacker Jan 15, 2021
99c9a23
Merge pull request Qiskit/qiskit-tutorials#1112 from divshacker/master
SooluThomas Jan 15, 2021
3afd88e
Deleting file uploading new one
divshacker Jan 22, 2021
98827d1
Uploaded the file with a added extra link.
divshacker Jan 22, 2021
bfd1f98
Corrected Link
divshacker Jan 22, 2021
562563a
Merge pull request Qiskit/qiskit-tutorials#1117 from divshacker/master
SooluThomas Jan 27, 2021
c59d4f3
Fix math mode, toc, and spelling of several sections (Qiskit/qiskit-t…
t-imamichi Apr 7, 2021
46ebb7f
Fix spelling in several simulator tutorials and math mode of opflow a…
t-imamichi May 6, 2021
f863ea9
Remove Aqua references from notebooks (Qiskit/qiskit-tutorials#1162)
manoelmarques Jun 8, 2021
a64cc97
Fix Typo Qiski -> Qiskit (Qiskit/qiskit-tutorials#1198)
q-inho Jun 24, 2021
f7dad22
Ipe tutorial (Qiskit/qiskit-tutorials#1207)
HwajungKang Jun 28, 2021
c005885
Fixed few typos in 09_IQPE.ipynb (Qiskit/qiskit-tutorials#1219)
q-inho Jul 7, 2021
d68de3b
Update 09_IQPE.ipynb (Qiskit/qiskit-tutorials#1227)
Vanimiaou Jul 8, 2021
3b0ebde
Update 09_IQPE.ipynb (Qiskit/qiskit-tutorials#1226)
Vanimiaou Jul 8, 2021
eb13b81
Fixed typo (Qiskit/qiskit-tutorials#1208)
epelaaez Jul 9, 2021
4b66550
replace execute with transpile + backend.run (Qiskit/qiskit-tutorials…
ajavadia Aug 4, 2021
b87a8a8
Updated to use decompose() to unwrap circuit for matplotlib printing.
jwoehr Jan 9, 2022
b76541d
One circuit should not have had a decompose() added, corrected now.
jwoehr Jan 9, 2022
f08bb36
Merge pull request Qiskit/qiskit-tutorials#1259 from jwoehr/grover_bl…
1ucian0 Jan 21, 2022
b503d93
Update 06_grover.ipynb (Qiskit/qiskit-tutorials#1273)
clausia Mar 2, 2022
01707dc
fix spell error (Qiskit/qiskit-tutorials#1274)
NG-Glen Mar 3, 2022
3721971
Updating verbiage to fix Qiskit/qiskit-tutorials#1256
padraignix Apr 15, 2022
2ea9ddf
Typo in IQPE.ipynb - control qubits (Qiskit/qiskit-tutorials#1298)
padraignix May 2, 2022
d7f2f71
Merge branch 'master' into patch-issue-1256
padraignix May 2, 2022
e8c0bc9
Put backticks around code in 01_algorithms_introduction.ipynb
garrison May 3, 2022
273c980
Remove Ignis from tutorials (Qiskit/qiskit-tutorials#1309)
mtreinish May 4, 2022
d23baf3
Merge branch 'master' into patch-issue-1256
padraignix May 5, 2022
5875700
Merge pull request Qiskit/qiskit-tutorials#1304 from padraignix/patch…
HuangJunye May 12, 2022
3d638d2
Merge branch 'master' into backticks-algorithms
HuangJunye May 12, 2022
d3847b1
Merge pull request Qiskit/qiskit-tutorials#1307 from garrison/backtic…
HuangJunye May 13, 2022
7104982
Update 09_IQPE.ipynb (Qiskit/qiskit-tutorials#1282)
NG-Glen May 13, 2022
4e66950
Fix spelling mistakes (Qiskit/qiskit-tutorials#1281)
NG-Glen May 13, 2022
23dec23
Fix for Issue 1261 (Qiskit/qiskit-tutorials#1328)
padraignix May 30, 2022
cc8b7dc
Update Grover tutorials to use Sampler (Qiskit/qiskit-tutorials#1377)
a-matsuo Dec 7, 2022
9ccd7a1
Update VQE tutorials 02-04 (Qiskit/qiskit-tutorials#1376)
ElePT Dec 7, 2022
6b90388
Update the ``01_algorithms_..`` tutorial to using primitives (Qiskit/…
Cryoris Dec 7, 2022
65d5108
Update QAOA tutorial for primitives (Qiskit/qiskit-tutorials#1372)
declanmillar Dec 9, 2022
66d4407
Add new VQD tutorial (using primitives) (Qiskit/qiskit-tutorials#1378)
ElePT Dec 9, 2022
7cdadab
Update iterative phase estimation tutorial to primitives (Qiskit/qisk…
Cryoris Dec 9, 2022
33c0529
Fix removed method from networkx
manoelmarques Jan 8, 2023
baf957f
Merge pull request Qiskit/qiskit-tutorials#1388 from manoelmarques/ne…
manoelmarques Jan 8, 2023
4e8a182
fix links (Qiskit/qiskit-tutorials#1384)
ElePT Jan 9, 2023
3b897bd
qiskit.providers.aer is qiskit_aer in Aer 0.11 (Qiskit/qiskit-tutoria…
1ucian0 Jan 10, 2023
5632c7b
Deleted 08_factorizers.ipynb. (Qiskit/qiskit-tutorials#1368)
Mar 24, 2023
8a5f904
Fix catch in grover tutorial for tera 0.24.0 compatibility (Qiskit/qi…
mtreinish May 4, 2023
01bb79d
Add ``PVQD`` tutorial (Qiskit/qiskit-tutorials#1382)
Cryoris May 19, 2023
3c950e3
Error on Sphinx warnings (Qiskit/qiskit-tutorials#1469)
Eric-Arellano Jun 6, 2023
7b67d75
Add a Variational Quantum Time Evolution Tutorial (fixes Qiskit/qiski…
wenxh0718 Jun 16, 2023
577e5d2
Tutorial on the gradients framework (fixes Qiskit/qiskit-tutorials#13…
maxwell04-wq Jun 19, 2023
01bd3cf
Improving 04_vqd.ipynb (Qiskit/qiskit-tutorials#1471)
TannerTorrey3 Jul 11, 2023
1c9e011
Clarification of scope of optimal_num_iterations. (Qiskit/qiskit-tuto…
JGeipel Jul 11, 2023
c59be65
Improves IPE Algorithm tutorial (Qiskit/qiskit-tutorials#1484)
divshacker Jul 11, 2023
adf9c90
Fix too many `index.rst` problem (Qiskit/qiskit-tutorials#1315) (Qisk…
Jul 11, 2023
6a62745
Fix VQE tutorial to point to Aer docs (Qiskit/qiskit-tutorials#1490)
Eric-Arellano Jul 17, 2023
e7658a6
Improves Grover's Algorithm tutorials (Qiskit/qiskit-tutorials#1483)
divshacker Jul 26, 2023
3906fcf
Improves Monitoring VQE convergence (Qiskit/qiskit-tutorials#1446)
divshacker Jul 26, 2023
9efaace
Improves 03_vqe_simulation_with_noise (Qiskit/qiskit-tutorials#1467)
divshacker Jul 26, 2023
a63a553
Improves An introduction to algorithms (Qiskit/qiskit-tutorials#1445)
divshacker Jul 26, 2023
c0a386c
Convert 'binary' image to LaTeX (Qiskit/qiskit-tutorials#1491)
jakelishman Aug 8, 2023
934b961
Migrate tutorials from qiskit-tutorials
ElePT Aug 17, 2023
4dd1903
Update tutorials content
ElePT Aug 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"