diff --git a/qiskit/utils/optionals.py b/qiskit/utils/optionals.py index 34c9d3a7a6be..3e808185c80b 100644 --- a/qiskit/utils/optionals.py +++ b/qiskit/utils/optionals.py @@ -93,10 +93,11 @@ be installed in order to use them. * - .. py:data:: HAS_NETWORKX - - Internally, Qiskit uses the high-performance `retworkx - `__ library as a core dependency, but sometimes it can - be convenient to convert things into the Python-only `NetworkX `__ - 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 + `__ library as a core dependency, and during the + change-over period, it was sometimes convenient to convert things into the Python-only + `NetworkX `__ format. Some tests of application modules, such as + `Qiskit Nature `__ still use NetworkX. * - .. py:data:: HAS_NLOPT - `NLopt `__ is a nonlinear optimization library,