This package accompanies the paper:
“QEF: Reproducible and Exploratory Quantum Software Experiments”
Following packages are required before installing the service:
- python3.9.18
- pip23.0.1
python -m venv venv
source venv/bin/activate
pip -r install requirements.txt
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