Skip to content

Commit

Permalink
Update Blackbird submission text (#718)
Browse files Browse the repository at this point in the history
* add link to compilers

* update for postfix release

* update link

* update link

* add html tag
  • Loading branch information
thisac authored Jun 2, 2022
1 parent c629657 commit e382976
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
17 changes: 0 additions & 17 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# Release 0.23.0 (development release)

<h3>New features since last release</h3>

<h3>Breaking Changes</h3>

<h3>Improvements</h3>

<h3>Bug fixes</h3>

<h3>Documentation</h3>

<h3>Contributors</h3>

This release contains contributions from (in alphabetical order):


# Release 0.23.0 (current release)

<h3>New features since last release</h3>
Expand Down
11 changes: 6 additions & 5 deletions doc/introduction/photonic_hardware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ photonic hardware or to be run on a cloud simulator via the Xanadu Cloud.
.. warning::

An API key is required to communicate with the hardware locally.
Set up a `Xanadu Cloud <https://cloud.xanadu.ai>`__ account for free, and generate
your `cloud API key <https://strawberryfields.ai/photonics/demos/tutorial_X8.html#configuring-your-credentials>`__.
Set up a `Xanadu Cloud <https://cloud.xanadu.ai>`__ account for free, and generate
your `cloud API key <https://strawberryfields.ai/photonics/demos/tutorial_X8.html#configuring-your-credentials>`__.

Configuring your account
------------------------
Expand Down Expand Up @@ -64,9 +64,10 @@ array([[0, 0, 1, 0, 1, 0, 1, 0],
Further details on the :class:`xcc.Job` class can be found in the
`Xanadu Cloud Client documentation <https://xanadu-cloud-client.readthedocs.io/en/stable/api/xcc.Job.html>`_.

Alternatively, if you have your quantum program available as a Blackbird script,
you can submit the Blackbird script file to be executed remotely using
the Xanadu Cloud Client command line interface:
Alternatively, if you have your `compiled <../code/sf_compilers.html>`__
quantum program available as a Blackbird script, you can submit the Blackbird
script file to be executed remotely using the Xanadu Cloud Client command line
interface:

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion strawberryfields/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.23.0-dev"
__version__ = "0.23.0"

0 comments on commit e382976

Please sign in to comment.