https://github.com/quantumbfs/awsbraket.jl
Julia wrapper of AWSBraket schema and REST API
https://github.com/quantumbfs/awsbraket.jl
Last synced: about 1 year ago
JSON representation
Julia wrapper of AWSBraket schema and REST API
- Host: GitHub
- URL: https://github.com/quantumbfs/awsbraket.jl
- Owner: QuantumBFS
- License: mit
- Created: 2021-05-07T20:50:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T18:13:11.000Z (about 4 years ago)
- Last Synced: 2025-04-12T15:12:17.675Z (about 1 year ago)
- Language: Julia
- Size: 140 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWSBraket
[](https://QuantumBFS.github.io/AWSBraket.jl/stable)
[](https://QuantumBFS.github.io/AWSBraket.jl/dev)
*This package is in beta*
Julia Wrapper for the AWS Braket REST API. This API wrapper is based on
AWS Braket official implementation but is not an AWS official package.
## Installation
AWSBraket is a
Julia Language
package. To install AWSBraket,
please open
Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command
```julia
pkg> add AWSBraket
```
## License
MIT License