Skip to main content

A Python wrapper with extras for the FSCOPE program, written by Andreas Glatz

Project description

fluctuoscopy fluctuoscopy

A Python wrapper for the C++ FSCOPE program written by Andreas Glatz, for calculating conductivity contributions of superconducting fluctuations.

Installation

Pip install with

pip install git+https://github.com/g-kimbell/fluctuoscopy.git

Usage

Calculate R(T) from the fscope function in SI units:

import fluctuoscopy
R, contribs = fluctuoscopy.fscope(T, Tc, tau, tau_phi0, R0, alpha, tau_SO)

Where the inputs are floats or numpy arrays, and the outputs are an array of resistances and a dictionary of conductivity contributions, in SI units.

You can also do dimensionless calculations, returning conductivity contributions in units G0:

contribs = fluctuoscopy.fluc_dimless(t, h, Tc_tau, Tc_tauphi)

These calculations have optimised Rust ports. To see other possible calculations use

fluctuoscopy.fscope_full({})

Where parameters are passed in as a dictionary, see the FSCOPE documentation for a full list of calculations and parameters.

Note that this uses a pre-compiled version of FSCOPE, we compiled for Windows x86, macos x86 and arm64, and linux x86. If you are on a different platform, you will have compile FSCOPE yourself.

Development and testing

For development/testing, clone the repo

git clone https://github.com/g-kimbell/fluctuoscopy

Then go inside the repo and install in editable mode with dev dependencies

cd fluctuoscopy
pip install -e .[dev]

The project uses maturin, if you edit the Rust code you will have to recompile the binaries then reinstall the module

maturin build --release
pip install -e .

For testing install and run pytest

pip install pytest
pytest

Contributors

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

fluctuoscopy-0.2.0.tar.gz (1.8 MB view details)

Uploaded Source

Built Distributions

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

fluctuoscopy-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fluctuoscopy-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fluctuoscopy-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fluctuoscopy-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fluctuoscopy-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fluctuoscopy-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

fluctuoscopy-0.2.0-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

fluctuoscopy-0.2.0-cp313-cp313-win32.whl (1.9 MB view details)

Uploaded CPython 3.13Windows x86

fluctuoscopy-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fluctuoscopy-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fluctuoscopy-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fluctuoscopy-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

fluctuoscopy-0.2.0-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

fluctuoscopy-0.2.0-cp312-cp312-win32.whl (1.9 MB view details)

Uploaded CPython 3.12Windows x86

fluctuoscopy-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fluctuoscopy-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fluctuoscopy-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fluctuoscopy-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

fluctuoscopy-0.2.0-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

fluctuoscopy-0.2.0-cp311-cp311-win32.whl (1.9 MB view details)

Uploaded CPython 3.11Windows x86

fluctuoscopy-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fluctuoscopy-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fluctuoscopy-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fluctuoscopy-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

fluctuoscopy-0.2.0-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

fluctuoscopy-0.2.0-cp310-cp310-win32.whl (1.9 MB view details)

Uploaded CPython 3.10Windows x86

fluctuoscopy-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fluctuoscopy-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fluctuoscopy-0.2.0-cp39-cp39-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.9Windows x86-64

fluctuoscopy-0.2.0-cp39-cp39-win32.whl (1.9 MB view details)

Uploaded CPython 3.9Windows x86

fluctuoscopy-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fluctuoscopy-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

Details for the file fluctuoscopy-0.2.0.tar.gz.

File metadata

  • Download URL: fluctuoscopy-0.2.0.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for fluctuoscopy-0.2.0.tar.gz
Algorithm Hash digest
SHA256 d0d4c6541419f7c4012d7959cc03d9de3b25229ac6e3ecf70b74c4eec5624022
MD5 1ff6a40ee1bd2d9f797562075a0833f1
BLAKE2b-256 efdb906775506093d345c7313c72f6584b67e2ec916f2d0b3278cbabe4eecfa4

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3331520293399e270e2ce7402b3eee7c7fd189f38a5ad0aa9b8933239ae3a563
MD5 e18d0e63297113ed08ccc4b6f05d1309
BLAKE2b-256 f41e40c3b82d90d49e25eefac9e251dd6f39e7dda27294fc0953ab49554e6c90

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1667e23d63dec23f37476dede35b5b3d5cabb1b2d2cfd4943582fe07a9de9fd
MD5 aedf99c23b740accfc3177b23ee55d34
BLAKE2b-256 4cf3343e26948f6d50e2f9ce70d3204a3d381d0ca3f174d1b332da839b1039d3

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c765054c8f1b972d3e6d77d93465f0372e1f9447c1a6fd53f2708a06244d4e8a
MD5 0ed08267ae8c2503878bfbe4cf2b7eb9
BLAKE2b-256 7e43e7bcd03fe37754bcb2f6d36dc41c1aeb780bd8aa9d25e38ac9aa9fe47ae7

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed2e66b3d644e9dae931b3c70bdb98f994bbb859b051abff94274e81abca02fa
MD5 2c6834839ac7ba815f36e9b81ff24842
BLAKE2b-256 da286079fa5ae7f54aae4b9ef9df7835bb32d48b1190253210d191bd7477f801

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a8aa0f21b853c44b44c8ad88d7e7ba7367751a5a7a6761ca26b62477e402929
MD5 f7b87f54a1254908d46496a97b0a7954
BLAKE2b-256 8f9f24feffad1d96f38f57a5d8fbb4454b46286c8a235be107956c57e1d01523

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ddab1a991d7ff13d8d3c26083993d178ef852fc53c2db16d1538dfd66d205863
MD5 c09082055022457862bd0c2eedc4bd06
BLAKE2b-256 323021462348d540dd5f1d384cf11cff031f868c6ca80304ac023c92cb337cf7

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 51155c53da35ff4ace24ea92f90deba890c34ca4b6c0f64373fd5f1cb0dfcb66
MD5 f2c21b1d2d5788455ce9fc48b7af9fe9
BLAKE2b-256 f10003f5194b4342bc3d49ebda0dcfb52ee0f860e9b77fdc886b369e1deabffa

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 82e51353d1da08b7585d63da83d1896f4ee73966f52872ca75906596745cc0ae
MD5 bde87479b7932cb85c06355b12f37832
BLAKE2b-256 3f34bd41b0e10c2614d08b0bfa66c2db944aaae44616b14b85f31a726af08b03

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 024619c83ad8176733610c462bc45e5e29f8494bbee093e309bd128558bea98d
MD5 207a82610a12e17573e907bbde1a8a2f
BLAKE2b-256 7023c9fbe7abb587f6c79aaf103d2a239b8a00cd3b6db92ada5c469ace2e8bad

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a3df3e1767c8dd451b8e9ba2954a573f36a3c38407ac5dd418b6727948dca761
MD5 ff13cd16e315f0f3c8af479923d2155a
BLAKE2b-256 9346f86907231f356ab568beb5f8792725436bfc12dbc536fa104aeeb9ea0262

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32920359ae2397e35842ebb8406b8692912636678d228c5b3f510ca661f97e4c
MD5 d45196c1f02ad4aed735cd7b9332fc23
BLAKE2b-256 094d6b9f69f63a6c8cdf8d1475151e11fc9ff88927d008d9293c9da63ac40dc1

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 960f9ff45bcbef230798f477b204b0654f48ba405d5641dcd751ec7608b6fff4
MD5 c9632ea662152d529f4800577092bcac
BLAKE2b-256 230120741450939ae036b9bbfc017f14ce7679af605a2af382253ca804c33c39

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 792f4a44d0bc9f08a3e8883d8875327cd09f75b2beffe466e6823af8efe60857
MD5 9de3577cd211b7c2fc24edc344ed0bde
BLAKE2b-256 3f3ea37e5ee56141d11a668be1a8283b89b74a44011e5d68442907f69dc9b503

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0ddea6fe994390e9c1abe38c68dfd7263842a02af0945365a163c9129eec0da1
MD5 c965e25a2474713c4fdef41ae1379a53
BLAKE2b-256 c2e15a9e8cd896b9183f681c07d7415b9ccfbecde274e0810808f74acb3dc0b8

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 656588e0915ea988e30a161e06a8fae480068d0d76d5f77e74d5088b6dd26bd5
MD5 809463bce20985d4a6b0beba1d4e8ff8
BLAKE2b-256 41300307bbb298c354997cbacf93eb4bfd82c5b1a11270b934d1143793512b40

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 15215fd3d9081965c54f915b8977aa9d5842e8e7e41e4e6b0b36856abe5bb581
MD5 e7c7be23fd800209ad64c1a4a31a160c
BLAKE2b-256 b2f467a8619ac5499ca03703471e0a4ac5a79440e515f6a242a0d6597d6b1b58

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb4bbef1b2ef90255d469cca93ba06226f2eef7aedb6d6169cdfa24f33acb779
MD5 d2c485151eb27c420f0970b3f1a815ac
BLAKE2b-256 0a623d792c516a708a1adbe6064fe1d1f98525a3a5431a1d2361b021c604403a

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 31a0e369c890b44cacc12c23b7a22c6aeff34bfe74dd492d13937b1cdcaf76f0
MD5 60891bfb651033612dd7a98e591da2ad
BLAKE2b-256 1372b5e6e4a9a3cbeaad4c12c7fff9d66af56c6eb73bef91704a55ec839900eb

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 30e5892598b78dce36ebe772c6ff2f77dfa9e8c3b98c94900f1a6c41925b89a3
MD5 4b537160139b69b987d63a810af28a0c
BLAKE2b-256 16e74e990f35e15afed5ba606e300f421004795781957376482093e029475918

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3a432b1bcb0cdef1de635733984fbe5d1fc3a4992568edd75ea17cd187f78b65
MD5 9291a74fa81a68286e320a756ec54919
BLAKE2b-256 525fd88ec65cb91568975100cd9ac962606a427f4b14a0967bf49c2bca807c7d

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c1f7105dac69e18c8e4ba0850294e9613da75684a6550d2bc19d97ae5b80f10
MD5 fd41c66999f201483a8b196810e8e3a7
BLAKE2b-256 ec1d4c6f89b63f46ec91bb1ebe9db14ac6c87fe9d1ff42e81797179540e4eddd

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f7cc3be7b5f5e0079428175295ef0c5d31d95f452cb4868dec3718848cb5dc39
MD5 5c07f67dc1d3225dc32199f6bb8d3db3
BLAKE2b-256 6931da964dbf8920d6cd56a7a1dac78d5f11b3fefece01e2490305819c72f7db

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b6e0c8718c697c05932274d5445c413e620f0ed6151fe182fa509ecc559aefd
MD5 834c884d13ed7033546722f42e1b1e1e
BLAKE2b-256 7959cef881841c98c4e8fd6173fe71572169f92389d836f184c189884fac72df

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 44af08a7456c07d92e1e131247665a8401695a6c11a357ebe38b2ab7e2fa6b88
MD5 d11eb44411f36a1f6d793dd18171fceb
BLAKE2b-256 0709b1452cde808e550e43f07ca42c4f5357312690753ec1dc46fb7417d3d065

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2d2a30df93401adbdc0cacb48442e700d94bee07a2deefb037bae3558350e1f8
MD5 7fbd2201ff9e1bca24c28235cfb50f4c
BLAKE2b-256 ba863d4147fcf709533fd2c3e2f57e435274b1e7ae5555b353f6af471bdb2f01

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a2178629884e7a36d25bfe2c46902f2f89d888532831ffc04f52fac4f4e868dc
MD5 27d1e6b16a19360e2cf6dc1bddc09bba
BLAKE2b-256 38bc807444779c9e190440d3abce2c28609d7f5cd4f113fe812e0637bf7ceee7

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbcde48dedbfce7c69fb42f172a9fe11dd9ed0cdb6fe45d71b1f0ff75aa8299d
MD5 c7ae1a33017ae56e0e83dd25f73dd91b
BLAKE2b-256 5957acdc77583e73ea2d835a267c86de6118d4d95f303f99869f0f6525e2e700

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5ac06192bc354aafd8ab1aeb1e2fb631f1c2b998eb3d6679acda2ee8548dc60
MD5 1c47d69fa6b2a62e763ecbef439edba5
BLAKE2b-256 1e5aaa80188d15417451f0783a0aedd0779c00faa522a5062a1715aeaad317ce

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 28a803189f749cc6fd47699aa738c542a223cac76d6f8b309f679490beef309c
MD5 add085a01ce84b9d8e00ed8abd0a9683
BLAKE2b-256 6855ca55c673cabc8cea0cedfa209dac075199620c3ecc8843004ae1ca7313f5

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: fluctuoscopy-0.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for fluctuoscopy-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 20fc57974220f6ef6dab93d0ff05fe9492c9aba017678a5867218e91ab429325
MD5 319f752362d2fc8c397f275d193e4fdc
BLAKE2b-256 c16eed5687563eea6973679f5c0b9ff261bd9158a2e747bfb5a37abcfa78a71c

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b99d3f9d231a45b453eca51fd9a92aab7c8490ec7bb3c238d877e4511cd86dbe
MD5 961f11330b7209bccb179023dcea3e6f
BLAKE2b-256 0ef1bbd5fd29400cbb6dc62757f5d02aa0292235e1c5efe30a8b53b797cf2d64

See more details on using hashes here.

File details

Details for the file fluctuoscopy-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluctuoscopy-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fdaf185277b229a02b96fc3e2ce17d1e58182b5ac95c189a4804eb008d604b70
MD5 c2dc6ffdbe804d80a52cb95dca397dab
BLAKE2b-256 35c42b484a3547bc9090569e73b160cd59a38c7240afbcfe25fcdfd273c2e559

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