https://github.com/cqcl/pytket-pecos

Emulation of pytket circuits using PECOS

https://github.com/cqcl/pytket-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
Last synced: 10 months ago · JSON representation

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
Created over 2 years ago · Last pushed 12 months ago
Metadata Files
Readme License

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

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
dependencies (3) python (2) github_actions (1)

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.

  • Versions: 35
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 9,718 Last month
Rankings
Dependent packages count: 10.1%
Average: 38.7%
Dependent repos count: 67.2%
Maintainers (2)
Last synced: 10 months ago

Dependencies

.github/workflows/test.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
pyproject.toml pypi
  • projectq >= 0.8.0
  • pytket >= 1.21.0,<2
  • pytket-phir >= 0.1.1
  • quantum-pecos >= 0.5.dev2