Qiskit / red-queen

Quantum software benchmarking tool
Apache License 2.0
18 stars 15 forks source link

Reorganize Red Queen into a python package #21

Closed mtreinish closed 2 years ago

mtreinish commented 2 years ago

This commit reorganize the red queen project into a python project. Previously red queen wasn't organized as a single package which caused potential issues when trying to run or interact between the packages. This commit changes the repository structure to move all the code into the red_queen package so it is all self contained. This also enables us to create a python package with setuptools which increases future flexibility by enabling us to publish console scripts which will be include when the package is built and installed.

Yelissal commented 2 years ago

Very well explained! The comments were very helpful. I also believe the commits are ready to be pushed.

keilydluna commented 2 years ago

I agree with Danielle. This is efficient and understandable. LGTM!

mtreinish commented 2 years ago

Thanks for the review everyone!