Chalc Documentation¶
Chalc is a Python package for computing chromatic Delaunay filtrations of labelled point clouds in Euclidean space, and associated six-packs of persistent homology diagrams. Chalc is named for chromatic alpha complexes, but it can also compute chromatic Delaunay–Čech and chromatic Delaunay–Rips filtrations. Chalc is written in C++ and relies on the Computational Geometry Algorithms Library (CGAL) for fast and accurate geometric computations, and Phimaker for persistent homology calculations.
Documentation index¶
Citing this Software¶
If you want to use chalc in your work, please use the following citation:
Abhinav Natarajan, Thomas Chaplin, Adam Brown, and Maria-Jose Jimenez. “Morse Theory for Chromatic Delaunay Triangulations”. May 30, 2024. arXiv: 2405.19303.
@misc{natarajan2024morse,
title={Morse Theory for Chromatic Delaunay Triangulations},
author={Abhinav Natarajan and Thomas Chaplin and Adam Brown and Maria-Jose Jimenez},
year={2024},
eprint={2405.19303},
archivePrefix={arXiv},
primaryClass={math.AT}
}
See Also¶
The Python package chromatic-tda (written by the original authors of [1]) has similar functionality, and can compute chromatic alpha filtrations and their six-packs of persistence diagrams, but does not provide functionality to compute chromatic Delaunay–Čech or chromatic Delaunay–Rips filtrations.
References¶
Sebastiano Cultrera di Montesano, Ondřej Draganov, Herbert Edelsbrunner, and Morteza Saghafian. “Chromatic Alpha Complexes”. Feb. 7, 2024. arXiv: 2212.03128.