Skip to main content

Python wrapper for Zoltán Szabó's HFK Calculator

Project description

Python wrapper for Zoltán Szabó’s HFK Calculator.

Installing

To install and test, do the following to install the current release from PyPI:

python3 -m pip install knot_floer_homology
python3 -m knot_floer_homology.test

You should see a result such as TestResults(failed=0, attempted=24).

Usage

In Python, do:

>>> import knot_floer_homology
>>> PD = [(2,0,3,15),(0,6,1,5),(6,2,7,1),(3,10,4,11),(9,4,10,5),(7,12,8,13),(13,8,14,9),(11,14,12,15)]
>>> knot_floer_homology.pd_to_hfk(PD)
{'L_space_knot': False,
 'epsilon': 0,
 'fibered': True,
 'modulus': 2,
 'nu': 0,
 'ranks': {(-2, -2): 1, (-1, -1): 2, (0, 0): 3, (1, 1): 2, (2, 2): 1},
 'seifert_genus': 2,
 'tau': 0,
 'total_rank': 9}

It also accepts Spherogram knots as input:

>>> import spherogram
>>> L = spherogram.Link('K10n10')
>>> ans = knot_floer_homology.pd_to_hfk(L)
>>> ans['seifert_genus']
3

It can also return the simplified UV = 0 knot Floer chain complex, do:

>>> help(knot_floer_homology.pd_to_hfk)

for details.

License

Copyright Zoltán Szabó, Marc Culler, Nathan M. Dunfield, and Matthias Goerner, 2017-present. This code is released under the GNU General Public License, version 2 or (at your option) any later version as published by the Free Software Foundation.

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

knot_floer_homology-1.2.1.tar.gz (81.8 kB view details)

Uploaded Source

Built Distributions

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

knot_floer_homology-1.2.1-cp313-cp313-win_amd64.whl (73.7 kB view details)

Uploaded CPython 3.13Windows x86-64

knot_floer_homology-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

knot_floer_homology-1.2.1-cp313-cp313-macosx_11_0_arm64.whl (100.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

knot_floer_homology-1.2.1-cp313-cp313-macosx_10_13_x86_64.whl (109.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

knot_floer_homology-1.2.1-cp313-cp313-macosx_10_13_universal2.whl (203.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

knot_floer_homology-1.2.1-cp312-cp312-win_amd64.whl (74.6 kB view details)

Uploaded CPython 3.12Windows x86-64

knot_floer_homology-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

knot_floer_homology-1.2.1-cp312-cp312-macosx_11_0_arm64.whl (101.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

knot_floer_homology-1.2.1-cp312-cp312-macosx_10_13_x86_64.whl (110.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

knot_floer_homology-1.2.1-cp312-cp312-macosx_10_13_universal2.whl (205.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

knot_floer_homology-1.2.1-cp311-cp311-win_amd64.whl (74.4 kB view details)

Uploaded CPython 3.11Windows x86-64

knot_floer_homology-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

knot_floer_homology-1.2.1-cp311-cp311-macosx_11_0_arm64.whl (100.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

knot_floer_homology-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl (110.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

knot_floer_homology-1.2.1-cp311-cp311-macosx_10_9_universal2.whl (208.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

knot_floer_homology-1.2.1-cp310-cp310-win_amd64.whl (74.4 kB view details)

Uploaded CPython 3.10Windows x86-64

knot_floer_homology-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

knot_floer_homology-1.2.1-cp310-cp310-macosx_11_0_arm64.whl (100.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

knot_floer_homology-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl (110.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

knot_floer_homology-1.2.1-cp310-cp310-macosx_10_9_universal2.whl (208.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

knot_floer_homology-1.2.1-cp39-cp39-win_amd64.whl (74.4 kB view details)

Uploaded CPython 3.9Windows x86-64

knot_floer_homology-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

knot_floer_homology-1.2.1-cp39-cp39-macosx_11_0_arm64.whl (100.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

knot_floer_homology-1.2.1-cp39-cp39-macosx_10_9_x86_64.whl (110.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

knot_floer_homology-1.2.1-cp39-cp39-macosx_10_9_universal2.whl (208.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

knot_floer_homology-1.2.1-cp38-cp38-win_amd64.whl (74.5 kB view details)

Uploaded CPython 3.8Windows x86-64

knot_floer_homology-1.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

knot_floer_homology-1.2.1-cp38-cp38-macosx_11_0_arm64.whl (101.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

knot_floer_homology-1.2.1-cp38-cp38-macosx_10_9_x86_64.whl (111.0 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

knot_floer_homology-1.2.1-cp38-cp38-macosx_10_9_universal2.whl (209.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file knot_floer_homology-1.2.1.tar.gz.

File metadata

  • Download URL: knot_floer_homology-1.2.1.tar.gz
  • Upload date:
  • Size: 81.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for knot_floer_homology-1.2.1.tar.gz
Algorithm Hash digest
SHA256 fd65df828c155650b47050e4056febc7ba7fd6d6ed41fc0e0796a181044eb24a
MD5 a04bebb4b512be5bbfeb760e56bcf163
BLAKE2b-256 d426c30032bb99146cd565f889addd474e0b42eeb51fe8e6c8f4903e36205cbf

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cad67991fa792f8ab96bfad5937fc7cd7ea9b5b313ec5a7a7e2e76e02f4b5f5d
MD5 0a619fdd2965621d203cead6ce5f06c9
BLAKE2b-256 3b96c5e27808a64e242f16bfe50a6fcc058e45b0f975ed63e5d5aee687c2b9b9

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85a4dde2ad7ec3de6642628565a141351c9d4369f1bc6e1dcb07c4725138ad43
MD5 91ff58b0d4848516633869d9c9bb0aeb
BLAKE2b-256 22366c430072409b0d7e76e0bcc345e48c1794ba9b72c21ec46b00c6cd1afe20

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a19771c7f8d315d636990f744c59645017b3571f830f20919ad0b49eadd8e59
MD5 da109e11e16a5d56332486c7846e9ee3
BLAKE2b-256 6a846835b0da64977c486c2a3ce22a3ebd462c19c06213daa9e0126abe66aeea

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6f6dc365c1af5801cc93b5dff91745126b6401137491ce2e2ad6bcedead13ca8
MD5 e06461b492b6ec6715321b2ea915764b
BLAKE2b-256 ceb73044f490b8076e5fa7c12c8754b0723f1c48fbcee502fdad156088840b30

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 80c8cf649405c978cbb2276cda8963e0e6046388222a7156f53e0f226e5e2dc6
MD5 fb1a9627dd08277a143d3d214a256f8a
BLAKE2b-256 98ae0518e3ae187c5c3baec6a2468bc64f313fa5a699b19cc7983deacdfe9c1b

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 87b6edc7e561e2186e47e3dfdf5948cb8ff1ac0eed222f33a46e421051980c4d
MD5 3a29314fdfbcadce636429cdddb30120
BLAKE2b-256 724e929020e6af7dda9162851b128070eaa14ca890921b667dee6e39103a0041

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e847ce3cc77a0848525e94bd54ceaeefa430a9060e8e754d03f7afe3d777a83d
MD5 1bbac44d8fe5b9be45dd5e861bdc13e3
BLAKE2b-256 69ec98b077ccb81458901a9f7e59e7e2092c7c1e94e32e02f413373c89b93593

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb19f6065f3beadda51980c66c6f0bfef90f092ad9c25fb7cd0b94e005ebe1b1
MD5 015e14571005fac897f9c5bee72f7f5a
BLAKE2b-256 660ea03c65893d64081b708282a7734c2d83c4c11d3beda8b0d09ee7e0981b7b

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 42d6e42b7caa619ca766811d623ee908061394904ad1033dd0c936b232e76ba6
MD5 75b40f21e9d3aa1b0377f9584fb0a27f
BLAKE2b-256 797cd1ecc2fe4c3ad7b55fe3eb9dbda6a899cc9a685e7a8606cfd05b73b68ca9

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 735d4e1566459fc8a8cb49c7760360918e7483080cd509b669546b4b9297d3cb
MD5 e8753d18a6f625f008739fbdd93d2874
BLAKE2b-256 d26df537820b0f2751d8a6ab3c322d273935f85e24230cd7edd9f7b472cd77ec

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1bd9aca434d773dab1eddcb2f48f6a833399915cc129ef91b9a3b0dbc378be50
MD5 6dce8455c0c064c95d5566c2ae53864d
BLAKE2b-256 ea739a5d6656a1670172a1585b716640040d7a5f04fe81d42ca3ce2a4c344032

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71ba96168aaa9acc532ab1cca42b5b4dd4c1f55f9af9a7fed1d70847afc393d1
MD5 87b0ed94d21e9ee43de6f35065928904
BLAKE2b-256 23b850d055944fb7a0a202606f513d5020f2b43a4a2daa17f11d37d314fa9512

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b701593666b7895c7550f593dc2dc6b72d246124e0222856c36097867c01d242
MD5 c11b80a2a09aadffb483ca0ab4ed7666
BLAKE2b-256 0d07697b9709b0adf0309307360c9cd6bb11bf63863f8303a0e7db2a144174bf

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 72fb4fcb56a9612357482dea39f0e33134c2118da4ee68844e699fde554461c3
MD5 ef15516883f92504b8740768115995a9
BLAKE2b-256 fd0408b637b4c32cc0111ffff3f0d4295943bec2bfdd3205832da945276c32d9

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2ebef86e5403821a487fef7309238e22916fee04d6580e05c6511daebc8fb03d
MD5 4cf17468dc9746f146e734d50de9f01d
BLAKE2b-256 976965bc81e4e809ee0c350d0b7152a1e8c5a417a14e0caa8d3ed55939a86750

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d450a3976188589853f020f06572550ac2d3dce0f60c647a30ef35d16d5db4d2
MD5 be6eb900539169320f392ae92b143b86
BLAKE2b-256 82a2696c246b9f9d15251324ea875663d0f2cc27d0c1dbd2e904743e294bd726

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a376f367dd12e5f7b34ea58daa97a7619917341c19ad8a2642df08b01a6a809a
MD5 374fe8e9965a2e39d1071710df1b1714
BLAKE2b-256 13f649e1393547d79abfba4c3c9418b3afd8a2f8f074534edb811a28f5df31fa

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 606a2f9fe5a30621b668354b45222b0f557cd713ce07e429ba50b96a7376e72e
MD5 59702641ea48126a1251074d0379112d
BLAKE2b-256 d8b149f058347ac84ed4253afc388e24526e928cdf639bf185526948c5e20cee

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6656f0ecdddf84ab08dca59ac292165a0363dce4c7bed60288721a3aa5514731
MD5 5938bd33f53177c3f0e9b73965e8a794
BLAKE2b-256 4141182928646b4ef55946843e6f885766239eaa6ec05421c01384ef6ffc3109

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 246bdd9999518ca4b3a26664d75f195ab84cfe50158ef05df0987c2dff2897ed
MD5 665b6b22c0c4af388579b190f99fb706
BLAKE2b-256 7baad38cb1fc41ddba8a88fbd64980e05d5e587ec45ceb94054049f64fa3f951

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e70d24f975d8b9a9fac1143779d3a3101be773c11da0645e7b8af7cc7f9a606d
MD5 16def9296a3fde7299be6ca34915e168
BLAKE2b-256 fb50db7c0ddb9f66ce98ecf68d6243253df0f60cbfd1fc019be4c750c1b3d49b

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0dd3e5d50d8bad38ff32c30f4923c0427969aaf8f22d78ae49cb38d450445dd3
MD5 ff15ee19e1ee1d1e900112172966fd28
BLAKE2b-256 35a00202da66b0ca57465cab031b1be92cfb28fe499829bc7da6692ee2dc0146

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fea91d8bacf39c710a6583fc0bd541eb1e54317f37a67b046bcd358eea8af11
MD5 7a865c8af0d78be136568f5da0c3c17d
BLAKE2b-256 2d3ac6fb530387057e716009810ee969abf8ca65846f57f03b888c57145d1744

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 17c21b67670556aea71748d188038e0f3cb9523a409a4394fdd89e721643c817
MD5 45720714358f8a505fb3a392f2af370b
BLAKE2b-256 0fb644fb5b96c15a519461543a9e475498a70d85dbdaadc2245b7a4abc182696

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 17ae61a62861ec19b2bbebfa1b9e13cf60d1ab3f628c56e2e51cf219c77effdb
MD5 8063034d248b11792e50d90e1b5db26d
BLAKE2b-256 bdf15dfed59f9b707472e876a3441cbc78247257ebec39e4e7ed30269830e863

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a59b5af639a441c0dffa046a5faea519fe8d2d281dc294fde8b3d2823ac027b6
MD5 01a63b72eef2ca231b7427dfc417a850
BLAKE2b-256 bfb03a01f8ed131451d4cf5ccf03bbda53d885656d7da49412cc9b6425ad3c45

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a47f3fcb8fb9ea4cf7bb99f4d99877c06323efd1a68a1bda1317b7ba0c73899e
MD5 f8f7bf0a8b11be76f4e1eedd3106c310
BLAKE2b-256 81069e3c792736e3d926ea31cc6893e3c9b6fad9bedbb65dd8094ad764e1e509

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29aad050e8f4da4b98af2e44452093ee0fd42142088d95c4e5c342b9c988b46c
MD5 34b42157f3c26da556c98d705146b8b1
BLAKE2b-256 4bb849457200bc16f3374050ea924074ec6e9c24d75918bb7a9e50fc04a9c5da

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a6e78c4f4383583039676567753396c7389e9d91e3f31e2fb975b8e4c8ce9615
MD5 91420b2fc52fd0e645196fa0f76d6c39
BLAKE2b-256 b06151e59b3d24973950a4d9c6586b4de87c81dffb9f631288c8e914b6ad7590

See more details on using hashes here.

File details

Details for the file knot_floer_homology-1.2.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for knot_floer_homology-1.2.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 24ca287dc9a1682e3aeca20cb87b2b89383608b522f84e7e806cabb4df932d2e
MD5 6a787852a41ed9962df24d12dc01a7a3
BLAKE2b-256 b164dac4cf54d74c435f6e678c676fdd4b5402de7728b45a952dce6b00fc9b76

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