Chebyshev Accelerated Subspace Eigensolver for Pseudo-hermitian Hamiltonians
Pith reviewed 2026-05-16 14:13 UTC · model grok-4.3
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.
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.
Referee Report
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)
- [§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.
- [§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)
- [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.
- [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
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
-
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
-
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
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
axioms (1)
- domain assumption Pseudo-hermitian matrices exhibit paired positive and negative eigenvalues whose eigenvectors satisfy a corresponding symmetry relation.
Lean theorems connected to this paper
-
IndisputableMonolith/Foundation/RealityFromDistinction.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
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.
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
the eigenvalues of H are real and occur in symmetric opposite (positive–negative) pairs with respect to zero
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.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.