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

QuEra backend #73

Merged
merged 4 commits into from
Jun 27, 2023
Merged

QuEra backend #73

merged 4 commits into from
Jun 27, 2023

Conversation

spendierk
Copy link
Contributor

Suggest adding a note that pytket-braket is not supporting the QuEra backend

I think we do not support the QuEra backend. Hence I suggest this addition.
added "currently"
@spendierk spendierk requested a review from cqc-alec as a code owner June 26, 2023 16:37
@cqc-alec
Copy link
Collaborator

What goes wrong? Is it a bug that it doesn't work?

@spendierk
Copy link
Contributor Author

spendierk commented Jun 26, 2023

Does pytket-braket support the QuEra backend? (neutral atom-based QPU). I did not find mention of the QuEra backend here:
pytket/extensions/braket/backends/braket.py

When running:

from pytket.extensions.braket import BraketBackend

from braket.aws import AwsSession
aws_session = AwsSession(boto_session=boto_session_east)

quera_backend = BraketBackend( device_type='qpu', provider='quera', device='Aquila', region='us-east-1', aws_session=aws_session )

I get the following error:

image

@cqc-alec
Copy link
Collaborator

Ah, this is not a gate-based device is it? If not then pytket can't support it. I would just change the documentation to make clear that we only support gate-model QPUs.

docs/intro.txt Outdated Show resolved Hide resolved
spendierk and others added 2 commits June 27, 2023 08:47
Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com>
@cqc-alec cqc-alec merged commit 3ec604e into CQCL:develop Jun 27, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants