Pith. sign in

REVIEW 3 minor 16 references

A QUBO Hamiltonian has zero ground-state energy exactly when the graph has a nowhere-zero Z_k-flow.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

Constructs and proves correct a QUBO Hamiltonian H_mod,k whose zero-energy ground states exist exactly when a graph admits a nowhere-zero Z_k-flow, with degeneracy matching the flow polynomial.

T0 review reviewed 2026-06-30 challenge →

load-bearing objection This paper gives a new QUBO encoding for nowhere-zero k-flows with a proof that zero ground energy matches the flow existence condition.

arxiv 2606.28687 v1 pith:I37JR7HA submitted 2026-06-27 quant-ph math.CO

A QUBO Formulation for Nowhere-Zero $k$-Flows

classification quant-ph math.CO
keywords QUBOnowhere-zero flowsflow polynomialquantum annealingTutte equivalencegraph flowsbinary optimization
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

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 constructs a quadratic unconstrained binary optimization Hamiltonian that encodes the existence of nowhere-zero flows on a graph. One-hot variables represent each edge's flow value modulo k, while auxiliary variables track the integer quotients needed for flow conservation at vertices. Penalty terms are added so that the overall energy reaches zero if and only if the modular sums close at every vertex. The construction is shown to be independent of the chosen orientation and root vertex, and the zero-energy degeneracy equals the value of the flow polynomial. Correctness is checked on 59 example graphs that include both positive and negative instances.

Core claim

The Hamiltonian H_mod,k is assembled from one-hot edge variables and auxiliary quotient variables together with penalty terms that enforce the modular conservation law at each vertex. Its ground-state energy is zero if and only if G admits a nowhere-zero Z_k-flow; by Tutte's equivalence this is the same as the flow number phi(G) being at most k. When the ground-state energy is zero, the degeneracy of those states is exactly the flow polynomial F(G;k).

What carries the argument

The Hamiltonian H_mod,k built from one-hot residues modulo k on edges plus auxiliary variables that enforce per-vertex modular sum-to-zero conditions via penalties.

Load-bearing premise

The chosen penalty terms and auxiliary variables enforce the modular conservation conditions at each vertex without creating any extra states whose energy is as low as the true solutions.

What would settle it

A concrete graph G and integer k for which the constructed Hamiltonian possesses a zero-energy configuration yet G has no nowhere-zero Z_k-flow, or for which G has such a flow yet every configuration of the Hamiltonian has positive energy.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • Zero ground-state energy of H_mod,k is equivalent to the flow number phi(G) being at most k.
  • The degeneracy among zero-energy states equals the flow polynomial evaluated at k.
  • The encoding remains correct for any orientation of the edges and any choice of root vertex.
  • Any positive penalty weights preserve the exact correspondence between zero energy and valid flows.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same encoding supplies a concrete optimization problem that quantum or classical annealers could be asked to solve when testing the existence of nowhere-zero flows.
  • Because the flow polynomial appears directly as the degeneracy count, the construction links an algebraic graph invariant to the spectrum of a QUBO Hamiltonian.
  • The method supplies a template for turning other polynomial invariants of graphs into QUBO objectives whose ground-state multiplicity reproduces the polynomial.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

0 major / 3 minor

Summary. The paper constructs a QUBO Hamiltonian H_mod,k for the nowhere-zero Z_k-flow problem on an undirected graph G. One-hot encoding is used for edge flow values modulo k together with auxiliary per-vertex quotient variables; the resulting quadratic penalties are shown to enforce modular conservation at every vertex. The central theorem states that the ground-state energy of H_mod,k is zero if and only if G admits a nowhere-zero Z_k-flow (hence phi(G) <= k by Tutte's theorem), with the degeneracy of the zero-energy subspace equal to the flow polynomial F(G;k). Correctness is proved to be independent of edge orientation, choice of root vertex, and any positive penalty coefficients. The construction is implemented via dimod.BinaryQuadraticModel and validated on 59 mixed yes/no instances plus exhaustive orientation/root sweeps on selected graphs.

Significance. If the stated iff claim and independence results hold, the work supplies the first explicit QUBO encoding of nowhere-zero flows, thereby enlarging the set of graph-theoretic decision problems directly addressable by quantum or classical annealers. The explicit connection to the flow polynomial and the parameter-free character of the construction (once penalties are positive) are notable strengths; the empirical verification on both satisfiable and unsatisfiable instances provides concrete support for the modeling choices.

minor comments (3)
  1. The abstract states that the construction is implemented with dimod.BinaryQuadraticModel, yet the main text does not include an explicit listing of the generated BQM for at least one small example graph; adding such a concrete instance would improve reproducibility.
  2. Section describing the 59 test instances would benefit from a compact table (graph name, k, yes/no label, and whether orientation/root sweeps were performed) rather than a narrative list, to make the coverage of the yes/no cases immediately visible.
  3. The statement that correctness holds for any positive penalty weights is proved, but the numerical values actually used in the 59-instance verification are not tabulated; a short supplementary table of the chosen weights would remove any ambiguity about the tested regime.

Simulated Author's Rebuttal

0 responses · 0 unresolved

We thank the referee for their careful reading, accurate summary of the manuscript, and recommendation to accept. We are pleased that the novelty of the QUBO encoding, its connection to the flow polynomial, and the independence results were recognized as strengths.

Circularity Check

0 steps flagged

No significant circularity; direct construction plus external proof

full rationale

The paper's core contribution is an explicit QUBO Hamiltonian construction H_mod,k together with a stated proof that its ground-state energy is zero precisely when a nowhere-zero Z_k-flow exists. This is independent of any fitted parameters, self-citations, or ansatzes. Tutte's equivalence theorem is invoked as a standard external result from graph theory, not derived or justified inside the paper. Verification on 59 instances and robustness sweeps are empirical checks, not part of the derivation chain. No step reduces the claimed iff statement to its own inputs by definition or by a self-citation loop. The modeling choice for auxiliary variables is the object of the proof rather than an assumption that presupposes the result.

Axiom & Free-Parameter Ledger

0 free parameters · 2 axioms · 0 invented entities

The construction rests on standard graph theory (Tutte's theorem, flow polynomial) and the correctness of one-hot encoding plus linear penalties for modular arithmetic. No new entities are postulated. Penalty weights are stated to work for any positive value, so they are not fitted parameters.

axioms (2)
  • standard math Tutte's equivalence theorem relating nowhere-zero Z_k-flows to the flow number varphi(G) <= k
    Invoked to translate zero ground-state energy into the flow-number statement.
  • standard math The flow polynomial F(G;k) counts the number of nowhere-zero Z_k-flows
    Used to equate zero-energy degeneracy with the number of valid flows.

reviewed 2026-06-30 · how reviews work

0 comments
Cite this review

Pith. "Pith review of A QUBO Formulation for Nowhere-Zero $k$-Flows." pith.science (2026). https://pith.science/paper/I37JR7HA

@misc{pith2026260628687,
  author       = {Pith},
  title        = {Pith review of: A QUBO Formulation for Nowhere-Zero $k$-Flows},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/I37JR7HA}},
  note         = {Machine review of arXiv:2606.28687}
}
Share X Bluesky LinkedIn Reddit HN
abstract

We consider the encoding of graph problems as Quadratic Unconstrained Binary Optimization (QUBO) problems, which are solvable by either quantum or classical annealers. Yet, the class of problems encoded as QUBO problems has not previously included nowhere-zero flows. Nowhere-zero flows are related to Tutte's $5$-flow conjecture and appear in many contexts in graph theory. We provide an encoding of nowhere-zero flows as a QUBO Hamiltonian and prove the correctness of the construction. Our construction yields a Hamiltonian $H_{\mathrm{mod},k}$ whose ground state has zero energy if and only if the graph $G$ has a nowhere-zero $\mathbb Z_k$-flow. By Tutte's equivalence theorem, zero ground energy is equivalent to $\varphi(G)\le k$, and the zero-energy degeneracy is given by the flow polynomial $F(G;k)$. In particular, when the ground-state energy is zero, this is also the ground-state degeneracy. The construction uses one-hot variables to represent the edge flow residues modulo $k$ and auxiliary variables to represent the per-vertex modular quotient. We prove that the correctness of the construction is independent of the choice of orientation, root vertex, and positive penalty weights. We verify the construction on $59$ examples of graphs and values of $k$ that include both yes-instances and no-instances. We exhaustively sweep orientations and root choices on selected robustness instances and test a finite suite of positive penalty weights. The resulting Hamiltonian is implemented using the dimod.BinaryQuadraticModel class, which is compatible with the D-Wave Ocean SDK. Quantum-hardware runs and claims about potential speedup using these devices are left to follow-up work.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

16 extracted references · 16 canonical work pages · 1 internal anchor

  1. [1]

    Polynomial quantum algorithms for additive approximations of the Potts model and other points of the Tutte plane, 2007

    Dorit Aharonov, Itai Arad, Elad Eban, and Zeph Landau. Polynomial quantum algorithms for additive approximations of the Potts model and other points of the Tutte plane, 2007

  2. [2]

    Karthekeyan Chandrasekaran, Siyue Liu, and R. Ravi. Minimum cost nowhere-zero flows and cut-balanced orientations. In52nd International Colloquium on Automata, Languages, and Programming (ICALP 2025), volume 334 ofLeibniz International Proceedings in Informatics (LIPIcs), pages 46:1–46:21. Schloss Dagstuhl – Leibniz-Zentrum für Informatik, 2025. doi: 10.4...

  3. [3]

    A short proof of seymour’s 6-flow theorem.The Electronic Journal of Combinatorics, 32(4):P4.13, 2025

    Matt DeVos and Kathryn Nurse. A short proof of seymour’s 6-flow theorem.The Electronic Journal of Combinatorics, 32(4):P4.13, 2025. doi: 10.37236/14483

  4. [4]

    Diestel.Graph Theory

    Reinhard Diestel.Graph Theory, volume 173 ofGraduate Texts in Mathematics. Springer, 6 edition, 2025. doi: 10.1007/978-3-662-70107-2

  5. [5]

    Nowhere-zero flow reconfiguration

    Louis Esperet, Kevin Hendrey, Aurélie Lagoutte, Margaux Marseloo, Sergey Norin, and Raphael Steiner. Nowhere-zero flow reconfiguration, 2025. arXiv:2512.17342 [math.CO]

  6. [6]

    Quantum computation by adiabatic evolution, 2000

    Edward Farhi, Jeffrey Goldstone, Sam Gutmann, and Michael Sipser. Quantum computation by adiabatic evolution, 2000

  7. [7]

    A quantum approximate optimization algorithm, 2014

    Edward Farhi, Jeffrey Goldstone, and Sam Gutmann. A quantum approximate optimization algorithm, 2014

  8. [8]

    4OR17(4), 335–371 (2019) https://doi.org/ 10.1007/s10288-019-00424-y

    Fred Glover, Gary Kochenberger, and Yu Du. A tutorial on formulating and using QUBO models.4OR, 17(4):335–371, 2019. doi: 10.1007/s10288-019-00424-y

  9. [9]

    Flows and generalized coloring theorems in graphs.Journal of Combinatorial Theory, Series B, 26(2):205–216, 1979

    François Jaeger. Flows and generalized coloring theorems in graphs.Journal of Combinatorial Theory, Series B, 26(2):205–216, 1979. doi: 10.1016/0095-8956(79)90057-1

  10. [10]

    Quantum annealing in the transverse Ising model,

    Tadashi Kadowaki and Hidetoshi Nishimori. Quantum annealing in the transverse Ising model.Physical Review E, 58(5):5355–5363, 1998. doi: 10.1103/PhysRevE.58.5355

  11. [11]

    L. M. Lovász, C. Thomassen, Y. Wu, and C.-Q. Zhang. Nowhere-zero 3-flows and modulo k-orientations.Journal of Combinatorial Theory, Series B, 103(5):587–598, 2013. doi: 10.1016/j.jctb.2013.06.003

  12. [12]

    Lucas ,\ 10.3389/fphy.2014.00005 journal journal Frontiers in Physics \ volume 2 ,\ pages 5 ( year 2014 ) NoStop

    Andrew Lucas. Ising formulations of many NP problems.Frontiers in Physics, 2:5, 2014. doi: 10.3389/fphy.2014.00005

  13. [13]

    P. D. Seymour. Nowhere-zero 6-flows.Journal of Combinatorial Theory, Series B, 30(2): 130–135, 1981. doi: 10.1016/0095-8956(81)90058-7

  14. [14]

    W. T. Tutte. A contribution to the theory of chromatic polynomials.Canadian Journal of Mathematics, 6:80–91, 1954

  15. [15]

    W. T. Tutte. On the algebraic theory of graph colorings.Journal of Combinatorial Theory, 1(1):15–20, 1966

  16. [16]

    Marcel Dekker, 1997

    Cun-Quan Zhang.Integer Flows and Cycle Covers of Graphs. Marcel Dekker, 1997. 22

This paper was first reviewed by grok-4.3 on June 30, 2026.