DavidLapous/multipers

Compute euler characteristic of clique complexes, without expanding simplicial complex

Open

#3 opened on Jan 26, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (8 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (43 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently the euler_char method only sums the simplices in the simplextree; for clique complexes such as Rips, on which the dimension is pruned, the computation is not exact.

Contributor guide