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

Uploaded CPython 3.14tWindows ARM64

phonopy-4.2.2-cp314-cp314t-win_amd64.whl (670.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

phonopy-4.2.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (789.7 kB view details)

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

phonopy-4.2.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (778.0 kB view details)

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

phonopy-4.2.2-cp314-cp314t-macosx_11_0_arm64.whl (654.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

phonopy-4.2.2-cp314-cp314-win_arm64.whl (642.6 kB view details)

Uploaded CPython 3.14Windows ARM64

phonopy-4.2.2-cp314-cp314-win_amd64.whl (664.4 kB view details)

Uploaded CPython 3.14Windows x86-64

phonopy-4.2.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (781.3 kB view details)

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

phonopy-4.2.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (769.8 kB view details)

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

phonopy-4.2.2-cp314-cp314-macosx_11_0_arm64.whl (648.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

phonopy-4.2.2-cp313-cp313-win_arm64.whl (635.4 kB view details)

Uploaded CPython 3.13Windows ARM64

phonopy-4.2.2-cp313-cp313-win_amd64.whl (657.4 kB view details)

Uploaded CPython 3.13Windows x86-64

phonopy-4.2.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (781.3 kB view details)

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

phonopy-4.2.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (769.8 kB view details)

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

phonopy-4.2.2-cp313-cp313-macosx_11_0_arm64.whl (648.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

phonopy-4.2.2-cp312-cp312-win_arm64.whl (635.4 kB view details)

Uploaded CPython 3.12Windows ARM64

phonopy-4.2.2-cp312-cp312-win_amd64.whl (657.4 kB view details)

Uploaded CPython 3.12Windows x86-64

phonopy-4.2.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (781.3 kB view details)

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

phonopy-4.2.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (769.8 kB view details)

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

phonopy-4.2.2-cp312-cp312-macosx_11_0_arm64.whl (648.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

phonopy-4.2.2-cp311-cp311-win_arm64.whl (638.2 kB view details)

Uploaded CPython 3.11Windows ARM64

phonopy-4.2.2-cp311-cp311-win_amd64.whl (661.2 kB view details)

Uploaded CPython 3.11Windows x86-64

phonopy-4.2.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (787.1 kB view details)

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

phonopy-4.2.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (774.9 kB view details)

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

phonopy-4.2.2-cp311-cp311-macosx_11_0_arm64.whl (651.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

phonopy-4.2.2-cp310-cp310-win_amd64.whl (661.5 kB view details)

Uploaded CPython 3.10Windows x86-64

phonopy-4.2.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (787.4 kB view details)

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

phonopy-4.2.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (775.2 kB view details)

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

phonopy-4.2.2-cp310-cp310-macosx_11_0_arm64.whl (652.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: phonopy-4.2.2.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.2.tar.gz
Algorithm Hash digest
SHA256 f95fa3b041820822742c0ea7d84c08c5517058a82408a86edbd00a71ac77c1af
MD5 314acc61786a2690e437e25b04ba7b46
BLAKE2b-256 3a197e021aba7b00e85c61484c9a5db3a6a523cda685502dcbede7ae6432350f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.2-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 647.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.2.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 87ccdcdf26798a116785a969170f3700fe694f2645b6673c8b4d5071ade553b9
MD5 5bb13ceb2eef8237a0bed0fdd9413006
BLAKE2b-256 59773580869dc829cbfc37ae05a414b8b90c331a1e2bab32cdf9976892df5126

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 670.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.2.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8941fa2393a6b34e72ccadf8aa41cc7170d67f2c7cb332f47c4b07948387cbc5
MD5 c561c58ea2733f518833b5c32fe7dfbf
BLAKE2b-256 848b729fc3766f48c24dd2e22ec4890a0afb9fab6da604eed862d5b775a34d7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ad54dddb0a383a2f1fad010e74bdc26ef00907337cafef4c1695e8e77b63e5d
MD5 7c8bcc93e53e71c4610b4b5251a58529
BLAKE2b-256 fcf4ae8af12a945c33a3dccf8bca9d67a5082b1420f64ffb2190d34f2f41c1d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e14f5a02cdfef38d86a0c05e72aa1e6a7eaaee760ca4c22c08a5c0413f5c3c2a
MD5 5e8ffece2e148b4b9a3bbf83f02c05dc
BLAKE2b-256 baf48dab9c4f403b98d0ae054f26ed087a9b6668d9f029e53bc7dfbf0781511a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6a150a4e652dfb492f36af4a038fb25b3208dd10d6ad28313277ae8cd0bf408
MD5 03474773432762780c67d352391f2583
BLAKE2b-256 bc92990fcb34333e0b0836dcf55d082538e31b382313f6cb1ddf365c705f4540

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 642.6 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.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6ddd076b3b32ab3f35a8b6df5a2ef066960d72670247f2f5e05bee2e59e7ec48
MD5 af4ca01ab2f8313bc68af7708912f05b
BLAKE2b-256 1b953ce682fd05322d8ee1e773f62b189b5bd2524bc5d25e638da881ed2454f8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 664.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.2.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 baf3a7d5f6b8460cdfb43aa943d9d07098d74f974af4f8c807315e51c828a145
MD5 4adbb6ac13ddf71267a29782e9b5500b
BLAKE2b-256 c7dd37013186b139c32cca2de67a9a98ec29078b6c50ad4a477baa397c183976

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3328ef8a6a889fb81c0d7bd5b2d037d970ac69f27c247483873fa87dda56b433
MD5 17fa0a8e23464f2b31c4f364182b4741
BLAKE2b-256 c9a59ae49d0945aac82aed31fe45ce9c2190b77e9c39d99859aeb82850060a6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2fff38b0ed599c0f0d39a76654efc770d4d187b3a83b71aa3a4d929b38240a4d
MD5 30ee2d9e23ea3bb067df314f3cde1721
BLAKE2b-256 06df1a84896cbbc67824b04cb77dfdb8af38ee9bd9d831c9bd9b2cc562097e0f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4dd9cf17fbbeb35e9ffd157dd98840695a4a206e53359a9de2f2eefef1f4788c
MD5 53c675baf7c1ed6728d9cf2e12fd3bc0
BLAKE2b-256 08560b9105936dac948d456d1f3df801350cbfb5d4c362b094747be625523185

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 635.4 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.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e910cea228cf4b5fe4a29cdadf7aa2991d6c208bbf1cf029840d7edf79941c1f
MD5 fb5d68966c5008ad43db477594a2050d
BLAKE2b-256 ee9a0e670bcdff51ec820e16249da5c29de6e98e96e66a29e272e5cda21e65f2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 657.4 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c94365919f80231c4d445f08388e1174b1c4fcfd9daf03c20c986d68d64f2df9
MD5 cd59d0fe00d238afb806822f84caea47
BLAKE2b-256 f3c2f729a70ca0ecb5ed275f34e1f2ee5bc6c1a77f8ef54c5cb75d8c12563422

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 865cd13e400024cd9486eb73c0ebb0034880de1670b869f0b26a169eb314e4ec
MD5 a380bbc1ea5d86dd3c38bc451126f57f
BLAKE2b-256 7dcdbe49c4b37b07b1a1bc69a38f9463067f41c9b311d71ae4af4566e67b32e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e82bbf0328fe05149ff423447e7da9bc66ad6ca2da36a3f5a0e92b1fa509f255
MD5 40e2ddc90d9a5b97404cc8f0dea1edd6
BLAKE2b-256 57a7f3c57b00b15b21f090536ca4991076b10a1b71ed5108e36e6b8dcdd1054f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22496cfb468e44df87d7885bd6eb59995ca63881a13e2fc4d3ea88121a71f674
MD5 a54f82d1d317a6fb1d0bb442015da26f
BLAKE2b-256 e93862cd492fbe70502df9f296769597bcea90543e4129405777148a154f048f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 635.4 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.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 6ff0a23dd0bd86d555c0b71a2966caaa717c09a2cbd21b001d433eb2b7e52e49
MD5 5a24258241722fa297ecc1a4eb67b13d
BLAKE2b-256 3367be5e8a217e50cf687ea12b64f0532ae2f6a40f38240252181a033d08a89e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 657.4 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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 44b181d836e091c81cd5412cfa6bfe3cbe94e48637e1b48ee3a1dcd3ec68637e
MD5 c45f427f4c5aeeb02af145ce9c458ae6
BLAKE2b-256 8d6258fa04b8579a10fbe10e408ac6bcf263601611306c877aa015ea15c10189

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49776755152210a7fb3644415afae79ff8d7af66b06f92648684443516b4a18b
MD5 3469ce9193a6cae73112401f07f66cf6
BLAKE2b-256 06232a0e7c76af2d3d18caaca79c805e75deb9dee71f9750b3531170071b9292

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ca0e66c42ddceb3f77aefbf7d69412c7b40c01aa4d1a87301e7a966fcefeafd
MD5 eb42384833c2a76b175a0a54a7968b22
BLAKE2b-256 30a22b05121a76386663a6143895bd070064e40bad9b5bf6863f8449d81fb6cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0bc9f6571e2f0ff44fe262d4ec4375afcc71d58dae2ccba295b76784fbf64e5f
MD5 5733a3ccdd047eaa9c7e2502002ec743
BLAKE2b-256 8fc0b2a840e1b9cba7640c6d8adf202c17ffb06cfaf4ddf78e3b180fe38f9187

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 638.2 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.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e0849f6424aa6a3e663e3f1bb0245c74e7558e2cca8b64ef48e39032b2403052
MD5 52f68e7fc3bfa304f4ca7c0e861dbf7d
BLAKE2b-256 4e6cd1f7e546c0f5eaac3dceb7932d822af16e907dd80537509baceba0daf4a9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 661.2 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ef2fcc26880048167a71035fa586d2aad6c4290105ddaf7e580bc71aeb151ca6
MD5 7774c72dbb7fff13f42262a72dd1d6c5
BLAKE2b-256 e433ca96160867c4d35758ad39297f29cb37a2698a6c64763676ef006403b23e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47070b9c06adfd89a2670724787d9ab8f423cadcf96d02c309e44ad1e5fc7eb5
MD5 d81273981f66603239ee0b2b61d830b2
BLAKE2b-256 c04bfcaa3c71b0ad08c6e32b6ed88b184fa9a7a389dab73d18d5a39661876743

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d686a2d7d08205fd0b844c2b4001625cb1dfe2258fbb614e7b7679cd22f22e09
MD5 127c61bc2c98bb36118883bab04a8e27
BLAKE2b-256 9ee5e17c69411636c17300665953e22bc9c8d541d3fb531b7cbbf6e6c3e0a1ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 abdaf3d2277a6ad02f5e06688016f3f1da91e2466b4bd50184354693a250b155
MD5 2ec5fa056a03ec40a202620c49c6fb78
BLAKE2b-256 788967b8b8b7e609b71e552a78276323117f0684670e87cf7a7fff34898fab0b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 661.5 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bbd305527e9eef72987412cc8353c3f6540a1f3dfc69d4ee1f70049ed739577b
MD5 77e1d15fa511c03ec229219c7eac6ea3
BLAKE2b-256 2bc7eb701551ad948734543009abab090d888735c9389227460b5d3980df4fe8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 80f3b74591fa2d8aad1c356235602dd3947680c6f9329d48675df4a99bbcac9c
MD5 adfc57352d9519175b62c6ece8062aa4
BLAKE2b-256 1e7e2e41f7e5fc5d0e9d78010ec051a3ca54331216c47c22e594e450537214e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 00ba4fcabe371674546a967f41a536b2165436246a7c50ee6332399d504cb67c
MD5 35c3549e2404f357adcea6e63244ebfa
BLAKE2b-256 bd04095b7a5ac0bfca65f4f072f574837761b6c7152949b23e083225f5ba7b57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f650931e9bcde28b25f720026290af3dd3dcb3bef9fa23511998d7973a6e65f
MD5 061860433f1df18557652b6260985177
BLAKE2b-256 cec90390430d3b6e0d8f7ad07188e0e420fcc9ba3cbae7df9c212a47f653bc3e

See more details on using hashes here.

Provenance

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