Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 742 Bytes

File metadata and controls

37 lines (26 loc) · 742 Bytes

QEF: Reproducible and Exploratory Quantum Software Experiments

This package accompanies the paper:
“QEF: Reproducible and Exploratory Quantum Software Experiments”

Prerequisites

Following packages are required before installing the service:

  • python3.9.18
  • pip23.0.1

Installation

python -m venv venv
source venv/bin/activate
pip -r install requirements.txt

Run

To execute an experiment, please provide a description file and run the following command:

python src/main.py job_descriptors/yourJob.json

To retrieve the experiment results, run:

python src/retrieve_jobs.py

In case there is a problem with your job, you can cancel it by running:

python src/cancel_jobs.py