Scroll to navigation

RIPSER-COEFF(1) General Commands Manual RIPSER-COEFF(1)

NAME

ripser-coeff - fast computation of persistent homology of flag complexes

SYNOPSIS

ripser-coeff [--help] [--format format] [--dim k] [--threshold t] [--ratio r] [--modulus p] [filename]

DESCRIPTION

ripser-coeff computes persistent homology of flag complexes (such as Vietoris-Rips complexes) only, allowing significant gains in computation time and memory usage over the general situation. Unlike ripser, it computes over an arbitrary finite field.

See https://arxiv.org/abs/1908.02518 for details.

OPTIONS

Display help.
Specify input format. See --help for a full list.
Compute persistent homology up to dimension k.
Compute Rips complexes up to diameter t.
Only show persistence pairs with death/birth ratio > r.
Compute homology with coefficients in the prime field Z/pZ.
Read input from this file. Uses stdin if not present.