Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about requesting access to IQM QC #33

Merged
merged 1 commit into from
Nov 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ backend = IQMBackend(
url="https://cortex-demo.qc.iqm.fi",
auth_server_url="https://auth.demo.qc.iqm.fi",
username="USERNAME",
password="PASSWORD",
password="PASSWORD",
)

circuit = Circuit(3, 3)
Expand All @@ -63,6 +63,10 @@ by providing the `arch` parameter to the `IQMBackend` constructor, but it genera
does not make sense, since the IQM server reports the valid quantum architecture
relevant to the given backend URL.

(Note: At the moment IQM does not provide a quantum computing service open to the
general public. Please contact our [sales team](https://www.meetiqm.com/contact/)
to set up your access to an IQM quantum computer.)

## Bugs and feature requests

Please file bugs and feature requests on the GitHub
Expand Down