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

Feature Request: Validation API for AHS programs #40

Open
weinbe58 opened this issue Feb 14, 2023 · 0 comments
Open

Feature Request: Validation API for AHS programs #40

weinbe58 opened this issue Feb 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@weinbe58
Copy link

Describe the feature you'd like
Currently the only method to validate if a AHS program is compatible with a AHS device is to submit that program as a task.

Is this feature already present in the Python SDK?
Not that I am aware of.

How would this feature be used? Please describe.
Ideally some functionality to validate parts or a whole task

validate(device, register::AtomArrangment)
validate(device, hamiltonian::Hamiltonian)
validate(device, ahs_program::AnalogHamiltonianSimulation)

Describe alternatives you've considered
BloqadeSchema supports validation of the entire task but the objects are not the same so validation would require translating from Braket Schemas to Bloqade objects.

@kshyatt-aws kshyatt-aws added the enhancement New feature or request label Feb 14, 2023
@kshyatt-aws kshyatt-aws changed the title Validation API for AHS programs Feature Request: Validation API for AHS programs Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants