Skip to content

Commit

Permalink
Update/docs (#410)
Browse files Browse the repository at this point in the history
* remove QIR warning

* add section about QCsupport@quantinuum.com

* update doc landing page
  • Loading branch information
cqc-melf authored Apr 17, 2024
1 parent 84b10f5 commit f39f59e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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

0 comments on commit f39f59e

Please sign in to comment.