Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbz20/khtpp
computing Khovanov invariants for links and tangles
https://github.com/cbz20/khtpp
invariants khovanov-homology knot-theory knots links low-dimensional-topology tangles
Last synced: about 2 months ago
JSON representation
computing Khovanov invariants for links and tangles
- Host: GitHub
- URL: https://github.com/cbz20/khtpp
- Owner: cbz20
- License: other
- Created: 2021-03-07T09:57:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T08:52:26.000Z (4 months ago)
- Last Synced: 2024-09-18T11:42:20.176Z (4 months ago)
- Topics: invariants, khovanov-homology, knot-theory, knots, links, low-dimensional-topology, tangles
- Language: C++
- Homepage: https://cbz20.raspberryip.com/code/khtpp/docs/
- Size: 676 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### About
This is kht++, a program for computing Khovanov invariants for links and tangles.
An installation guide and some documentation are available at the [kht++ homepage](https://cbz20.raspberryip.com/code/khtpp/docs/).
Installation instructions are also contained in the file `docs/Installation.md`.
For feedback, questions, and bug reports, please send an email to `[email protected]`.### How to cite
If you find this program useful in your research, please make sure to cite it as:
Claudius Zibrowius, kht++, a program for computing Khovanov invariants for
links and tangles, https://cbz20.raspberryip.com/code/khtpp/docs/, .Bibtex (requires `\usepackage{hyperref}`).
@misc{khtpp,
author = {Zibrowius, Claudius},
howpublished = {URL: \url{https://cbz20.raspberryip.com/code/khtpp/docs/}},
title = {kht++, a program for computing {K}hovanov invariants for links and tangles},
month = {},
year = {},
}### Acknowledgements
kht++ was written by __[Claudius Zibrowius](https://cbz20.raspberryip.com/)__ while being supported through the following grants:
* __[Lukas Lewark](https://people.math.ethz.ch/~llewark/)__'s Emmy Noether Grant of the DFG, project number 412851057
* An Individual Research Grant of the DFG, project number 505125645The following people have contributed to this project in one form or another:
* __Tom Brown__, _advice on sparse matrices in python and C++_
* __Gurkeerat Chhina__, _co-author of [KhT](https://github.com/spinachstealer/KhT"), a prototype for kht++ written in python as part of a UBC undergraduate research project_
* __[Artem Kotelskiy](https://artofkot.github.io/)__, _co-author of the papers on which this program is based \[[1](https://arxiv.org/abs/1910.14584),[2](https://arxiv.org/abs/2004.01619),[3](https://arxiv.org/abs/2104.13592),[4](https://arxiv.org/abs/2105.06308),[5](https://arxiv.org/abs/2202.01460)\]_
* __[Lukas Lewark](https://people.math.ethz.ch/~llewark/)__, _advice and moral support_
* __[Liam Watson](https://www.math.ubc.ca/~liam/)__, _co-author of the papers on which this program is based \[[1](https://arxiv.org/abs/1910.14584),[2](https://arxiv.org/abs/2004.01619),[3](https://arxiv.org/abs/2104.13592),[4](https://arxiv.org/abs/2105.06308),[5](https://arxiv.org/abs/2202.01460)\]_