File tree 7 files changed +17
-11
lines changed
7 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ Concepts and Terminology
404
404
405
405
Learn more: :ref: `concept_models_nonlinear `.
406
406
407
- ocean
407
+ Ocean
408
408
Ocean\ |tm | software is a suite of tools for using
409
409
`D-Wave Quantum Inc. <https://www.dwavesys.com >`_ quantum computers and
410
410
:term: `hybrid ` :term: `solvers <solver> `.
@@ -648,7 +648,7 @@ Concepts and Terminology
648
648
`subgraph <https://en.wikipedia.org/wiki/Glossary_of_graph_theory_terms#subgraph >`_
649
649
on Wikipedia.
650
650
651
- symbolic Math
651
+ symbolic math
652
652
:ref: `index_dimod ` supports symbolic math that can simplify your
653
653
coding of problems.
654
654
Original file line number Diff line number Diff line change 28
28
29
29
python_requires = setup_cfg ['options' ]['python_requires' ]
30
30
31
- copyright = 'D-Wave Quantum Inc' #setup_cfg['metadata']['author']
31
+ copyright = 'D-Wave'
32
32
33
33
rst_prolog = f"""
34
34
.. |python_requires| replace:: { python_requires }
Original file line number Diff line number Diff line change 43
43
.. tab-item :: ML/AI
44
44
:name: tab_ml_ai
45
45
46
- See the :ref: `qpu_stating_problems_machine_learning ` section.
46
+ D-Wave's
47
+ `PyTorch Plugin <https://github.com/dwavesystems/dwave-pytorch-plugin >`_
48
+ provides an interface between D-Wave's quantum-classical :term: `hybrid `
49
+ :term: `solvers <solver> ` and the `PyTorch <https://pytorch.org/ >`_
50
+ framework.
51
+
52
+ Also see the :ref: `qpu_stating_problems_machine_learning ` section.
47
53
48
54
Additional content for this topic is currently under development.
49
55
@@ -77,7 +83,7 @@ Welcome to |dwave_short|
77
83
* - :ref: `index_leap_sapi `
78
84
- Quantum cloud service's account management, release
79
85
notes, IDE support, etc.
80
- * - :ref: `concepts <index_concepts >`
86
+ * - :ref: `Concepts <index_concepts >`
81
87
- Learn the relevant terminology and the fundamental
82
88
concepts. **Search for terms here. **
83
89
* - **More ** > :ref: `Licenses <licenses >`
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ Requirements
35
35
If you configure your IDE to use
36
36
`Ocean-Dev Docker Images <https://github.com/dwavesystems/ocean-dev-docker >`_,
37
37
your development environment is updated with a recent Ocean SDK release.
38
- You can see an example `here <https://github.com/dwave-examples/sudoku >`_.
38
+ You can see an example `here <https://github.com/dwave-examples/portfolio-optimization >`_.
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ explained in the :ref:`sapi_rest_url_token_setup` subsection.
124
124
.. testsetup :: rest_live
125
125
126
126
import os
127
- SAPI_TOKEN = os.environ["SAPI_TOKEN"] # https://git.dwavesys.local/projects/SAPI/repos/documentation/ pull-requests/ 528/overview
127
+ SAPI_TOKEN = os.environ["SAPI_TOKEN"] # pull-request 528
128
128
129
129
.. doctest :: rest_live
130
130
:skipif: False
@@ -153,7 +153,7 @@ Resources
153
153
.. testsetup :: rest_live
154
154
155
155
import os
156
- SAPI_TOKEN = os.environ["SAPI_TOKEN"] # https://git.dwavesys.local/projects/SAPI/repos/documentation/ pull-requests/ 528/overview
156
+ SAPI_TOKEN = os.environ["SAPI_TOKEN"] # pull-request 528
157
157
158
158
This chapter describes supported Solver Application Programming Interface (SAPI)
159
159
resources and provides example usages.
@@ -1614,7 +1614,7 @@ End-to-End Examples
1614
1614
.. testsetup:: rest_live
1615
1615
1616
1616
import os
1617
- SAPI_TOKEN = os.environ["SAPI_TOKEN"] # https://git.dwavesys.local/projects/SAPI/repos/documentation/ pull-requests/ 528/overview
1617
+ SAPI_TOKEN = os.environ["SAPI_TOKEN"] # pull-request 528
1618
1618
1619
1619
This chapter demonstrates using the RESTful Solver Application Programming
1620
1620
Interface (SAPI) directly---without :ref: `Ocean software <index_ocean_sdk >`
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ and install the SDK to your virtual environment; for example:
76
76
77
77
git clone https://github.com/dwavesystems/dwave-ocean-sdk.git
78
78
cd dwave-ocean-sdk
79
- python setup.py install
79
+ pip install .
80
80
81
81
Note: To install a particular tool within the SDK only, follow the
82
82
:ref: `link <ocean_source_code >` to the GitHub repository for the tool, and
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ name = dwave-ocean-sdk
15
15
project_urls =
16
16
Changes = https://github.com/dwavesystems/dwave-ocean-sdk/releases
17
17
Documentation = https://docs.dwavequantum.com/
18
- Souce Code = https://github.com/dwavesystems/dwave-ocean-sdk
18
+ Source Code = https://github.com/dwavesystems/dwave-ocean-sdk
19
19
url = https://github.com/dwavesystems/dwave-ocean-sdk
20
20
version = attr: dwaveoceansdk.__version__
21
21
You can’t perform that action at this time.
0 commit comments