Skip to content

Feature Request: Validation API for AHS programs #40

@weinbe58

Description

@weinbe58

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions