Skip to main content

spinmc

Project description

SpinMC

SpinMC is an open-source Monte Carlo simulation package for classical spin models, designed for studying magnetic systems and phase transitions in statistical physics.

✨ Features

  • Multiple Spin Models:

    • Ising model
    • XY model
    • Heisenberg model
  • Support Interactions:

    • Exchange coupling (isotropic)
    • Single-ion anisotropy
    • [Planned] Anisotropic exchange coupling
    • [Planned] External magnetic field
  • Support Algorithms:

    • Metropolis
    • Wolff cluster algorithm
    • [Planned] Parallel Tempering (Replica Exchange)
  • Simulation Capabilities:

    • Energy, Heat capacity
    • Magnetization, Susceptibility
    • Absolute magnetization, absolute susceptibility
    • Group-wise (sublattice) magnetization & susceptibility
    • Group-wise (sublattice) Absolute magnetization & susceptibility
    • [planned] magnetic hysteresis loop
    • [planned] binder cumulant (u4)

📦 Installation

Requirements

  • Python 3.9+ (for pip installation)
  • Rust 1.88+ (for source compilation)

From PyPI

pip install spinmc

From Pre-built Releases

  1. Visit the Releases page
  2. Download the package for your OS
  3. Unpack the archive and run the executable

From source:

git clone https://github.com/mxmf/spinmc.git
cd spinmc
cargo build --release

🚀 Quick Start

  1. Create a configuration file (e.g., ising.toml):
[grid]
dimensions = [50, 50, 1]
sublattices = 1
spin_magnitudes = [1.0]
periodic_boundary = [true, true, false]

[simulation]
initial_state = "random"
boltzmann_constant = 1
model = "ising"
equilibration_steps = 10000
measurement_steps = 100000
algorithm = "wolff"
num_threads = 10
temperature_range = [
  { start = 1, end = 3, step = 0.1 },
]

[output]
outfile = "result.txt"
energy = true
heat_capacity = true
magnetization = true
susceptibility = true
magnetization_abs = true
susceptibility_abs = true

[[exchange]]
from_sublattice = 0
to_sublattice = 0
offsets = [[0, -1, 0], [0, 1, 0], [-1, 0, 0], [1, 0, 0]]
strength = 1.0
  1. Run the simulation:
spinmc run -i ising.toml
  1. Results will be saved in result.txt with the requested measurements.

  2. If spinmc is installed via Python, you can plot the results with:

spinmc plot -i result.txt

📚 See more examples in the examples folder.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spinmc-0.2.1.tar.gz (114.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

spinmc-0.2.1-py3-none-musllinux_1_2_x86_64.whl (291.4 kB view details)

Uploaded Python 3musllinux: musl 1.2+ x86-64

spinmc-0.2.1-py3-none-musllinux_1_2_i686.whl (311.7 kB view details)

Uploaded Python 3musllinux: musl 1.2+ i686

spinmc-0.2.1-py3-none-musllinux_1_2_armv7l.whl (492.9 kB view details)

Uploaded Python 3musllinux: musl 1.2+ ARMv7l

spinmc-0.2.1-py3-none-musllinux_1_2_aarch64.whl (260.4 kB view details)

Uploaded Python 3musllinux: musl 1.2+ ARM64

spinmc-0.2.1-cp313-cp313t-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.13tWindows x86-64

spinmc-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

spinmc-0.2.1-cp313-cp313t-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

spinmc-0.2.1-cp313-cp313t-musllinux_1_2_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

spinmc-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

spinmc-0.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

spinmc-0.2.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

spinmc-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

spinmc-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

spinmc-0.2.1-cp313-cp313t-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

spinmc-0.2.1-cp313-cp313t-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

spinmc-0.2.1-cp310-abi3-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.10+Windows x86-64

spinmc-0.2.1-cp310-abi3-win32.whl (4.5 MB view details)

Uploaded CPython 3.10+Windows x86

spinmc-0.2.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ x86-64

spinmc-0.2.1-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (3.2 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

spinmc-0.2.1-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.1 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

spinmc-0.2.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

spinmc-0.2.1-cp310-abi3-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

spinmc-0.2.1-cp310-abi3-macosx_10_12_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

spinmc-0.2.1-cp39-abi3-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9+Windows x86-64

spinmc-0.2.1-cp39-abi3-win32.whl (3.4 MB view details)

Uploaded CPython 3.9+Windows x86

spinmc-0.2.1-cp39-abi3-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

spinmc-0.2.1-cp39-abi3-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

spinmc-0.2.1-cp39-abi3-musllinux_1_2_armv7l.whl (2.3 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

spinmc-0.2.1-cp39-abi3-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

spinmc-0.2.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ x86-64

spinmc-0.2.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ i686

spinmc-0.2.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7l

spinmc-0.2.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

spinmc-0.2.1-cp39-abi3-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

spinmc-0.2.1-cp39-abi3-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

File details

Details for the file spinmc-0.2.1.tar.gz.

File metadata

  • Download URL: spinmc-0.2.1.tar.gz
  • Upload date:
  • Size: 114.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for spinmc-0.2.1.tar.gz
Algorithm Hash digest
SHA256 71099d15a724902c5926e27d3e568100fec985f0e00d7c8b754975807eaf7a1c
MD5 225b46785534176db495b51a2334d2ae
BLAKE2b-256 e94baa5163391404d59e545c0c7d729a789a9911614571d6bc2c5e80e4f21cbd

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-py3-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-py3-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a6345a1d7b9566fc394cc363a8354fcf55431b0331342c75e081cea314ac29f
MD5 d64837dd7b86bba54aab2fe71d79bb80
BLAKE2b-256 4f62172afccb5213c51e14519c0f23b1dab54c1fb3a389f1e2463faa5b7e1f2b

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-py3-none-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-py3-none-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 72f32437f7568f0edb20dfbf032981a8cb378f7457ce6872df2016d9c312822c
MD5 726ca6ab36af24003cc74acd53d612a9
BLAKE2b-256 ee89e7c7ed53cfe727262d76f650904fce00bd776c759f1773750e0126af2688

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-py3-none-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-py3-none-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b176ba927189a873072217eb0404a64fdbf6072718a5c32854b3ba089ff3c889
MD5 85ecdd089a9e5ec51396b3c09e750e09
BLAKE2b-256 760a8d79958781637826c0b253c28d32569d1857585b270a448048a32a6405df

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-py3-none-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-py3-none-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd5c937ee30600d5f6e751b6f7b0620aca7f8ae6580aa5a02a5f16ca83643a5b
MD5 e22e8204c3a46ea303616b124fd5e1c5
BLAKE2b-256 8543993a6c33800e0700ce3ed08d4c1e8bb212f11491049a379097af3ecb2556

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: spinmc-0.2.1-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for spinmc-0.2.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 04a1735784645c3d69b40bdd0e04ceacc1432a14c8f2fae74b39be4d8af264aa
MD5 dee8b4f1b69bac9d2992842f9b1aa5c2
BLAKE2b-256 267fa3c25c7bee7046f7484d4eba27e396081e9a7d375e55297e49f2edd0cf81

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2fe3fea65fed33ff84bfc68d0f8e99dfde05a4334cbf0cbc24e769b1fbf5f33
MD5 58bccdb869c0748cf3460612726d84e9
BLAKE2b-256 ff3520f2dc9d985aa5b28bfe9cea3e1717ab4ff3e5b3c2fe791246fe47a6e82e

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c3e3ca89ab4970db05005ca87164c44d35e4a67b6daffcc7f085e680a5f6ff79
MD5 f910a70aefca89c072e296057fcc08d6
BLAKE2b-256 21cbdb4e60f5740533b3890b640a0f01d7a7f33b91f1f9b1a75e93c651818a38

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 080563cfdbc16cc1c40abbb8af994f5b94865b179ac6359afb640554797dffa0
MD5 827cf1a5eb59366d165a7cb4fb35565f
BLAKE2b-256 47948dfbcea96c04d42fe209f33462c2436bf3e85f06a1c1dfd9ca57409e1588

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4e267b018ec908cbeeabe2f5e53513c6b3a922bff2932e7f3152f9bedd4742b
MD5 1e36d4270b6bb7b4d3017993376153d2
BLAKE2b-256 667cd931919910a538fa2441612c0a345281dab557fa04fc11acd6b5fa15a593

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48a417570cb7efedb27531cdf8be8d535a1817da214ef5c778840edebe3269e3
MD5 9de67b58acfe651be3bee1aacc5436ab
BLAKE2b-256 ea51d3dcb8966b816e4dd734b70ac354bf5a712ca7cbf02c0944bc0f30d10f22

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 99edc9d8739d64c0b74a1c830105f0f638768be4d91a80ebdb92cf2cb27a7878
MD5 07852df6cb407cacffffed5366b8c411
BLAKE2b-256 de495b3c329e8c78145b658911e3c95dd07c154a79c4a4a7b6934e5075521b75

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c8a7c12a37950065e1038cad59e348fd8fe1f11d70600c526383c0085f4f8371
MD5 29a7ff52d37c3a6fcb9f8ffabc39c227
BLAKE2b-256 b0265081db2444b31940cbe3c82391c5c9f55a92447e3270289f6926fa4466e0

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f9303aa2a428c376002d57b8fbbbe6e17bfd40744118be89932b5b9ebf6c33ac
MD5 a34ca3cf5166311d8543f6e7c121c0f1
BLAKE2b-256 292b11cc44874b5a413d9fdae4bf3d3818e80f13139f703d07dce6ab65902c46

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d60b73c6145cc0f9d814672b4f5e8c570264427f3e8cb60d8a1a319a9541204
MD5 0162d4db1dceadfe472e81324f6896ed
BLAKE2b-256 a9750a8767173d99564b36c9ac81b727789f5b460b252930cac5677b238dd68b

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c1694f8c6af7b6762533da22d6e678380cc995cb218c85663f53f4db8d81a6ec
MD5 e504385b2031c3ec2d7bea43724574aa
BLAKE2b-256 33be6174a8b17761190768c081276f9c1b637cd63e2f456b7849002af1b8415a

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp310-abi3-win_amd64.whl.

File metadata

  • Download URL: spinmc-0.2.1-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for spinmc-0.2.1-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 ddca6a98b60cf09f98dd3720e587ab37e0cd7b6e981cb1764375d6269414d473
MD5 1f5adc17f518d51589e21e462d8876bf
BLAKE2b-256 b7d3c103b4232f3959f043437db95d70def523882ccb343d4ffafb7ba2f5f3ee

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp310-abi3-win32.whl.

File metadata

  • Download URL: spinmc-0.2.1-cp310-abi3-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.10+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for spinmc-0.2.1-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 3ebd17f6ce7e3c013045a30bb6c76ba9f64a11f3f8cae3cfe83a74f48ae52d21
MD5 ffe2104d3c54dcfa5ea48d95a8f67143
BLAKE2b-256 caa7d1bb3e4c6020a95f10f9d50df923a3206b076937b2d2daba46d05f6c5917

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b113e745255b203e7b2e30f7fe2ff3f9801b44ef2b8750d6c0566836b1063440
MD5 b6cba847ed71efd98319635fa2baafac
BLAKE2b-256 f33fdf8903a6d1b8c0f0277625e2c5cbf4cb2f215e0d572533a1818ef6e01a0e

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34857a7e03115863dd7b69e1a897a9cafaf5ed25ad61566ab104d90fc464850a
MD5 ab57fb42098a5c84ff915c43ac4e5213
BLAKE2b-256 f0fac8a319f7d332481e3ba704221f6b58a53bc1d2eed0d35d9bcdad341e79d6

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9c1b6015525350a903a6d15df43d312264d7cdf232d6efee33c1a021573be5d8
MD5 7520d39f7dc007edec326c3142afa8c2
BLAKE2b-256 c1d20d5c28aa0e4d941b0dd98a5f772cf0710469574a9cb05a31138f4c759eaf

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7bac314604f835c35a5128b349a2472fe7bf9e43414a7061bbe396d0ba973d4b
MD5 9ef5054ea0cc1b17781b333d5373c6cd
BLAKE2b-256 82b5301d913ab5dd89977301cb7805413c4b54743e0505199db0cd6d197fd574

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 897d0425e10e396962df686e410a436ed2e1f06792fe2a131d21429337c7d114
MD5 f24082c55f2cd80ae71fb125c4369302
BLAKE2b-256 29e4a9e13a2eb297ce879f42189d78fde959552692d7e548618d7b8b472d1e91

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp310-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 52b951b88b5b4556de350394e43836c543efe85cabc94fb2a743d964669e80ab
MD5 c35b90302e222c31c0253cc001c5a30b
BLAKE2b-256 f5446d018357c872a84a31c3635ab6d9037b2cc6c7129d325fa4cc797713e907

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: spinmc-0.2.1-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for spinmc-0.2.1-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 48a78bac1c161f8da369ea1ac52346933505c2205bd02cf80999643ff29bbd6e
MD5 e08d5cfd4622fc1a102f02c93351f87d
BLAKE2b-256 6fc6fe78259758b968906bbba9db15884a0f7bf2e9415de27cb0be0d56c34747

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp39-abi3-win32.whl.

File metadata

  • Download URL: spinmc-0.2.1-cp39-abi3-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for spinmc-0.2.1-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 5df787a345a93ad79e3227b1805bcb9ce801f83bd202d705c94ec17dbc316fb2
MD5 4aab7dd743d9a122768b7433bb30d078
BLAKE2b-256 34cc7f1759f9888346848f9ba55164c284f2e86a326d9d8f4b2232d6638b9a77

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cfc00d44b7c0d79d6ce36ab3a6a8849dd60ab454c2be569ae4af5c38969e7b6e
MD5 fe448e69049c9c52c7bf5151f8986db0
BLAKE2b-256 314773ac53286402af672db8471821e810b345996abfece503ea3a2a11d14045

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp39-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7ba645370a2836cf6cf7de3f0ac5ad6a83d404ff25187e34088666db34bdcb74
MD5 fc7273edad3af7124dbda4860b2e97c6
BLAKE2b-256 fd26f34aa2806470c0d4efddbcdbe19e22921bee59694ccb4daa752e812312e9

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp39-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 be02c8486847ef27bc0d4f4312ac62a6e1ac7b997393a0154e9b601fe3c27797
MD5 08325ad6b7a846b8bbc52640a19a3124
BLAKE2b-256 04ac64de1e9601cfce9f6c27ffb6681ab0d979fd9f3603ed8b95483a7da37b4a

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4b7ece48942dc62b54533b1da29efb30b3acf8c7af94ce6c6c755a2d808f0eb
MD5 2819efa36951c2bfa80d1fce0721466e
BLAKE2b-256 4798be22e11dfee641aa2a0dd32314a6ee3c7b8ab24bde5e7527c314cfc8a353

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fff84025a2e47410a2fb1e55f4dcc83ae645c8176d95a69865a444b92d2f1c9e
MD5 8854faf249010ae2e30ab112b3d32d97
BLAKE2b-256 ecb3514c098d9f34fafc45a700963d3286fbd9b7cd0d87c1671ddc3b4a0d2105

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4154c7c4432232b230c125bffeae1525de3d4a0cd69e196720fb63a887c9a944
MD5 bb340fdf6912c127218c1761c5ebae58
BLAKE2b-256 57261f832acbf98d7493c5392529599dfb96f4dfa0ce1410d2bf0f3484e30896

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d8cdca437697e740edf163250a9bd1f6681d3ca1e65459b739f91ab075010156
MD5 d00998771160df9196492daa4b876664
BLAKE2b-256 0b4c0247f1a43e2b88a120c41fc3c52ee3af86313fea65c5d5518a6b0bd13f68

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00c4d884a3a58f6fb1856ef7d0f817243839b491de711a5d4c6dfdd8a8dc2630
MD5 7763c6157e603a2fec93a3422fe35f1f
BLAKE2b-256 85f483d67160001b087de20847839f3fd6aa28e09a14ea186a2c30c925c2d8dc

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec29c570355a96ea468d5e213e615b4b920cb8004cf7dc2cc259e16d4301562f
MD5 03368952ef0f7543ff539b663f5f6874
BLAKE2b-256 d81fa1ef409152de1627e744cb085a4dc62beae457e69b99e914608582f983c9

See more details on using hashes here.

File details

Details for the file spinmc-0.2.1-cp39-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for spinmc-0.2.1-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 af2897b434686c45aac07dc5f70fc6a3ff0cb6537c831d569bb35b8ac6771ebe
MD5 81e0ce5ec2f837225b45ad92178d59df
BLAKE2b-256 af4c5e61193d4f42a9085d45433e0aab4a56247ce2a00d4c6d5b774bd4bce97c

See more details on using hashes here.

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