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

This version

4.2.0

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

Uploaded CPython 3.14tWindows ARM64

phonopy-4.2.0-cp314-cp314t-win_amd64.whl (662.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

phonopy-4.2.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (781.8 kB view details)

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

phonopy-4.2.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (770.1 kB view details)

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

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

phonopy-4.2.0-cp314-cp314-win_arm64.whl (634.6 kB view details)

Uploaded CPython 3.14Windows ARM64

phonopy-4.2.0-cp314-cp314-win_amd64.whl (656.3 kB view details)

Uploaded CPython 3.14Windows x86-64

phonopy-4.2.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (773.4 kB view details)

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

phonopy-4.2.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (761.9 kB view details)

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

phonopy-4.2.0-cp314-cp314-macosx_11_0_arm64.whl (640.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

phonopy-4.2.0-cp313-cp313-win_arm64.whl (627.4 kB view details)

Uploaded CPython 3.13Windows ARM64

phonopy-4.2.0-cp313-cp313-win_amd64.whl (649.4 kB view details)

Uploaded CPython 3.13Windows x86-64

phonopy-4.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (773.4 kB view details)

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

phonopy-4.2.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (761.9 kB view details)

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

phonopy-4.2.0-cp313-cp313-macosx_11_0_arm64.whl (640.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

phonopy-4.2.0-cp312-cp312-win_arm64.whl (627.5 kB view details)

Uploaded CPython 3.12Windows ARM64

phonopy-4.2.0-cp312-cp312-win_amd64.whl (649.4 kB view details)

Uploaded CPython 3.12Windows x86-64

phonopy-4.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (773.4 kB view details)

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

phonopy-4.2.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (761.9 kB view details)

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

phonopy-4.2.0-cp312-cp312-macosx_11_0_arm64.whl (640.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

phonopy-4.2.0-cp311-cp311-win_arm64.whl (630.2 kB view details)

Uploaded CPython 3.11Windows ARM64

phonopy-4.2.0-cp311-cp311-win_amd64.whl (653.2 kB view details)

Uploaded CPython 3.11Windows x86-64

phonopy-4.2.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (779.2 kB view details)

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

phonopy-4.2.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (767.1 kB view details)

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

phonopy-4.2.0-cp311-cp311-macosx_11_0_arm64.whl (643.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

phonopy-4.2.0-cp310-cp310-win_amd64.whl (653.5 kB view details)

Uploaded CPython 3.10Windows x86-64

phonopy-4.2.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (779.5 kB view details)

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

phonopy-4.2.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (767.3 kB view details)

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

phonopy-4.2.0-cp310-cp310-macosx_11_0_arm64.whl (643.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: phonopy-4.2.0.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.0.tar.gz
Algorithm Hash digest
SHA256 1cebfacaf98ba584aba0be3401a50413bcc03cb44f4a9f6946a439ff6f706f15
MD5 c6c731c4b963a8b385017d0eec7740e9
BLAKE2b-256 5c11079a3b298c725c60e88e5b9c1bc99b5f5a448c09655e4b0ec64384c8c8be

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 639.2 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.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 3a912a2f81f42ca3e51fc85270e8a94ae24d4972673f188f25ca1b89b28b0ccc
MD5 103e27d54cafa4c7877dd36acf3fcb61
BLAKE2b-256 b125b12d04d87e128c4977e0f288799e2ebeba8fb51c24c16802454be67d73a7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 662.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.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 10f19b49748056fd7779b683d239f6b92ac251cc42d00bbcde7fa09ca4bc9344
MD5 5338695327331836d3f89ba9349ad8ca
BLAKE2b-256 d172c0283ea0ae4dd941102f8a357e460b1701020cca154a1c02cf9a358ec61b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 43f86769156371ac3fbb761f10c203ccac3e2710c4190e28aedd67b3d51a6842
MD5 057b9e693e36fe845dd5b563d724ff44
BLAKE2b-256 906a48166fdacf8ba0cd3eacd300ad55bf53b823c32a9f20f568f688b6277ddb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4a3d1ce71fd24e56b77fb3bc10ba64b792aae6e71802eab57e8e8710d9163f7
MD5 c8a6746d6d4891d1b754a12ff0eee46c
BLAKE2b-256 62595266a93081b8938085fe3970fa0f2d40658d58719f1288b11333c9afcfbe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b4dd2f63d07679021bb98219dd5ee2427cee202879ae836434ed54e3092892e
MD5 96b3f0a2d6791d3e353f1b56bc7bdb53
BLAKE2b-256 70014e20180e0f27445f2a3a41a2ce6e1c13736e5f188c5e600609a542874155

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 634.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.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b66dbec46594179a5154237ac21dda10a713733f0ad65f51feedfb00d3c21e7a
MD5 9eb62f159a4be1bf363344f6fcf95bfb
BLAKE2b-256 7c6b9a0dc6cf024bfa288942512eefccbcc0c71f09160caaad4611836e64b79c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 656.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 phonopy-4.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8dcde0363dd8139d994fb6776a0212388315852ca2f8022e17d8869a10956384
MD5 49b55cfce27c382689238dedc4a7649b
BLAKE2b-256 cac393c54e87339e504046c554a5efaff3e7dfb4620bf1f3e682c991a26862e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 035f6669d1286b5cc18c13f7503aceb49ffbe49a5ff6ef1085e36bcd5e6246a3
MD5 df2b5399933cc909b1d4cf071e13df0a
BLAKE2b-256 eb0160908e5fd68b998f53a80c35538c7e3050f68b10dd993cefdf99fd54c5d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c0844c2bb03bc3b22164f09f93ece97b01cf63e92be8475b2864e93032cee97
MD5 b1d6a22b3afa204552b9531d8a4b7c38
BLAKE2b-256 c7f5527e98f7649a76fc031feffea20a04fb83596b76346c08dde4592e1bf643

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 edeb56580315f72e226e7294f2129a20192e0fb69711961976d302f6ecf43af9
MD5 5dba46c33107966361c56b8827cf7970
BLAKE2b-256 ba3ed957fe03fedb1968527dd05c3efa40936e7b1d7266368fcdd9fd0d2af837

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 627.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.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a168217b70b6de40ce8b9a7119d05c1d7e4d2de66667279a4b935ae60c44bd96
MD5 1c3332d2706f889c4feddbc5f3c85e1c
BLAKE2b-256 f50e83cbebcc82cdb77b0bf0a840a74c40cf24db47c344ead84ef1dec3ed0ea6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 649.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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 95ca8d3e4881fa983142dc6d2676a3a17adb9ddd4b947153869375c6a1fb8b83
MD5 a4ddecf8ae1d95ca21ae0249e438a37f
BLAKE2b-256 6b4a641bdbc09ce86210ea5c97a46eb94606e589ce81a803e21c0a0e63382fba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2679310e148e1e44781f36beb44b2b2d5f4deae9e2a28e91f07d1ecc0429cb67
MD5 34a0573cf2f7f2a1f8e5031a4d999968
BLAKE2b-256 f1e02fa9de6c12c7bed0656f847e1cad3abe2c2ff74fc89a83408bcb16ff08f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e79f8e65531b36a7451a4d8009ef990d0ddb636d1bc0f6d7ae8865f87a0ae70
MD5 b51e6eab05b43cfbfdfcc61e60decf50
BLAKE2b-256 22b0540160099f13811efdf0aa83d1bed8d497645ee9cc63f39fceb9e459973c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2a1dce4c6a18f800fd45ad86367165adac2769bbed61bcf64e41f6ec9931850
MD5 dcf554aa59332f11b6883ac873cb2027
BLAKE2b-256 7ed67128e89c4a5600bfef78ad83d510f1e9ac351d87fc4feecaa4049147e2a1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 627.5 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.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 1948d35eda2e3c6d7879214cd03a61b4a18502547cbed5dd1cf0bbefe74a1004
MD5 2f34350328a291649f82ef101c63b576
BLAKE2b-256 2ae1ad29fde1ff276b55d0a38a23812a064374adde740a4263bf109a776b1f8e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 649.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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4ba36537c34919a0b7331d43fdf79ad0e5b9bfdb959a5feb7b345d6afffd8011
MD5 cb65bb45275a3388a7d0190beb4fe6e7
BLAKE2b-256 541e792eea5370ea30e0cd0c09cd5e3d285588c0c1310f8e20c609f8b55238f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e895c46138472afb14d8f4645891b81ca5d73f65bd44407669bbf4ac920657a
MD5 c8dee0cb2870d3bc622b2b80c3b9ea51
BLAKE2b-256 2696d1a1628d27e7f27b447dd7df1e6d9911b0e9b4fb8b285fad0498e58efa6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 615785eb4a32ad8762e394012d9e20671774083ef79352e65e008ce461f64b00
MD5 3341af761258cb219807a4afd5fe1813
BLAKE2b-256 6a3ed430a5b64483aff89f7e21ed6948d81cb9023db08db74c9701f974739582

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37b5a2b178bf0f9c19c7c2749aa4760b333d6ce4801bb472bfbe0e2d6752071b
MD5 e53abd063b1c6478ee700997ae7deea9
BLAKE2b-256 510d9bbf986f7a333ac95031b68ed5f39fd477bb9f266ed885443ef0d1935ccb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 630.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.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4fbb48b2351f8a202258a0eaf71f7a396f6a4b84ff8ed0b5648e8979df8980b7
MD5 521dee0a5968280f0ab8ac81200b3425
BLAKE2b-256 8b3f531092557eb3b689423a97c8e8d39df9f1c2d249e97223ecdfc561d42211

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 653.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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1ad46aa21f903bcb31527aeb32824746e06ea05d3fb6839ac42da826a85889b2
MD5 20eeac3888302173270525142aed5d65
BLAKE2b-256 f0f517ad7af5fb948020d80bbd52db0dd6b7e2ccdf6a2db5d6b76daf72f300eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de8ecad1507de7ac9415ea6738004e4c1da2c195c5195dfd05c493ebbf6c8b69
MD5 d054388cb542045fd5dcd4c63031c6b3
BLAKE2b-256 2692ce20e6f2639a65d44ba26ae9b8d59574cae5e1f09e4d53ef0c2f723e5912

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 910106cfee8b2f6dc7619ff15aa1935afd0801ab0a443faf26bbfee943b9bf36
MD5 3c42dd8ae9b217ff46ca15c551267662
BLAKE2b-256 7952a5878da56d1fbcc399afdaa7de9fdcf2446c7baab6aa3def76dd4f8518cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29e035a59090a6450ccb4894f342bf38bf569e5cf9bffc5681a15a0b1d8656ca
MD5 74e4c049e63e5cb0ea4c6a7e8fa6e818
BLAKE2b-256 399241c6e15e7fe5f755513f59dda035f3f2747e0130145ad47dc5edae37c9b9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 653.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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 93eb617aab17d8476847804d1f9d2b63d3856b583459972fe2340cb2065a845a
MD5 338cd8995e91e348ba5231a9103e6afc
BLAKE2b-256 3b46d33ce607b4ca819da5f985cd2f46afbd6757e9a5c41f9be8055aaf390991

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c3e798ccb08e1bc73e9d09ea37ec53a234e5b6d5034955fb65b697854f637a2
MD5 792c4873d4d1557c70667e2c2b1a2123
BLAKE2b-256 948b9eb5347f1b6c42667e9de13fb175c76ae5ecf6de28a1992f7e143d036010

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a430455b1b4754bce88959999552a9a7022a21cd3e4ca3eb87010aebcc4bea0c
MD5 9afcc7c66e2a78dd123eeca16c2ac04f
BLAKE2b-256 feded325c70947c305ed4e084c9e3849c30c649c325b70c57ea21c75e6063a70

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c0a39ae79f355f854906facbdd7bd02cdf5828b184c3f97625e305fab05f724
MD5 40b50e4451b5411083e65d1d24751fbd
BLAKE2b-256 5b582b967555c9c8f39ccfb4a84aa6b0350556215ea551257ad8c95e6068ccab

See more details on using hashes here.

Provenance

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

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