Computing Khovanov homology and its first derivative. The project is released under the 2-clause BSD license (see LICENSE).
- C++17 compatible compiler (maybe C++14 features, generic lambda, and std::optinal will suffice)
- CMake
- Eigen3 matrix library (e.g. libeigen3-dev for Ubuntu).
git clone https://github.com/Junology/khover
cd khover
mkdir build && cd build
cmake ..
make