PyQED is open-source research software for light–matter interactions, quantum dynamics, spectroscopy, open quantum systems, and electronic-structure workflows. The project combines reusable Python APIs with executable research examples and validation paths.
Project website: https://pyqed.org/
Documentation: https://docs.pyqed.org/
Issue tracker: https://github.com/binggu56/pyqed/issues
Project status
PyQED is active research software. Interfaces and numerical workflows have different maturity levels, and some are experimental. Consult the capability status before selecting a method for production work. A passing example or benchmark is evidence for the documented case, not a guarantee for every model or parameter regime.
Installation
Install a published release from PyPI:
python -m pip install pyqed
For the current bg development branch:
git clone --branch bg https://github.com/binggu56/pyqed.git
cd pyqed
python -m pip install -e .
Published releases provide platform wheels containing the production qchem accelerators. Source installs build the same required accelerators by default and therefore need a supported C/C++ toolchain. Verify an installation with:
python -m pyqed.qchem.check_install
The slow pure-Python integral implementation is an explicit reference/debug mode; see the installation guide for its source-build and runtime settings.
Use documentation from the same release or commit as the installed code. See the installation guide for verification and optional-dependency guidance.
Five-minute calculation
This native, small-basis RHF calculation does not require PySCF:
from pyqed.qchem import Molecule
mol = Molecule(
atom="H 0 0 0; H 0 0 0.74",
unit="angstrom",
basis="sto-3g",
)
mol.build(eri="auto")
mf = mol.RHF().run()
print("converged:", mf.converged)
print("RHF energy:", mf.e_tot)
Continue with the quickstart and the examples gallery.
Lattice-gauge pilot
pyqed.lgt contains a one-dimensional Schwinger-model pilot with compact quantum links and Wilson-line-dressed Fourier-DVR hopping. The alternating matter/link MPS represents every local Gauss law as a component of one additive vector quantum number, so the symmetric DMRG calculation needs no finite penalty. Reproduce the ED/MPS comparison and scaling figures with:
PYTHONPATH=. python examples/lgt/alternating_wilson_dvr_mps.py
The channel-targeted real-time calculation extracts M_V and M_S without a multiroot state-averaged sweep:
PYTHONPATH=. python examples/lgt/channel_targeted_mv_ms_mps.py
The Gauss-resolved MPO is rounded sector by sector before DMRG/TDVP, avoiding the redundant sum-of-products bond without mixing gauge sectors. For the larger N=7 physical-ED flux-convergence reference, run:
PYTHONPATH=. python examples/lgt/dynamical_schwinger_dvr.py --npts 7
Development
Run focused tests from the repository root:
PYTHONPATH=. python -m pytest tests/test_rhf.py -q
Build the documentation with warnings treated as errors:
python -m pip install -r docs/requirements.txt
python -m sphinx -W --keep-going -b html docs/source /tmp/pyqed-docs
Read CONTRIBUTING.md before proposing changes. Scientific changes should include a focused test or reproducible benchmark and document units, conventions, dependencies, and references.
Citing PyQED
Use the metadata in CITATION.cff and record the exact PyQED release or Git commit used. No project DOI is asserted until one appears in an archived release. See the citation guide for a reproducibility checklist.
License
PyQED is distributed under the MIT License. See LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyqed-0.3.0.tar.gz.
File metadata
- Download URL: pyqed-0.3.0.tar.gz
- Upload date:
- Size: 29.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4434a34596bde4270cb195c64685ec02edaea9270d585502fdda8b76984546da
|
|
| MD5 |
c6a1ea54e3b82224749ff27accc4e35a
|
|
| BLAKE2b-256 |
1b8376ab97d6707140b2816cbd190cd67d125a4cb7963f4906abcfc8d3a42452
|
Provenance
The following attestation bundles were made for pyqed-0.3.0.tar.gz:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0.tar.gz -
Subject digest:
4434a34596bde4270cb195c64685ec02edaea9270d585502fdda8b76984546da - Sigstore transparency entry: 2687011716
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 31.5 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f89ec9fe558a844a4f3726b255cfdc3559a447829925ad637f7f3a02d84384cd
|
|
| MD5 |
7ace5deea3b03755dc57c7b5bb5a14fe
|
|
| BLAKE2b-256 |
8a8bb46ee318578e8b250e4457b212a615b32a0039c776442d1074987e51a1c8
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp313-cp313-win_amd64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp313-cp313-win_amd64.whl -
Subject digest:
f89ec9fe558a844a4f3726b255cfdc3559a447829925ad637f7f3a02d84384cd - Sigstore transparency entry: 2687011993
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 44.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f712bbf35f38ab9b942381a6a8fd3eb2dd4edcbdb55f71b6ff2d96340ff98dc
|
|
| MD5 |
5e7b9f59a84c7ab5ef3cb5c683bd5885
|
|
| BLAKE2b-256 |
872b83cbba46a80275d78a39414ec5191bca89b1b7bb7008b9d02d92f898c827
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
2f712bbf35f38ab9b942381a6a8fd3eb2dd4edcbdb55f71b6ff2d96340ff98dc - Sigstore transparency entry: 2687012105
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 31.8 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56fb59f6a3131440c4f6bd41bcf3e714a6af584adf6f83437640f293366d95d0
|
|
| MD5 |
fdd1a438ead5dd3f37048223d1562a94
|
|
| BLAKE2b-256 |
75c0ffb730e09b04f0e6e81a0dcc587c05eeec1369cf6314041ae42a44684b16
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
56fb59f6a3131440c4f6bd41bcf3e714a6af584adf6f83437640f293366d95d0 - Sigstore transparency entry: 2687011762
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 32.3 MB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
728e653cad360be7b8aea58343ec39ef1c1dc38db93d2dc4cef090816d7ad04a
|
|
| MD5 |
cb6448e43eca4613e398a64ea821dce9
|
|
| BLAKE2b-256 |
891fa905690bbd216c0d0408c31211374d62d8f641e3b3b5f9c87a8fc3dca4d4
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl -
Subject digest:
728e653cad360be7b8aea58343ec39ef1c1dc38db93d2dc4cef090816d7ad04a - Sigstore transparency entry: 2687011929
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 31.5 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b684fce88bc0afa7c8f6596b4ec57f83a298e9ecc89b12180f5e5ab78a592ea
|
|
| MD5 |
836100c8c3e51b43bf38a8fd0b81f185
|
|
| BLAKE2b-256 |
8faf0c1648585203d4fd469ebada2bdad0e3fada9010b12717f2699dbbc17bbb
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp312-cp312-win_amd64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp312-cp312-win_amd64.whl -
Subject digest:
2b684fce88bc0afa7c8f6596b4ec57f83a298e9ecc89b12180f5e5ab78a592ea - Sigstore transparency entry: 2687011946
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 44.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db55fbdc58377ea49539a5d23d0ab210df3fa4bf4f6d59086af94a76bfd13599
|
|
| MD5 |
ad47442e164008c16f80af144e0aaf80
|
|
| BLAKE2b-256 |
c6772abbe8a653c5270bcb6f7cec3f773e468f7c59454a1d1f6207ff7a854751
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
db55fbdc58377ea49539a5d23d0ab210df3fa4bf4f6d59086af94a76bfd13599 - Sigstore transparency entry: 2687011849
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 31.8 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f67ca3dba25c4f8a2ba0bc8270876b422ac79f6174576b2f8924ad5210ec1d27
|
|
| MD5 |
0a5cfd8424de9996ffaaebc8a3a21e24
|
|
| BLAKE2b-256 |
582f368c1ebb79d7776a81d828a753e9c6ea1a09866fdb0717037fca102a5091
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
f67ca3dba25c4f8a2ba0bc8270876b422ac79f6174576b2f8924ad5210ec1d27 - Sigstore transparency entry: 2687011794
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 32.3 MB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cf5ece44a96b8b6aabf73f01fc1092baf949d242cd48f2d70fa9f531394fb54
|
|
| MD5 |
e0b84cbada824b6f4c72a973f96bd1e5
|
|
| BLAKE2b-256 |
2588322d364842c5e42207db0fe3a8d434d3ae0546fed36203fb5c48dcf7e3b7
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl -
Subject digest:
6cf5ece44a96b8b6aabf73f01fc1092baf949d242cd48f2d70fa9f531394fb54 - Sigstore transparency entry: 2687012047
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 31.5 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6105872f4f50853fe865de5a2aaf56a798e6cdb5e322fdc59cd1b934300e044b
|
|
| MD5 |
be962d4d0a43e0951d503147eb1aaf75
|
|
| BLAKE2b-256 |
90b4624cd8b007ac4e0765c2ea61fcfb19f13e60504861e873a62b71c0c1c1a8
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp311-cp311-win_amd64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp311-cp311-win_amd64.whl -
Subject digest:
6105872f4f50853fe865de5a2aaf56a798e6cdb5e322fdc59cd1b934300e044b - Sigstore transparency entry: 2687011894
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 44.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4ae3464a441154cb6dc447429de91eac2665f2affbfc28f9025fe39d380b212
|
|
| MD5 |
8da175fb62d31ba9f71eafc298d3fa91
|
|
| BLAKE2b-256 |
ee1432cf9e573ce8b5b634595a982e3f1b97fc8ea2b0f32cc8d8e91a3dae822b
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
a4ae3464a441154cb6dc447429de91eac2665f2affbfc28f9025fe39d380b212 - Sigstore transparency entry: 2687012022
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 31.8 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81f770d5a5caa32f8fae1e4f4aabbb05ee0fb63c6ae2e7a3e2156ee8ee8292b0
|
|
| MD5 |
208b112dda870cf11e782445d4e2813e
|
|
| BLAKE2b-256 |
f7eabee1d410808ea3994e1eebf94c741531022769cecdf808b743b923358fc6
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
81f770d5a5caa32f8fae1e4f4aabbb05ee0fb63c6ae2e7a3e2156ee8ee8292b0 - Sigstore transparency entry: 2687012138
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 32.4 MB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83f18e3108a889356f9e0a970ab5d5d93cbab98af2fe0caf20cb55a7cb5b35b1
|
|
| MD5 |
fb653dcd477ef7dbb299b762f726b7b9
|
|
| BLAKE2b-256 |
3c452967e269d489cd02713780f5e84a21120303373a804062b77c6d48e09a58
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl -
Subject digest:
83f18e3108a889356f9e0a970ab5d5d93cbab98af2fe0caf20cb55a7cb5b35b1 - Sigstore transparency entry: 2687012203
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 31.5 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64d17dece15b289f702e3a15d472de61685da7f80a8d1e758199222d67de5f90
|
|
| MD5 |
1f73ca05ebe6c04a62ae42da355b7b4e
|
|
| BLAKE2b-256 |
ea277e5dcc3babf9fe0112fbf6fe05c2d321039cd0a7bf62110db920db7915c2
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp310-cp310-win_amd64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp310-cp310-win_amd64.whl -
Subject digest:
64d17dece15b289f702e3a15d472de61685da7f80a8d1e758199222d67de5f90 - Sigstore transparency entry: 2687012078
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 44.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5f9f3c1d5ddf8f9e7b6aa909008c06629b8e83af3410ddfddcdb29fb7b01304
|
|
| MD5 |
39abf59248fc02bad95880277dc4a15b
|
|
| BLAKE2b-256 |
5f4ab44c326bab25b0cc78f71401891840e28dd433533a6307d31618f3dfc749
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
a5f9f3c1d5ddf8f9e7b6aa909008c06629b8e83af3410ddfddcdb29fb7b01304 - Sigstore transparency entry: 2687011973
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 31.8 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1877404bff00746a7bc9c88b6f2045d1faeb4185c9e61411c8bb9bea4dd3dc1
|
|
| MD5 |
8164c55708e7f853db4376fff358a783
|
|
| BLAKE2b-256 |
ed8b9443fe1af94f15062c2978a03fa7754aac01d6382aa2c0cbd4282dd4fbc4
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
d1877404bff00746a7bc9c88b6f2045d1faeb4185c9e61411c8bb9bea4dd3dc1 - Sigstore transparency entry: 2687012157
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqed-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: pyqed-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 32.4 MB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
993e63763f72ac12e4d73d9a92d927cf78737e7c33ab6a936e554c4e2b6c1cf0
|
|
| MD5 |
3ca1b399b1ec0203cee8c668c2ec9bcb
|
|
| BLAKE2b-256 |
88f0c790ab137d1428d744be82a22584f519108a6a6dffa0844a4af90fcaadce
|
Provenance
The following attestation bundles were made for pyqed-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl:
Publisher:
release.yml on binggu56/pyqed
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqed-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl -
Subject digest:
993e63763f72ac12e4d73d9a92d927cf78737e7c33ab6a936e554c4e2b6c1cf0 - Sigstore transparency entry: 2687012185
- Sigstore integration time:
-
Permalink:
binggu56/pyqed@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/binggu56
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6a5bae385bed7734d0c666b6b930ea13aca60b36 -
Trigger Event:
push
-
Statement type: