Name | pytket JSON |
Version |
1.40.0
JSON |
| download |
home_page | None |
Summary | Quantum computing toolkit and interface to the TKET compiler |
upload_time | 2025-02-03 15:36:43 |
maintainer | None |
docs_url | None |
author | TKET development team |
requires_python | >=3.10 |
license | Apache 2 |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Pytket is a python module for interfacing with TKET, a quantum computing toolkit and optimising compiler developed by [Quantinuum](https://www.quantinuum.com/). In addition to pytket there are several pytket extension modules for accessing a range of quantum hardware and classical simulators. The extension modules also allow circuit conversion between several widely used quantum software tools including qiskit, cirq and pennylane.
The source code for the TKET compiler can be found in [this github repository](https://github.com/CQCL/tket).
## Installation
Installation is supported for Linux, MacOS and Windows. Installation requires python 3.10, 3.11, 3.12 or 3.13.
To install run the pip command:
`` pip install pytket``
See [Installation troubleshooting](https://docs.quantinuum.com/tket/api-docs/install.html) for help with installation.
To install the pytket extension modules add a hyphen and the extension name to the command:
`` pip install pytket-quantinuum ``
For a list of pytket extensions see this page: https://docs.quantinuum.com/tket/api-docs/extensions.
_Warning._ There is a [known issue](https://github.com/CQCL/tket/issues/926)
with installing pytket in a conda environment on MacOS: you may not be able to
install versions more recent then 1.11.0. The only known remedy is to use an
official Python distribution instead.
## Documentation and Examples
API reference: https://docs.quantinuum.com/tket/api-docs/
To get started using pytket see the [user guide](https://docs.quantinuum.com/tket/user-guide/).
## Support and Discussion
For bugs and feature requests we recommend creating an issue on the [github repository](https://github.com/CQCL/tket).
User support: tket-support@quantinuum.com
For discussion, join the public slack channel [here](https://join.slack.com/t/tketusers/shared_invite/zt-18qmsamj9-UqQFVdkRzxnXCcKtcarLRA).
There is also a [pytket tag](https://quantumcomputing.stackexchange.com/questions/tagged/pytket) on quantum computing stack exchange.
Mailing list: join [here](https://list.cambridgequantum.com/cgi-bin/mailman/listinfo/tket-users).
## Citation
If you wish to cite TKET in any academic publications, we generally recommend citing our [software overview](https://arxiv.org/abs/2003.10611) paper for most cases.
If your work is on the topic of specific compilation tasks, it may be more appropriate to cite one of our other papers:
- "On the qubit routing problem" for qubit placement (a.k.a. allocation) and routing (a.k.a. swap network insertion, connectivity solving). https://arxiv.org/abs/1902.08091 .
- "Phase Gadget Synthesis for Shallow Circuits" for representing exponentiated Pauli operators in the ZX calculus and their circuit decompositions. https://arxiv.org/abs/1906.01734 .
- "A Generic Compilation Strategy for the Unitary Coupled Cluster Ansatz" for sequencing of terms in Trotterisation and Pauli diagonalisation. https://arxiv.org/abs/2007.10515 .
Raw data
{
"_id": null,
"home_page": null,
"name": "pytket",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "TKET development team",
"author_email": "tket-support@quantinuum.com",
"download_url": null,
"platform": null,
"description": "Pytket is a python module for interfacing with TKET, a quantum computing toolkit and optimising compiler developed by [Quantinuum](https://www.quantinuum.com/). In addition to pytket there are several pytket extension modules for accessing a range of quantum hardware and classical simulators. The extension modules also allow circuit conversion between several widely used quantum software tools including qiskit, cirq and pennylane.\n\nThe source code for the TKET compiler can be found in [this github repository](https://github.com/CQCL/tket).\n\n## Installation\n\nInstallation is supported for Linux, MacOS and Windows. Installation requires python 3.10, 3.11, 3.12 or 3.13.\n\nTo install run the pip command: \n\n`` pip install pytket``\n\nSee [Installation troubleshooting](https://docs.quantinuum.com/tket/api-docs/install.html) for help with installation.\n\nTo install the pytket extension modules add a hyphen and the extension name to the command:\n\n`` pip install pytket-quantinuum ``\n\nFor a list of pytket extensions see this page: https://docs.quantinuum.com/tket/api-docs/extensions.\n\n_Warning._ There is a [known issue](https://github.com/CQCL/tket/issues/926)\nwith installing pytket in a conda environment on MacOS: you may not be able to\ninstall versions more recent then 1.11.0. The only known remedy is to use an\nofficial Python distribution instead.\n\n## Documentation and Examples\n\nAPI reference: https://docs.quantinuum.com/tket/api-docs/\n\nTo get started using pytket see the [user guide](https://docs.quantinuum.com/tket/user-guide/).\n\n## Support and Discussion\n\nFor bugs and feature requests we recommend creating an issue on the [github repository](https://github.com/CQCL/tket).\n\nUser support: tket-support@quantinuum.com\n\nFor discussion, join the public slack channel [here](https://join.slack.com/t/tketusers/shared_invite/zt-18qmsamj9-UqQFVdkRzxnXCcKtcarLRA).\n\nThere is also a [pytket tag](https://quantumcomputing.stackexchange.com/questions/tagged/pytket) on quantum computing stack exchange.\n\nMailing list: join [here](https://list.cambridgequantum.com/cgi-bin/mailman/listinfo/tket-users).\n\n## Citation\n\nIf you wish to cite TKET in any academic publications, we generally recommend citing our [software overview](https://arxiv.org/abs/2003.10611) paper for most cases.\n\nIf your work is on the topic of specific compilation tasks, it may be more appropriate to cite one of our other papers:\n\n- \"On the qubit routing problem\" for qubit placement (a.k.a. allocation) and routing (a.k.a. swap network insertion, connectivity solving). https://arxiv.org/abs/1902.08091 .\n- \"Phase Gadget Synthesis for Shallow Circuits\" for representing exponentiated Pauli operators in the ZX calculus and their circuit decompositions. https://arxiv.org/abs/1906.01734 .\n- \"A Generic Compilation Strategy for the Unitary Coupled Cluster Ansatz\" for sequencing of terms in Trotterisation and Pauli diagonalisation. https://arxiv.org/abs/2007.10515 .\n",
"bugtrack_url": null,
"license": "Apache 2",
"summary": "Quantum computing toolkit and interface to the TKET compiler",
"version": "1.40.0",
"project_urls": {
"Documentation": "https://docs.quantinuum.com/tket/api-docs/",
"Source": "https://github.com/CQCL/tket",
"Tracker": "https://github.com/CQCL/tket/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3b6d5aabd7e09e097f7d8b5c7dc0c91f888a76e1b66929cbb1b1f718cc1d2f1a",
"md5": "413b39ba6e33f223db440d3b90b40c32",
"sha256": "0af69e2e2e87dfec6a71ed808c7e3df83e39765bd263e5b5a7d64fba5bdcbbc4"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp310-cp310-macosx_13_0_arm64.whl",
"has_sig": false,
"md5_digest": "413b39ba6e33f223db440d3b90b40c32",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 6093711,
"upload_time": "2025-02-03T15:36:43",
"upload_time_iso_8601": "2025-02-03T15:36:43.293412Z",
"url": "https://files.pythonhosted.org/packages/3b/6d/5aabd7e09e097f7d8b5c7dc0c91f888a76e1b66929cbb1b1f718cc1d2f1a/pytket-1.40.0-cp310-cp310-macosx_13_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "21ee1bda1e3c1c6034695b95a9370130953066f9e5fd5998d5f4a9ae7996f213",
"md5": "2ca4aadb6cda5ccdd9bd3bb5e090bc2b",
"sha256": "5e1deff91a81c27ecc02bcd9793ce9739addcce86c597befdb9f061a93d02d6c"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp310-cp310-macosx_13_0_x86_64.whl",
"has_sig": false,
"md5_digest": "2ca4aadb6cda5ccdd9bd3bb5e090bc2b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 6840271,
"upload_time": "2025-02-03T15:36:46",
"upload_time_iso_8601": "2025-02-03T15:36:46.306856Z",
"url": "https://files.pythonhosted.org/packages/21/ee/1bda1e3c1c6034695b95a9370130953066f9e5fd5998d5f4a9ae7996f213/pytket-1.40.0-cp310-cp310-macosx_13_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "96f65245d82984bd3c4eeecdb1df0202ee2311fbcc45f9bdb23f6ff7542996d7",
"md5": "8359e1760a08c3904e594763120a7611",
"sha256": "bb721b9d9c59a0373b5755734c2f206ec9b46d746bdc9a0c7ba5f5687ee39fb2"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "8359e1760a08c3904e594763120a7611",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 7736851,
"upload_time": "2025-02-03T15:36:48",
"upload_time_iso_8601": "2025-02-03T15:36:48.472378Z",
"url": "https://files.pythonhosted.org/packages/96/f6/5245d82984bd3c4eeecdb1df0202ee2311fbcc45f9bdb23f6ff7542996d7/pytket-1.40.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aaac06168ee5254348cc2120811bb327309979625ae0024cd1a0039666ab29b8",
"md5": "19385e186b2147fbd114da7de6ef722f",
"sha256": "267ae90b371b825f9bb24e2480233820ca4aa0d6ac46c6cca172c216884669b0"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "19385e186b2147fbd114da7de6ef722f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 8381516,
"upload_time": "2025-02-03T15:36:50",
"upload_time_iso_8601": "2025-02-03T15:36:50.711212Z",
"url": "https://files.pythonhosted.org/packages/aa/ac/06168ee5254348cc2120811bb327309979625ae0024cd1a0039666ab29b8/pytket-1.40.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2ae8d312ab95d43be671dafe5448645bae2a1370d4aaa5fd7a6a8a8f94d13b14",
"md5": "24fb32aa5cd7f42de395f75a77e39992",
"sha256": "607be6dafe8ea15eed6fbeec69dc145f869a8e813f1af1e035c76ec4e3e5ce4b"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "24fb32aa5cd7f42de395f75a77e39992",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 8604974,
"upload_time": "2025-02-03T15:36:56",
"upload_time_iso_8601": "2025-02-03T15:36:56.916286Z",
"url": "https://files.pythonhosted.org/packages/2a/e8/d312ab95d43be671dafe5448645bae2a1370d4aaa5fd7a6a8a8f94d13b14/pytket-1.40.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b5b25f76fdd1cc33fa48a2498376eb5b5d1e47ca642eafe99a3cde7c813409ff",
"md5": "8eea8f0adf9fa7d6330407d5255e559c",
"sha256": "528dae0e2c7d690679cbf5c284402134aa4db81c013b8211101ec1d2414cae6a"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp311-cp311-macosx_13_0_arm64.whl",
"has_sig": false,
"md5_digest": "8eea8f0adf9fa7d6330407d5255e559c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 6108834,
"upload_time": "2025-02-03T15:37:00",
"upload_time_iso_8601": "2025-02-03T15:37:00.616714Z",
"url": "https://files.pythonhosted.org/packages/b5/b2/5f76fdd1cc33fa48a2498376eb5b5d1e47ca642eafe99a3cde7c813409ff/pytket-1.40.0-cp311-cp311-macosx_13_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5dabd22bdd954f37b870bd7df06925e8246321fddfec28f3822d59a2973ec9c9",
"md5": "89485abb0351ab4c0c07a6d5ac345c84",
"sha256": "1a24eb4003f48149f969763af55e990f03f437dee206eda3effacefe3498b202"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp311-cp311-macosx_13_0_x86_64.whl",
"has_sig": false,
"md5_digest": "89485abb0351ab4c0c07a6d5ac345c84",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 6858208,
"upload_time": "2025-02-03T15:37:03",
"upload_time_iso_8601": "2025-02-03T15:37:03.623384Z",
"url": "https://files.pythonhosted.org/packages/5d/ab/d22bdd954f37b870bd7df06925e8246321fddfec28f3822d59a2973ec9c9/pytket-1.40.0-cp311-cp311-macosx_13_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bf2b84f7341043f38a9514c687f931d53e5fd86984f892912c95d7b3a13fda19",
"md5": "04d8c1619837c0936bbce1c1a8003ea0",
"sha256": "3a8ea88edebefd9ac93b44eaa4ba3ef42c0258a050af4050bc4acc5a175deae5"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "04d8c1619837c0936bbce1c1a8003ea0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 7747118,
"upload_time": "2025-02-03T15:37:05",
"upload_time_iso_8601": "2025-02-03T15:37:05.803465Z",
"url": "https://files.pythonhosted.org/packages/bf/2b/84f7341043f38a9514c687f931d53e5fd86984f892912c95d7b3a13fda19/pytket-1.40.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "14714b9420dd98019519a879fdbfa644477e47e643a8a9c5e5cc636d108574e1",
"md5": "8c10e708a8ad7113ca34e6aeb6b4d080",
"sha256": "c9c5f6c94853be76cf5d717e1c467a3cad9ae6075011e6e75f5aa7e263130ae4"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "8c10e708a8ad7113ca34e6aeb6b4d080",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 8391400,
"upload_time": "2025-02-03T15:37:07",
"upload_time_iso_8601": "2025-02-03T15:37:07.932256Z",
"url": "https://files.pythonhosted.org/packages/14/71/4b9420dd98019519a879fdbfa644477e47e643a8a9c5e5cc636d108574e1/pytket-1.40.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c0411127de6dd0445da778e58fdce17066d7d5a17658a9b60abf4f5ca0d4aa3c",
"md5": "dd2124a68aeb35fb48bff18971281c8f",
"sha256": "f9982a2899a23dead93a39d6e9defdb42ab275aab4ce0419290a6e3178c3df58"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "dd2124a68aeb35fb48bff18971281c8f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 8618851,
"upload_time": "2025-02-03T15:37:10",
"upload_time_iso_8601": "2025-02-03T15:37:10.437968Z",
"url": "https://files.pythonhosted.org/packages/c0/41/1127de6dd0445da778e58fdce17066d7d5a17658a9b60abf4f5ca0d4aa3c/pytket-1.40.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "571184cfaf66518870661a5e8df7b475129ceef69115b5dddd993f5bc8bb93ad",
"md5": "89c21eaebdb543127b77fc6997877a37",
"sha256": "17fc81ade52c3ecc85ee0f424d44112cceaa3179a22ad2798d74b7d98af6cf66"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp312-cp312-macosx_13_0_arm64.whl",
"has_sig": false,
"md5_digest": "89c21eaebdb543127b77fc6997877a37",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 6317849,
"upload_time": "2025-02-03T15:37:12",
"upload_time_iso_8601": "2025-02-03T15:37:12.999871Z",
"url": "https://files.pythonhosted.org/packages/57/11/84cfaf66518870661a5e8df7b475129ceef69115b5dddd993f5bc8bb93ad/pytket-1.40.0-cp312-cp312-macosx_13_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "47fd4957794b0f2206d6ab168ac22a8d239719e81e20a4a79b1088249e6f0536",
"md5": "f04ce143ca3261f26e3470804cdfa47b",
"sha256": "bfd98abd550310e36aa51dbf7800255f1467537f86ecd1ef9d12ce218b1561ee"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp312-cp312-macosx_13_0_x86_64.whl",
"has_sig": false,
"md5_digest": "f04ce143ca3261f26e3470804cdfa47b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 7093407,
"upload_time": "2025-02-03T15:37:15",
"upload_time_iso_8601": "2025-02-03T15:37:15.771560Z",
"url": "https://files.pythonhosted.org/packages/47/fd/4957794b0f2206d6ab168ac22a8d239719e81e20a4a79b1088249e6f0536/pytket-1.40.0-cp312-cp312-macosx_13_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "21aa7616737383e21f9ff5b4306f3672c363252a14f710dcb2208bccfeaff222",
"md5": "5365fbaeec615dfaf2b43d523c5707fc",
"sha256": "a84c849636ae9d7e2fcf1da9678107254a6308f39135eae341a77a6155f36590"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "5365fbaeec615dfaf2b43d523c5707fc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 7744395,
"upload_time": "2025-02-03T15:37:18",
"upload_time_iso_8601": "2025-02-03T15:37:18.359193Z",
"url": "https://files.pythonhosted.org/packages/21/aa/7616737383e21f9ff5b4306f3672c363252a14f710dcb2208bccfeaff222/pytket-1.40.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f0307ff484d74a0c8a7780aa437ce08f36610c27c42a8950fdf5eac96ed6985b",
"md5": "0f2066c24404fccdb11cd1e77da875c1",
"sha256": "6ea0470ce54a6ef79b7e4c64a64adb69987d9dea2a1f536dfeb9ba582b545e68"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "0f2066c24404fccdb11cd1e77da875c1",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 8389224,
"upload_time": "2025-02-03T15:37:21",
"upload_time_iso_8601": "2025-02-03T15:37:21.407440Z",
"url": "https://files.pythonhosted.org/packages/f0/30/7ff484d74a0c8a7780aa437ce08f36610c27c42a8950fdf5eac96ed6985b/pytket-1.40.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e7c0752832dd6528e0da712b3249b337b71d7192711df05c56b1665fe6cc8c15",
"md5": "8006c6ac13a60ea24f32b0d96ad9dbfa",
"sha256": "70cbb30d8eb37d062e9e5697128897c7fb967138ca13e72941d826796686ef0b"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "8006c6ac13a60ea24f32b0d96ad9dbfa",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 8629315,
"upload_time": "2025-02-03T15:37:24",
"upload_time_iso_8601": "2025-02-03T15:37:24.012812Z",
"url": "https://files.pythonhosted.org/packages/e7/c0/752832dd6528e0da712b3249b337b71d7192711df05c56b1665fe6cc8c15/pytket-1.40.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "edb9d43345ab1b6230c235da32d9ff3aa8dfa3025fa8945281739c9b3c0d8dc4",
"md5": "ac1e40e2c1ca7340688cbfaf52573933",
"sha256": "ea1981ce1d267a0d1038f21d461aed42c99f16529e9834ec55548eb95f2969f9"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp313-cp313-macosx_13_0_arm64.whl",
"has_sig": false,
"md5_digest": "ac1e40e2c1ca7340688cbfaf52573933",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 6318998,
"upload_time": "2025-02-03T15:37:27",
"upload_time_iso_8601": "2025-02-03T15:37:27.419259Z",
"url": "https://files.pythonhosted.org/packages/ed/b9/d43345ab1b6230c235da32d9ff3aa8dfa3025fa8945281739c9b3c0d8dc4/pytket-1.40.0-cp313-cp313-macosx_13_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8b246e46f29081c0c2310e5e21ff7b95f8eff057d5d3bdb4a1f42995ba5717da",
"md5": "336e094f8a7183fea819608fbfc3bb7a",
"sha256": "5577e6b8d1ae1ba8a7fcdecad8a9075edf353e46c0f71bee221477683c57fbbd"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp313-cp313-macosx_13_0_x86_64.whl",
"has_sig": false,
"md5_digest": "336e094f8a7183fea819608fbfc3bb7a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 7094774,
"upload_time": "2025-02-03T15:37:29",
"upload_time_iso_8601": "2025-02-03T15:37:29.921852Z",
"url": "https://files.pythonhosted.org/packages/8b/24/6e46f29081c0c2310e5e21ff7b95f8eff057d5d3bdb4a1f42995ba5717da/pytket-1.40.0-cp313-cp313-macosx_13_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "73d67355db7704e04a0d61a7ff5feaa4a2fff61599b3d75922f67422ae40a40c",
"md5": "79d498f7795fd14a81db65bacf3d4113",
"sha256": "7d7d284adf23d7c22098e0d2a14c9b597362583a4cccd1b93abf43eed3b14b9f"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "79d498f7795fd14a81db65bacf3d4113",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 7744911,
"upload_time": "2025-02-03T15:37:32",
"upload_time_iso_8601": "2025-02-03T15:37:32.404101Z",
"url": "https://files.pythonhosted.org/packages/73/d6/7355db7704e04a0d61a7ff5feaa4a2fff61599b3d75922f67422ae40a40c/pytket-1.40.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f678908d33b38e3a1299253ac0b04b08f47e24bd756f7c6cac4c7ac59a9945ff",
"md5": "9fcdc5117ca03a5f48fb20039170eb6e",
"sha256": "fffe8f8ce648efe2b94fadfca26da39bb89add8ed5634d03a1574d9f53a1fdf8"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "9fcdc5117ca03a5f48fb20039170eb6e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 8389888,
"upload_time": "2025-02-03T15:37:34",
"upload_time_iso_8601": "2025-02-03T15:37:34.649178Z",
"url": "https://files.pythonhosted.org/packages/f6/78/908d33b38e3a1299253ac0b04b08f47e24bd756f7c6cac4c7ac59a9945ff/pytket-1.40.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "90ad7a94ee82f2f15635be60c20226853bf14ca9cc95f8f1d6d2ebc66e846415",
"md5": "5f7dc2d734106b980dfa76421910f6df",
"sha256": "1b45b4367a4389486835d9ab5665cf651c27dbca582b8d328081dae28780376e"
},
"downloads": -1,
"filename": "pytket-1.40.0-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "5f7dc2d734106b980dfa76421910f6df",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 8629436,
"upload_time": "2025-02-03T15:37:37",
"upload_time_iso_8601": "2025-02-03T15:37:37.515082Z",
"url": "https://files.pythonhosted.org/packages/90/ad/7a94ee82f2f15635be60c20226853bf14ca9cc95f8f1d6d2ebc66e846415/pytket-1.40.0-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-03 15:36:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "CQCL",
"github_project": "tket",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pytket"
}