amazon-braket / amazon-braket/Braket.jl

Feature Request: Validation API for AHS programs

Abierto
#40 0 comentarios 1 reacción 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
Julia
Estrellas
110
Forks
7
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

**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
```julia
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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.