Skip to content

Commit

Permalink
Add updated named link for QCS access (#1171)
Browse files Browse the repository at this point in the history
* Fix #1169; Add updated named link for QCS access

* Update CHANGELOG.md with author and PR number
  • Loading branch information
amyfbrown authored Feb 10, 2020
1 parent e916a4d commit 37e184b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Changelog

### Bugfixes

- Fixed the QCS access request link in the README (@amyfbrown, gh-1171).

[v2.17](https://github.com/rigetti/pyquil/compare/v2.16.0...v2.17.0) (January 30, 2020)
---------------------------------------------------------------------------------------

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PyQuil serves three main functions:
- Compiling and simulating Quil programs using the [Quil Compiler](https://github.com/rigetti/quilc)
(quilc) and the [Quantum Virtual Machine](https://github.com/rigetti/qvm) (QVM)
- Executing Quil programs on real quantum processors (QPUs) using
[Quantum Cloud Services](https://www.rigetti.com/qcs) (QCS)
[Quantum Cloud Services][qcs-paper] (QCS)

PyQuil has a ton of other features, which you can learn more about in the
[docs](http://pyquil.readthedocs.io/en/latest/). However, you can also keep reading
Expand Down Expand Up @@ -102,7 +102,7 @@ the statistics of which are consistent with a two-qubit entangled state.

Using the Forest SDK, you can simulate the operation of a real quantum processor (QPU). If you
would like to run on the real QPUs in our lab in Berkeley, you can sign up for an account
on [Quantum Cloud Services](https://www.rigetti.com/qcs) (QCS)!
on [Quantum Cloud Services][qcs-request-access] (QCS)!

Joining the Forest community
----------------------------
Expand Down Expand Up @@ -188,6 +188,7 @@ PyQuil is licensed under the
[pepy-repo]: https://pepy.tech/project/pyquil
[pypi-badge]: https://img.shields.io/pypi/v/pyquil.svg
[pypi-repo]: https://pypi.org/project/pyquil/
[qcs-request-access]: https://qcs.rigetti.com/request-access
[slack-badge]: https://img.shields.io/badge/slack-rigetti--forest-812f82.svg?
[zenodo-badge]: https://zenodo.org/badge/DOI/10.5281/zenodo.3604432.svg
[zenodo-doi]: https://doi.org/10.5281/zenodo.3604432
Expand Down

0 comments on commit 37e184b

Please sign in to comment.