Skip to content

Commit

Permalink
small fixes to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed Apr 1, 2018
1 parent 802311d commit a438e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ Note that this runs *all* of the tests, using *all* available backends, so can b

make test-[backend]

where ``[backend]`` should be replaced with the backend you would like to test (``fock``, ``tf``, or ``guassian``).
where ``[backend]`` should be replaced with the backend you would like to test (``fock``, ``tf``, or ``gaussian``).

Individual test modules are run using
::

python3 tests/test_gate.py --backend=[backend]
python tests/test_gate.py --backend=[backend]


Documentation
Expand Down
4 changes: 2 additions & 2 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ Note that this runs *all* of the tests, using *all* available backends, so can b

make test-[backend]

where ``[backend]`` should be replaced with the :ref:`backend <backends>` you would like to test (``fock``, ``tf``, or ``guassian``).
where ``[backend]`` should be replaced with the :ref:`backend <backends>` you would like to test (``fock``, ``tf``, or ``gaussian``).

Individual test modules are run using

::

python3 tests/test_gate.py --backend=[backend]
python tests/test_gate.py --backend=[backend]


Documentation
Expand Down

0 comments on commit a438e9c

Please sign in to comment.