Skip to content

qfreewilll/pytket-pecos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytket-pecos

This package enables emulation of pytket circuits using the PECOS emulator.

Installation

Installation requires Python 3.10, 3.11, 3.12 or 3.13. Linux, MacOS and Windows are all supported.

From pypi

pip install pytket_pecos

From source

# 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 install

Testing

To run the unit tests:

python -m unittest test.test_emulator

About

Emulation of pytket circuits using PECOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 81.5%
  • WebAssembly 17.7%
  • C 0.8%