An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# IBMQClient

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://QuantumBFS.github.io/IBMQClient.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://QuantumBFS.github.io/IBMQClient.jl/dev)
[![Build Status](https://github.com/QuantumBFS/IBMQClient.jl/workflows/CI/badge.svg)](https://github.com/QuantumBFS/IBMQClient.jl/actions)
[![Coverage](https://codecov.io/gh/QuantumBFS/IBMQClient.jl/branch/main/graph/badge.svg)](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