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

Update/docs #410

Merged
merged 4 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Please file bugs and feature requests on the Github

There is also a Slack channel for discussion and support. Click [here](https://tketusers.slack.com/join/shared_invite/zt-18qmsamj9-UqQFVdkRzxnXCcKtcarLRA#/shared-invite/email) to join.

## Hardware Support

In case of questions about the hardware you can contact QCsupport@quantinuum.com.

## Development

To install this extension in editable mode, simply change to this directory, and run:
Expand Down
2 changes: 2 additions & 0 deletions docs/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ and Windows. To install, run:
**Web Interface:**
https://um.qapi.quantinuum.com/

In case of questions about the hardware you can get in contact with the team sending an email to QCsupport@quantinuum.com.

Available Backends
==================
The pytket-quantinuum extension allows the user to access the following quantum devices, emulators and syntax checkers. These backends can be initialised by passing the device name as a string to the ``QuantinuumBackend`` class. The available devices are:
Expand Down
3 changes: 0 additions & 3 deletions pytket/extensions/quantinuum/backends/quantinuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,9 +1028,6 @@ def process_circuits(
results_selection.append((name, i))
else:
assert language == Language.QIR
warnings.warn(
"Support for Language.QIR is experimental; this may fail!"
)
for name, count in Counter(bit.reg_name for bit in c0.bits).items():
for i in range(count):
results_selection.append((name, i))
Expand Down
Loading