Braket.jl icon indicating copy to clipboard operation
Braket.jl copied to clipboard

Experimental Julia implementation of the Amazon Braket SDK

Results 24 Braket.jl issues
Sort by recently updated
recently updated
newest added

**Describe the feature you'd like** It should be possible to use the Smithy representation of the [Amazon Braket Schemas](https://github.com/amazon-braket/amazon-braket-schemas-python) to automatically generate JSON versions of all the Braket Schemas, which...

good first issue

**Describe the feature you'd like** Currently only numerical values are allowed for `FreeParameter`. We should replicate the Python BDK support for `FreeParameterExpression`, allowing gates like `Rx( 2 * alpha /3)`,...

good first issue

**Describe the feature you'd like** Now that we support `LocalSimulator`s, we can hook into [ITensor](https://github.com/ITensor/ITensors.jl)'s support for DMRG-based evolution methods to implement tensor network circuit simulation. **Is this feature already...

good first issue

**Describe the feature you'd like** Amazon Braket now has the [Braket Direct feature](https://docs.aws.amazon.com/braket/latest/developerguide/braket-reservations.html), which allows users to reserve certain Direct-only devices or access experimental capabilities of devices. **Is this feature...

good first issue

**Describe the feature you'd like** QuEra's Aquila [now supports](https://aws.amazon.com/blogs/quantum-computing/local-detuning-now-available-on-queras-aquila-device-with-braket-direct) local detuning with Braket Direct. The underlying structs are implemented in `Braket.jl` but many of the correctness tests and validations are...

good first issue

**What did you find confusing? Please describe.** A clear and concise description of what you found confusing. Ex. I tried to [...] but I didn't understand how to [...] I...

documentation

**Describe the feature you'd like** Implementation of [classical shadows](https://pennylane.ai/qml/demos/tutorial_classical_shadows) or [POVMs](https://quantumcomputing.stackexchange.com/questions/16382/how-to-do-a-povm-measurement-of-a-quantum-state-in-ibms-quantum-composer) in Braket.jl. **Is this feature already present in the Python SDK?** No, although shadows can be used in the...

enhancement
help wanted

**What did you find confusing? Please describe.** Would be great to have more doctests and examples for various features. **Describe how documentation can be improved** Add doctests for: - []...

documentation
good first issue
help wanted

**Describe the feature you'd like** Integrate Braket.jl and [Yao.jl](https://github.com/QuantumBFS/Yao.jl) to allow Yao users to run circuits/AHS programs on Braket. **Is this feature already present in the Python SDK?** No. **How...

enhancement
good first issue
help wanted

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

enhancement