Pith. sign in

REVIEW 3 major objections 5 minor 2 cited by

Computing Quantum Resources using Tensor Cross Interpolation

T0 review · 3 major / 5 minor · reviewed 2026-08-08 · deepseek-v4-flash

Pith's one-line read This paper claims that Tensor Cross Interpolation gives a single sampling-based procedure for computing quantum resource quantifiers, from stabilizer magic to coherence, by approximating the quantifier's defining tensor as a matrix…

desk verdict A useful and genuinely new numerical tool for computing resource quantifiers via TCI, but the 2D REC claims need convergence data and an independent benchmark before they can be taken at face value. read the letter →

arxiv 2502.06956 v2 pith:4ZG4MQBK submitted 2025-02-10 quant-ph physics.comp-ph

classification quant-phphysics.comp-ph
keywords tensorcrossinterpolationmatrixproductstatesstabilizerRényientropyquantummagicrelativeofcoherencetransverse-fieldIsingmodelresourcetheoriesnon-stabilizerness
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 claims that a single, measure-agnostic procedure can compute quantum resource quantifiers that are defined as sums over exponentially many tensor elements. The idea is to treat the quantifier's defining map, such as the fourth power of a Pauli expectation value for magic or the squared amplitude times its logarithm for coherence, as a tensor to be sampled by Tensor Cross Interpolation (TCI), which builds a compact matrix product state approximation from a limited number of function calls. Contracting that approximation yields the quantifier at a cost that grows polynomially with system size whenever the sampled tensor is compressible. The authors demonstrate the recipe on the stabilizer Rényi entropy of the 1D ferromagnetic Ising chain and on the relative entropy of coherence of the 2D transverse-field Ising model, a computation for which they state no other efficient algorithm exists.

What carries the argument

The central object is the tensor $F$, whose elements are the quantities the quantifier sums over, and the Tensor Cross Interpolation (TCI) algorithm that learns a compressed matrix product state representation of $F$ from a small number of deterministic function evaluations. The version used in the paper is based on an LU decomposition; it probes rows and columns of $F$ and iteratively builds an MPS whose bond dimension $\xi$ controls both accuracy and the number of calls, which scales as $O(L d \xi^2)$. The input state is first approximated as an MPS with bond dimension $\chi$, and each call to $f$ is a tensor network contraction of known cost, $O(L \chi^3)$ for the SRE Pauli-string expectation and $O(L \chi^2)$ for reading a single amplitude. This combination converts an exponentially large sum into a polynomial number of tame contractions.

What would settle it

Take the 2D transverse-field Ising ground state at a fixed field inside the ferromagnetic phase, say $h=2$, and compute the REC with TCI bond dimensions $\xi=20,40,80,160$ for $L=16,32,64$, recording the largest $\xi$ needed to keep the result within a fixed tolerance; if that required $\xi$ grows linearly or faster with $L$, or if the computed REC drifts with $\xi$ at fixed $L$, the claimed polynomial efficiency fails. A cleaner test is the same scan at the critical field $h_c\approx 3.044$, where the sampled tensor should be least compressible.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central claim is that a whole family of quantum resource quantifiers of the form $M(\rho)=\sum_{\sigma} F_{\sigma}$ can be computed by sampling the tensor $F$ directly with Tensor Cross Interpolation, rather than by designing a dedicated algorithm for each measure. For the stabilizer Rényi-2 entropy the sampled function is $f(P)=\langle\psi|P|\psi\rangle^4$ over Pauli strings, and for relative entropy of coherence it is $f(S)=|\langle S|\psi\rangle|^2 \log_2 |\langle S|\psi\rangle|^2$ over computational basis states. The TCI routine performs roughly $O(L d \xi^2)$ calls to $f$ and returns an approximate matrix product state, which is then contracted to give the quantifier. With the input state also represented as an MPS, the total complexity is $O(2 L^2 \xi^2 \chi^3)$ for the SRE and $O(2 L^2 \xi^2 \chi^2)$ for the REC, where $\chi$ is the input bond dimension and $\xi$ is the bond dimension chosen for the sampled tensor. The authors use this to reach $L=64$ for the 1D SRE by direct application of the definition and to compute the 2D REC, which they say no other efficient algorithm currently achieves.

Load-bearing premise

The efficiency claim rests on the assumption that the tensor being sampled (for example, the fourth-power Pauli expectation map for magic, or the squared-coefficient map for coherence) has a low-rank matrix product approximation whose bond dimension grows only mildly with system size, an assumption the paper supports by fixing that bond dimension by hand rather than by convergence testing.

Editorial extensions

If this is right

  • Any quantifier that can be written as a sum over a tensor $F$, with the state available in a samplable form, becomes computable with the same TCI pipeline and only a change of the function $f$.
  • The relative entropy of coherence of the 2D transverse-field Ising ground state becomes accessible for system sizes beyond exact diagonalization, a regime the authors state is out of reach for existing algorithms.
  • The stabilizer Rényi-2 entropy of the 1D Ising chain can be recovered up to $L=64$ by applying the definition directly, reproducing known results without a measure-specific algorithm.
  • The cost of computing a quantifier is polynomial in the system size whenever the input MPS bond dimension $\chi$ and the sampled-tensor bond dimension $\xi$ stay moderate, so the method's reach is tied to the compressibility of $F$ rather than to the structure of the measure.
  • The procedure opens the possibility of evaluating other nonlinear functions of tensor network states, such as the non-local magic mentioned in the paper, in the same framework.

Reading between the lines

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

  • A decisive test of the method's claimed generality is whether $\xi$ stays small for the 2D REC near the critical field $h_c\approx 3.044$, where correlations are long-range and the sampled tensor $F$ is likely least compressible.
  • The same sampling view suggests that other resource monotones expressible through nonlinear functions of amplitudes, such as entanglement entropies or Rényi variants of coherence, could be handled without new algorithmic ideas as long as their defining tensor has low MPS rank.
  • If the low-rank assumption holds only away from criticality, the method would still be useful for gapped phases but would need tree tensor network or quantics variants for gapless or higher-dimensional settings; the authors already flag tree tensor networks as future work.
  • A practical extension would be to make $\xi$ adaptive, increasing it until the computed quantifier stops changing, which would convert the manual $\xi$ choices in the paper into a convergence-controlled estimate.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 5 minor

Summary. The manuscript proposes a general numerical procedure for computing quantum resource quantifiers of the form M(ρ)=∑_σ F_σ. The method uses Tensor Cross Interpolation (TCI) to build a matrix-product-state (MPS) approximation of the tensor F, starting from a tensor-network representation of the input state, and then contracts this MPS to obtain the desired quantifier. As demonstrations, the authors compute the Stabilizer Rényi-2 entropy (SRE) for the 1D ferromagnetic transverse-field Ising chain up to L=64 and the Relative Entropy of Coherence (REC) for the 2D ferromagnetic transverse-field Ising model, reporting polynomial scaling in the number of function calls and releasing the code in a public repository.

Significance. If the low-rankness assumption behind the method holds, the approach would be valuable because it is measure-agnostic: the same sampling pipeline applies to different quantifiers and models without tailoring algorithms to each case. The manuscript has clear strengths: the algorithm is described in a reproducible way, the code is publicly available, and the 1D SRE results reproduce the known behavior from refs. [11,50]. However, the central efficiency claim rests on the assumption that the sampled tensor F has a low-rank MPS representation with small bond dimension ξ, and the paper provides no convergence analysis in ξ or in the input MPS bond dimension χ, nor an independent benchmark for the 2D REC results. The 2D demonstration is further weakened by the authors' own admission that a tree-tensor-network representation would be more suitable for 2D. The significance is therefore conditional on additional numerical validation.

major comments (3)
  1. [§2 and Figs. 1–2] The efficiency claim rests on the assumption that TCI produces an MPS approximation of F with a small bond dimension ξ, but no convergence study in ξ or in the input-state bond dimension χ is reported. The caps ξ=80 (Fig. 1) and ξ=40 (Fig. 2) are upper bounds; the paper never states the actual ξ reached, nor does it provide a ξ-sweep or the TCI truncation error. Without such information, the computed values—and especially the 2D volume-law claim—could be dominated by truncation, and the central polynomial-scaling statement O(L d ξ^2) is not established by the data.
  2. [§4, Fig. 2] The 2D REC results lack an independent validation. The input state is an MPS with χ≤50, but there is no comparison with exact diagonalization for small L or with larger χ. The agreement of the 1D SRE with refs. [11,50] validates the pipeline in one well-understood case, but it does not establish the low-rankness of F(S)=|⟨S|ψ⟩|^2 log2|⟨S|ψ⟩|^2 for a 2D ground state, where the same MPS ansatz is less natural. The admission in §5 that a TTN 'would be more suitable for the 2D case' further weakens the claim that this example demonstrates a fully general framework.
  3. [§3, complexity paragraph] The stated overall complexity O(2L^2 ξ^2 χ^3) in §3 (and O(2L^2 ξ^2 χ^2) in §4) is not derived cleanly. If TCI requires O(Lξ^2) calls and each call costs O(Lχ^3), the product is O(L^2 ξ^2 χ^3); the extra factor 2 and the '2L^2' form appear without justification. Because the complexity scaling is the central quantitative claim, these expressions should be stated consistently and, ideally, verified by reporting the actual number of function evaluations or wall-clock times for the system sizes studied.
minor comments (5)
  1. [§3, Eq. (2)] The text says 'we assumed periodic boundary conditions, hence Z_{L+1}=Z_L', but the periodic condition should be Z_{L+1}=Z_1; the current statement is a typo.
  2. [Ref. [9]] Reference [9] has an incomplete author list ('and and.'); the names should be completed.
  3. [§4] The abbreviation 'QC' is used without being defined; it should be introduced as 'quantum coherence' at first use.
  4. [§4] The statement that the 1D REC follows a volume law is attributed to the unpublished companion paper [48]; this dependence on an unpublished manuscript should be stated explicitly, and ideally the companion results should be made available or summarized.
  5. [§2] The phrase 'the method is robust' is vague; the authors should specify the sense in which the TCI procedure controls the approximation error, e.g., through deterministic pivoting or documented residual errors.

Circularity Check

0 steps flagged · score 2.0 of 10

No significant circularity: the TCI pipeline evaluates the quantifier definitions directly; the sole self-citation to the unpublished companion paper is not load-bearing.

full rationale

The derivation chain is M(rho) = sum_sigma F_sigma (Sec. 2), with F defined directly from the chosen quantifier: f(P) = <psi|P|psi>^4 for SRE and f(S) = |c_S|^2 log2|c_S|^2 for REC (Table 1). TCI approximates F as an MPS and the quantifier is obtained by contraction, which is a numerical evaluation of the defining equations (1) and (3), not a prediction fitted to target data. No parameter of F is adjusted to reproduce known SRE or REC values. The 1D SRE results are checked against refs. [11,50], and ref. [50] is external to the authors, so the validation is independent. The only self-referential element is Sec. 4's attribution of the 1D REC volume law to the authors' own unpublished companion paper [48]. That citation provides physical context for the 2D trend but is not an input to the TCI computation, so the central claim does not reduce to it. The hand-set caps xi=80 and xi=40 and the absence of convergence sweeps are correctness concerns about whether the reported values are converged, but they are not evidence of circularity. No equation or fitted parameter is equivalent by construction to any claimed prediction.

Assumptions & free parameters 2 free parameters · 3 assumptions · 0 invented entities

The central claim does not rest on fitted parameters, but it does rest on numerical convergence thresholds (χ, ξ) chosen by hand and on the compressibility of the sampled tensor F. No independent evidence is provided for the 2D case, and the paper's own conclusion acknowledges that the MPS output of TCI may be suboptimal for 2D models.

free parameters (2)
  • Maximum input MPS bond dimension χ = 50
    Set by hand for both the 1D SRE and 2D REC calculations. No convergence study in χ is reported, so the accuracy of the ground-state approximation is not quantified.
  • Maximum TCI output MPS bond dimension ξ = 80 for SRE, 40 for REC
    Chosen by hand as truncation thresholds. The paper reports no analysis of how the final SRE and REC values depend on ξ, leaving the approximation error of F~ unquantified.
assumptions (3)
  • domain assumption The LU-based TCI algorithm produces a quasi-optimal MPS approximation of F with a controlled tolerance after O(L d ξ^2) function evaluations.
    Invoked in Section 2 as the algorithmic foundation. The proof is in the cited TCI papers, not reproduced here.
  • domain assumption DMRG as implemented in ITensor yields accurate ground states of the 1D and 2D Ising models as MPSs with χ ≤ 50.
    Sections 3 and 4 rely on ITensor ground states. Accuracy is assumed, with no DMRG convergence data shown.
  • domain assumption At h → 0+ the ferromagnetic ground state is the symmetric GHZ superposition, giving SRE = 0 and REC = 1.
    Used in Sections 3 and 4 to anchor the low-field limits. The degeneracy argument is standard and not at issue.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Computing Quantum Resources using Tensor Cross Interpolation." pith.science (2026). https://pith.science/paper/4ZG4MQBK

@misc{pith2026250206956,
  author       = {Pith},
  title        = {Pith review of: Computing Quantum Resources using Tensor Cross Interpolation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/4ZG4MQBK}},
  note         = {Machine review of arXiv:2502.06956}
}
read the original abstract

Quantum information quantifiers are indispensable tools for analyzing strongly correlated systems. Consequently, developing efficient and robust numerical methods for their computation is crucial. We propose a general procedure based on the family of Tensor Cross Interpolation (TCI) algorithms to address this challenge in a fully general framework, independent of the system or the quantifier under consideration. To substantiate our approach, we compute the non-stabilizerness R\'{e}nyi entropy (SRE) and Relative Entropy of Coherence (REC) considering the 1D and 2D ferromagnetic Ising models with minimal modifications to the numerical procedure. This method not only demonstrates its versatility, but also provides a generic framework for exploring other quantum information quantifiers in complex systems.

Figures

Figures reproduced from arXiv: 2502.06956 by the authors.

Figure 1
Figure 1. The Stabilizer Rényi entropy Eq. (1) for the 1D ferromagnetic (FM) Ising model Eq. (2) is presented as a function of the magnetic field for various system sizes. The maximum bond dimension of the input state was constrained to χ ≤ 50, while the maximum bond dimension of the TCI MPS was set to ξ = 80. definition itself. We can compute the SRE by rewrit￾ing Eq. (1) as M2(|ψ⟩) = − log2 [PITH_FULL_IMAGE:figures/full_fi… view at source ↗
Figure 2
Figure 2. Quantum coherence Eq. (3) for the 2D FM Ising model Eq. (4) as a function of the magnetic field for different system size. The maximum bond dimension of the input state was constrained to χ ≤ 50, while the maximum bond dimension of the TCI MPS was set to ξ = 40. 5 Conclusions and outlooks We proposed a general approach for computing quan￾tum resources, based on the sampling of the corre￾sponding quantifier. This sam… view at source ↗

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Exploring the Effect of Basis Rotation on NQS Performance

    quant-ph 2025-12 reject novelty 6.0 of 10

    Basis rotation of the Ising ground state relocates the target in the NQS parameter space and can cause shallow networks to converge to low-energy but wrong wavefunctions.

  2. Resource complexity of Symmetry Protected Topological phases

    quant-ph 2025-09 conditional novelty 6.0 of 10

    Quantum magic in 1D symmetry-protected topological phases is identical at dual trivial/topological points, and boundary-induced magic differences are non-topological.

Reference graph

Works this paper leans on

61 extracted references · 50 canonical work pages · cited by 2 Pith papers

  1. [48]

    Quantum coherence of topologically frustrated spin chains, (unpublished)

    Sven Benjamin Kožić, Gianpaolo Torre, Karlo Delić, Fabio Franchini, and Salvatore Marco Gi- ampaolo. “Quantum coherence of topologically frustrated spin chains, (unpublished)” (2025)

  2. [1]

    On the theory of phase transi- tions

    L. D. Landau. “On the theory of phase transi- tions”. Zh. Eksp. Teor. Fiz.7, 19–32 (1937)

  3. [2]

    Entanglement in many-body systems

    Luigi Amico, Rosario Fazio, Andreas Osterloh, and Vlatko Vedral. “Entanglement in many-body systems”. Rev. Mod. Phys.80, 517–576 (2008)

  4. [3]

    Bipartite entanglement and entropic boundary law in lattice spin systems

    Alioscia Hamma, Radu Ionicioiu, and Paolo Za- nardi. “Bipartite entanglement and entropic boundary law in lattice spin systems”. Phys. Rev. A 71, 022315 (2005)

  5. [4]

    The frustration of 5 being odd: universal area law violation in local systems

    Salvatore Marco Giampaolo, Flavia Brága Ramos, and Fabio Franchini. “The frustration of 5 being odd: universal area law violation in local systems”. Journal of Physics Communications3, 081001 (2019)

  6. [5]

    Interplay between local and non-local frustration in the 1D ANNNI chain I -- The even case

    Gianpaolo Torre, Alberto Giuseppe Catalano, Sven Benjamin Kožić, Fabio Franchini, and Sal- vatore Marco Giampaolo. “Interplay between lo- cal and non-local frustration in the 1d annni chaini–theevencase” (2024). arXiv:2406.19449

  7. [6]

    Long-range entanglement and topological excitations

    GianpaoloTorre, JovanOdavić, PierreFromholz, Salvatore Marco Giampaolo, and Fabio Fran- chini. “Long-range entanglement and topological excitations”. SciPost Phys. Core7, 050 (2024)

  8. [7]

    Random unitaries, Robustness, and Complexity of Entan- glement

    J. Odavić, G. Torre, N. Mijić, D. Davidović, F. Franchini, and S. M. Giampaolo. “Random unitaries, Robustness, and Complexity of Entan- glement”. Quantum7, 1115 (2023)

Show all 61 references
  1. [8]

    Quantum discord and quantum phase transition in spin chains

    Raoul Dillenschneider. “Quantum discord and quantum phase transition in spin chains”. Phys. Rev. B78, 224413 (2008)

  2. [9]

    Discord under the influence of a quan- tum phase transition

    and and. “Discord under the influence of a quan- tum phase transition”. Chinese Physics B 20, 050306 (2011)

  3. [10]

    Quantumcoher- ence and quantum phase transitions

    Yan-ChaoLiandHai-QingLin. “Quantumcoher- ence and quantum phase transitions”. Scientific Reports 6, 26365 (2016)

  4. [11]

    Complexity of frustration: A new source of non-local non- stabilizerness

    Jovan Odavić, Tobias Haug, Gianpaolo Torre, Alioscia Hamma, Fabio Franchini, and Sal- vatore Marco Giampaolo. “Complexity of frustration: A new source of non-local non- stabilizerness”. SciPost Phys.15, 131 (2023)

  5. [12]

    Many- body magic via pauli-markov chains—from crit- icality to gauge theories

    Poetri Sonya Tarabunga, Emanuele Tirrito, Titas Chanda, and Marcello Dalmonte. “Many- body magic via pauli-markov chains—from crit- icality to gauge theories”. PRX Quantum 4, 040317 (2023)

  6. [13]

    Critical behaviors of non-stabilizerness in quantum spin chains

    Poetri Sonya Tarabunga. “Critical behaviors of non-stabilizerness in quantum spin chains”. Quantum 8, 1413 (2024)

  7. [14]

    Magic phase transition and non-local complexity in general- ized w state

    A. G. Catalano, J. Odavić, G. Torre, A. Hamma, F. Franchini, and S. M. Giampaolo. “Magic phase transition and non-local complexity in general- ized w state” (2024). arXiv:2406.19457

  8. [15]

    A practical introduction to tensor networks: Matrix product states and projected entangled pair states

    Román Orús. “A practical introduction to tensor networks: Matrix product states and projected entangled pair states”. Annals of Physics 349, 117–158 (2014)

  9. [16]

    Tensor networks for complex quantum systems

    Román Orús. “Tensor networks for complex quantum systems”. Nature Reviews Physics 1, 538–550 (2019)

  10. [17]

    Hand-waving and interpretive dance: an intro- ductory course on tensor networks

    Jacob C Bridgeman and Christopher T Chubb. “Hand-waving and interpretive dance: an intro- ductory course on tensor networks”. Journal of Physics A: Mathematical and Theoretical 50, 223001 (2017)

  11. [18]

    Tensor network algo- rithms: A route map

    Mari Carmen Bañuls. “Tensor network algo- rithms: A route map”. Annual Review of Con- densed Matter Physics14, 173–191 (2023)

  12. [19]

    Introduction to tensor net- work methods: Numerical simulations of low-dimensional many-body quantum sys- tems

    S. Montangero. “Introduction to tensor net- work methods: Numerical simulations of low-dimensional many-body quantum sys- tems” (2018)

  13. [20]

    Quantify- ing nonstabilizerness of matrix product states

    Tobias Haug and Lorenzo Piroli. “Quantify- ing nonstabilizerness of matrix product states”. Phys. Rev. B107, 035148 (2023)

  14. [21]

    Stabilizer en- tropies and nonstabilizerness monotones

    Tobias Haug and Lorenzo Piroli. “Stabilizer en- tropies and nonstabilizerness monotones”. Quan- tum 7, 1092 (2023)

  15. [22]

    Nonstabiliz- erness via perfect pauli sampling of matrix prod- uct states

    GuglielmoLamiandMarioCollura. “Nonstabiliz- erness via perfect pauli sampling of matrix prod- uct states”. Phys. Rev. Lett.131, 180401 (2023)

  16. [23]

    Unveiling the stabilizer group of a matrix product state

    Guglielmo Lami and Mario Collura. “Unveiling the stabilizer group of a matrix product state”. Phys. Rev. Lett.133, 010602 (2024)

  17. [24]

    Entanglement es- timation in tensor network states via sampling

    Noa Feldman, Augustine Kshetrimayum, Jens Eisert, and Moshe Goldstein. “Entanglement es- timation in tensor network states via sampling”. PRX Quantum3, 030312 (2022)

  18. [25]

    Tt- cross approximation for multidimensional ar- rays

    Ivan Oseledets and Eugene Tyrtyshnikov. “Tt- cross approximation for multidimensional ar- rays”. Linear Algebra and its Applications432, 70–88 (2010)

  19. [26]

    Fast adaptive interpolation of multi-dimensional ar- rays in tensor train format

    Dmitry Savostyanov and Ivan Oseledets. “Fast adaptive interpolation of multi-dimensional ar- rays in tensor train format” (2011)

  20. [27]

    Parallel cross interpolation for high-precision calculation ofhigh-dimensionalintegrals

    SergeyDolgovandDmitrySavostyanov. “Parallel cross interpolation for high-precision calculation ofhigh-dimensionalintegrals”. ComputerPhysics Communications 246, 106869 (2020)

  21. [28]

    Learning tensor networks with tensor cross interpolation: new algorithms and libraries

    Yuriel Núñez Fernández, Marc K. Ritter, Matthieu Jeannin, Jheng-Wei Li, Thomas Kloss, Thibaud Louvet, Satoshi Terasaki, Olivier Par- collet, Jan von Delft, Hiroshi Shinaoka, and Xavier Waintal. “Learning tensor networks with tensor cross interpolation: new algorithms and libra...

  22. [29]

    Learning feynman diagrams with tensor trains

    Yuriel Núñez Fernández, Matthieu Jeannin, Philipp T. Dumitrescu, Thomas Kloss, Jason Kaye, Olivier Parcollet, and Xavier Waintal. “Learning feynman diagrams with tensor trains”. Phys. Rev. X12, 041018 (2022)

  23. [30]

    Quantics tensor cross inter- polation for high-resolution parsimonious repre- sentations of multivariate functions

    Marc K. Ritter, Yuriel Núñez Fernández, Markus Wallerberger, Jan von Delft, Hiroshi Shinaoka, and Xavier Waintal. “Quantics tensor cross inter- polation for high-resolution parsimonious repre- sentations of multivariate functions”. Phys. Rev. Lett. 132, 056501 (2024)

  24. [31]

    Tensoriza- tion of neural networks for improved privacy and interpretability

    José Ramón Pareja Monturiol, Alejandro Pozas- Kerstjens, and David Pérez-García. “Tensoriza- tion of neural networks for improved privacy and interpretability” (2025). arXiv:2501.06300

  25. [32]

    Tensorized orbitals for compu- tational chemistry

    Nicolas Jolly, Yuriel Núñez Fernández, and Xavier Waintal. “Tensorized orbitals for compu- tational chemistry” (2024). arXiv:2308.03508

  26. [33]

    Stabilizer rényi entropy

    Lorenzo Leone, Salvatore F. E. Oliviero, and 6 Alioscia Hamma. “Stabilizer rényi entropy”. Phys. Rev. Lett.128, 050402 (2022)

  27. [34]

    Im- proved simulation of stabilizer circuits

    Scott Aaronson and Daniel Gottesman. “Im- proved simulation of stabilizer circuits”. Phys. Rev. A70, 052328 (2004)

  28. [35]

    Nonstabilizerness via matrix product states in the pauli basis

    Poetri Sonya Tarabunga, Emanuele Tirrito, Mari Carmen Bañuls, and Marcello Dalmonte. “Nonstabilizerness via matrix product states in the pauli basis”. Physical Review Let- ters133 (2024)

  29. [36]

    The quantum magic of fermionic gaussian states

    Mario Collura, Jacopo De Nardis, Vincenzo Alba, and Guglielmo Lami. “The quantum magic of fermionic gaussian states” (2024). arXiv:2412.05367

  30. [37]

    Evaluating many-body stabilizer rényi entropy by sampling reduced pauli strings: singulari- ties, volume law, and nonlocal magic

    Yi-Ming Ding, Zhe Wang, and Zheng Yan. “Evaluating many-body stabilizer rényi entropy by sampling reduced pauli strings: singulari- ties, volume law, and nonlocal magic” (2025). arXiv:2501.12146

  31. [38]

    Quantifying coherence

    T. Baumgratz, M. Cramer, and M. B. Plenio. “Quantifying coherence”. Phys. Rev. Lett.113, 140401 (2014)

  32. [39]

    Quan- tum resource theories

    Eric Chitambar and Gilad Gour. “Quan- tum resource theories”. Rev. Mod. Phys. 91, 025001 (2019)

  33. [40]

    Colloquium: Quantum coher- ence as a resource

    Alexander Streltsov, Gerardo Adesso, and Mar- tin B. Plenio. “Colloquium: Quantum coher- ence as a resource”. Rev. Mod. Phys. 89, 041003 (2017)

  34. [41]

    Experimental test of the relation be- tween coherence and path information

    Jun Gao, Zhi-Qiang Jiao, Cheng-Qiu Hu, Lu- Feng Qiao, Ruo-Jing Ren, Hao Tang, Zhi-Hao Ma, Shao-Ming Fei, Vlatko Vedral, and Xian- Min Jin. “Experimental test of the relation be- tween coherence and path information”. Commu- nications Physics1, 89 (2018)

  35. [42]

    Quantum coherence and distinguishabil- ity: A resource-theoretic perspective on wave- particle duality

    Zhiping Liu, Chengkai Zhu, Hualei Yin, and Xin Wang. “Quantum coherence and distinguishabil- ity: A resource-theoretic perspective on wave- particle duality” (2024). arXiv:2404.14323

  36. [43]

    Measuring quantum coherence with entanglement

    Alexander Streltsov, Uttam Singh, Hi- madri Shekhar Dhar, Manabendra Nath Bera, and Gerardo Adesso. “Measuring quantum coherence with entanglement”. Phys. Rev. Lett. 115, 020403 (2015)

  37. [44]

    Quantum coherence spectrum and quan- tum phase transitions

    Yan Chao Li, Jing Zhang, and Hai-Qing Lin. “Quantum coherence spectrum and quan- tum phase transitions”. Phys. Rev. B 101, 115142 (2020)

  38. [45]

    Emergence of coherence and the dynam- ics of quantum phase transitions

    Simon Braun, Mathis Friesdorf, Sean S. Hodgman, Michael Schreiber, Jens Philipp Ronzheimer, Arnau Riera, Marco del Rey, Im- manuel Bloch, Jens Eisert, and Ulrich Schnei- der. “Emergence of coherence and the dynam- ics of quantum phase transitions”. Proceedings of the National ...

  39. [46]

    Dynamics of quantum co- herence in many-body localized systems

    Jin-Jun Chen, Kai Xu, Li-Hang Ren, Yu-Ran Zhang, and Heng Fan. “Dynamics of quantum co- herence in many-body localized systems”. Phys. Rev. A110, 022434 (2024)

  40. [47]

    Many- body coherence in quantum transport

    Ching-Chi Hang and Liang-Yan Hsu. “Many- body coherence in quantum transport”. Phys. Rev. B108, 125422 (2023)

  41. [49]

    Perfect sam- pling with unitary tensor networks

    Andrew J. Ferris and Guifre Vidal. “Perfect sam- pling with unitary tensor networks”. Phys. Rev. B 85, 165146 (2012)

  42. [50]

    Magic-state resource theory for the ground state of the transverse-field ising model

    Salvatore F. E. Oliviero, Lorenzo Leone, and Alioscia Hamma. “Magic-state resource theory for the ground state of the transverse-field ising model”. Phys. Rev. A106, 042426 (2022)

  43. [51]

    Quantum ising phases and transitions in trans- verse ising models

    S. Suzuki, J. Inoue, and B.K. Chakrabarti. “Quantum ising phases and transitions in trans- verse ising models” (2012)

  44. [52]

    Quantum phase transitions

    S. Sachdev. “Quantum phase transitions” (2011)

  45. [53]

    The two- dimensional ising model

    Barry M. McCoy and Tai Tsun Wu. “The two- dimensional ising model” (1973)

  46. [54]

    Critical behavior of the two- dimensional ising model in a transverse field: A density-matrix renormalization calculation

    M. S. L. du Croo de Jongh and J. M. J. van Leeuwen. “Critical behavior of the two- dimensional ising model in a transverse field: A density-matrix renormalization calculation”. Phys. Rev. B57, 8494–8500 (1998)

  47. [55]

    Cluster monte carlo simulation of the transverse ising model

    Henk W. J. Blöte and Youjin Deng. “Cluster monte carlo simulation of the transverse ising model”. Phys. Rev. E66, 066110 (2002)

  48. [56]

    Gravitational back-reaction is magical

    ChunJun Cao, Gong Cheng, Alioscia Hamma, Lorenzo Leone, William Munizzi, and Savatore F. E. Oliviero. “Gravitational back-reaction is magical” (2024). arXiv:2403.07056

  49. [57]

    Compressing multivariate functions with tree tensor networks

    Joseph Tindall, Miles Stoudenmire, and Ryan Levy. “Compressing multivariate functions with tree tensor networks” (2024). arXiv:2410.03572

  50. [58]

    The ITensor Software Li- brary for Tensor Network Calculations

    Matthew Fishman, Steven R. White, and E. Miles Stoudenmire. “The ITensor Software Li- brary for Tensor Network Calculations”. SciPost Phys. CodebasesPage 4 (2022)

  51. [59]

    Codebase release 0.3 for ITensor

    Matthew Fishman, Steven R. White, and E. Miles Stoudenmire. “Codebase release 0.3 for ITensor”. SciPost Phys. CodebasesPages 4– r0.3 (2022)

  52. [60]

    Tensorcrossinterpo- lation.jl

    M. Ritter and contributors. “Tensorcrossinterpo- lation.jl” (2022)

  53. [61]

    url: https://doi.org/10

    Sven Benjamin Kožić and Gianpaolo Torre (2025). url: https://doi.org/10. 5281/zenodo.14808255. 7

Pith tools

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