qubitSpec_unitTesting

See Wiki for working draft of documentation.

Setup

First, clone the repository:

git clone https://github.com/PITT-HATLAB/qubitSpec_unitTesting
cd qubitSpec_unitTesting

Then, prepare virtual environment:

python3 -m venv spec_venv
(windows)
./spec_venv/Scripts/activate
(macOS/Linux)
source spec_venv/bin/activate

Then, install the dependencies:

pip install -r requirements.txt