This package enables emulation of pytket circuits using the PECOS emulator.
Installation requires Python 3.10, 3.11, 3.12 or 3.13. Linux, MacOS and Windows are all supported.
pip install pytket_pecos# Clone the pytket-pecos repo:
git clone git@github.com:CQCL/pytket-pecos.git
# Set up the virtual environment
cd pytket-pecos
python -m venv env
. env/bin/activate
pip install -U pip flit wheel
# Install pytket-pecos
flit installTo run the unit tests:
python -m unittest test.test_emulator