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.3

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.3.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.3-cp314-cp314t-win_arm64.whl (452.9 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

phono3py-4.3.3-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.3-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.3-cp314-cp314t-macosx_11_0_arm64.whl (467.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

phono3py-4.3.3-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.3-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.3-cp314-cp314-macosx_11_0_arm64.whl (462.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

phono3py-4.3.3-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.3-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.3-cp313-cp313-macosx_11_0_arm64.whl (462.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

phono3py-4.3.3-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.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (462.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

phono3py-4.3.3-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.3-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.3-cp311-cp311-macosx_11_0_arm64.whl (465.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

phono3py-4.3.3-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.3-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.3-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.3.tar.gz.

File metadata

  • Download URL: phono3py-4.3.3.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.3.tar.gz
Algorithm Hash digest
SHA256 fb71d07711aca4e2b43361264e6b9353a0de7c3945ed2e6cf90fe8c21501b030
MD5 dddd847c45ea51b39ae84b7cc7a034bd
BLAKE2b-256 404f6dcb69e93edfef5c1b3466addd7001476b95cc4a14eca97fefe54e6ce7de

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3.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.3-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: phono3py-4.3.3-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.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 3e51660cde2a5f28495e3e296bc23e3f09a628b16d288d141b625e548b27672a
MD5 28d59178ea63aa5cf021770be51ea746
BLAKE2b-256 08d90af5ccfb59f526db0ce7b31a86a2417955ee48e5c6aaa1dec5693bebbb84

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: phono3py-4.3.3-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.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a3fe3a9d71760ae3d8656bf20d792eb66f3c8a333fbc34e23b1b3e896cbe2f33
MD5 4c30a03d7b4f82eb0769117441e4c741
BLAKE2b-256 32096296f122aac5b37d30357b0cd1b723509175e8afd44abddb7662dfc92bd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d580702eff08728fef7068e9106857c708cebba807026d97ae1af1b684508d2f
MD5 50c7bd8dcfc485e228e2b7b30b0108eb
BLAKE2b-256 ebc7bb289a258b2712ed656179b63554fd230cd5eb8e012435ab662ce6b1ee35

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f49f84bec3fb1d7727449ee798483237826b2a3238403ffd3c633953b183bc71
MD5 14eaacd4a1d87e616e1443ecd22a85af
BLAKE2b-256 1983dc0622adfe587c43c947e22d35f8bb4435860ce7e0783629038508e39367

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a33a32ae48a8562520b9f61022c03d4e0b47c1864e00fa3be5c42d6d236ceaa6
MD5 2f04019eff2eb9424a5a4e788280228c
BLAKE2b-256 a15759f139a55da619c3b9ae2e7aacfd53755003dfb7dec477b4783bc0b63e51

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: phono3py-4.3.3-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.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b3c479c24d0a4bd9f06f454669f7dfc65bd58e18d74479365f8a9e0326604a0c
MD5 042bab1a84f30fd7ca839bde06c15060
BLAKE2b-256 8f9fbf5158253f13bc84690227cd98b3f973d1156ca5c53f0212a5b408e21593

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: phono3py-4.3.3-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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7a980e617592d0b2e6b8f35af048fbdef043ea79884d165fb38efff8125b2731
MD5 1df27653aacb0e5c3da71de802c0b076
BLAKE2b-256 bc6ddc91c5228b9ed414a32d0ba83277372a78b89533a32fb3f1e83e631d014a

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a4c3480620825f37750163a90a7f9a33bb31c41e149d6d542ec31f07b4750840
MD5 d109aeb2b20f44dea5c90d228b6e5d6d
BLAKE2b-256 b242b575a858860696116d5bcf91276c8b0e3ea08432ea7c206dbb8c47f9185f

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1fcea16139009ffaf58f88145d84fe5c777d15e777fa3fd750373c88d8ca3ada
MD5 12accc60eda973bbac4d3b7b5a1a8a61
BLAKE2b-256 bb79d8808ca55dc04473ec817ddb43de2c99eae56a3b097022fbfad6cae0738f

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3812c1a5ff124fef0caafffcca4d18882f31f4e6d1aaf2cdce430e868e22630
MD5 07b76c9acb225bf461469e156c08900f
BLAKE2b-256 4dbef10e941ad0bfcde9a048d4d6a00269cd59f5ecb68fa3f4e778731bf1ab31

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: phono3py-4.3.3-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.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ff4b1ed334d4bc28ff2d0c3dcdb8cfc5791e5f391020d19058426b5b4fa0a20b
MD5 630657d2b71b3f506c575e3da6942502
BLAKE2b-256 0cf49a7c2ec4a2b428b81e7d6bb22e33d0be0340184bb8f22d7a4ba05d009e32

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: phono3py-4.3.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ce515ba1ed6d81cad34bc5166331531a991e08dc195bb94e84eb0b931869de07
MD5 c9c875b39ca37362699b8935d0c989cf
BLAKE2b-256 ec0479e5e549c806d69a587caf01ada863fa698adf2361b937d651c78923d6b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 991d0f62eea9314c569fb84cf3ad72be58a2dfedfff3c4412124e025492a64ae
MD5 b04d7be9e93a5781c8ad735f5a01b0bc
BLAKE2b-256 fe54ecea279cb0f741a2b1557433714e7c310744dbd04c8e274123b485eae54e

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c84da4ba3d9424d6a2185d6e610018035247e18ae3ebd4e9e933e3759edb256
MD5 1d005055bd5e6986830cccaac2cab5b5
BLAKE2b-256 7ce4f841f936467a230204c18286b8e2c413e7dba1ef15a3d91a8360d1f4985a

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29a88c1d6d006736cd03b95c69b515b32f0b4563a734276bd26f2390217edbff
MD5 b6852cabfa8c8ff0784f71c18ef35051
BLAKE2b-256 1bf01026b7365d92229bd90ca19d1cadd8d6b84899e2db75da20acdd9e250329

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: phono3py-4.3.3-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.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b2af5c3b0381b2a42531bf25b964d8d8ebc938b9f446da7fda768ae8de670e08
MD5 de92d8992b8e7739a97c8690f6da8c02
BLAKE2b-256 fa6308ce3b80795097ff17f37f92d2e363596a053bbd1ce0357a0892d66ee04b

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: phono3py-4.3.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c981f13fc1b431cabf54cac1a9c087b1e7b8c5bb3075cd34f7321636bdbe2807
MD5 35d98e2db3d6af9307efd9130e5c3d0b
BLAKE2b-256 d284d921faa384017f1d72631bd55239aa1eda2e941b65f90f2f19f415ad5ba2

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a40f3b79e20bbbae3d536a43fc3d37823d8498093e64bb4a5c745bb9065db908
MD5 2ef01aca416e796e01e81fbf918b91e9
BLAKE2b-256 b7941a516f6894887752c4b95be2fb92a306253289973d0355a8092b3b79e92f

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 69b7510ec31c2fc44f164a50d4ab233c4f1a91d8532943c776e3e4c1a9de990d
MD5 0ebfe5874712a4ca76554bdc74d6fc20
BLAKE2b-256 005e86f2544c43107609a1047b92d4abab6229d7c55d36e90ab9cfed19e00a54

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 218205cf4c6ca94e8938985c49c8f9190fd2254f6958a19ce1fd15b4a412a752
MD5 57e589d7a043c1ba3660df3f31b1e866
BLAKE2b-256 2a7b1457354bb8bc2af4725726cce1dea97b6477399a10e7734fd76a3a0768c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: phono3py-4.3.3-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.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6156e5af8fe65cc19f6dda0e2df541c12a023a65caac654820f432cb10263370
MD5 9be174d59187f2b71808581ae7e8d502
BLAKE2b-256 64503d8388c06d00c2a948ad165cd45373879bde77ffae6ccff91b96e8706e2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: phono3py-4.3.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9d95139ee7ed26015859c2f30008254f5d4056d494b14a77d99df9e226e954a3
MD5 900e3a83c0d8d42ebb7b46b15df48a0c
BLAKE2b-256 f388c4f2bcb045eaf4f3129f710e3d85f8779da2d1896f552288a76ed836e8ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 af4da3f167ac9eb0d61dc07567b74e15cf2b736690bdd21fc316770b36f09cab
MD5 04f083b891abc89fefac0757e6ce1476
BLAKE2b-256 0590ad77cbac5e4151fb159363dbc86d06b75e76172bbb1f2a2d612d153e378f

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0e69ae6d8a5cd6677af39eeb6f14345e6d8e56a577fee363805062f2a24fc4ec
MD5 c0c464c30d90c0d71e0109f344fc1f48
BLAKE2b-256 1c2bb8f32b7d05f9944c75072b67a3b85f0cc138806c77ec2eb11bc181a55f2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da0a7523a3eb639502e93ca53ff577318cfd56080b5dde34292008e0c05f4223
MD5 97506a1f998c34cc6e2ff1a03c344f80
BLAKE2b-256 96b30f487ed7f12f0b5af9481122ec685f3a1e00d7c249ef9876b710d219cd37

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: phono3py-4.3.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d923c852bd57c325064f27edc0c132c3d4d386bbbab5cb98be06eb2a24e37973
MD5 d75403ce8e4f62715524990483deaa29
BLAKE2b-256 257793ae6ce7de8a4066b598a33c05475957b9136d54da27120cd0ded0bbd42d

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67fb770f1d218e91694de213c8ee41044ebdae85d3c9cf2654ac43a54e640f5f
MD5 2ec338c0cae0c8354f16306b73ea7fb4
BLAKE2b-256 0bde1331d83dbde288114a6609bf88c179bf2f3d6ff857e9ab012a573a063696

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28d75979edbd9ddc9542ed76be38bd01e5ed0a9c330317faff7ede2b56119a0f
MD5 ab00558a353f40361d288989284b36b3
BLAKE2b-256 052eb859dfc3ccec180454af182c33e20077284a750df0a5f86aac5c1f62a240

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phono3py-4.3.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd454b62bdfea85611afbeb37801e64ef1d0fb2a641c3db578db50e2415f7f3e
MD5 dba0c321d7851c06335b7824684edc40
BLAKE2b-256 fb47b1d820b756a2ae05a8fccfe382ec98b81b3fafc629825c5f37127b2dbd68

See more details on using hashes here.

Provenance

The following attestation bundles were made for phono3py-4.3.3-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