DavidLapous / multipers

Python library for multipersistence
https://davidlapous.github.io/multipers/
MIT License
15 stars 2 forks source link

Compute euler characteristic of clique complexes, without expanding simplicial complex #3

Open DavidLapous opened 1 year ago

DavidLapous commented 1 year ago

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.