Skip to content

Commit

Permalink
fixed spelling errors in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPfundstein committed Nov 8, 2024
1 parent 7b42224 commit a68a8d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sphinx/using/backends/simulators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ compute expectation values of observables.
.. code:: python
cudaq.set_target("fermioniq", **{
"remote-config": remote_config_id
"remote_config": remote_config_id
})
For a comprehensive list of all remote configurations, please contact Fermioniq directly.
Expand All @@ -526,15 +526,15 @@ compute expectation values of observables.
.. code:: python
cudaq.set_target("fermioniq", **{
"project-id": project_id
"project_id": project_id
})
To specify the bond dimension, you can pass the ``fermioniq-bond-dim`` parameter.
To specify the bond dimension, you can pass the ``bond_dim`` parameter.

.. code:: python
cudaq.set_target("fermioniq", **{
"bond-dim": 5
"bond_dim": 5
})
.. tab:: C++
Expand Down

0 comments on commit a68a8d9

Please sign in to comment.