Skip to main content

This is the phonopy module.

Project description

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

Project details


Release history Release notifications | RSS feed

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.2.1.tar.gz (5.3 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.2.1-cp314-cp314t-win_arm64.whl (644.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

phonopy-4.2.1-cp314-cp314t-win_amd64.whl (667.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

phonopy-4.2.1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (787.3 kB view details)

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

phonopy-4.2.1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (775.5 kB view details)

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

phonopy-4.2.1-cp314-cp314t-macosx_11_0_arm64.whl (650.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

phonopy-4.2.1-cp314-cp314-win_arm64.whl (640.1 kB view details)

Uploaded CPython 3.14Windows ARM64

phonopy-4.2.1-cp314-cp314-win_amd64.whl (661.9 kB view details)

Uploaded CPython 3.14Windows x86-64

phonopy-4.2.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (778.8 kB view details)

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

phonopy-4.2.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (767.3 kB view details)

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

phonopy-4.2.1-cp314-cp314-macosx_11_0_arm64.whl (645.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

phonopy-4.2.1-cp313-cp313-win_arm64.whl (632.9 kB view details)

Uploaded CPython 3.13Windows ARM64

phonopy-4.2.1-cp313-cp313-win_amd64.whl (654.9 kB view details)

Uploaded CPython 3.13Windows x86-64

phonopy-4.2.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (778.8 kB view details)

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

phonopy-4.2.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (767.3 kB view details)

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

phonopy-4.2.1-cp313-cp313-macosx_11_0_arm64.whl (645.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

phonopy-4.2.1-cp312-cp312-win_arm64.whl (632.9 kB view details)

Uploaded CPython 3.12Windows ARM64

phonopy-4.2.1-cp312-cp312-win_amd64.whl (654.9 kB view details)

Uploaded CPython 3.12Windows x86-64

phonopy-4.2.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (778.8 kB view details)

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

phonopy-4.2.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (767.3 kB view details)

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

phonopy-4.2.1-cp312-cp312-macosx_11_0_arm64.whl (645.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

phonopy-4.2.1-cp311-cp311-win_arm64.whl (635.7 kB view details)

Uploaded CPython 3.11Windows ARM64

phonopy-4.2.1-cp311-cp311-win_amd64.whl (658.7 kB view details)

Uploaded CPython 3.11Windows x86-64

phonopy-4.2.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (784.6 kB view details)

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

phonopy-4.2.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (772.5 kB view details)

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

phonopy-4.2.1-cp311-cp311-macosx_11_0_arm64.whl (648.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

phonopy-4.2.1-cp310-cp310-win_amd64.whl (659.0 kB view details)

Uploaded CPython 3.10Windows x86-64

phonopy-4.2.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (784.9 kB view details)

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

phonopy-4.2.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (772.7 kB view details)

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

phonopy-4.2.1-cp310-cp310-macosx_11_0_arm64.whl (648.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for phonopy-4.2.1.tar.gz
Algorithm Hash digest
SHA256 087c8789e7dd215b4363ff7d726d0d1bb66602bcdea1526659262ed23d3ab368
MD5 39dc564344122cd85d2120a2c8c0bbb2
BLAKE2b-256 4b24a6e5e6449a312cb1c78f367047cf379e4b6e67b7859ffa2475ee8a23b0ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1.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.2.1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: phonopy-4.2.1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 644.7 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.2.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 a11d0d1f2b65329eb2db5be8e1553cbca89eb4b95c34c81951e89b5ff096586c
MD5 0d1b298b7c96af6257b9ad67bfa8d7a5
BLAKE2b-256 c2280d04388a333fdcf92f4984f6aee55230b10d725b48517ae4865b317097d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: phonopy-4.2.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 667.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 phonopy-4.2.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3a2db33d1e31f4af1cf077f1a444628ec1a48396a29e889eb27c86163bdc1b35
MD5 b3ec3b975e6e035ab85273f3d7024218
BLAKE2b-256 ec3d99cfc7ba267b12eb6b1935d56761740b4ffb44947a729bfd1b10f28987d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 780be34c47eaeddf3c96564e54b8e210c7f350c1211b8d0a1d1453c8a201c43f
MD5 df636df714d54466310bdb9a75597f7f
BLAKE2b-256 145d94f0cc05703540450edbd3a3bcfdbc3ed73f6710f5984023cd5e8f519c55

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da75c9c31e00d2d6077edd5352a340930342c75e47702b7049901afaec05ae51
MD5 d26157caa34d0c81b73b1e9c8a4e1eb2
BLAKE2b-256 159206c4b3e1655dbb0c5c0d0a9b7c868d638dc5629a552e62d28ccb9e8dbfe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f721a438a8e806885c9bf7397bfab15a3a501d8d5a9595d488f58e644015079f
MD5 3e1bdbd0af9004a297c92653f5238818
BLAKE2b-256 a97ea4886387a8f44a766eb399d41c2a434b68e58d3532521325ba8f6b4c28be

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: phonopy-4.2.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 640.1 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.2.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1d9ce85dc1e35de38482bfee268276a6048768e5caa34cdc0c51eeb02ff20331
MD5 352d1a8de37b0094564b9bdc4f246e7e
BLAKE2b-256 6768c8c5acfdf3ad09aeaf0fdaf8d8b05f71b2d164fc994786f019dac72cda9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: phonopy-4.2.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 661.9 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.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f906bbe906914640f6f05e3c2b6c27a7de8fcbc95386ba8f354fb0a1bca53517
MD5 07065d936d7bb2b9644d2d8f29a52d4a
BLAKE2b-256 e0b47c77024188340700b706649caa2e648ef8dd5c14e506543ee2b284b9b8bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28551bc6c3f24575be7f13a3b9aa68542f7a982d957da70005cb4e53758bcd69
MD5 0451a9fde144137c77e63a3e8ef05685
BLAKE2b-256 86adc928cf33d0936f0c036759887dbbc3972727032d54bc20a8d821b6cccc84

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c636a08b612e8a76328219bc2d02d0d6dc9295da56f7a363c579c6c511b45fb4
MD5 5a11cd7ac6e7b3e02c1c2ab3e79d9c8a
BLAKE2b-256 0dfc1cf67873b2e43372d825f353f265cd7081733abd659509d81c1c84734021

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88aac11427e4c08bebb635f1b1b86a92044553519b6429d68fd94e968ca305f4
MD5 c09fd15c3662c1f11b0f8429eef2b6a2
BLAKE2b-256 9982dc507d759db4c37835a250510d3e62bc818653716755562fac239565f194

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: phonopy-4.2.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 632.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 phonopy-4.2.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 546d8a23d3e3ade849c7db41c458cc2c0a4349906489f4c6b993a6ec93c0434c
MD5 7e38443c872cc07d722f8c58273c1d8f
BLAKE2b-256 ef39bdf50048b99125dd1f52386c96d03b70bc10b570011b8b5846ee619c1311

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: phonopy-4.2.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 654.9 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.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c1cd8eb042d81a1daa2da625b9fc0c03f51a91903c82d86e0e614d4c59e9a89e
MD5 cd931d7668030d2487bbb46641b5d096
BLAKE2b-256 2da8b2eecfdcd7d3d6fbd19a9b9cfe1ce901febf58172f4729acddab65a97a9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 01f556d689d1ea6680a497e1a5c3b13f1082d7ac359aa8515233074d5fdb7214
MD5 fe3d7424b6c6293478a7a0ea1228f893
BLAKE2b-256 820d8e046a096a403e9d8ddaa970d06a05f616bd6cc681cabed0fdcbde61a725

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 64ff7417c9df9bb77252bedfd17964ca6d7729b9ef786c4c449ddfc011396414
MD5 fe06e8f2c4a333c93011cf4d06972f92
BLAKE2b-256 7fcdbff1a967c5e0acef37238a84b470ec14d4e0f8a1c952df0695afcb762462

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 699c48f802b08f8f5dfe3db4ab3643351dd7de2d58b94557ed55fd248ac41120
MD5 a7ec7bf0f05d74c1c6886cf67b258567
BLAKE2b-256 0ae0f8b9070e3464233f31bf9ed7df7e8f5a1bfeab9052725ccd4511ffd790e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: phonopy-4.2.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 632.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 phonopy-4.2.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 8c5a9eb3f834afdc8b96dbc53186c622bb2f5845779fa654d384890e1f8311ba
MD5 d57d6ab4ab785cade3dbd60b10c27871
BLAKE2b-256 229e5724565a6ae7f0c3d75fad5d96cb9c04bdefe42d9ef175e72bf6c5fdf019

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: phonopy-4.2.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 654.9 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.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b53888bde6469840b5b1f88082ff7dfceec18c0cd1f1cd62c9e9c02c6a4cd6c7
MD5 e0fdb46b21194af32d9cd0d7ce00d59b
BLAKE2b-256 018a51dd7febfa641881e8575d6a843411b88e769cd981a3b4e69b0f83f96c8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3268ba2245f332426cca997896e04f4e436d76b1ba2529c13472a849577fb076
MD5 167801659228bc091b190ef348c20fd8
BLAKE2b-256 041c0eee7a38ca8ecba84414c593d64db95b2034ff212ad03d0d9d3b11a24286

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b486d03792a3a418f794185574b0fbbf57d82a67c7e7832da8e4cdd3d0a8c352
MD5 9a5f8750b00a5c764676c258d986bcce
BLAKE2b-256 8a461c61091fd1358387ed5e3cc48236a62399212a7f8b449f3e4f0bcf953ec0

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cffdcc670d8a20c63e903698fc1d80c7bf00e9e31cdb8a76edca7a905133c089
MD5 bac8c896ac1f3fa4c67ba0131d0a2e66
BLAKE2b-256 764fb23bb943350aa615404ef7d859531c77cff15d79d227f62746ea1547058b

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: phonopy-4.2.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 635.7 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.2.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5d01cc6bc702716bc0bf298c6ae0538638a78cfe4692ade7946aff26eaaf81b7
MD5 59d5d3c3e9025d8c1edd62733ecedfc9
BLAKE2b-256 1d7aa1b5bbdfaeaa1da08e3317dffbd4ab1717726d5f87524bea3a8c03aedc36

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: phonopy-4.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 658.7 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.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6e0b19e662ab0b9be376698fcdb3d4e3e6d6daf87a7487141df21482c5bb42d3
MD5 dba8ad9db2717d8181dcaa9ae4479607
BLAKE2b-256 4f30a14e4df88c9260e29a929cad89e345929e681fe3a85bde1100ca64e387ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4cbb8005c6d978adc5e681282d0fb9ec27306c173c007304ad6f25ffc54bfeb1
MD5 1d37d739bb91d3c5ee2b19ee07d99744
BLAKE2b-256 5c06b0eb5be0ecb29f9d1c04699c8136e53648ef83c87742d7f1c0469559dd32

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 465d5345e4f1357e00ed5b48c516f935d8bcbc63508f9314f0aba3af2df269aa
MD5 339b4f1c1ff138fd8eb5af17417bc2c8
BLAKE2b-256 49ef0154064a2b41be4cd8f2258545c816ece00f7997257a3f2f8d1deafb34c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5665e1cee5a786050245aad23c93cffd9f2a2dfd82b62209323b167129733ad5
MD5 36df749fe0379929674572847a613bb4
BLAKE2b-256 83dc6f0ce16a78ab1eddb6b8b1b252e26801edfa0c8f0ef38c730a84b51fe52c

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: phonopy-4.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 659.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 phonopy-4.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e720f2210e10ad654d48811cd2ef9c21f8c463d64282bc9886e89d28dec01ffb
MD5 42bc8dc1a019b60932ed526f9000ca78
BLAKE2b-256 ac0e96d845195c9ca228f4d1b7af10ab4c0f2b93ee3df34f58d5d48619c6f82a

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2707510131c681d10714ae75757efe13acec1c93139a912c6e47c5f05989bfb1
MD5 f5fdb1be4e980fda9eaeb6526959c206
BLAKE2b-256 d209c799a1f8727e4a86b926f6523991d072fca9861bbf44d9e51c9124f9e0bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d94b4f891822cc5909bace693fa65b2b077e981f196872f664280d310f9be44
MD5 d74314202a19f9648ae80eea54e0e368
BLAKE2b-256 ff00b4ec7384ff6b08b72eb9478dec42848e4129fa60a64a54ef66f1a3cc930a

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.2.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for phonopy-4.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e2260d9a808ba4d5fa53121514f06f55be247ef30b20f6eac15e43384b1262f
MD5 599939096f70cd2e854ed9f9d24a3abc
BLAKE2b-256 4c9581378950d483ca5a77ffb98f34f6c3f3e409a225237c60b6d96d6a520686

See more details on using hashes here.

Provenance

The following attestation bundles were made for phonopy-4.2.1-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.

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