Pith. sign in

REVIEW 4 major objections 6 minor 53 references

Computing singular simplicial homologies of digraphs and quivers

T0 review · 4 major / 6 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read The paper proves that three singular simplicial homologies of quivers—directed graphs with loops and multiple edges—are isomorphic to the homologies of smaller flag complexes, making their persistent homology computationally tractable.

desk verdict Plausible and useful quiver homology paper, but the two main isomorphism theorems (5.3 and 6.4) are not proven as written because the chosen chain map h is not shown to be a chain map and Lemma 4.3 is applied beyond its stated domain. read the letter →

arxiv 2509.02065 v2 pith:7WTQZOZB submitted 2025-09-02 math.AT

classification math.AT MSC 55U1005C2055N31
keywords singularsimplicialhomologyquiversdigraphsdirectedflagcomplexpersistentacycliccarriertheoremquiverhomotopyreduced
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper aims to make three singular simplicial homology theories for quivers practical to compute. It proves that each of the three homologies $H^{\Delta,m}$, $H^{\Delta,h}$, and $H^{\Delta,i}$ is isomorphic to the homology of a smaller, flag-type complex: the reduced directed flag complex, the partial directed flag complex, and the generalized directed flag complex, respectively. Because the isomorphisms are natural, persistent homology of a filtered quiver can be read off from a filtration of the smaller complex. These homologies have theoretical advantages over the widely used directed flag complex—strong homotopy invariance and, in the m-case, stability—but previously had no efficient computational route. The paper also supplies algorithms and complexity bounds showing the smaller complexes are at least as convenient as the directed flag complex to build.

What carries the argument

The mechanism is a pair of simplification functors plus a classical chain-homotopy criterion. The reduced digraph $\bar R(G)$ collapses all loops and multiple edges to a single edge, and its reduced directed flag complex $\bar F(G)$ carries $H^{\Delta,m}$. The partially reduced quiver $\tilde R(G)$ collapses only multiple edges incident to loop-bearing vertices, and with a loop-maximal total order $<$ it produces the partial directed flag complex $\tilde F_<(G)$, a $\Delta$-set carrying $H^{\Delta,h}$. The acyclic carrier theorem—a criterion that makes two chain maps homotopic when each simplex is carried into an acyclic subcomplex—is the tool that converts the evident algebraic comparison maps $g$ and $h$ into chain homotopy

What would settle it

Take the quiver on two vertices with a double edge (and, for the h-case, a loop at one vertex), compute $H^{\Delta,m}_*(G)$ and $H^{\Delta,h}_*(G)$ directly from the singular definitions, and compare with $H_*(\bar F(G))$ and $H_*(\tilde F_<(G))$. One mismatch would disprove Theorems 5.3 and 6.4 as stated; alternatively, exhibit a choice of the maps $s_{v0,...,vn}$ for which $h$ fails to commute with $\partial$, showing the published proof is incomplete.

Watch

Extended reading notes

Core claim

The central claim: for every quiver $G$, $H^{\Delta,m}_*(G) \cong H_*(\bar F(G))$, $H^{\Delta,h}_*(G) \cong H_*(\tilde F_<(G))$, and $H^{\Delta,i}_*(G) \cong H_*(F(G))$, each isomorphism natural in the relevant morphisms. Here $\bar F$ is the reduced directed flag complex after collapsing loops and multiple edges; $\tilde F_<$ is the partial directed flag complex that keeps loop information; $F$ is the directed flag complex generalized to quivers. The proofs use acyclic carriers to make the singular chain complexes chain-homotopy-equivalent to the smaller simplicial chains. Fewer generators and naturality make persistent $H^{\Delta,m}$ and $H^{\Delta,h}$ computable by filtering the smaller complexes, and $H^{\Delta,h}$ is shown invariant under weak loc

Load-bearing premise

The load-bearing premise is that the arbitrarily chosen singular simplex for each vertex set in the proofs of Theorems 5.3 and 6.4 can be chosen compatibly with face maps, so that the map $h$ is actually a chain map; the paper asserts this by a 'similar argument' without proving it.

Editorial extensions

If this is right

  • H^{Δ,m} of any quiver is computable from the reduced digraph: loops and multiple edges do not affect it, so persistent H^{Δ,m} can be computed on a much smaller flag complex.
  • H^{Δ,h} is invariant under weak local strong h-homotopy, so degenerate loops and certain multiple-edge structures can be removed before computation without changing the output.
  • For loopless quivers H^{Δ,h} equals H^{Δ,i}, and for digraphs without double edges all three homologies coincide; the exceptional behavior comes precisely from loops, multiple edges, and double edges.
  • The algorithms in the appendix compute filtered versions of F, \bar F, and \tilde F_<, so persistent homology packages can be applied directly to weighted directed networks.
  • The computational reductions are natural, so persistence barcodes for H^{Δ,m} and H^{Δ,h} respect filtered quiver maps, not just individual quivers.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial: the collapse results imply H^{Δ,m} is blind to whether interactions are multiple or looped; for applications where multiplicity encodes real information, persistent H^{Δ,h} may be the better choice, since its partial complex keeps loop data.
  • If the missing verification that h is a chain map cannot be supplied, the main isomorphisms might still be true for a different choice of chain map or a slightly different carrier; checking this directly is a concrete first step.
  • A similar acyclic-carrier reduction may work for cubical singular homologies of quivers, provided the face-compatibility issue is solved at the level of choices.
  • The partial directed flag complex depends on a loop-maximal total order; practical implementations must handle the sign and order bookkeeping in the chain functor automatically, or users may see different barcode conventions for the same quiver.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper develops computational reductions for three singular simplicial homology theories of quivers introduced in [33]. For the map-type homology H^{Δ,m}_* it constructs the reduced digraph \bar R(G) and the reduced directed flag complex \bar F(G), and claims H^{Δ,m}_*(G) ≅ H_*(\bar F(G)) with naturality. For the homomorphism-type homology H^{Δ,h}_* it introduces local strong h-homotopies, a partially reduced quiver \tilde R(G), and a partial directed flag complex \tilde F_<(G), and claims H^{Δ,h}_*(G) ≅ H_*(\tilde F_<(G)) with naturality. For inclusion-type homology H^{Δ,i}_* it observes the isomorphism with the directed flag complex F(G). The paper also gives algorithms for computing persistent homology of filtered quivers via these smaller complexes and analyzes their complexity. The main conceptual contribution is that the three singular simplicial homologies can be computed from flag-type complexes that are typically much smaller than the singular chain complexes, with naturality suitable for persistence.

Significance. If the main isomorphisms hold, the paper provides a genuinely useful computational bridge between singular simplicial quiver homologies and ordinary simplicial homology of smaller flag complexes, with persistent homology applications. The naturality claims are central for applying the results to filtered data. The paper also contains explicit algorithms and a demonstration implementation, and the complexity analysis identifies where the proposed reductions improve over direct computation. The novel local strong h-homotopy invariance statement for H^{Δ,h}_* is potentially valuable. However, the proofs of the two principal isomorphisms contain a load-bearing gap: the map h from the smaller complex back to the singular chains is chosen non-constructively and is not proved to be a chain map. Because the acyclic carrier argument requires h to be a chain map, the main theorems are not established as written. The statements appear plausible and likely repairable, but the repair is a substantive technical step rather than a typographical fix.

major comments (4)
  1. [§5.2, proof of Theorem 5.3] The chain map h: C_*(\bar F(G)) → C^{Δ,m}_*(G) is defined by choosing, for each abstract simplex {v_0,...,v_n}, an arbitrary singular simplex s_{v_0,...,v_n} realizing that vertex set. The proof then asserts, without proof, that h is a chain map 'by a similar argument'. A chain map requires ∂h({v_0,...,v_n}) = h∂({v_0,...,v_n}), i.e. the chosen representative of each face must be the corresponding face of the chosen representative of the parent simplex, up to the fixed sign. The arbitrary choices in the definition do not guarantee this. Since h is then used in the acyclic carrier theorem to compare h∘g with id, and since the acyclic carrier theorem only applies to chain maps, the chain homotopy equivalence, and hence the isomorphism H^{Δ,m}_*(G) ≅ H_*(\bar F(G)), is not proven as written. The argument needs either an explicit face-compatible selection of representatives or a different pr
  2. [§6.2, proof of Theorem 6.4] The same gap occurs for h: C_*(\tilde F_<(G)) → C^{Δ,h}_*(G). The sentence 'which is a chain map for the same reasons as g in the case of singular simplex inclusions' repeats the problematic step: for each s ∈ \tilde F_<(G)_n the proof chooses a singular simplex inclusion f_s inducing s, and these choices are independent across simplices. No argument is given that the chosen representative of a face is the face of the chosen representative of the parent. The subsequent acyclic carrier argument for h∘g and id therefore requires an unproved property. This load-bearing issue must be fixed before Theorem 6.4 can be accepted.
  3. [§5.2, proof of Theorem 5.3; §4, Lemma 4.3] The acyclicity of C^{Δ,m}_*(G_{f(0),...,f(n)}) is derived from Lemma 4.3, which is stated only for digraphs. In Theorem 5.3 the subquiver G_{f(0),...,f(n)} is a full subquiver of an arbitrary quiver and may contain loops and multiple edges; it need not be a digraph. Since this acyclicity is the carrier used in the acyclic carrier theorem, the proof needs either a quiver version of Lemma 4.3 or an explicit justification that the digraph statement extends. The argument of Lemma 4.3 looks adaptable to quivers, but the adaptation is not supplied in the manuscript.
  4. [§5.2, equations (12) and the naturality proof] The naturality claim for \bar F uses the rule \bar F(ϕ)({v_0,...,v_n}) = {ϕ(v_0),...,ϕ(v_n)}. If ϕ collapses two vertices of a simplex, the righthand side is not an n-simplex of the target simplicial complex, so this does not define a chain map C_n(\bar F(G_1)) → C_n(\bar F(G_2)) in the usual degree-preserving sense. The proof of the commutative diagram implicitly uses the convention that such a simplex is sent to 0. This convention should be stated explicitly, otherwise the naturality claim is not well-defined as written. The same convention issue appears in the definition of the chain-level partial flag functor in equation (20).
minor comments (6)
  1. [Abstract] Typo: 'principle underlying structure' should be 'principal underlying structure'; likewise 'demision zero' in the introduction should be 'dimension zero'.
  2. [§2.5] Typo: 'see Prostitution 3.1' should be 'see Proposition 3.1'.
  3. [§6.2, paragraph before Definition 15] The text says 'from Remark 18'; this should be 'Remark 6.1'.
  4. [Throughout] The notation for the homomorphism-type homology is inconsistent: H^{Δ,h}_* is standard, but Theorem 4.1 and Theorem 6.5 write H^{h,Δ}_* or H^{h,Δ}. Please unify.
  5. [Example 5.2] Typo: 'tipples' should be 'triples'.
  6. [§6.2 and Appendix A.3] Minor wording issues: 'fuctoriality' should be 'functoriality'; 'known complexity' should be 'known complexity'; 'strongly contactable' and 'strongly contractable' are used inconsistently.

Circularity Check

0 steps flagged · score 1.0 of 10

No circular derivation: main isomorphisms are proved by explicit chain maps and acyclic carriers; only minor self-citation to prior work [33].

full rationale

I walked the claimed derivation chain. Equation (5) identifies H^{Δ,i}_* with H_*(F(G)) because F(G) is defined using exactly the images of singular simplex inclusions; this is a definitional reformulation, not a fitted prediction or a theorem derived from itself. Theorem 5.3 and Theorem 6.4 are proved by constructing explicit chain maps g and h and applying the acyclic carrier theorem. The input to those proofs is the homotopy invariance of H^{Δ,m} and H^{Δ,h} (Theorem 2.3), quoted from [33]; although [33] has overlapping authors, it is a separate published result and is not the conclusion of the present paper, so citing it is not circular. I also checked for renamed known results: the paper explicitly attributes the directed Vietoris–Rips identification to [41] and the ordered-tuple-complex identification to [50], and these remarks are not load-bearing. The real weakness is not circularity: in §5.2 (Theorem 5.3) and §6.2 (Theorem 6.4) the map h is defined by arbitrary choices of singular simplex per vertex set and is asserted to be a chain map "by a similar argument" without proving face-compatible choices; that is a missing proof/correctness gap, not a logical circle, because the theorem's conclusion is not assumed in the definition of h. Hence no circular step is exhibited; at most the paper is one point on the self-citation scale.

Assumptions & free parameters 0 free parameters · 6 assumptions · 0 invented entities

The paper's new theorems rest on prior homotopy invariance results from [33] and on several chain-homotopy arguments that involve choices of representatives; no data-fitting parameters are present.

assumptions (6)
  • domain assumption Strong homotopy invariance of H^Δ,m and H^Δ,h
    Quoted from [33, Theorem 5.8 and 5.17] and used in Corollary 5.2, Theorem 5.3, and Lemma 4.4. This is a prior result by overlapping authors; if it fails, the new isomorphisms fail.
  • standard math Acyclic carrier theorem
    Used in Theorems 5.3 and 6.4 to show chain homotopy equivalence; standard result from Munkres.
  • ad hoc to paper Lemma 4.3 strong contractibility of full subquivers on images of simplices
    Stated for digraphs but applied in Theorem 5.3 to arbitrary quivers with loops and multiple edges; the extension to quivers is not proved.
  • standard math Axiom of choice for choosing singular simplex representatives
    Used in defining the h maps and in notes that infinite quivers require choice.
  • domain assumption Existence of loop maximal total order
    Definition 14; used to construct \tilde{F}_<; existence is clear for any quiver.
  • ad hoc to paper Lemma 4.5 conditions for acyclicity of C^Δ,h_*(G_f)
    Used in the acyclic carrier step of Theorem 6.4; the proof of Lemma 4.5 depends on Lemmas 4.2 and 4.4.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Computing singular simplicial homologies of digraphs and quivers." pith.science (2026). https://pith.science/paper/7WTQZOZB

@misc{pith2026250902065,
  author       = {Pith},
  title        = {Pith review of: Computing singular simplicial homologies of digraphs and quivers},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7WTQZOZB}},
  note         = {Machine review of arXiv:2509.02065}
}
read the original abstract

The dynamics of large complex systems are predominately modeled through pairwise interactions, the principle underlying structure being a network of the form of a digraph or quiver. Significant success has been obtained in applying the homology of the directed flag complex to study digraphs arising as networks within numerous scientific disciplines. This homology of directed cliques enjoys relative ease of computation when compared to other digraph homologies, making it preferable for use in applications concerning large networks. By extending the ideas of singular simplicial homology to quivers in categories of different morphism types, several new singular simplicial homology theories have recently been constructed. Computationally efficient homologies for quivers have in general not previously been seriously considered. In this paper we develop further the homotopy theory of quivers necessary to derive functors that realise isomorphisms between the singular simplicial quiver homologies and the homologies of certain spaces. The simplicial chains of these spaces arise in a conveniently compact form that is at least as convenient as the directed flag complex for computations. Moreover, our constructions are natural with respect to the isomorphisms on homology making them suitable for applications in conjunction with persistent homology for practical use. In particular, for each of the singular simplicial homologies considered, we provide efficient algorithms for the computation of their persistent homology.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

53 extracted references · 51 canonical work pages

  1. [33]

    J. Li, Y. Muranov, J. Wu, and S.-T. Yau,On singular homology theories of digraphs and quivers, to appear in the Journal of Combinatorics (2025)

  2. [1]

    Asllani, J

    M. Asllani, J. Challenger, F. Pavone, L. Sacconi, and D. Fanelli,The theory of pattern formation on directed networks, Nature Communications5(2014), 4517

  3. [2]

    Bauer,Ripser: efficient computation of vietoris–rips persistence barcodes, Journal of Applied and Computational Topology5(2021), 391–423

    U. Bauer,Ripser: efficient computation of vietoris–rips persistence barcodes, Journal of Applied and Computational Topology5(2021), 391–423

  4. [3]

    Boccaletti, V

    S. Boccaletti, V. Latora, Y. Moreno, M. Chavez, and D.-U. Hwang,Complex networks: Structure and dynamics, Physics Reports424(2006), no. 4, 175–308

  5. [4]

    Brose, P

    U. Brose, P. Archambault, and A. et al. Barnes,Predator traits determine food-web architecture across ecosystems, Nature Ecology and Evolution3(2019), 919–927

  6. [5]

    Bubenik and N

    P. Bubenik and N. Mili´ cevi´ c,Homotopy, homology, and persistent homology using closure spaces, Journal of Applied and Computational Topology8(2024), 579–641

  7. [6]

    Burfitt,Singular simplicial quiver homologies, November 2025, https://github.com/MatthewBurfitt/Singular-simplicial-quiver-homologies.git

    M. Burfitt,Singular simplicial quiver homologies, November 2025, https://github.com/MatthewBurfitt/Singular-simplicial-quiver-homologies.git

  8. [7]

    Carlsson and F

    G. Carlsson and F. M´ emoli,Multiparameter hierarchical clustering methods, Classification as a Tool for Research, Springer Berlin Heidelberg, 2010, pp. 63–70

Show all 53 references
  1. [8]

    Chaplin, H

    T. Chaplin, H. Harrington, and U. Tillmann,A notion of homotopy for directed graphs and their flag complexes, 2024, arXiv:2411.04572

  2. [9]

    Chazal, D

    F. Chazal, D. Cohen-Steiner, M. Glisse, L. Guibas, and S. Oudot,Proximity of persistence modules and their diagrams, Proceedings of the 25th ACM Symposium Computational Geometry (2008), 237 – 246

  3. [10]

    Chowdhury and F

    S. Chowdhury and F. M´ emoli,A functorial dowker theorem and persistent homology of asymmetric networks, Journal of Applied and Computational Topology2(2018), 115–175

  4. [11]

    1152–1169

    ,Persistent path homology of directed networks, SODA’ 18, Society for Industrial and Ap- plied Mathematics (SIAM), 2018, p. 1152–1169

  5. [12]

    T. Dey, T. Li, and Y. Wang,An efficient algorithm for 1-dimensional (persistent) path homology, Discrete and Computational Geometry68(2022), 1102–1132

  6. [13]

    Douglas and G

    M. Douglas and G. Moore,D-branes, quivers, and ale instantons, 1996, arXiv:hep-th/9603167

  7. [14]

    L. Feng, H. Gong, S. Zhang, X. Liu, Y. Wang, J. Che, A. Dong, C. Griffin, C. Gragnoli, J. Wu, S.-T. Yau, and R. Wu,Hypernetwork modeling and topology of high-order interactions for complex systems, Proceedings of National Academy of Sciences (PNAS)121(2024), no. 40, e2412220121. 37

  8. [15]

    Ganmor, R

    E. Ganmor, R. Segev, and E. Schneidman,Sparse low-order interaction network underlies a highly correlated and learnable neural population code, Proceedings of National Academy of Sciences (PNAS)108(2011), no. 23, 9679–9684

  9. [16]

    Goodfellow, R

    M. Goodfellow, R. AndrzejakRalph, M. Cristina, and K. Lehnertz,What models and tools can contribute to a better understanding of brain activity?, Frontiers in Network Physiology2(2022), 907995

  10. [17]

    D. Govc, R. Levi, and J. Smith,Complexes of tournaments, directionality filtrations and persistent homology, Journal of Applied and Computational Topology5(2021), 313–337

  11. [18]

    Grigor’yan, R

    A. Grigor’yan, R. Jimenez, Y. Muranov, and S.-T. Yau,On the path homology theory of digraphs and eilenberg–steenrod axioms, Homology, Homotopy and Applications20(2018), no. 2, 179–205

  12. [19]

    Grigor’yan, Y

    A. Grigor’yan, Y. Lin, Y. Muranov, and S.-T. Yau,Homologies of path complexes and digraphs, 2013, arXiv:1207.2834

  13. [20]

    4, 919–674

    ,Homotopy theory for digraphs, Pure and Applied Mathematics Quarterly10(2014), no. 4, 919–674

  14. [21]

    Grigor’yan,Advances in path homology theory of digraphs, International Consortium of Chinese Mathematicians (ICCM)10(2022), no

    A. Grigor’yan,Advances in path homology theory of digraphs, International Consortium of Chinese Mathematicians (ICCM)10(2022), no. 2, 61–124

  15. [22]

    Grigor’yan, Y

    A. Grigor’yan, Y. Muranov, V. Vershinin, and S.-T. Yau,Path homology theory of multigraphs and quivers, Forum Mathematicum30(2018), no. 5, 1319–1337

  16. [23]

    Grigor’yan, Y

    A. Grigor’yan, Y. Muranov, and S.-T. Yau,Homologies of digraphs and k¨ unneth formulas, Com- munications in Analysis and Geometry25(2017), 969–1018

  17. [24]

    Hatcher,Algebraic topology, Algebraic Topology, Cambridge University Press, 2002

    A. Hatcher,Algebraic topology, Algebraic Topology, Cambridge University Press, 2002

  18. [25]

    Q. Hu, R. Tang, X. He, and R. Wang,General relationship of local topologies, global dynamics, and bifurcation in cellular networks, npj Systems Biology and Applications10(2024), no. 135

  19. [26]

    Iacopini, A

    I. Iacopini, A. Petri, G. nd Barrat, and V. Latora,Simplicial models of social contagion, Nature Communications10(2019), 2485

  20. [27]

    Ivanov and F

    S. Ivanov and F. Pavutnitskiy,Simplicial approach to path homology of quivers, marked categories, groups and algebras, Journal of the London Mathematical Society109(2024), no. 1, e12812

  21. [28]

    Jones and G

    B. Jones and G. Wei,Persistent directed flag laplacian, 2025, pp. 737–758

  22. [29]

    Kannan, E

    H. Kannan, E. Saucan, I. Roy, and A. Samal,Persistent homology of unweighted complex networks via discrete morse theory, Scientific Reports9(2019), 13817

  23. [30]

    Kartun-Giles and G

    A. Kartun-Giles and G. Bianconi,Beyond the clustering coefficient: A topological analysis of node neighbourhoods in complex networks, Chaos, Solitons and Fractals: X1(2019), 100004

  24. [31]

    Karuza, S

    E. Karuza, S. Thompson-Schill, and S. Bassett,Local patterns to global architectures: Influences of network topology on human learning, Trends in Cognitive Sciences20(2016), no. 8, 629–640

  25. [32]

    G. Li, L. Deng, and G. Xiao et al,Enabling controlling complex networks with local topological information, Scientific Reports8(2018), no. 4593. 38

  26. [34]

    L¨ utgehetmann,Flagser, November 2021, https://github.com/luetge/flagser.git

    D. L¨ utgehetmann,Flagser, November 2021, https://github.com/luetge/flagser.git

  27. [35]

    L¨ utgehetmann, D

    D. L¨ utgehetmann, D. Govc, J. Smith, and R. Levi,Computing persistent homology of directed flag complexes, Algorithms13(2020), no. 1

  28. [36]

    and Eames K.,Networks and epidemic models, Journal of The Royal Society Interface 2(2005), 2295–307

    Keeling M. and Eames K.,Networks and epidemic models, Journal of The Royal Society Interface 2(2005), 2295–307

  29. [37]

    Macneil and A

    L. Macneil and A. Walhout,Modelling dynamical processes in complex socio-technical systems, Genome research21(5)(2011), 645–657

  30. [38]

    Masulli and A

    P. Masulli and A. Villa,Dynamics of evolving feed-forward neural networks and their topological invariants, Artificial Neural Networks and Machine Learning (ICANN) 2016 (Cham), Springer International Publishing, 2016, pp. 99–106

  31. [39]

    Masulli and P

    P. Masulli and P. Villa,The topology of the directed clique complex as a network invariant, Springer- Plus5(2016), no. 388

  32. [40]

    Merchan and I

    L. Merchan and I. Nemenman,On the sufficiency of pairwise interactions in maximum entropy models of networks, Journal of Statistical Physics162(2016), no. 5, 1294–1308

  33. [41]

    Mili´ cevi´ c’ and N

    N. Mili´ cevi´ c’ and N. Scoville,The directed vietoris-rips complex and homotopy and singular homol- ogy groups of finite digraphs, 2024, arXiv:2409.01370

  34. [42]

    Munkres,Elements of Algebraic Topology, Addison Wesley Publishing Company, 1984

    J. Munkres,Elements of Algebraic Topology, Addison Wesley Publishing Company, 1984

  35. [43]

    Muranov,Lecture course: Methods of algebraic topology in graph theory

    Y. Muranov,Lecture course: Methods of algebraic topology in graph theory. homology theories., Nov 2024,https://bimsa.net:10000/activity/MetofAlgTopinGraTheHomthe/

  36. [44]

    C. Pun, S. Lee, and K. Xia,Persistent-homology-based machine learning: a survey and a compar- ative study, Artificial Intelligence Review55(2022), no. 7, 5169–5213

  37. [45]

    Reimann, M

    M. Reimann, M. Nolte, M. Scolamiero, K. Turner, R. Perin, G. Chindemi, P. D lotko, R. Levi, K. Hess, and H. Markram,Cliques of neurons bound into cavities provide a missing link between structure and function, Frontiers in Computational Neuroscience11(2017)

  38. [46]

    Riihim¨ aki,Simplicialq-connectivity of directed graphs with applications to network analysis, SIAM Journal on Mathematics of Data Science5(2023), no

    H. Riihim¨ aki,Simplicialq-connectivity of directed graphs with applications to network analysis, SIAM Journal on Mathematics of Data Science5(2023), no. 3, 800–828

  39. [47]

    Ritchie, L

    M. Ritchie, L. Berthouze, and I. Kiss,Generation and analysis of networks with a prescribed degree sequence and subgraph family: higher-order structure matters, Journal of Complex Networks5 (2017), no. 1, 1–31

  40. [48]

    Seungwoong and J

    H. Seungwoong and J. Hawoong,Unraveling hidden interactions in complex systems with deep learning, Scientific Reports11(2021), 12804

  41. [49]

    Smith,Dltser, November 2022, https://github.com/JasonPSmith/deltser

    J. Smith,Dltser, November 2022, https://github.com/JasonPSmith/deltser

  42. [50]

    Turner,Rips filtrations for quasimetric spaces and asymmetric functions with stability results, Algebraic and Geometric Topology19(3)(2019), 1135–1170

    K. Turner,Rips filtrations for quasimetric spaces and asymmetric functions with stability results, Algebraic and Geometric Topology19(3)(2019), 1135–1170. 39

  43. [51]

    Ugander, L

    J. Ugander, L. Backstrom, and J. Kleinberg,Subgraph frequencies: mapping the empirical and extremal geography of large graph collections, WWW ’13, Association for Computing Machinery, 2013, p. 1307–1318

  44. [52]

    Vespignani,Modelling dynamical processes in complex socio-technical systems, Nature Physics 8(2012), 32–39

    A. Vespignani,Modelling dynamical processes in complex socio-technical systems, Nature Physics 8(2012), 32–39

  45. [53]

    M. Zia, B. Jones, H. Feng, and G. Wei,Persistent directed flag laplacian (pdfl)-based machine learn- ing for protein–ligand binding affinity prediction, Journal of Chemical Theory and Computation 21(2025), no. 8, 4276–4285, PMID: 40186580. A Algorithmic implementations In this...

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.