Skip to content

Commit

Permalink
Merge 863f73a into 0f742a5
Browse files Browse the repository at this point in the history
  • Loading branch information
a-matsuo committed Jun 1, 2023
2 parents 0f742a5 + 863f73a commit 9baf436
Show file tree
Hide file tree
Showing 22 changed files with 4,363 additions and 14 deletions.
11 changes: 11 additions & 0 deletions .pylintdict
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ansatz
applegate
args
arxiv
atol
autosummary
backend
backends
Expand Down Expand Up @@ -53,6 +54,7 @@ eigen
eigensolver
eigensolvers
eigenstate
embeddings
entangler
enum
eq
Expand Down Expand Up @@ -117,6 +119,8 @@ mdl
milp
minimizer
minimumeigenoptimizer
mmp
mpm
multiset
mypy
nannicini
Expand All @@ -131,6 +135,7 @@ np
num
numpy
numpyminimumeigensolver
observables
october
opflow
optimality
Expand All @@ -144,8 +149,10 @@ parikh
pauli
paulis
peleato
pmm
pooya
pos
ppp
pre
preprint
prepend
Expand All @@ -161,6 +168,8 @@ qiskit
qiskit's
qn
qp
qrac
qrao
quadratically
quadraticconstraint
quadraticobjective
Expand Down Expand Up @@ -195,6 +204,7 @@ spsa
src
statevector
stdout
stephen
str
subcollection
subgraph
Expand Down Expand Up @@ -230,6 +240,7 @@ xixj
wavefunction
wecker
whitespace
wiesner
williamson
xs
ys
Expand Down
6 changes: 6 additions & 0 deletions docs/apidocs/qiskit_optimization.algorithms.qrao.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _qiskit_optimization-algorithms-qrao:

.. automodule:: qiskit_optimization.algorithms.qrao
:no-members:
:no-inherited-members:
:no-special-members:
658 changes: 658 additions & 0 deletions docs/explanations/aux_files/magic_state_rounding.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/explanations/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
################################
Qiskit Optimization Explanations
################################

This section of the documentation provides background and explanation around techniques, methods
etc. both useful with and used by in Qiskit Optimization.

Explanations...
---------------

.. toctree::
:maxdepth: 1
:glob:

*

|
.. Hiding - Indices and tables
:ref:`genindex`
:ref:`modindex`
:ref:`search`

0 comments on commit 9baf436

Please sign in to comment.