Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 456 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 456 Bytes

HtN-Test-Circuit

A noise model and circuit used to test PauliSandwichBackends for Zapata's Hack the North Challenge!

To install to the repository, run the following commands from your CLI:

git clone git@github.com:AthenaCaesura/HtN-Test-Circuit.git
cd HtN-Test-Circuit
pip install .

From there you can run the tests by calling

python src/test_circuit.py

from the CLI.

The results of the test are explained in src/test_circuit.py.