Skip to content

Computing Khovanov homology and its first derivative.

License

Notifications You must be signed in to change notification settings

Junology/khover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

khover

Computing Khovanov homology and its first derivative. The project is released under the 2-clause BSD license (see LICENSE).

Build

Requirement

  • 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).

Generic instruction

git clone https://github.com/Junology/khover
cd khover
mkdir build && cd build
cmake ..
make

About

Computing Khovanov homology and its first derivative.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published