Skip to content

Commit

Permalink
Update HAS_NETWORKX documentation (#9165)
Browse files Browse the repository at this point in the history
Since gh-9035 this documentation has been out-of-date.  This updates it
to give the correct information.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
jakelishman and mergify[bot] authored Nov 18, 2022
1 parent e4ea067 commit 4c5a755
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions qiskit/utils/optionals.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@
be installed in order to use them.
* - .. py:data:: HAS_NETWORKX
- Internally, Qiskit uses the high-performance `retworkx
<https://github.com/Qiskit/retworkx>`__ library as a core dependency, but sometimes it can
be convenient to convert things into the Python-only `NetworkX <https://networkx.org/>`__
format. There are converter methods on :class:`.DAGCircuit` if NetworkX is present.
- No longer used by Terra. Internally, Qiskit now uses the high-performance `rustworkx
<https://github.com/Qiskit/rustworkx>`__ library as a core dependency, and during the
change-over period, it was sometimes convenient to convert things into the Python-only
`NetworkX <https://networkx.org/>`__ format. Some tests of application modules, such as
`Qiskit Nature <https://qiskit.org/documentation/nature/>`__ still use NetworkX.
* - .. py:data:: HAS_NLOPT
- `NLopt <https://nlopt.readthedocs.io/en/latest/>`__ is a nonlinear optimization library,
Expand Down

0 comments on commit 4c5a755

Please sign in to comment.