https://github.com/cqcl/pytket-pecos
Emulation of pytket circuits using PECOS
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.6%) to scientific vocabulary
Repository
Emulation of pytket circuits using PECOS
Basic Info
- Host: GitHub
- Owner: CQCL
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 73.2 KB
Statistics
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
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
shell
pip install pytket_pecos
From source
```shell
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:
shell
python -m unittest test.test_emulator
Owner
- Name: Cambridge Quantum
- Login: CQCL
- Kind: organization
- Location: Cambridge, UK
- Website: http://www.cambridgequantum.com
- Repositories: 48
- Profile: https://github.com/CQCL
Quantum Software and Technologies
GitHub Events
Total
- Issues event: 2
- Watch event: 1
- Issue comment event: 3
- Push event: 15
- Pull request review comment event: 2
- Pull request review event: 10
- Pull request event: 16
- Fork event: 1
- Create event: 9
Last Year
- Issues event: 2
- Watch event: 1
- Issue comment event: 3
- Push event: 15
- Pull request review comment event: 2
- Pull request review event: 10
- Pull request event: 16
- Fork event: 1
- Create event: 9
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 4
- Total pull requests: 49
- Average time to close issues: 11 days
- Average time to close pull requests: 4 days
- Total issue authors: 2
- Total pull request authors: 4
- Average comments per issue: 1.5
- Average comments per pull request: 0.06
- Merged pull requests: 43
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 1
- Pull requests: 14
- Average time to close issues: about 4 hours
- Average time to close pull requests: 14 days
- Issue authors: 1
- Pull request authors: 3
- Average comments per issue: 1.0
- Average comments per pull request: 0.14
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- cqc-alec (2)
- sjdilkes (1)
Pull Request Authors
- cqc-alec (67)
- cqc-melf (4)
- dependabot[bot] (3)
- johnchildren (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 9,718 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 35
- Total maintainers: 2
pypi.org: pytket_pecos
This package enables emulation of pytket circuits using the PECOS emulator.
- Homepage: https://github.com/CQCL/pytket-pecos
- Documentation: https://pytket_pecos.readthedocs.io/
- License: Apache Software License
-
Latest release: 0.2.1
published 12 months ago
Rankings
Dependencies
- actions/checkout v4 composite
- actions/setup-python v4 composite
- projectq >= 0.8.0
- pytket >= 1.21.0,<2
- pytket-phir >= 0.1.1
- quantum-pecos >= 0.5.dev2