Go to file
JavaFXpert c82fe3d4f8 Add capability to execute a Qiskit unitary simulator 2019-10-04 12:03:55 -04:00
.gitignore Update .gitignore 2019-06-02 16:08:54 +08:00
Procfile Try to configure to run on Heroku 2019-08-16 12:25:41 -04:00
README.md Update installation instructions 2019-08-13 21:07:57 -04:00
api.py Add capability to execute a Qiskit unitary simulator 2019-10-04 12:03:55 -04:00
requirements.txt Try to configure to run on Heroku 2019-08-16 12:22:36 -04:00
runtime.txt Update installation instructions 2019-08-16 11:05:04 -04:00
server.py Add capability to execute a Qiskit unitary simulator 2019-10-04 12:03:55 -04:00

README.md

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.