/QiskitBlocksService

Flask/Python/Qiskit based HTTP service that runs statevector and qasm simulators

Primary LanguagePython

QiskitBlocksService

Flask/Python/Qiskit based HTTP service that runs Qiskit statevector and qasm simulators. Derived from works of Asier Arranz and Junye Huang.

Installation

  1. Clone this QiskitBlocksService project
  2. Run the following commands to install the required Python libraries:
  • pip install qiskit
  • pip install flask
  • pip install json_tricks

From the directory into which you cloned this project, run the following from the command-line to start the service:

  • python server.py

Please reach out to James Weaver on Qiskit Slack (located at qiskit.org) with questions or feedback.