pith. sign in

arxiv: 2601.10557 · v2 · submitted 2026-01-15 · 🧮 math.NA · cs.CE· cs.DC· cs.NA· physics.comp-ph

Chebyshev Accelerated Subspace Eigensolver for Pseudo-hermitian Hamiltonians

Pith reviewed 2026-05-16 14:13 UTC · model grok-4.3

classification 🧮 math.NA cs.CEcs.DCcs.NAphysics.comp-ph
keywords pseudo-Hermitian HamiltoniansChebyshev accelerationsubspace iterationoblique Rayleigh-Ritzeigensolverexcitonic materialsparallel matrix productsnumerical linear algebra
0
0 comments X

The pith

An oblique Rayleigh-Ritz projection preserves positive-negative symmetry in pseudo-Hermitian eigensolves.

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

The paper extends the Chebyshev Accelerated Subspace iteration Eigensolver to compute thousands of the smallest positive eigenpairs of pseudo-Hermitian Hamiltonians that arise in excitonic material studies. It preserves the matrix's characteristic positive-negative spectral symmetry during eigenvector handling. The central step is an oblique variant of the Rayleigh-Ritz projection that delivers quadratic convergence of the Ritz values without constructing the dual basis explicitly. A parallel implementation of the recursive matrix products inside the Chebyshev filter reduces global communication. Numerical analysis and tests confirm the approach works for dense matrices on large parallel systems.

Core claim

By exploiting the numerical structure and spectral properties of the Hamiltonian matrix, the positive-negative symmetry is preserved in the treatment of the eigenvectors. An oblique variant of Rayleigh-Ritz projection is proposed that features quadratic convergence of the Ritz values with no explicit construction of the dual basis. A parallel implementation of the recursive matrix-product operation appearing in the Chebyshev filter is introduced with limited global communications.

What carries the argument

The oblique variant of Rayleigh-Ritz projection that preserves positive-negative symmetry in eigenvector treatment without explicit dual basis construction.

Load-bearing premise

The pseudo-Hermitian Hamiltonian possesses a positive-negative spectral symmetry that can be preserved exactly in the eigenvector treatment without introducing additional approximation error or instability.

What would settle it

Apply the solver to a known pseudo-Hermitian test matrix and check whether the Ritz values lose quadratic convergence or the computed eigenvectors break the positive-negative pairing.

read the original abstract

Studying the optoelectronic structure of materials can require the computation of several thousands of the smallest positive eigenpairs of a pseudo-hermitian Hamiltonian. Iterative eigensolvers may be preferred over direct methods for this task since their complexity is a function of the desired fraction of the spectrum. In addition, they generally rely on highly optimized and scalable kernels such as matrix-vector multiplications that leverage the massive parallelism and the computational power of modern exascale systems. The Chebyshev Accelerated Subspace iteration Eigensolver (ChASE) is able to compute several thousands of the most extreme eigenpairs of dense hermitian matrices with proven scalability over massive parallel accelerated clusters. This work presents an extension of ChASE to solve for a portion of the smallest positive eigenpairs of pseudo-hermitian Hamiltonians as they appear in the treatment of excitonic materials. By exploiting the numerical structure and spectral properties of the Hamiltonian matrix, we preserve the characteristic positive-negative symmetry in the treatment of the eigenvectors and propose an oblique variant of Rayleigh-Ritz projection that features quadratic convergence of the Ritz values with no explicit construction of the dual basis. Additionally, we introduce a parallel implementation of the recursive matrix-product operation appearing in the Chebyshev filter with limited amount of global communications. Our development is supported by a full numerical analysis and experimental tests.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The paper extends the Chebyshev Accelerated Subspace iteration Eigensolver (ChASE) to compute several thousand of the smallest positive eigenpairs of pseudo-Hermitian Hamiltonians arising in excitonic materials. It exploits the positive-negative spectral symmetry to preserve eigenvector structure and introduces an oblique variant of the Rayleigh-Ritz projection that is claimed to retain quadratic convergence of the Ritz values without explicit dual-basis construction. A parallel recursive matrix-product implementation for the Chebyshev filter with reduced global communication is also presented. The work is supported by a full numerical analysis together with experimental tests on dense matrices.

Significance. If the symmetry preservation and quadratic convergence claims hold rigorously, the method would provide a practical, scalable route to large-scale pseudo-Hermitian eigenproblems on exascale architectures while reusing highly optimized matrix-vector kernels. The avoidance of explicit dual-basis construction and the limited-communication recursive product are concrete engineering strengths that could reduce overhead relative to standard oblique-projection approaches.

major comments (2)
  1. [§4] §4 (Oblique Rayleigh-Ritz projection): the claim that quadratic convergence is retained without dual-basis construction rests on the positive-negative symmetry; the error analysis must explicitly show that the oblique angle does not introduce an extra linear term or instability in the residual bound, yet the provided derivation appears to invoke the standard Hermitian quadratic estimate directly.
  2. [§5] §5 (Numerical analysis): the abstract states that a full analysis supports the claims, but the convergence theorem or lemma establishing the quadratic rate for the symmetry-adapted oblique projector is not stated with explicit constants or assumptions on the spectral gap; without this, the central claim cannot be verified from the given text.
minor comments (2)
  1. [Implementation section] The description of the parallel recursive matrix-product implementation would benefit from a small communication-volume table or pseudocode to clarify the reduction in global collectives.
  2. [Experimental results] Figure captions for the experimental results should explicitly state matrix dimensions, number of requested eigenpairs, and the tolerance used so that the reported timings and accuracy are reproducible.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for their careful reading and constructive comments on our manuscript. We address each major comment below and will revise the paper accordingly to strengthen the analysis.

read point-by-point responses
  1. Referee: [§4] §4 (Oblique Rayleigh-Ritz projection): the claim that quadratic convergence is retained without dual-basis construction rests on the positive-negative symmetry; the error analysis must explicitly show that the oblique angle does not introduce an extra linear term or instability in the residual bound, yet the provided derivation appears to invoke the standard Hermitian quadratic estimate directly.

    Authors: We agree that the error analysis in §4 must be expanded to explicitly demonstrate that the oblique angle does not introduce an additional linear term when the positive-negative symmetry is preserved. In the revised manuscript we will derive the residual bound step by step from the properties of the symmetry-adapted oblique projector, showing that the obliqueness factor remains bounded independently of the iteration and that the quadratic rate O(ε²) for the Ritz values follows directly without invoking the Hermitian case by reference. The revised derivation will include the explicit dependence on the symmetry operator. revision: yes

  2. Referee: [§5] §5 (Numerical analysis): the abstract states that a full analysis supports the claims, but the convergence theorem or lemma establishing the quadratic rate for the symmetry-adapted oblique projector is not stated with explicit constants or assumptions on the spectral gap; without this, the central claim cannot be verified from the given text.

    Authors: We acknowledge that the convergence result in §5 is presented in a sketched form rather than as a formally stated theorem with explicit constants and assumptions. In the revision we will insert a clearly labeled theorem that states the quadratic convergence rate for the symmetry-adapted oblique Rayleigh-Ritz projector, including the precise assumptions on the spectral gap (a positive lower bound separating the smallest positive eigenvalues from the largest negative ones) and the explicit constants appearing in the O(ε²) bound. revision: yes

Circularity Check

0 steps flagged

No significant circularity detected

full rationale

The paper extends the ChASE solver to pseudo-Hermitian Hamiltonians by preserving positive-negative spectral symmetry and using an oblique Rayleigh-Ritz variant. Quadratic Ritz-value convergence follows from standard oblique projection theory (not derived from the paper's own fitted quantities or self-citations). The abstract and description cite full numerical analysis plus experimental tests as support; no load-bearing equation reduces the claimed convergence or symmetry preservation to a fit, renaming, or prior self-citation chain. The recursive matrix-product implementation is an independent engineering contribution. This is a standard non-circular extension of an existing method.

Axiom & Free-Parameter Ledger

0 free parameters · 1 axioms · 0 invented entities

The central claims rest on standard properties of pseudo-hermitian matrices and Chebyshev polynomial theory; no new free parameters or invented entities are introduced.

axioms (1)
  • domain assumption Pseudo-hermitian matrices exhibit paired positive and negative eigenvalues whose eigenvectors satisfy a corresponding symmetry relation.
    Invoked to justify preservation of symmetry in the eigenvector treatment and the design of the oblique projection.

pith-pipeline@v0.9.0 · 5579 in / 1293 out tokens · 55678 ms · 2026-05-16T14:13:35.639447+00:00 · methodology

discussion (0)

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

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.