https://github.com/quantumbfs/ibmqclient.jl
IBM Quantum Experience Wrapper
https://github.com/quantumbfs/ibmqclient.jl
Last synced: about 1 year ago
JSON representation
IBM Quantum Experience Wrapper
- Host: GitHub
- URL: https://github.com/quantumbfs/ibmqclient.jl
- Owner: QuantumBFS
- License: mit
- Created: 2020-11-10T15:17:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T02:15:22.000Z (over 2 years ago)
- Last Synced: 2025-03-18T05:16:29.643Z (about 1 year ago)
- Language: Julia
- Size: 262 KB
- Stars: 15
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBMQClient
[](https://QuantumBFS.github.io/IBMQClient.jl/stable)
[](https://QuantumBFS.github.io/IBMQClient.jl/dev)
[](https://github.com/QuantumBFS/IBMQClient.jl/actions)
[](https://codecov.io/gh/QuantumBFS/IBMQClient.jl)
Julia Wrapper for the IBM Quantum Experience REST API. This API wrapper is based on
IBM Q official implementation but is not an IBM official package.
## Installation
IBMQClient is a
Julia Language
package. To install IBMQClient,
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 IBMQClient
```
## License
MIT License