Skip to content

Commit

Permalink
Merge pull request #7 from flenzen/main
Browse files Browse the repository at this point in the history
Added 2pac
  • Loading branch information
osumray authored Sep 25, 2024
2 parents b793b29 + f3276dc commit b38a1af
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _software/2pac.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: 2pac
title: two-parameter persistent (co)homology
tags:
- lang/c++
- lang/python
- lang/cli
- type/multiparameter
- type/persistence
- complex/rips
- custom/boundary-matrix
- custom/distance
- custom/filtration
links:
- name: GitLab repository
url: https://gitlab.com/flenzen/2pac
---

The program 2pac computes a minimal free resolution of 2-parameter persistent cohomology and homology of function-Vietoris-Rips complexes of a finite metric space, and of other, user-defined two-parameter (co)chain complexes.
Computation of minimal free resolutions is performed either directly, analogous to mpfree, or via a cohomological algorithm that in many cases gives a noticeable speedup.
The data can be optionally preprocessed using the chunk algorithm and/or (strong) filtration domination.

0 comments on commit b38a1af

Please sign in to comment.