Skip to main content

This is the phono3py module.

Project description

Version Badge Downloads Badge PyPI version PyPI codecov

phono3py

A simulation package of phonon-phonon interaction related properties mainly written in python. Phono3py user documentation is found at http://phonopy.github.io/phono3py/.

Mailing list for questions

Usual phono3py questions should be sent to phonopy mailing list (https://sourceforge.net/p/phonopy/mailman/).

Dependency

See pyproject.toml.

Development

The development of phono3py is managed on the main branch of the github phono3py repository.

  • GitHub issues are the place to discuss phono3py issues.

  • GitHub pull requests are the place to request merging source code.

  • Releases are published to PyPI by pushing a v* tag, which triggers the release.yml GitHub Actions workflow (gated by a manual approval).

  • Formatting rules are found in pyproject.toml.

  • Not strictly, but VSCode's settings.json may be written like below

    "ruff.lint.args": [
        "--config=${workspaceFolder}/pyproject.toml",
    ],
    "[python]": {
        "editor.defaultFormatter": "charliermarsh.ruff",
        "editor.codeActionsOnSave": {
            "source.organizeImports": "explicit"
        }
    },
    
  • Use of pre-commit (https://pre-commit.com/) is encouraged.

    • Installed by pip install pre-commit, conda install pre_commit or see https://pre-commit.com/#install.
    • pre-commit hook is installed by pre-commit install.
    • pre-commit hook is run by pre-commit run --all-files.

Documentation

Phono3py user documentation is written using python sphinx. The source files are stored in doc directory. Please see how to write the documentation at doc/README.md.

How to run tests

Tests are written using pytest. To run tests, pytest has to be installed. The tests can be run by

% pytest

Project details


Release history Release notifications | RSS feed

This version

4.3.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phono3py-4.3.2.tar.gz (12.0 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

phono3py-4.3.2-cp314-cp314t-win_arm64.whl (452.9 kB view details)

Uploaded CPython 3.14tWindows ARM64

phono3py-4.3.2-cp314-cp314t-win_amd64.whl (484.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

phono3py-4.3.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (606.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

phono3py-4.3.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (592.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

phono3py-4.3.2-cp314-cp314t-macosx_11_0_arm64.whl (467.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

phono3py-4.3.2-cp314-cp314-win_arm64.whl (448.0 kB view details)

Uploaded CPython 3.14Windows ARM64

phono3py-4.3.2-cp314-cp314-win_amd64.whl (479.3 kB view details)

Uploaded CPython 3.14Windows x86-64

phono3py-4.3.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

phono3py-4.3.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (584.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

phono3py-4.3.2-cp314-cp314-macosx_11_0_arm64.whl (462.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

phono3py-4.3.2-cp313-cp313-win_arm64.whl (442.9 kB view details)

Uploaded CPython 3.13Windows ARM64

phono3py-4.3.2-cp313-cp313-win_amd64.whl (474.0 kB view details)

Uploaded CPython 3.13Windows x86-64

phono3py-4.3.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

phono3py-4.3.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (584.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

phono3py-4.3.2-cp313-cp313-macosx_11_0_arm64.whl (462.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

phono3py-4.3.2-cp312-cp312-win_arm64.whl (442.9 kB view details)

Uploaded CPython 3.12Windows ARM64

phono3py-4.3.2-cp312-cp312-win_amd64.whl (474.0 kB view details)

Uploaded CPython 3.12Windows x86-64

phono3py-4.3.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

phono3py-4.3.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (584.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

phono3py-4.3.2-cp312-cp312-macosx_11_0_arm64.whl (462.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

phono3py-4.3.2-cp311-cp311-win_arm64.whl (445.6 kB view details)

Uploaded CPython 3.11Windows ARM64

phono3py-4.3.2-cp311-cp311-win_amd64.whl (477.5 kB view details)

Uploaded CPython 3.11Windows x86-64

phono3py-4.3.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (603.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

phono3py-4.3.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (589.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

phono3py-4.3.2-cp311-cp311-macosx_11_0_arm64.whl (465.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

phono3py-4.3.2-cp310-cp310-win_amd64.whl (478.0 kB view details)

Uploaded CPython 3.10Windows x86-64

phono3py-4.3.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (603.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

phono3py-4.3.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (589.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

phono3py-4.3.2-cp310-cp310-macosx_11_0_arm64.whl (465.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file phono3py-4.3.2.tar.gz.

File metadata

  • Download URL: phono3py-4.3.2.tar.gz
  • Upload date:
  • Size: 12.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phono3py-4.3.2.tar.gz
Algorithm Hash digest
SHA256 565e351a1ffffb78139121fe80828018040843a61a134fbac555dc18f89cf82a
MD5 4cf18426340eddd7258ab5a0d483e30c
BLAKE2b-256 d324991bdfc659eaedc72fa3b0f496ddc3a0466acd31623e90a1b87bc08d4c8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2.tar.gz:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: phono3py-4.3.2-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 452.9 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phono3py-4.3.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 542ca9c861d2ba5b3140fb30cfa25b73e1120e36705ac5c0e8b9f324cb3d25db
MD5 405be9a153dcef45f24b68413d77246f
BLAKE2b-256 62832f0bf6a3010b69a225e8ea6bd0864d829e7d435edcac0b59098faeda8f95

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp314-cp314t-win_arm64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: phono3py-4.3.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 484.8 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phono3py-4.3.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 358a8a36ad0ff1f9d871808312797a9b6b51537d85fb1c466b76b297bb059058
MD5 e2a098cbe94c02dd6288a9c4362b86b6
BLAKE2b-256 c9b637c6882506d79a02b737a6151b3a9de73630a90a303f1cea4cb7206c78b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp314-cp314t-win_amd64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a9ecbebc485f6afb690825941e640cbb49014f9380c3096a90346a4c854e3ce
MD5 4d2fb2c6f91591300ade5f9658508045
BLAKE2b-256 e737bfdaf78006c1e9c78d95c6928112a06cf943968b83ef3bda6f0345d0a746

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31f70755a740e3e52f4b167501652c0364af399ffd7cbc625f0e8e84e23b535e
MD5 39a9c5458ee5818ccb199f3319e96bc5
BLAKE2b-256 57f320428111c18bf94c1fe268ab4ee44c3566428e05cc6da9e767edc6471f99

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 772a7e8c00e510e8f86ae84ca210b8b3cf06ebe7bb36c7ef54a48c49e829ba78
MD5 92e431a5ab3c62d3488ce0de82f1ce5c
BLAKE2b-256 520ec46a61d0476adca9fd2ba88a1fa3aeb9c45b2d5faa4e497cf3eba62e9395

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: phono3py-4.3.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 448.0 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phono3py-4.3.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2c60fc5a95eea1f136507f17a05db64d3c342f6ec73f42435fa996f0b72f83f7
MD5 57e6c32c23370161da9443b62d68385a
BLAKE2b-256 68d049ae7d92214fc0af5e93f3f18015f03ff3bc09d1f7037c7faeacdf5d7967

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp314-cp314-win_arm64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: phono3py-4.3.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 479.3 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phono3py-4.3.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 04ea9aa9adf486e76ce154b0ac1609406273511217de5f2fb5efd0e31c72f046
MD5 c4ba72838e32743a068a8a6a29d6fca9
BLAKE2b-256 46be2ada84694a05c68b376efa1c8e894e07322d9d330a0e1ed41f797e1651cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp314-cp314-win_amd64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a01740d5a153db321fb12a705cc2712f10d63d9575ed43a444de8e07b8440965
MD5 408c905323bc5bf5b0dcfa865ca94922
BLAKE2b-256 0483f319f0fb3cf6a5680bd96273366434b1c3db691d5a9e7bfd77bab31f5121

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9815ecb33139adcdff834affce903f4b9bdc468c0e3b3d5df8ed11130c12704d
MD5 f83eec41ced53cfe0d20889862f705e8
BLAKE2b-256 df398ff772bd51788f89f0f7224f0a9a790d35917b903e2fe82004422c0da3e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32f1ee0b9787c070b280522c5e82066972f4bca633c05059faad8ede1786ebcf
MD5 e5e24b6dd76c357bbbd3a249c5982b63
BLAKE2b-256 85730f0fd9375bb419db4572e777516fc7160a04488f8f2f3b6dd7c996beae77

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: phono3py-4.3.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 442.9 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phono3py-4.3.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3036c33c73fcf2d4125a43acdc20c19f254acdcf1e9cefac30792ec032c7b9aa
MD5 2bdaa29d91330d07fca88e4903f233bd
BLAKE2b-256 86c9062fbb899185b1bcd16b5bcd04999eab24d3fdbeb8b75d29453626414275

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp313-cp313-win_arm64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: phono3py-4.3.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 474.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phono3py-4.3.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e1c3ae56984e9b049676277e1a7bc50290ec65ec75414f9357d2b6d88545f31c
MD5 f37c4ad6795ccdfac6ccddae07f7b349
BLAKE2b-256 454c4f2f4f07e5804939d19245f12963e77d0d8c99a72ae24c65982a40c8362f

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp313-cp313-win_amd64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 748824066d8e39d41b2a4a7dcf339a23f0b77c9eb0979948a1a6480b57ecdb42
MD5 ee918fc66da334fcade3ea6be51be5e9
BLAKE2b-256 462e412fdf31e6fc0c6598ac0d410701a879b81ba2e3032969990c54ec7b7da9

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87bb5dbec99350f640f31edb7498f4ed9a9309a232059534c585988e75e5d6e4
MD5 3e1607c1a1437f4d5215b5f0177dd147
BLAKE2b-256 2cff7d380a323a3094e67e795b545bdceaf1714cbf69b0e823dbec28a534f83a

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9b56e0c3e706bfc46756aa4887aee7ad62c37f4ce9c237e0a2852fe755e3355
MD5 895f36dc48be865c5a1f9602f85c70e5
BLAKE2b-256 b2850690f7e0497558d01d7a2fa6d94789e1b3f2d24c834fff3e5fbc3108daca

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: phono3py-4.3.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 442.9 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phono3py-4.3.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 fb354c01890ae806be8777fd0405fbc600e8cc79fcb3b07ed33724e698310867
MD5 d7780eed55fa67c0864e2bebb4dfea0b
BLAKE2b-256 3420ff321c3fb5d17a432eda9254375029de76d1b3ae7a66d326112078a17694

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp312-cp312-win_arm64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: phono3py-4.3.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 474.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phono3py-4.3.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 75e81b1ecf3b52f729a097e8e327a1b6acd2f980898a8fb71e47ee288e3aa590
MD5 c289e3cd327d7e87dc471cc1cfb954d4
BLAKE2b-256 b9400c8403c5a3d34bad825763bc2d1876ea01fb56bca957a6df231002a0f30d

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp312-cp312-win_amd64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f762da0f7ce94fd485df372eec02f05273a0555db692977b1f220921c013930
MD5 b4024ccaea72025e751ab78cf598903a
BLAKE2b-256 943ecd7b75e00db8dae6d57adee109468955d2f136888935bd97d4fca6faa20e

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5f7e872d36be446f1441b0d282b8c82da5b56667ca54c4244a864343ccaaf73c
MD5 21e7db4bf7424a5cc26c799d1da4d6c9
BLAKE2b-256 1f0bca1e2ba5cb2142a820ec167025b7877499c5e0c10b7d2632ce6c4b71f8ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c3af58e92eb26067f1b44cfe6a3b0a97318c687c84d71ee46870c55942ed6a1
MD5 e8b144110d138ff45b29d03f1f4ad764
BLAKE2b-256 06dc460dff99c3d71e59c704349b24d9c960401a1a0dbed8c26d6c3cc37ff6f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: phono3py-4.3.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 445.6 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phono3py-4.3.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4188ed1e0d238cdde1d476804b2643db96783530812b42c31f451333ba0d3b6d
MD5 e2aac10439139a01cbb1a09130537a54
BLAKE2b-256 1d99537aaaac1f5c8617e9febf26544658efe1d42ab9b8752e57cdf5f591e169

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp311-cp311-win_arm64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: phono3py-4.3.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 477.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phono3py-4.3.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5a502832f248440bd04b8bb5cc97111b5dc4d1b55669b59b67942b16579e9ae4
MD5 a21bcfd74e91bc585b44b1b27511804d
BLAKE2b-256 8ee58d3d714af8b76999888f29841f888959251821d869d3d8b1c76ef71190ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp311-cp311-win_amd64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c237ade60dfab3c97e66496f699799d4688b9c683cc3e4692ba1e916057cc039
MD5 c9dc9fe977dc842ef97863b6c73a2b62
BLAKE2b-256 444f9c65f8a675b9969ecefa981291b722b03059b0225f1700410a2a4945de35

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bc4d4c5deb3ba77d2094f2d62905a3aa5ee652745cae292e09f4f1f379ca6d7d
MD5 e0d0cd8ecaedf7cc0c647bb7081b9c43
BLAKE2b-256 ad850c94ae73f065a73d8d28618a2e21ac7ac93064e933e08eff10a34c6ffc44

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bdc1f17d4b4691df5a64f0d5823838185d6007ca1d4ca26e948a2843a48a45ec
MD5 6074ab13e46d44717b30baa930030570
BLAKE2b-256 3c049bdbbff9757bffa58bd2d8bc9a66fcf337bc5d62e781a97c5d090d9432a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: phono3py-4.3.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 478.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phono3py-4.3.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 91209894b25d320b57ff0172d099a86379577d02fc63e0530710d47a3be16b4e
MD5 c262b887cf458048dda0b528ac36630a
BLAKE2b-256 88dfe21051c4be2a00ce1657297a22bd0c606e0831e71c187fc6c04fd3d24631

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp310-cp310-win_amd64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1bd7e754932a234f9c278a0008d5f784ff51d9879e3a8e113d7dacbb56707506
MD5 1d8ca9607590f0bcb0464fbd9a444b03
BLAKE2b-256 8966fddfb52207738381b44f212798bed78dfc40c4ab9aaa18a7eb0659dff8c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac4386e2894d618d01bebb3487013e6fd2171e8a975a3664b98df3f60b9d1ea4
MD5 293c8f010a452f5c5858e4630ae25811
BLAKE2b-256 29986d8b0cd4b3911b9147f7732f7169038d1b2a07f6af7320c8b0450831eb81

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phono3py-4.3.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f23d425bac5e58074b8fcbb85b5612c6d88de59a06bc93e1164930b120b3f022
MD5 097664e2efee62233f1881b4e2524b99
BLAKE2b-256 c9a02620f5d302e23fb5a473d7cfd9cf064dbe1b5474388f79b126caaa7cc654

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on phonopy/phono3py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page