Skip to content

Commit

Permalink
Update Rigetti Forest Slack Workspace invitation link (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyfbrown authored and karalekas committed Oct 10, 2019
1 parent e023121 commit a87f319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Changelog

- Updated `examples/meyer_penny_game.py` with the correct path to the Meyer Penny game exercise in
`docs/source/exercises.rst` (@appleby, gh-1045).
- Fixed the Slack Workspace invite link in the README (@amyfbrown, gh-1042).

[v2.12](https://github.com/rigetti/pyquil/compare/v2.11.0...v2.12.0) (September 28, 2019)
----------------------------------------------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyQuil: Quantum programming in Python
[![pypi downloads](https://img.shields.io/pypi/dm/pyquil.svg)](https://pypi.org/project/pyquil/)
[![pypi version](https://img.shields.io/pypi/v/pyquil.svg)](https://pypi.org/project/pyquil/)
[![conda-forge version](https://img.shields.io/conda/vn/conda-forge/pyquil.svg)](https://anaconda.org/conda-forge/pyquil)
[![slack workspace](https://img.shields.io/badge/slack-rigetti--forest-812f82.svg?)](https://join.slack.com/t/rigetti-forest/shared_invite/enQtNTUyNTE1ODg3MzE2LWExZWU5OTE4YTJhMmE2NGNjMThjOTM1MjlkYTA5ZmUxNTJlOTVmMWE0YjA3Y2M2YmQzNTZhNTBlMTYyODRjMzA)
[![slack workspace](https://img.shields.io/badge/slack-rigetti--forest-812f82.svg?)][slack_invite]

PyQuil is a Python library for quantum programming using [Quil](https://arxiv.org/abs/1608.03355),
the quantum instruction language developed at [Rigetti Computing](https://www.rigetti.com/).
Expand Down Expand Up @@ -97,7 +97,7 @@ Joining the Forest Community
----------------------------

If you'd like to get involved with pyQuil and Forest, joining the [Rigetti Forest Slack
Workspace](https://join.slack.com/t/rigetti-forest/shared_invite/enQtNTUyNTE1ODg3MzE2LWExZWU5OTE4YTJhMmE2NGNjMThjOTM1MjlkYTA5ZmUxNTJlOTVmMWE0YjA3Y2M2YmQzNTZhNTBlMTYyODRjMzA)
Workspace][slack_invite]
is a great place to start! You can do so by clicking the invite link in the previous sentence,
or in the badge at the top of this README. The Slack Workspace is a great place to ask general
questions, join high-level design discussions, and hear about updates to pyQuil and the Forest SDK.
Expand All @@ -122,6 +122,7 @@ Thanks for contributing to pyQuil! 🙂
[help]: https://github.com/rigetti/pyquil/labels/help%20wanted%20%3Awave%3A
[fork]: https://github.com/rigetti/pyquil/fork
[pr]: https://github.com/rigetti/pyquil/compare
[slack_invite]: https://join.slack.com/t/rigetti-forest/shared_invite/enQtNTUyNTE1ODg3MzE2LWQwNzBlMjZlMmNlN2M5MzQyZDlmOGViODQ5ODI0NWMwNmYzODY4YTc2ZjdjOTNmNzhiYTk2YjVhNTE2NTRkODY

Running on the QPU
------------------
Expand Down

0 comments on commit a87f319

Please sign in to comment.