File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -499,6 +499,12 @@ Concepts and Terminology
499499
500500 * :ref: `index_preprocessing `
501501
502+ QCDL
503+ Quantum computing description language, an embedded domain-specific
504+ language (`DSL <https://en.wikipedia.org/wiki/Domain-specific_language >`_)
505+ that uses Python as the host language to write instructions for a
506+ gate-model :term: `QPU `.
507+
502508 QMI
503509 Quantum machine instruction.
504510
Original file line number Diff line number Diff line change @@ -317,12 +317,14 @@ def setup(app):
317317
318318# -- Intersphinx ----------------------------------------------------------
319319intersphinx_mapping = {
320- 'python' : ('https://docs.python.org/3/' , None ),
321320 'numpy' : ('https://numpy.org/doc/stable/' , None ),
322321 'networkx' : ('https://networkx.org/documentation/stable/' , None ),
323- 'urllib3' : ('https://urllib3.readthedocs.io/en/stable/' , None ),
324- 'requests' : ('https://requests.readthedocs.io/en/stable/' , None ),
325322 'ocean_rns' : ('https://docs.dwavequantum.com/projects/leap_sapi/en/latest/' , None ),
323+ 'python' : ('https://docs.python.org/3/' , None ),
324+ 'requests' : ('https://requests.readthedocs.io/en/stable/' , None ),
325+ 'scipy' : ('https://docs.scipy.org/doc/scipy' , None ),
326+ 'sklearn' : ('https://scikit-learn.org/stable/' , None ),
327+ 'urllib3' : ('https://urllib3.readthedocs.io/en/stable/' , None ),
326328 }
327329
328330
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ reno[sphinx]==3.3.0
1111# TODO: remove the constraint once numpy 2.4.0 gets yanked
1212numpy ~= 2.0 ,!= 2.4.0
1313
14- dwave-experimental == 2026.2.13
14+ dwave-experimental == 2026.5.27
1515
1616# needed for some of the examples
1717matplotlib
You can’t perform that action at this time.
0 commit comments