Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Dec 13, 2023
1 parent 37d69cc commit 99db71f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to compile and run Quil programs on Rigetti quantum processors. Internally, it i
While this package can be used directly, [pyQuil](https://pypi.org/project/pyquil/) offers more functionality and a
higher-level interface for building and executing Quil programs. This package is still in early development and breaking changes should be expected between minor versions.

# Documentation

Documentation for the current release of `qcs_sdk` is published [here](https://rigetti.github.io/qcs-sdk-rust/qcs_sdk.html). Every version of `quil` ships [with type stubs](https://github.com/rigetti/qcs-sdk-rust/tree/main/crates/python/qcs_sdk) that provide type hints and documentation to Python tooling and editors that support the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) or similar.

## Troubleshooting

### Enabling Debug logging
Expand Down

0 comments on commit 99db71f

Please sign in to comment.