From 6004f67215db9c93e5b0758b228fa896874e2660 Mon Sep 17 00:00:00 2001 From: Matthew Wright Date: Mon, 12 Jan 2026 09:56:24 -0600 Subject: [PATCH] Create entry for RIVET This PR adds an entry for the RIVET software for two-parameter persistent homology. --- _software/rivet.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _software/rivet.md diff --git a/_software/rivet.md b/_software/rivet.md new file mode 100644 index 0000000..96a2abb --- /dev/null +++ b/_software/rivet.md @@ -0,0 +1,21 @@ +--- +name: rivet +title: RIVET +tags: + - lang/c++ + - type/persistence + - type/multiparameter + - complex/simplicial + - complex/rips + - vis/barcode + - vis/diagram +links: + - name: Docs + url: https://rivet.readthedocs.io/ + - name: Repository + url: https://github.com/rivetTDA/rivet +--- + +RIVET is a tool for the visualization and analysis of two-parameter persistent homology. +RIVET was initially designed with interactive visualization foremost in mind, and this continues to be a central focus. +But RIVET also provides functionality for two-parameter persistence computation that should be useful for other purposes.