Skip to content

Commit a24c227

Browse files
authored
Revert "Add tutorials" (#45)
1 parent 37dafdd commit a24c227

12 files changed

+59
-5561
lines changed

.pylintdict

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ bfgs
2828
bielza
2929
bitstring
3030
bitstrings
31-
bloch
3231
boltzmann
3332
bool
3433
boyer
@@ -102,7 +101,6 @@ fmin
102101
formatter
103102
fourier
104103
frac
105-
frobenius
106104
f'spsa
107105
ftol
108106
fujii
@@ -114,21 +112,18 @@ gaussian
114112
generalised
115113
getter
116114
getters
117-
gilliam
118115
giuseppe
119116
globals
120117
gogolin
121118
goldfarb
122119
goldstone
123-
gonciulea
124120
gqt
125121
grinko
126122
grover
127123
gsls
128124
gtol
129125
gutmann
130126
hadamard
131-
hadamards
132127
hadfield
133128
hamiltonian
134129
hamiltonians
@@ -175,7 +170,6 @@ lin
175170
linalg
176171
loglik
177172
loglikelihood
178-
lov
179173
lr
180174
lsb
181175
lse
@@ -206,7 +200,6 @@ nakanishi
206200
nan
207201
nannicini
208202
nathan
209-
nd
210203
ndarray
211204
negoro
212205
nelder
@@ -293,7 +286,6 @@ runarsson
293286
rz
294287
sanjiv
295288
sashank
296-
satisfiability
297289
satyen
298290
schrödinger
299291
schroediger
@@ -342,7 +334,6 @@ toctree
342334
todo
343335
tol
344336
trainability
345-
transpilation
346337
transpile
347338
transpiled
348339
trotterization
@@ -358,7 +349,6 @@ vec
358349
vectorized
359350
vicentini
360351
ville
361-
voilà
362352
vqd
363353
vqe
364354
wavefunction

docs/tutorials/01_algorithms_introduction.ipynb

Lines changed: 58 additions & 60 deletions
Large diffs are not rendered by default.

docs/tutorials/02_vqe_advanced_options.ipynb

Lines changed: 0 additions & 535 deletions
This file was deleted.

docs/tutorials/03_vqe_simulation_with_noise.ipynb

Lines changed: 0 additions & 471 deletions
This file was deleted.

docs/tutorials/04_vqd.ipynb

Lines changed: 0 additions & 368 deletions
This file was deleted.

docs/tutorials/05_qaoa.ipynb

Lines changed: 0 additions & 392 deletions
This file was deleted.

docs/tutorials/06_grover.ipynb

Lines changed: 0 additions & 751 deletions
This file was deleted.

docs/tutorials/07_grover_examples.ipynb

Lines changed: 0 additions & 272 deletions
This file was deleted.

docs/tutorials/10_pvqd.ipynb

Lines changed: 0 additions & 1009 deletions
This file was deleted.

docs/tutorials/11_VarQTE.ipynb

Lines changed: 0 additions & 958 deletions
This file was deleted.

docs/tutorials/12_gradients_framework.ipynb

Lines changed: 0 additions & 726 deletions
This file was deleted.

requirements-dev.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,11 @@ stestr>=2.0.0
77
pylatexenc>=1.4
88
ddt>=1.2.0,!=1.4.0,!=1.4.3
99
reno>=3.4.0
10-
Sphinx>=5.0,<7.2 #remove pin once issue is fixed
10+
Sphinx>=5.0
1111
nbsphinx
1212
qiskit-sphinx-theme~=1.14.0rc1
1313
sphinx-design>=0.2.0
1414
sphinxcontrib-spelling
1515
jupyter-sphinx
1616
discover
1717
rustworkx>=0.13
18-
qiskit-aer>=0.12
19-
networkx>=2.2
20-
21-
# Tweedledum is unmaintained and its existing Mac wheels are unreliable. If you
22-
# manage to get a working install on a Mac the functionality should still work,
23-
# but as a convenience this file won't attempt the install itself.
24-
tweedledum; python_version<'3.11' and platform_system!="Darwin"
25-

0 commit comments

Comments
 (0)