diff --git a/README.md b/README.md index b7b2680..478bea9 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# quantum-benchmark \ No newline at end of file +# qruise-quantum-benchmark + +This repository contains notebooks demonstrating quantum benchmark circuits executed on the Qruise Digital Twin. For running these simulations, the user needs to install the `qruise-toolset` library. + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1d3469d --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +qruise-toolset>=1.7.14