python3 -m venv .venv && source .venv/bin/activate
pip install unified-quantum
import uniqc; print(uniqc.__version__)
0.1.0
unified-quantum
uniqc