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

Uploaded CPython 3.14tWindows ARM64

phonopy-4.3.0-cp314-cp314t-win_amd64.whl (676.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

phonopy-4.3.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (795.7 kB view details)

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

phonopy-4.3.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (784.0 kB view details)

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

phonopy-4.3.0-cp314-cp314t-macosx_11_0_arm64.whl (659.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

phonopy-4.3.0-cp314-cp314-win_arm64.whl (648.7 kB view details)

Uploaded CPython 3.14Windows ARM64

phonopy-4.3.0-cp314-cp314-win_amd64.whl (670.4 kB view details)

Uploaded CPython 3.14Windows x86-64

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

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

phonopy-4.3.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (775.8 kB view details)

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

phonopy-4.3.0-cp314-cp314-macosx_11_0_arm64.whl (654.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

phonopy-4.3.0-cp313-cp313-win_arm64.whl (641.4 kB view details)

Uploaded CPython 3.13Windows ARM64

phonopy-4.3.0-cp313-cp313-win_amd64.whl (663.4 kB view details)

Uploaded CPython 3.13Windows x86-64

phonopy-4.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (787.3 kB view details)

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

phonopy-4.3.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (775.8 kB view details)

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

phonopy-4.3.0-cp313-cp313-macosx_11_0_arm64.whl (654.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

phonopy-4.3.0-cp312-cp312-win_arm64.whl (641.4 kB view details)

Uploaded CPython 3.12Windows ARM64

phonopy-4.3.0-cp312-cp312-win_amd64.whl (663.4 kB view details)

Uploaded CPython 3.12Windows x86-64

phonopy-4.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (787.3 kB view details)

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

phonopy-4.3.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (775.8 kB view details)

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

phonopy-4.3.0-cp312-cp312-macosx_11_0_arm64.whl (654.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

phonopy-4.3.0-cp311-cp311-win_arm64.whl (644.2 kB view details)

Uploaded CPython 3.11Windows ARM64

phonopy-4.3.0-cp311-cp311-win_amd64.whl (667.2 kB view details)

Uploaded CPython 3.11Windows x86-64

phonopy-4.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (793.0 kB view details)

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

phonopy-4.3.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (780.9 kB view details)

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

phonopy-4.3.0-cp311-cp311-macosx_11_0_arm64.whl (657.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

phonopy-4.3.0-cp310-cp310-win_amd64.whl (667.5 kB view details)

Uploaded CPython 3.10Windows x86-64

phonopy-4.3.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (793.3 kB view details)

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

phonopy-4.3.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (781.2 kB view details)

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

phonopy-4.3.0-cp310-cp310-macosx_11_0_arm64.whl (658.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: phonopy-4.3.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.3.0.tar.gz
Algorithm Hash digest
SHA256 239030040da239663004be715e82894002b7950931780556b971aac46da1340e
MD5 e346390a1addeb9b3299983cb28c4aeb
BLAKE2b-256 6225ef6dbd6acbd71787943c9617ff0739ae692893ac85d17bc39c42e869a299

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 653.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.3.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 8bb3c1a5005cd35eece7256b979c6eaafd67d643fa8fd268d8ffee76d133af50
MD5 83038ab892315b6e906aa7f08f984a17
BLAKE2b-256 810eb8ade58c7788aba4e108c70b7bdeb004ef951a745f4ac64737357d9bb94e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 676.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.3.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ea2ec4ee441beba7153d358776388893863ea79a04b4819e4ed51af28d461869
MD5 7908fa529afc9c4d2e8ccfba0eed0bb9
BLAKE2b-256 2588d5b85d5f1de17dc3acc0a3458a20e841dcaa54d1e0fb92535debc3bd7e1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3d60504d37267ee5e6b50a31cf643671a89447ffcfd2fd163f04e7985470ff2
MD5 74f959e58481c881aef89acd71c919e9
BLAKE2b-256 6992a0750de82295dea7ad0a8fa06b07399f31c0f8cf5ebf4791520cff9f6a39

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c30ac22fe67ba37255c6c045cca36ab9bb506eace60e74352c67727eea24814
MD5 98ce7ecebcc57033ce708bfa28f80fac
BLAKE2b-256 2da98522ee2c981e1e5349c9937679dc20a6e3c8eee3d961f9c6908006f6d21a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5428ee1820d6dc4cc994231f32cf93822dc06d5aa80707d6376cdceb9b8b880d
MD5 d41f60a9d582bf65bb73da8a56db0b0a
BLAKE2b-256 ce8a505bb977160fe61c974953aa88a931529eedabcb9280ff645843938d66be

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 648.7 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phonopy-4.3.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 31aa62cb41172897ead4fb435e763ae891835e513a919da3567ac556d8778689
MD5 c978918a5d9d96d846638f89263d7ef1
BLAKE2b-256 dbc98a46e54bc8f26c078f61056cc404e8e1e195476c02232d1d76878bc57d24

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 670.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.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6d9088ec219869e6b69d9fb2ee005da17cff04190727a5e55422674177b4dfbb
MD5 0ff907d8ea042181d7378e164049993e
BLAKE2b-256 f4773537b548b8e201d739f65485b559712f1de52fee2ae7e9e9846f21bae9e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c96a24372857ddbe2f469455906c219d2a9c93381d292141e612fe8939f43704
MD5 a34f6aac9ca2633208742296d7d8d916
BLAKE2b-256 11f7e62e046d0b9fe3568b2bb6d352808e74c48c914e8850280bd542cc653a2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 587e6f4ab597a0caec41789a22b9eb2ecbb0319226e34577afc254c63c567de3
MD5 0f24b88028a2da8359b7602278859f68
BLAKE2b-256 78790d9b386cd78db6530a0872b1c3bd0e3ebd5dedb61d4388821bf0e0918acc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10e80063aba5821ae13b32ed2a6119d045cc567f1774bceef77f0796a1492282
MD5 b64e4a6b0b0f22cbf8aafd836205c884
BLAKE2b-256 e3cdacf02a983789085c08f8ded2cd0f7fb0dfcc4205a4b738b9be5fab48539e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 641.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.3.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e7eea66bbca9f4869317e960c48533282733a3335b78f4daeeacc37be8345a8a
MD5 f08498ad16908ba25d3b5ba5a5022302
BLAKE2b-256 902443672a3a760d95da44118e9c03fef0b65b21f87ec9703aa727e8ec389e9d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 663.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.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5ad1c22b40d42b3913d4b6f4fd6343f1542afd0ae8a7a2c462bbd258d3637a95
MD5 09a62132cc340a6e60ce9ebf332dc9b5
BLAKE2b-256 31f1585e0f1828db9098c6186e3f2e528eb09161247ce2090dd90da687f8e9df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ecee322b64490b6a1b45e0f7cbb1464b231fc25fcaeaebceb8d31c1e763cdd4
MD5 611fe369f8609c468f8f1279b42a7bdb
BLAKE2b-256 04026f4721f88c160e3845e12f7609cf0c34c36c659aa28a55a1340b315626a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1872c0f448542188c819e0a2114390277060ef3a64333de0e269eea0c3005331
MD5 a9230ccb175cac9a4da47c5d400261b9
BLAKE2b-256 2c0b9e0a257cf459f98c33b862a25acb3efbcc373184c8aad46ca4811e640f35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab6b0271cf8d63b285f4ac8cf96163f95ca26785ea54a2ce1c81c0e7839ab0e5
MD5 1bc9f9103835917f511bb2da1f3a0625
BLAKE2b-256 158172a07a419656d12762a0d326f87708aae2bd1dbe8ef7a74aedfde0bbbb27

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 641.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.3.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0d586bef92c06990899198fda404859d701beb244a9ce4492298d036820b3e77
MD5 071dff2ca2c26d7b549415ab83c5b15d
BLAKE2b-256 4d6b1b362bfc1684bf94a50d9df32ea52518d60da7e70f7300c2edee82fa2119

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 663.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.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4b214c0da8fa1968f49a4c6a789847f74ee644ed7afeb71baa91059cd185db3c
MD5 3e116f814b3d55853e15a411fadf64f4
BLAKE2b-256 4bd1324144830a28c0c7ed380adca4ae07850ffae0c2564a62ef072d6ed6a06b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f207c8d75008a4a5e12cedf903c8638205ac8ae7e8610fddfe908b7d8c6ca4c7
MD5 c30ba8cbdef69675e4c69d5810a4f5fd
BLAKE2b-256 1382be9ed1f6ce555c199e589f08eb0993011c249d4d68550c1db71c5cbcd239

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb2bba178456bc8124774521fa8cce1f14a3a0fe1adc3e1e48aa9ae03b9052dd
MD5 e8820ffd708c79ae686b0c89a5e09bd5
BLAKE2b-256 0845884b4392f71e002dde0ca902344a2c0c588e66a66dcafec8d500e1019331

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2ad1d23b929f28300eb33e6c37631c8d415577997d544f65a8dbb432285054b
MD5 36bfd71788bab506f740bca39c2bb718
BLAKE2b-256 0274af5bd5960c78c42f36e584350e0528ff14534d82ae8dc05d42d66049a77e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 644.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.3.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0a13a99e420f45aac035ac6950bdfe5f86e48623e6780c0762e59fb449568ff1
MD5 ac3f7d56b82a26a3f8cbbf1d4204a5b3
BLAKE2b-256 59ee683b2426570de41744d8a39dda0838222e4308023e8868dfa2ecce126816

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 667.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.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 392bc20ce8ac93655ac80f2c63fe67e92f7d7ad27edac66a3af782b57a90de80
MD5 9ff426fc01fb888891feeeaa218f14ea
BLAKE2b-256 1abbfeda3459d72e915da2462313ee636b070df087c5a1aabd3801a9debd3a8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59e3a26ea72b5619d13cb19766212bf33fb336e133139b0d9622af7ff3fbbc22
MD5 f1ee895cdd027dc17ad377cc1d7ab5c6
BLAKE2b-256 63c17a6c263d019e814e4a926d5687c5de8e4e23c5e1dfaba83bc1c8deb09fb4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aed8b5799ca7f1a63ecd587830362bfa8918e1db874d7e4f53b796e99c6be4e7
MD5 aa677de2a3aa56718a3b9a90acc09126
BLAKE2b-256 d445de5e4ef22c734ea9b6df294802bf646d2ad695b05278087b92b1ceb8d9ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 907a486327430a10ce7a9a99ff6e194ca45ef1c8b513689cc55c38d158067c5f
MD5 15851597d42c14ccad35980249c0a709
BLAKE2b-256 eb49aa82860737ec93c248787d8e682868bcf24654baf49ec12166be18b498f2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: phonopy-4.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 667.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.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1aeca3cd8921c1b0c848fec503dfacd4cbc4f6e0d06da664b3675ed6f4027fb2
MD5 5cfa6a934fb841a978aadf344baa1d40
BLAKE2b-256 5e4a96df08c8695608100a1058b119426d28ea60493e0612ce7368ba7a53214c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27edc0db97ad615a6cda52c2cffa099aa0966c9821fc12c5eb18d279ec9fa7ad
MD5 47e4c892196b04ffa92a8ed633497217
BLAKE2b-256 6cb3605e2f4c26664c2146356db555bd5e66c06cace8a9412a59b4692b6946e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 345c0e4fc8370f97a538b3950743cb3bdf755ac9e64a341c9004269501453b54
MD5 513acbe037dab541697ac9c4de2f6a7b
BLAKE2b-256 7dda42b74b64f4140413fbcc314a97984cb61402a05db9a06e88da942198b3e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for phonopy-4.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f8d1db46ede1ce8a8ebc8078e47cbb802c333f1e32e157a1c28f66c04738a7e
MD5 a0ea03309c81c17c0426ce0330ba6d08
BLAKE2b-256 6dd523f294ad0407a804a68fef0a56f95526c3f41061a10ea742dce297e4bbfb

See more details on using hashes here.

Provenance

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