https://github.com/cqcl/pytket-quantinuum
pytket-quantinuum, extensions for pytket quantum SDK
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.4%) to scientific vocabulary
Keywords from Contributors
Repository
pytket-quantinuum, extensions for pytket quantum SDK
Basic Info
- Host: GitHub
- Owner: CQCL
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 32.2 MB
Statistics
- Stars: 33
- Watchers: 10
- Forks: 17
- Open Issues: 18
- Releases: 65
Metadata Files
README.md
pytket-quantinuum
Pytket is a python module for interfacing with tket, a quantum computing toolkit and optimising compiler developed by Quantinuum.
pytket-quantinuum is an extension to pytket that allows pytket circuits to
be executed on Quantinuum's quantum devices.
Some useful links: - API Documentation
Getting started
pytket-quantinuum is available for Python 3.10, 3.11 and 3.12, on Linux, MacOS
and Windows. To install, run:
shell
pip install pytket-quantinuum
This will install pytket if it isn't already installed, and add new classes
and methods into the pytket.extensions namespace.
Examples
For example usage of features, see the pytket-quantinuum section of the documentation website.
The knowledge articles also detail experiments using pytket-quantinuum.
Bugs, support and feature requests
Please file bugs and feature requests on the Github issue tracker.
There is also a Slack channel for discussion and support. Click here to join.
Hardware Support
In case of questions about the hardware you can contact QCsupport@quantinuum.com.
Development
To install this extension in editable mode, simply change to this directory, and run:
shell
pip install -e .
Contributing
Pull requests are welcome. To make a PR, first fork the repo, make your proposed
changes on the main branch, and open a PR from your fork. If it passes
tests and is accepted after review, it will be merged in.
Code style
Formatting
All code should be formatted using black, with default options. This is checked on the CI. The CI is currently using version 20.8b1.
Type annotation
On the CI, mypy is used as a static
type checker and all submissions must pass its checks. You should therefore run
mypy locally on any changed files before submitting a PR. Because of the way
extension modules embed themselves into the pytket namespace this is a little
complicated, but it should be sufficient to run the script modules/mypy-check
(passing as a single argument the root directory of the module to test). The
script requires mypy 0.800 or above.
Linting
We use pylint on the CI to check compliance
with a set of style requirements (listed in .pylintrc). You should run
pylint over any changed files before submitting a PR, to catch any issues.
Tests
To run the tests:
cdinto thetestsdirectory;- ensure you have installed
pytest,hypothesis, and any modules listed in thetest-requirements.txtfile (all viapip); - run
pytest.
When adding a new feature, please add a test for it. When fixing a bug, please add a test that demonstrates the fix.
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
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Irfan Khan | i****n@q****m | 175 |
| cqc-melf | 7****f | 155 |
| Alec Edgington | 5****c | 148 |
| sjdilkes | s****s@c****m | 89 |
| Yao Tang | y****g@c****m | 83 |
| CalMacCQ | 9****Q | 55 |
| Fernando Betanzo | f****o@g****m | 32 |
| Megan | 4****1 | 27 |
| mlk621-qtm | 1****m | 22 |
| John Children | j****n@c****m | 10 |
| dependabot[bot] | 4****] | 8 |
| isobelhooper | i****r@c****m | 3 |
| Luca Mondada | 7****a | 1 |
| Karl Mayer | k****r@q****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 114
- Total pull requests: 654
- Average time to close issues: about 2 months
- Average time to close pull requests: 5 days
- Total issue authors: 17
- Total pull request authors: 16
- Average comments per issue: 0.83
- Average comments per pull request: 0.61
- Merged pull requests: 510
- Bot issues: 0
- Bot pull requests: 62
Past Year
- Issues: 34
- Pull requests: 174
- Average time to close issues: 7 days
- Average time to close pull requests: 2 days
- Issue authors: 12
- Pull request authors: 13
- Average comments per issue: 0.82
- Average comments per pull request: 0.39
- Merged pull requests: 131
- Bot issues: 0
- Bot pull requests: 16
Top Authors
Issue Authors
- cqc-alec (62)
- cqc-melf (23)
- CalMacCQ (7)
- sjdilkes (4)
- yao-cqc (4)
- ToolmanInside (2)
- vanyae-cqc (2)
- vprusso (1)
- erinaldiq (1)
- MattePalte (1)
- oneTimePad (1)
- johnchildren (1)
- rsln-s (1)
- Benny-quantinuum (1)
- ferbetanzo (1)
Pull Request Authors
- cqc-alec (235)
- cqc-melf (183)
- dependabot[bot] (62)
- CalMacCQ (54)
- yao-cqc (30)
- irfankhan10 (30)
- johnchildren (14)
- sjdilkes (14)
- mlk621-qtm (14)
- ferbetanzo (6)
- isobelhooper (5)
- aidanCQ (3)
- willsimmons1465 (1)
- khmayer01 (1)
- swhiteCQC (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 12,332 last-month
-
Total dependent packages: 3
(may contain duplicates) -
Total dependent repositories: 2
(may contain duplicates) - Total versions: 95
- Total maintainers: 4
pypi.org: pytket-quantinuum
Extension for pytket, providing access to Quantinuum backends
- Documentation: https://docs.quantinuum.com/tket/extensions/pytket-quantinuum/index.html
- License: Apache 2
-
Latest release: 0.53.0
published 11 months ago
Rankings
pypi.org: pytket-honeywell
pytket-honeywell
- Homepage: https://cqcl.github.io/pytket-quantinuum/api/
- Documentation: https://pytket-honeywell.readthedocs.io/
- License: Apache Software License
-
Latest release: 1.0.0
published almost 3 years ago
Rankings
Dependencies
- sphinx *
- sphinx_rtd_theme *
- msal *
- nest_asyncio *
- pyjwt *
- pytket *
- requests *
- types-requests *
- websockets *
- hypothesis * test
- pytest * test
- pytest-timeout * test
- requests_mock * test
- actions/checkout v3 composite
- actions/deploy-pages v1 composite
- actions/download-artifact v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- actions/upload-pages-artifact v1 composite
- pypa/gh-action-pypi-publish release/v1 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- dorny/paths-filter v2.11.1 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- atlassian/gajira-create v3.0.1 composite
- atlassian/gajira-login v3.0.1 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite