Database of plausibly slice knots
Project description
The PlausibleKnots database consists of those nontrivial prime knots with at most 19 crossings whose signature is 0 and whose Alexander polynomial satisfies the Fox-Milnor condition. The data on these 3.9 million knots takes up about 1.1G of disk space.
To install the latest version of this Python module, you can do:
python -m pip install plausible_knots
If you are using SageMath, replace this with:
sage -pip install plausible_knots
Please note this will take about a minute as it’s downloading 1.1G of raw data as part of the build_wheel step.
Assuming you have installed SnapPy into this Python, you can now start Python and do:
>>> import snappy >>> import plausible_knots # Skip if using SnapPy 3.3.2 or newer. >>> len(snappy.PlausibleKnots) 3869541 >>> K = snappy.PlausibleKnots[100000]; K 17nh_1645806(0,0) >>> K.volume() 24.3340174921580 >>> M = snappy.PlausibleKnots['19nh_045358315'] >>> M.identify() [19nh_045358315(0,0)]
The raw data is available on the GitHub repository and archived on the Dataverse.
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
File details
Details for the file plausible_knots-2.1.2.tar.gz.
File metadata
- Download URL: plausible_knots-2.1.2.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2c2ae6233653a9dc57ff58d07c1fb441f4904fe34a791015719aac530e0b0b7
|
|
| MD5 |
e7c58b2ebe5103d9f00a36e98b5437ce
|
|
| BLAKE2b-256 |
fe4ee7612657aa605621135f98bad3e1de30825bcc35395bfff36a3ff4fb97fa
|