Skip to content

Commit

Permalink
Small fixes in intro.srt
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly committed Oct 17, 2018
1 parent 4d2e3b0 commit 1b5008b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/intro.rst
Expand Up @@ -81,9 +81,9 @@ from low energy states of the problem's objective function) must have
and return an iterable of samples in order of increasing energy. You can set
a default sampler using the `set_default_sampler()` function.

Below you can see how to create Chimera graphs implemented in the D-Wave 2X nad D-Wave 2000Q machines:
Below you can see how to create Chimera graphs implemented in the D-Wave 2X and D-Wave 2000Q systems:

.. code: python
.. code:: python
import dwave_networkx as dnx
Expand All @@ -92,5 +92,3 @@ Below you can see how to create Chimera graphs implemented in the D-Wave 2X nad
# D-Wave 2000Q
C = dnx.chimera_graph(16, 16, 4)

0 comments on commit 1b5008b

Please sign in to comment.