Flask/Python/Qiskit based HTTP service that runs Qiskit statevector and qasm simulators. Derived from works of Asier Arranz and Junye Huang.
- Clone this QiskitBlocksService project
- 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.