Skip to content

lfd/Quantum_Experiment_Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages