Skip to main content

Version Badge Downloads Badge PyPI codecov

Phonopy

Phonon code mainly written in Python, with the compute-intensive parts handled by the Rust backend (phonors). Phonopy user documentation is found at http://phonopy.github.io/phonopy/

Installation

See https://phonopy.github.io/phonopy/install.html.

Mailing list for questions

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

Development

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

  • Github issues is the place to discuss about phonopy issues.
  • Github pull request is the place to request merging source code.
  • Architecture principles and the migration plan toward v5/v6 are documented at https://phonopy.github.io/phonopy/development.html.

Formatting

Formatting rules are found in pyproject.toml.

pre-commit

Pre-commit (https://pre-commit.com/) is mainly used for applying the formatting rules automatically. Therefore, it is strongly encouraged to use it at or before git-commit. Pre-commit is set-up and used in the following way:

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

Unless running pre-commit, pre-commit.ci may push the fix at PR by github action. In this case, the fix should be merged by the contributor's repository.

VSCode setting

  • 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"
        }
    },
    

Documentation

Phonopy 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

Download files

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

Source Distribution

phonopy-4.4.0.tar.gz (5.5 MB view details)

Uploaded Source

Built Distributions

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

phonopy-4.4.0-cp314-cp314t-win_arm64.whl (717.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

phonopy-4.4.0-cp314-cp314t-win_amd64.whl (740.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

phonopy-4.4.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (859.4 kB view details)

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

phonopy-4.4.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (847.7 kB view details)

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

phonopy-4.4.0-cp314-cp314t-macosx_11_0_arm64.whl (723.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

phonopy-4.4.0-cp314-cp314-win_arm64.whl (712.7 kB view details)

Uploaded CPython 3.14Windows ARM64

phonopy-4.4.0-cp314-cp314-win_amd64.whl (734.4 kB view details)

Uploaded CPython 3.14Windows x86-64

phonopy-4.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (851.0 kB view details)

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

phonopy-4.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (839.5 kB view details)

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

phonopy-4.4.0-cp314-cp314-macosx_11_0_arm64.whl (718.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

phonopy-4.4.0-cp313-cp313-win_arm64.whl (705.6 kB view details)

Uploaded CPython 3.13Windows ARM64

phonopy-4.4.0-cp313-cp313-win_amd64.whl (727.6 kB view details)

Uploaded CPython 3.13Windows x86-64

phonopy-4.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (851.0 kB view details)

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

phonopy-4.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (839.5 kB view details)

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

phonopy-4.4.0-cp313-cp313-macosx_11_0_arm64.whl (718.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

phonopy-4.4.0-cp312-cp312-win_arm64.whl (705.6 kB view details)

Uploaded CPython 3.12Windows ARM64

phonopy-4.4.0-cp312-cp312-win_amd64.whl (727.6 kB view details)

Uploaded CPython 3.12Windows x86-64

phonopy-4.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (851.0 kB view details)

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

phonopy-4.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (839.5 kB view details)

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

phonopy-4.4.0-cp312-cp312-macosx_11_0_arm64.whl (718.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

phonopy-4.4.0-cp311-cp311-win_arm64.whl (708.3 kB view details)

Uploaded CPython 3.11Windows ARM64

phonopy-4.4.0-cp311-cp311-win_amd64.whl (731.3 kB view details)

Uploaded CPython 3.11Windows x86-64

phonopy-4.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (856.7 kB view details)

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

phonopy-4.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (844.6 kB view details)

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

phonopy-4.4.0-cp311-cp311-macosx_11_0_arm64.whl (721.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

phonopy-4.4.0-cp310-cp310-win_amd64.whl (731.6 kB view details)

Uploaded CPython 3.10Windows x86-64

phonopy-4.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (857.1 kB view details)

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

phonopy-4.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (844.9 kB view details)

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

phonopy-4.4.0-cp310-cp310-macosx_11_0_arm64.whl (722.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file phonopy-4.4.0.tar.gz.

File metadata

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

File hashes

Hashes for phonopy-4.4.0.tar.gz
Algorithm Hash digest
SHA256 6c1a20772e99502fe3019cb9dbe1d9e9f97c42b1d5cbb5d8707f247e04dae0d0
MD5 c1faf4ac154a331a279633ccc0ea23c0
BLAKE2b-256 fbbbc051d7742944c6edb37139bc258bd0f47451fb7dd8fb6b8ef99b1e9dedeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0.tar.gz:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: phonopy-4.4.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 717.3 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 phonopy-4.4.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 295f8b92f3722779c65e8eefc1561f561a4c0900d5786608c771bca4e4604396
MD5 76f000a379711e64efcee3aaf36bdf9f
BLAKE2b-256 380ed83bba93416c1e6058856d16b6f2b7ba1e7060f38d6f3ede37336b72ac4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp314-cp314t-win_arm64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: phonopy-4.4.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 740.3 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 phonopy-4.4.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 379e5c037f8e71234e2005e17dd10dfa0f337fc75fd011b24447f91fa018c51a
MD5 2a2b02d0f40be74e54ec639c913a5f37
BLAKE2b-256 08ebe0a100b7ece8739b1a369bb588c7264062756984ba908cd7301f0d406450

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp314-cp314t-win_amd64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 40ec2da6a13834fde9c3eb5461bf4c1a9addf1154b765e91958f71e92c39db69
MD5 5814502f31bf1a71a0fcadd87e2587fb
BLAKE2b-256 ae64d3c43be4f81088d057961a66443d6f25d97f6e574161b96f2beefa44bb56

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 73d8ed9fe9284900662aef31755fa24fe80ddceeb362c2f636d92b240f3b7789
MD5 be45ad03bf29fcc93874309b1d6d4c93
BLAKE2b-256 900aabd7b13b026651838136eccb8fe9904e4e4b4d03cd5ccd28215afde08acd

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d4d26abcd08b80178a024d2468d69dd854789dc2be84a0e584fce3bec862f75
MD5 266021df8dd391cf594f23c5dfcbeddb
BLAKE2b-256 f5868fe41a23f58d6d907540d1ceb3e90afa747f794fe9dff4816fe7e27199f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: phonopy-4.4.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 712.7 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 phonopy-4.4.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 29582f8380127af710f58892dd442f38f7513bb6b3ce9f4d616a9ea5ef7c7362
MD5 774376f9f1cf5dc4948fb55ed80cd1a6
BLAKE2b-256 a37260f425e7e59adaeb9423b09d4f1b8e177e3b049cd215848e21e53ba76261

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp314-cp314-win_arm64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: phonopy-4.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 734.4 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 phonopy-4.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f5a163fee1151fe05331612c5d0ceffae9bd07827c1956fa44f9b0b1f219bb64
MD5 da4e6e9c82b9777f00ae7e1e0d77b0cf
BLAKE2b-256 c426f8268745570bd63c9cdf9fc011476ece120a8658e57fcb4db9ed12248ab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp314-cp314-win_amd64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea5dc2ed3cc0b1a9a71e92c2c40553ec5aa65080523648d3b1a2bf39428a1eb3
MD5 b7417fc0ef359173245778bd8ac4e724
BLAKE2b-256 5c8669ca6391a8e7d552501cf86dde9324f94a17674bdf63c0b7ec763e9016ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5987260998b47025c83e69d7c563dbcf9f480b2eaaacc67ccac053da3b385ea3
MD5 f69b0a070cfa35d0fd200778152174e1
BLAKE2b-256 f72d102de04ae7b540ecc6de0b59d327657b41ef483f625e6bbd33db5aa5a2ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f833b8a9a37e1304c6290dc13d4eca08f76cb4c1e3da2f32de20293906d41962
MD5 c54af6b96f2ba37b8d43e7614437eae9
BLAKE2b-256 d6d6f31583bbeda2acc4029243ad1610fb132b1db9fffbb6a5d31c1916e67c25

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: phonopy-4.4.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 705.6 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 phonopy-4.4.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 853b7b39e3f82051b250a7346cb75d2ed48510e51d5166f43761798f9e7cde32
MD5 7cf1677b2142e280cf9cbcc60e2a9cca
BLAKE2b-256 f70b6455d0727718190be5447d5a1754a778bc56f7008d804c556fe4ca051371

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp313-cp313-win_arm64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: phonopy-4.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 727.6 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 phonopy-4.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 da5a40393a063340e7de6e544ed403eb466ec26a6f6379d490f036544e75ef50
MD5 cc5842234dfc7b6bf659c22ded98f3da
BLAKE2b-256 591d3d7331de24c6eefdc97a2acdcb34a445900dff4c808b28e2ce5d0068460b

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ade66d4c2d35987a828bc2c458f13c84fdcb5ebe7961b37bb5f126b3792470a2
MD5 552d26d2f4cf9790622bd495339cef28
BLAKE2b-256 36c1f1acb52cdfe7ceefe9a01e3dbae5abf3b60a1159bea08439ab2a086abaf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e059bda7c6136dec8216af95d6e9993ef2dc835874705217b8e7da1308a4d13
MD5 5ec15cd3a8a302db96c66bd9aa4a6481
BLAKE2b-256 5e32da5a4285dfcda709f637ac8fb6f6555692738e6e4a1ba3a8dfc0e052adf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 001a0edbe7ab2e183f401c833658bf0b6207698bbabe4b8d473f5a06a03f5eff
MD5 767d39468e185480ddaf4f58987479af
BLAKE2b-256 ac69315256fe8ee02b141a24f5e7326eded36bec87a181fd82315d2f1019b4e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: phonopy-4.4.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 705.6 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 phonopy-4.4.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2b3435880a709f38353f1912c2e9860ad835d8c75baecf1c51f066b3f662d380
MD5 5f562cb7eedc5b75d0e9cb8f4af8c360
BLAKE2b-256 e639338e078082abf5bf62b0e28b7a49a5489d07e5c3b7a3ef076ff22ecbd40e

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp312-cp312-win_arm64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: phonopy-4.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 727.6 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 phonopy-4.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9b62811388bdc808798c4bb92557de94a2376adfa4e2d9cf8a118972698e5265
MD5 cd9cd1aca9de149ccce7c5fbdae1d17d
BLAKE2b-256 f8fe6d20ad446b1a66c4086741913feadf019894a5ab32f82f15f3aaef8c3261

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14b7e5b1f83121462f6c5230839e9859d0a08f3c15ce14bb27105053c5dcb00d
MD5 58a992cccc1a903c2441e1633a620981
BLAKE2b-256 bd9677822b0161752ba0633f856a01d658fa28ffc45b719d971ffbeedaa387dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8fa83b2b52a2338a46a1e21532be78fd9429b3a15a9410fdd77113decadec7d8
MD5 7863f4d7af26ae2f81e55945969cf6ca
BLAKE2b-256 24829e266e45bdae9d563851f5cbf34024f742838e96879303245625feda327c

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7277e51db3b6a96f4e5203a92b2ad9e9516c9d011a1e0d9ce3551a7ab842fd4c
MD5 f2abc886c44b1ffefb142056e95bc34d
BLAKE2b-256 e899a3f6bdbfec96dd004ae9695b27c5637a0265bef8f968ebccabe335bed78a

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: phonopy-4.4.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 708.3 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 phonopy-4.4.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 40ab87d88a6e8bee3d802fdd5a482f94c5412b4fb70c187a7f5e5d50697777f0
MD5 3f5f64318bc030588edc9e6fff6ef4a2
BLAKE2b-256 bda7033b1cbef8a6ff2ed6e0f79f3f5010b452b8b2721720dce134495ccafb5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp311-cp311-win_arm64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: phonopy-4.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 731.3 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 phonopy-4.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0129100feba47744076e01b19078543353d731290a30c4d8091822c994fe2d27
MD5 e243934ec868412af3ddd681b0a8a9ec
BLAKE2b-256 eeb4995504b446ed175fa065dd065005ded50b8c4d6f20722bb4c45833bcba58

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 104eedaa5f64a82eba7570e586c183feb1b1a4269f8eaea1ec74d670ef43fb71
MD5 effa45ab72a1420d18545ecf52ca9fb2
BLAKE2b-256 0ef51c24855cecfc19770c0a45c8fa2803ab3ad5135f201413a39db3148075e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 deb52ddfc6587d4708564616336387c598b103a0bdf25cfb365e5b63a9f744fa
MD5 398ff50a67839e91e44f794f70dfe6ff
BLAKE2b-256 3927e1d39a5a05122b5094d80d25f5a2a55e27a96be4740a61d309b0eb4bb530

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2f52e3a1eead9dacef0a5ed6f7aa1af0ebfac0aaa32babbad7ab4f686df0e6e
MD5 0d3c8a8574dddae534d8f84e42fd4676
BLAKE2b-256 49c41710a94d0c15a7db4b1d4f4cfec68e1d7c55e143fcf3ab1004b82913bda4

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: phonopy-4.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 731.6 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 phonopy-4.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6b60dfa847f29eac932f9eb52cbced1723b3313890a89187bc86252412265063
MD5 27538d4195425425c2bbcf2e1dab3211
BLAKE2b-256 22f937451754891cea903e479d6292cdf2a29765b79d456d71880d4797cd4090

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c83720d875ad4141923013975adaf978030e449f405f9f922603596091cc394
MD5 ec2d919fe437df563beb6b1e4e2529a7
BLAKE2b-256 173bc98c696b09cf988c355d84238380966d4abbbb65c9c1a4272c543221243f

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 613fe210ff94cb817d6585f1d3a87682a955e610b2a2f5fe9ef2808ae47d39e2
MD5 c6c8d77704d6b1fcaa8437cfa4ccb1f2
BLAKE2b-256 11908e75e5960fa2062dc9c26d920d7aaf4bcc9e9c3fbfe0c7c6d86d6a1e2233

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on phonopy/phonopy

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

File details

Details for the file phonopy-4.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phonopy-4.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 901c05a3fe0016b8a5b43d7a63e413773d51d78b2584e33a98371152dc616475
MD5 63c0de962d894075d8e5b57816dcae74
BLAKE2b-256 5a8abfaa722f52cdef7ebaef168400d344be8ad4bd17cb2628862b0d1815cb60

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.4.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on phonopy/phonopy

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

Release history Release notifications | RSS feed

Supported by

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