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

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

Uploaded CPython 3.14tWindows ARM64

phonopy-4.3.1-cp314-cp314t-win_amd64.whl (676.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

phonopy-4.3.1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (796.1 kB view details)

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

phonopy-4.3.1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (784.4 kB view details)

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

phonopy-4.3.1-cp314-cp314t-macosx_11_0_arm64.whl (659.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

phonopy-4.3.1-cp314-cp314-win_arm64.whl (649.1 kB view details)

Uploaded CPython 3.14Windows ARM64

phonopy-4.3.1-cp314-cp314-win_amd64.whl (670.8 kB view details)

Uploaded CPython 3.14Windows x86-64

phonopy-4.3.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (787.7 kB view details)

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

phonopy-4.3.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (776.2 kB view details)

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

phonopy-4.3.1-cp314-cp314-macosx_11_0_arm64.whl (654.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

phonopy-4.3.1-cp313-cp313-win_arm64.whl (641.8 kB view details)

Uploaded CPython 3.13Windows ARM64

phonopy-4.3.1-cp313-cp313-win_amd64.whl (663.8 kB view details)

Uploaded CPython 3.13Windows x86-64

phonopy-4.3.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (787.7 kB view details)

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

phonopy-4.3.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (776.2 kB view details)

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

phonopy-4.3.1-cp313-cp313-macosx_11_0_arm64.whl (654.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

phonopy-4.3.1-cp312-cp312-win_arm64.whl (641.8 kB view details)

Uploaded CPython 3.12Windows ARM64

phonopy-4.3.1-cp312-cp312-win_amd64.whl (663.8 kB view details)

Uploaded CPython 3.12Windows x86-64

phonopy-4.3.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (787.7 kB view details)

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

phonopy-4.3.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (776.2 kB view details)

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

phonopy-4.3.1-cp312-cp312-macosx_11_0_arm64.whl (654.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

phonopy-4.3.1-cp311-cp311-win_arm64.whl (644.6 kB view details)

Uploaded CPython 3.11Windows ARM64

phonopy-4.3.1-cp311-cp311-win_amd64.whl (667.6 kB view details)

Uploaded CPython 3.11Windows x86-64

phonopy-4.3.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (793.4 kB view details)

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

phonopy-4.3.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (781.3 kB view details)

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

phonopy-4.3.1-cp311-cp311-macosx_11_0_arm64.whl (657.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

phonopy-4.3.1-cp310-cp310-win_amd64.whl (667.9 kB view details)

Uploaded CPython 3.10Windows x86-64

phonopy-4.3.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (793.7 kB view details)

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

phonopy-4.3.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (781.6 kB view details)

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

phonopy-4.3.1-cp310-cp310-macosx_11_0_arm64.whl (657.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: phonopy-4.3.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.3.1.tar.gz
Algorithm Hash digest
SHA256 c39969a490401aab00e645d701e5b7f0251dbe28379ed8e35c32788d7cad4611
MD5 ff3dca603ca47002442fc0b73e82ef1d
BLAKE2b-256 dfb2abfcbe5598a8ce68f4c9408fa409342e00ea029435cff28643419e8d1c65

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 653.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.3.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 da9a429399542ffafac40f32d1d469ce593909504eded5f4769e725e150898e5
MD5 2bf7940b8f2a46e6cbbbb0a01b8280d1
BLAKE2b-256 fe6170ac7a64c9790eb2396a1e905eff8eff5e08c5934b1a77996b8ce284a994

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 676.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.3.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1a81e4aa0b71bfd3d69e364c9ecbf94524ebf7102d5b96d39e4252fea5e6b016
MD5 12cd7977f56dbe1104743a881687a081
BLAKE2b-256 ae04a8f68dfa77fb7063651b67821fb1742986ddc33e7a895a41b3aac26a6307

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f0bcbbb7b14f95ef99c1dfa192bdce367293ba669e5fd2930ddeda0d2d20b37c
MD5 e459ab47b073956ec0fc1ff084afcd35
BLAKE2b-256 4000c9cdaa8dcf8de8fdcfb18a0b68ba8838369f32ef54a2d11190a1eb5d6192

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4195a6fa7633d27ff5b267aad2d40fdad9d9b1429660d276ed05a4eb429f98dc
MD5 a45252e50b05dbfc49f8083fc5788f83
BLAKE2b-256 2161cce7122ab23e537fa52eb22dc7d6a43034ecade31959f95100c0f72bd602

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6098bb6d11f7be157814e275f39307750a3da86c17a7bc535a0a5591bef7911e
MD5 d9d7eb0e2bb77b5c18b56b09ea2ba32d
BLAKE2b-256 855714a8d23f779274fd0f40a280229551a78cae2e28801e04e67428a8ae6fda

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 649.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.3.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 80cf7f5e93bd4bb2bb9118e9fd22df7a2a54ccb1b6eb0e8507284a2de39f744e
MD5 575752600a20ea133914747d13ee4e20
BLAKE2b-256 74b73be0ef128a6e944d80a3f6559c6446d307a79148ebdb8fce8d6d5dd940c9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 670.8 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.3.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0964b6f2ffbdcc02dd7ba5ba70d6f792e1a825283a0748b208593f4878edac39
MD5 ffa2eac1c0e1a166dc91aed45d4923e2
BLAKE2b-256 02cdfe262551dbb68d74a947551356f6fe8c9c26b557d429c977a93ed2444eb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47530959066e464fe3f1d8c768296eb1d8927cfb06322471ed9a41786233a4ad
MD5 c47c52b733d6fce12bee06507536e017
BLAKE2b-256 4a41071f41185b9055b67814952243619e5f41657939795c39d7130a61ebbf61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9423af3897a4fc6fcf7758a37f4ed3f9252b0cf3091acbe0628e9140e2ef49ba
MD5 4ba456a2eb1c5553ef7643d003229940
BLAKE2b-256 43915d5b3a234c6be07678a1c54dbde012610723c8c31d4cfc2efb62c8b7c2ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec2d175ad5241f788c37e69c216ce6ffad172cecb47a7ecb369650e53d084e54
MD5 50f10dc38c9090b99422a6faf0b8d4ff
BLAKE2b-256 7509cfd2d24cac1e4db6453579389ff79dffc156553a96a4990dd3dd48ec846d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 641.8 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.3.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 05e5f258ddbb98cb2a943f183ae241a7d29a97bd61156cd3d94f91dc98d4ed2e
MD5 c53006e1b251ebb1faa760d8b18b6573
BLAKE2b-256 a91c0b843758517ef31424f77cffc4a33816f5db2bf18f31671d8771de47a1a1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 663.8 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.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6144058256d34f2f15b2ed362e29808efadeb809387d279646ec0bbcbc599721
MD5 468db3ffc51c9cc933116acc6c8e3e91
BLAKE2b-256 f740f8b5528d269e832a3bc1e628c671bd02fe993e8f4f3b5f1300f54fe941d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b9010597cac94cda39d44c8456d33f224a955bc36283ae6bce3c19621699d546
MD5 dc2b10c1a796d49bdf891191ef7d8a46
BLAKE2b-256 a3db2371455266b5928778c8005b3acb4c91f7486a22bde0aa00b9cd312f2551

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eaed46c9f3d337bc7121c75e18a452c686fb2e10505aac9b0d37fda1f5132ba6
MD5 66b55e7dc19a042f92a5fd56ed954a1f
BLAKE2b-256 91e30927d03d27d3a46ef6ebef774423cae523ae41b38a521816ba0ae7a2a46e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f45cd01f58b92f1a7a8dde9da9436f6aa52d0b4cc20a6e47c392824db1fb644
MD5 f4eff6780a43ef329c88aa14f072b8e9
BLAKE2b-256 c4ce73b5899956ae6ac2643f85ffeb3a83b88c06214f30af52e17575dc02add3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 641.8 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.3.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 4be3fe916a20134ab1406f0d38f7faa8cd6b763b1bd5ab237f688bd6c786649b
MD5 5bc5fe958dc4fb1c9cd4b05ac4be8b89
BLAKE2b-256 d5e32fca8b25c91dbad61799c9356a8a43324e3dcd9f727b5df5a9c6f4bb50d5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 663.8 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.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a1232b65abe97891dec9b7d3dfd2b742f054c41e6e6ebb7d0545be2a9e5b814b
MD5 17e00352957abd2b711d99138ca30145
BLAKE2b-256 3a071217f6e7b540438290affc74aa6c3b2c4a9b0c233824bfc1a8f501da784f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d337dbeaddfad05e87572def736195a8aad9424c25e30a446801aa229f146ca5
MD5 0c4b1e0fa3627698f74ed159dad9d17d
BLAKE2b-256 fe1faaf8f2ea7752dcc437f13e19aa7f2fef55f955e60ec48c0ebc460f40c2ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27791df9777f026504cbf4df72757a3d4d830a5e8901fe2ff1122e723b4b0efa
MD5 74adb5fd178dd3e0207383dea500bd61
BLAKE2b-256 e43d51d844294566a5f64b8c6516012d9313dcbd6743e725dd3ba8b99d96e24c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c612be52e0339f7dfe92c9542ecd31e68ad0334cb11a9b26a835473975821d96
MD5 8dba515cb85672df2d91774bd31b0cf5
BLAKE2b-256 6091804ee3972a44a3e22e8efc2de7d22bdc5ea5294425473d97637bd4542be5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 644.6 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phonopy-4.3.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 68ade059bb61019e56f50711b926c22b15075841f964eed1ed9eec9114d890fb
MD5 11ea8f7efbfef0a89f51493c26ba686e
BLAKE2b-256 c3157d56488f8a2e31aaebe709608f9e8913b65fcdd0d65154cdf5bddde0894d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 667.6 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.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ef622516687d324baf012daa6bde8ba3d3aa089054f7cd0b35666c6cd4390ba2
MD5 0e52377056ef0bfb37a5b4863ecc5cad
BLAKE2b-256 331dde14291f71f5d3bf9f40ac66a9f6db4c8d612e08893466d63bca298f0b76

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd157586fbcb2f7833943fdc9c192ff59d15e992a611ebba88802709960e79f9
MD5 f0036e6c01888d6c16950887940585af
BLAKE2b-256 da5ee7175695db6a77b3ef65d858950bdc49565697af6ebf9b12a78e8df5eafe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7eb5767a143884de41e1f05ee9e4b216b5bde1b398591656a184181edc44dabe
MD5 44d422bccc8b3b290fc754cea2f60731
BLAKE2b-256 8f551dc04139986106d288e0a6c61076b246fc1350449ec28508a55e1ccd8cb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6d3cd5ad7a213b76b6184a557fe30fdac71d68fff8bffd0bfaf9d348f93f5ef
MD5 de14ddfef99abda9a543f394b07a9cd6
BLAKE2b-256 b2ab65a578a7a812bec6c44263888b37928ef838fd569daacf589a0161a8fe05

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 667.9 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.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cfd7f77d5ce2032fd5f2feea092812f4553db5c89830ef11ff0bff9c803f32f1
MD5 aff496e5540d02c499d021ba57358fad
BLAKE2b-256 acb69cd910888b94c57d54b8bb7ba84c280ea777977f08b696165311fb5b7c8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d998e9629829546a20c94599b65b4d570c2f94e296f05ae599aa096eb40177a
MD5 a22be934408e01e85fe41ccdb9fb40ca
BLAKE2b-256 0a43b5da8b3628136f2938cb22a9e6f84a26ec65ced41ca0e31cbaa0a93b3a3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5b818d37675c649cb06168fd984d3c9460a7fee5236b420212054cf9d9350be
MD5 af6cf7e2ca69b1a6ca672363b74d996b
BLAKE2b-256 096945a3e56ad05bd837f2dccd9bf2c5741b76998fbf5cd731ae614dde07edf8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36ef62f51c721e36eaaa5d0998606f1726676d4d173588e0c069069be98e753d
MD5 d41874ed5e6171c9ef3268491cba9569
BLAKE2b-256 096efa2b1570f46ab16e86dd3267151eaea602b35e3fe06bba576215c24dbf67

See more details on using hashes here.

Provenance

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