Pith. sign in

REVIEW 3 major objections 5 minor 52 references

A variational quantum eigensolver tailored to multi-band tight-binding simulations of electronic structures

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

Pith's one-line read For sparse tight-binding Hamiltonians, VQE measurement circuits reduce to one per XOR string, with O(M) grouping cost.

desk verdict Solid measurement-grouping method for sparse tight-binding Hamiltonians, but the band-gap application is under-validated because the paper never reports actual energies. read the letter →

arxiv 2505.18027 v1 pith:5WJXJNUG submitted 2025-05-23 quant-ph cond-mat.mes-hall

classification quant-phcond-mat.mes-hall
keywords variationalquantumeigensolvertight-bindingmodelstandard-basisoperatorsGHZmeasurementfolded-spectrummethodperovskitebandgapsparseHamiltonianPauligrouping
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

Tight-binding models describe nanoscale electronic structure with sparse Hamiltonians, but using them inside a variational quantum eigensolver has been held back by measurement overhead: Pauli decomposition can produce exponentially many terms, and grouping those terms is NP-hard. This paper proposes writing the sparse Hamiltonian directly as a sum of standard-basis (SB) operators, one per nonzero matrix element, and reading out groups of them with a single extended Bell (GHZ) measurement circuit. Grouping by the XOR string between row and column indices reduces the number of circuits to the number of distinct XOR strings, with O(M) grouping cost for M nonzero elements, and at most N CNOT gates per measurement. The scheme is applied to find the band-gap energies of metal-halide perovskite supercells, where folded-spectrum VQE converges to costs matching exact diagonalization, suggesting practical TB band-structure simulation on near-term quantum devices.

What carries the argument

The load-bearing mechanism is the standard-basis (SB) operator $|z\rangle\langle z'|$, a rank-one matrix that maps one computational basis state to another. A TB Hamiltonian with $M$ nonzero elements is written as $\hat H = \sum o_{z,z'}|z\rangle\langle z'|$ with $M$ terms, each coefficient read directly from the sparse matrix. The grouping step sorts these operators by the XOR string $x = z \oplus z'$; all SB operators in a group are evaluated by one GHZ measurement circuit $U_{\mathrm{GHZ}} = H_0 \prod_{j\in X} CX_{0,j}$ applied to the state $|G\rangle|\psi\rangle$, where $G=H$ or $S\cdot H$ selects the real or imaginary part. The probability difference $p_G(0z)-p_G(1z)$ returns the expectation value, so the circuit count is the number of distinct $x$ groups, and the mapping cost is $O(M)$. The folded-spectrum cost $C(\theta)=\langle\psi(\theta)|(H-\omega I)^2|\psi(\theta)\rangle$ and a brick-wall SU(4) ansatz complete the algorithm for targeting band-edge states.

What would settle it

For a larger supercell, such as a 4x4x4 cell with 12 qubits, run the folded-spectrum VQE many times from random seeds and compare the best converged cost with exact diagonalization of $(H-\omega I)^2$; if the cost never reaches the folded ground state within tolerance, or if the number of circuits exceeds the number of distinct XOR strings $x$ plus the real/imaginary split, the paper's convergence and efficiency claims are falsified.

Watch

Extended reading notes

Core claim

The paper's central claim is that the expectation value of a sparse tight-binding Hamiltonian can be estimated with far fewer quantum circuits than Pauli-based methods by using the standard-basis representation and GHZ measurements. Each nonzero matrix element becomes an SB operator $|z\rangle\langle z'|$, and because row and column indices are bit strings, operators sharing the same XOR string $x = z \oplus z'$ can be measured together: one circuit with ancilla gate $G \in \{H, S\cdot H\}$ and CNOTs on the qubits where $x$ has a 1 yields the real or imaginary part of all those expectation values. The number of circuits therefore drops to the number of distinct $x$ strings, with real and imaginary parts handled separately. The same grouping works when the Hamiltonian is squared for the folded-spectrum cost $C(\theta) = \langle \psi(\theta)|(H-\omega I)^2|\psi(\theta)\rangle$, and numerical experiments on CH$_3$NH$_3$PbI$_3$ supercells reproduce exact-diagonalization band-edge energies while mapping time stays linear in the number of nonzero elements.

Load-bearing premise

The scheme assumes the chosen brick-wall variational circuit can express the band-edge states and that random-start gradient optimization finds the true minimum of the folded cost; neither is guaranteed for larger supercells.

Editorial extensions

If this is right

  • For a sparse TB Hamiltonian with $M$ nonzero elements, Hamiltonian mapping and grouping cost $O(M)$, so circuit-preparation overhead does not grow exponentially with system size.
  • The number of measurement circuits scales with the number of distinct XOR strings $x$, which for the tested perovskites is far smaller than raw Pauli decomposition or qubit-wise-commuting Pauli grouping.
  • The GHZ measurement uses at most $N$ CNOT gates, avoiding the deeper measurement circuits associated with simultaneous measurement of many commuting Pauli strings.
  • Applying folded-spectrum VQE twice, with $\omega = 0$ for the valence band maximum and then $\omega = -E_{\mathrm{VBM}}$ for the conduction band minimum, yields band-gap estimates consistent with exact diagonalization for $1\times1\times2$, $1\times2\times2$, and $2\times2\times2$ CH$_3$NH$_3$PbI$_3$ supercells.
  • The shot-count bound derived in the paper gives a practical rule for allocating samples to achieve a target error, and the early-optimization simulations stay within the predicted confidence intervals.

Reading between the lines

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

  • The same $O(M)$ SB grouping applies to any sparse Hermitian matrix whose nonzero pattern is known, so the method could be reused for other single-particle effective Hamiltonians, such as $k\cdot p$ or Wannier-interpolated models, not just tight-binding.
  • Because the folded-spectrum cost squares the Hamiltonian, the effective operator is $(H-\omega I)^2$, whose sparsity pattern grows; the paper's circuit-count comparison implicitly assumes this squared matrix remains sparse enough, which may not hold for denser couplings.
  • On real hardware, gate errors and decoherence add noise beyond the finite-sampling error analyzed here, so a hardware demonstration is needed to test whether the circuit-count advantage survives in practice.
  • The empirical ansatz depths of 4, 7, and 8 layers suggest that expressivity demands grow with supercell size; a systematic depth-scaling study would test whether the scheme remains trainable as the qubit count grows.
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 paper proposes a VQE protocol for sparse tight-binding Hamiltonians in first quantization. The Hamiltonian is decomposed into standard-basis (SB) operators, and expectation values are estimated with a GHZ measurement that simultaneously collects all strings z for a fixed XOR string x; Algorithm 1 groups the SB operators in O(M) time. A shot-count bound is derived in Appendix B. The method is applied to folded-spectrum VQE for the VBM and CBM of CH3NH3PbI3 supercells using an SU(4) brick-wall ansatz, and the circuit count and mapping time are compared with Pauli grouping methods.

Significance. The measurement-grouping construction is a genuine contribution: it avoids the NP-hard Pauli grouping step, uses at most N CNOT gates per circuit, and the derivations in Appendices A and B are mathematically sound. If the band-gap application were properly validated, the paper would serve as a useful practical guideline for NISQ-era tight-binding simulations. As it stands, the numerical evidence for the central application claim is incomplete: no final band-gap energies are reported, and the expressivity and trainability of the ansatz are assumed rather than demonstrated.

major comments (3)
  1. [Sec. III, Fig. 5, Eq. (11)] The central claim that the VQE solutions 'follow well the accurate ones' (abstract and Sec. III) is not supported by the reported data. The only quantitative result is that C(theta) converges near the exact-diagonalization value of C, with a convergence threshold of 1.5e-2. A small value of C means small variance of H around omega, but it does not identify which eigenvalue is selected, and the threshold is not an energy tolerance. Moreover, the CBM calculation uses omega = -E_VBM obtained from the first minimization, so any error in E_VBM shifts the CBM target. The paper should report E_VBM, E_CBM, and the band gap for each supercell with exact-diagonalization comparisons, and ideally state fidelities or energy errors, rather than only the cost function.
  2. [Sec. III, ansatz-depth paragraph and Fig. 5] The expressivity of the SU(4) brick-wall ansatz and the success of ADAM optimization are assumed rather than demonstrated. Depths of 4, 7, and 8 layers are chosen empirically for the three supercells, and optimization starts from randomly determined variational parameters. Because VQE optimization is NP-hard in general and barren-plateau phenomena are a known risk for layered ansatze, the scalability claim for larger supercells rests on an unverified premise. Please provide a multi-seed analysis, the distribution of final costs and energies, and evidence that the relevant folded-spectrum minimum is reached reliably.
  3. [Sec. III, Fig. 6 and Eq. (10)] The finite-sampling experiment does not validate Eq. (10) for the actual convergence target. The chosen error rates epsilon1 = 0.5 and epsilon2 = 0.1 are more than an order of magnitude larger than the 1.5e-2 convergence threshold used in Fig. 5, and Fig. 6 shows only the early stage of optimization. Showing that early cost values lie inside the 2-epsilon confidence intervals is consistent with Eq. (10) as a bound but says nothing about whether the final converged band-gap energies are accurate under finite sampling. Please run the full optimization with finite shots and report final energy errors, or explicitly restrict the claim to early iterations.
minor comments (5)
  1. [Sec. II.B.3, Eq. (3)] The string z' is used before the bit string x is introduced; please define z' = z XOR x explicitly at the first occurrence.
  2. [Sec. II.B.4, last paragraph] The text contains a typo ('original appraoch') and the condition z <= z' for Hermitian pairs should be stated in terms of the binary-index ordering used in Algorithm 1.
  3. [Fig. 5 caption] The caption contains typos ('unictells', 'unitells') and should state that the CBM row targets the eigenvalue closest to omega = -E_VBM, not a global minimum of the conduction band.
  4. [Fig. 7 and Sec. III] The efficiency comparison reports only the number of circuits and the mapping time; because the SB and GC measurement circuits differ in CNOT count, a comparison of total CNOT count or total shot count would strengthen the claimed superiority.
  5. [Reproducibility] No data or code availability statement is given; releasing the tight-binding parameters, supercell geometries, and PennyLane scripts would aid reproducibility of Figs. 5-7.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the GHZ measurement grouping, shot-count bound, and folded-spectrum runs are derived or benchmarked independently, and the only author-overlap citation is corroborative.

full rationale

Score 0. The central efficiency claim — that expectation values of a sparse TB Hamiltonian require only as many circuits as there are distinct XOR strings x — is derived, not assumed. Appendix A derives the GHZ-measurement identity (Eqs. A1–A5) from which the simultaneous readout of all operators |z⟩⟨z⊕x| for fixed x follows, and Algorithm 1 then groups by that derived property; the circuit count is a mathematical consequence of the measurement scheme, not a fitted or target-dependent quantity. The shot estimate (Eq. 10) is obtained in Appendix B from the sample-variance identity (Eq. 9) by Lagrange multipliers with a state-independent upper bound (Eq. B5); no target or fitted value enters it. The band-gap protocol uses the folded-spectrum cost C(θ)=⟨ψ|(H−ωI)^2|ψ⟩ with ω=0 and then ω=−EVBM, where EVBM is the output of the first optimization; the second step's reference value is not chosen to force the reported gap. The ansatz (Anselmetti et al., Shende et al.), the GHZ/Bell measurement idea (Kondo et al.), and the folded-spectrum method (Peruzzo et al.) are all external citations; the paper explicitly attributes Algorithm 1 to Kondo et al. and claims only the Hermitian-pair and real/imaginary reductions as its own modification, a legitimate incremental claim. The only overlapping-author citation, Ref. [21] (Hoon Ryu), supports the empirical sp3 TB model of halide perovskites alongside the external Ref. [19] (Boyer-Richard et al.), whose externally fitted parameters define the Hamiltonian; this self-citation is corroborative, not load-bearing, and the numerically validated target (the exact-diagonalization value of the cost function) is computed from the same Hamiltonian independently of any fitted parameter. Numerical validation compares the VQE cost against the ED value of the same cost function, which is a legitimate self-consistency benchmark of the solver against classical exact diagonalization of the same model. The empirically chosen ansatz depth (4, 7, 8 layers) is a tuning parameter, not an input derived from the target result. Per the completeness rule, one non-circularity gap is flagged: the paper never reports absolute EVBM, ECBM, or band-gap energies, so the claim that solutions "follow well the accurate ones" rests on cost-function convergence (Fig. 5) rather than on reported energy values; this is an evidence gap for the application claim, not a circular reduction.

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

The scheme introduces no new physical entities. Its quantitative claims rely on published TB parameters (inputs from prior literature), an empirically tuned ansatz depth, and a loose convergence criterion; these are the main hidden inputs.

free parameters (2)
  • SU(4) ansatz layer count = 4, 7, 8 (for 1x1x2, 1x2x2, 2x2x2 supercells)
    Number of ansatz layers empirically determined for each supercell (Sec. III); affects whether the target eigenstates are reachable and hence whether the folded-spectrum minimization converges.
  • Cost convergence threshold = 1.5e-2
    Optimization stopped when the cost function fluctuates within 1.5e-2 (Fig. 5 caption); this loose tolerance may allow the final state to deviate from the exact eigenstate, and the resulting energy error is not reported.
assumptions (6)
  • domain assumption Tight-binding model with sp3 basis and parameters from [19,21] accurately describes CH3NH3PbI3 electronic structure
    The paper uses a published empirical sp3 TB parametrization; if these parameters are wrong, the 'accurate' band-gap values from exact diagonalization are also wrong, so the benchmark is only as good as the model.
  • domain assumption VBM lies closer to zero than CBM, so setting omega=0 first finds VBM
    Stated in Sec. III: 'the VBM is usually closer to zero than the CBM as the hole effective mass in solid systems is generally much larger than the electron effective mass.' The two-step procedure depends on this.
  • ad hoc to paper The SU(4) brick-wall ansatz with the chosen layer count can represent VBM/CBM eigenstates and ADAM finds the global minimum of the folded-spectrum cost
    Layer count is empirically tuned per supercell; no trainability or barren-plateau analysis is provided. VQE optimization is NP-hard in general [11], so convergence to the exact eigenstate is an assumption.
  • standard math The GHZ measurement probability-difference formula (Eq. 6) computes the desired expectation values
    Derived in Appendix A from the action of CNOTs on computational basis states; relies on standard linear algebra.
  • standard math The sample-variance upper bound in Eq. (10) is valid and guides shot allocation
    Derived in Appendix B using Var(A)=E[A^2]-E[A]^2 and the inequality Var(Sum_z c_z |z><z xor x|) <= Sum_z |c_z|^2 p(z) <= max_z |c_z|^2; standard probability bounds.
  • standard math The folded-spectrum cost function minimum corresponds to the eigenvalue closest to omega
    Minimizing <(H - omega I)^2> yields the eigenstate with eigenvalue closest to omega, by the variational principle applied to (H - omega I)^2.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A variational quantum eigensolver tailored to multi-band tight-binding simulations of electronic structures." pith.science (2026). https://pith.science/paper/5WJXJNUG

@misc{pith2026250518027,
  author       = {Pith},
  title        = {Pith review of: A variational quantum eigensolver tailored to multi-band tight-binding simulations of electronic structures},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/5WJXJNUG}},
  note         = {Machine review of arXiv:2505.18027}
}
read the original abstract

We propose a cost-efficient measurement scheme of the variational quantum eigensolver (VQE) for atomistic simulations of electronic structures based on a tight-binding (TB) theory. Leveraging the lattice geometry of a material domain, the sparse TB Hamiltonian is constructed in a bottom-up manner and is represented as a linear combination of the standard-basis (SB) operators. The cost function is evaluated with an extended version of the Bell measurement circuit that can simultaneously measure multiple SB operators and therefore reduces the number of circuits required bythe evaluation process. The proposed VQE scheme is applied to find band-gap energies of metal-halide-perovskite supercells that have finite dimensions with closed boundaries and are described with a sp3 TB model. Experimental results confirm that the proposed scheme gives solutions that follow well the accurate ones, but, more importantly, has the computing efficiency that is obviously superior to the commutativity-based Pauli grouping methods. Extending the application scope of VQE to three-dimensional confined atomic structures, this work can serve as a practical guideline for handling TB simulations in the noise-intermediate-scale quantum devices.

Figures

Figures reproduced from arXiv: 2505.18027 by the authors.

Figure 1
Figure 1. FIG. 1 [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. FIG. 2 [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 4
Figure 4. FIG. 4 [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figures from the paper (3 more)
Figure 5
Figure 5. Figure 5: FIG. 5 [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: FIG. 6 [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 7
Figure 7. Figure 7: FIG. 7 [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

52 extracted references · 36 canonical work pages

  1. [1]

    The computational basis {|z⟩} for N qubits in quantum computing is nothing but the SB of 3 the pure quantum state, where z ≡ z1 · · ·zN for each zj ∈ {0, 1}

    Representation of TB Hamiltonian with SB Operators The SB in linear algebra, a set ofL-dimensional vectors having a single nonzero element of 1, can span the entire vector space RL or CL. The computational basis {|z⟩} for N qubits in quantum computing is nothing but the SB of 3 the pure quantum state, where z ≡ z1 · · ·zN for each zj ∈ {0, 1}. Adopting th...

  2. [2]

    In a quantum circuit, the Bell measurement can be implemented using a sequence of a CNOT gate, a Hadamard (H) gate, and Z-basis measure- ments, as shown in Fig

    GHZ Measurement Circuit The Bell measurement, being also known as the Bell state measurement, is a joint measurement scheme that projects two qubits onto one of the four Bell states: {|00⟩ ± |11⟩, |01⟩ ± |10⟩}. In a quantum circuit, the Bell measurement can be implemented using a sequence of a CNOT gate, a Hadamard (H) gate, and Z-basis measure- ments, as...

  3. [3]

    According to Eq

    Expectation Value of SB Operator The GHZ measurement can be used to evaluate the ex- pectation value of a SB operator with an N -qubit ansatz V (θ) and a state |ψ⟩ ≡V (θ)|0⟩. According to Eq. (3), it is easy to get the expectation value of SB operators that consist solely of projective measurements |zj⟩⟨zj| on individual qubits, as depicted in Fig. 1(c) t...

  4. [4]

    (4) and (6) clearly indicate the expectation value of a TB Hamiltonian having M nonzero elements can be estimated with O(2M ) circuits

    Grouping SB Operators Eqs. (4) and (6) clearly indicate the expectation value of a TB Hamiltonian having M nonzero elements can be estimated with O(2M ) circuits. This number of quantum circuits, however, can be further reduced with a proper partition of the M SB operators that can be achieved by means of the GHZ measurement circuit. Let us consider a set...

  5. [5]

    R. P. Feynman, Simulating physics with computers, International Journal of Theoretical Physics 21, 467 (1982)

  6. [6]

    A. Y. Kitaev, Quantum measurements and the Abelian Stabilizer Problem, arXiv 10.48550/arxiv.quant- ph/9511026 (1995), quant-ph/9511026

  7. [7]

    D. S. Abrams and S. Lloyd, Simulation of Many-Body Fermi Systems on a Universal Quantum Computer, Phys- ical Review Letters 79, 2586 (1997)

  8. [8]

    D. S. Abrams and S. Lloyd, Quantum Algorithm Pro- viding Exponential Speed Increase for Finding Eigenval- ues and Eigenvectors, Physical Review Letters 83, 5162 (1999)

Show all 52 references
  1. [9]

    Preskill, Quantum Computing in the NISQ era and beyond, Quantum 2, 79 (2018)

    J. Preskill, Quantum Computing in the NISQ era and beyond, Quantum 2, 79 (2018)

  2. [10]

    Peruzzo, J

    A. Peruzzo, J. McClean, P. Shadbolt, M.-H. Yung, X.-Q. Zhou, P. J. Love, A. Aspuru-Guzik, and J. L. O’Brien, A variational eigenvalue solver on a photonic quantum processor, Nature Communications 5, 4213 (2014)

  3. [11]

    Cerezo, A

    M. Cerezo, A. Arrasmith, R. Babbush, S. C. Benjamin, S. Endo, K. Fujii, J. R. McClean, K. Mitarai, X. Yuan, L. Cincio, and P. J. Coles, Variational quantum algo- rithms, Nature Reviews Physics 3, 625 (2021)

  4. [12]

    Tilly, H

    J. Tilly, H. Chen, S. Cao, D. Picozzi, K. Setia, Y. Li, E. Grant, L. Wossnig, I. Rungger, G. H. Booth, and J. Tennyson, The Variational Quantum Eigensolver: A review of methods and best practices, Physics Reports 986, 1 (2022)

  5. [13]

    Bharti, A

    K. Bharti, A. Cervera-Lierta, T. H. Kyaw, T. Haug, S. Alperin-Lea, A. Anand, M. Degroote, H. Heimonen, J. S. Kottmann, T. Menke, W.-K. Mok, S. Sim, L.-C. Kwek, and A. Aspuru-Guzik, Noisy intermediate-scale quantum algorithms, Reviews of Modern Physics 94, 015004 (2022)

  6. [14]

    J. R. McClean, S. Boixo, V. N. Smelyanskiy, R. Bab- bush, and H. Neven, Barren plateaus in quantum neural network training landscapes, Nature Communications 9, 4812 (2018)

  7. [15]

    Bittel and M

    L. Bittel and M. Kliesch, Training Variational Quantum Algorithms Is NP-Hard, Physical Review Letters 127, 120502 (2021)

  8. [16]

    Larocca, S

    M. Larocca, S. Thanasilp, S. Wang, K. Sharma, J. Bia- monte, P. J. Coles, L. Cincio, J. R. McClean, Z. Holmes, and M. Cerezo, A Review of Barren Plateaus in Varia- tional Quantum Computing, arXiv (2024), 2405.00781

  9. [17]

    D. W. Berry, M. Kieferov´ a, A. Scherer, Y. R. Sanders, G. H. Low, N. Wiebe, C. Gidney, and R. Babbush, Im- proved techniques for preparing eigenstates of fermionic Hamiltonians, npj Quantum Information 4, 22 (2018)

  10. [18]

    J. Wang, A. Rahman, A. Ghosh, G. Klimeck, and M. Lundstrom, On the validity of the parabolic effective- mass approximation for the I-V calculation of silicon nanowire transistors, IEEE Transactions on Electron De- vices 52, 1589 (1998)

  11. [19]

    Sengupta, H

    P. Sengupta, H. Ryu, S. Lee, Y. Tan, and G. Klimeck, Numerical guidelines for setting up a k·p simulator with applications to quantum dot heterostructures and topo- logical insulators, Journal of Computational Electronics 15, 115 (2015)

  12. [20]

    P. Vogl, H. P. Hjalmarson, and J. D. Dow, A Semi- empirical tight-binding theory of the electronic structure of semiconductors, Journal of Physics and Chemistry of Solids 44, 365 (1983). 11

  13. [21]

    Biswas, C

    R. Biswas, C. Z. Wang, K. M. Ho, and C. M. Soukoulis, Transferable tight-binding models for silicon, Physical Review B 49, 7242 (1994)

  14. [22]

    Jancu, R

    J.-M. Jancu, R. Scholz, F. Beltram, and F. Bassani, Em- pirical spds∗ tight-binding calculation for cubic semicon- ductors: General method and material parameters, Phys- ical Review B 57, 6493 (1998)

  15. [23]

    Boyer-Richard, C

    S. Boyer-Richard, C. Katan, B. Traor´ e, R. Scholz, J.- M. Jancu, and J. Even, Symmetry-Based Tight Bind- ing Modeling of Halide Perovskite Semiconductors, The Journal of Physical Chemistry Letters 7, 3833 (2016)

  16. [24]

    D. Eric, J. Jiang, A. Imran, and A. A. Khan, Structural optimization and engineering of InxGa1−xN quantum dot intermediate band solar cells with intrinsic GaN interlay- ers, Energy Advances 3, 1632 (2024)

  17. [25]

    H. Ryu, S. Hong, H. S. Kim, and K.-H. Hong, Role of Quantum Confinement in 10 nm Scale Perovskite Opto- electronics, The Journal of Physical Chemistry Letters 10, 2745 (2019)

  18. [26]

    J. Z. Huang, H. Ilatikhameneh, M. Povolotskyi, and G. Klimeck, Robust mode space approach for atomistic modeling of realistically large nanowire transistors, Jour- nal of Applied Physics 123, 044303 (2018)

  19. [27]

    R. J. Prentki, M. Harb, L. Liu, and H. Guo, Nanowire Transistors with Bound-Charge Engineering, Physical Review Letters 125, 247704 (2020)

  20. [28]

    H. Ryu, J. Kim, and K.-H. Hong, Atomistic study on dopant-distributions in realistically sized, highly p-doped si nanowires, Nano Letters 15, 450 (2019)

  21. [29]

    Weber, H

    B. Weber, H. Ryu, Y.-H. M. Tan, G. Klimeck, and M. Y. Simmons, Limits to metallic conduction in atomic-scale quasi-one-dimensional silicon wires, Physical Review Let- ters 14, 246802 (2019)

  22. [30]

    H. Ryu, S. Lee, M. Fuechsle, S. M. J. A. Miwa, L. C. L. Hollenberg, M. Y. Simmons, and G. Klimeck, A Tight- Binding Study of Single-Atom Transistors, Small 11, 374 (2014)

  23. [31]

    F. T. Cerasoli, K. Sherbert, J. S lawi´ nska, and M. B. Nardelli, Quantum computation of silicon electronic band structure, Physical Chemistry Chemical Physics 22, 21816 (2020)

  24. [32]

    Sherbert, F

    K. Sherbert, F. Cerasoli, and M. B. Nardelli, A system- atic variational approach to band theory in a quantum computer, RSC Advances 11, 39438 (2021)

  25. [33]

    Sherbert, A

    K. Sherbert, A. Jayaraj, and M. B. Nardelli, Quantum algorithm for electronic band structures with local tight- binding orbitals, Scientific Reports 12, 9867 (2022)

  26. [34]

    S. B. Haley and P. Erd¨ os, Standard-Basis Operator Method in the Green’s-Function Technique of Many- Body Systems with an Application to Ferromagnetism, Physical Review B 5, 1106 (1972)

  27. [35]

    Liu, Y.-S

    H.-L. Liu, Y.-S. Wu, L.-C. Wan, S.-J. Pan, S.-J. Qin, F. Gao, and Q.-Y. Wen, Variational quantum algorithm for the Poisson equation, Physical Review A 104, 022418 (2021)

  28. [36]

    Kondo, Y

    R. Kondo, Y. Sato, S. Koide, S. Kajita, and H. Taka- matsu, Computationally Efficient Quantum Expectation with Extended Bell Measurements, Quantum 6, 688 (2022)

  29. [37]

    Ali and M

    M. Ali and M. Kabel, Performance Study of Variational Quantum Algorithms for Solving the Poisson Equation on a Quantum Computer, Physical Review Applied 20, 014054 (2023)

  30. [38]

    Crawford, B

    O. Crawford, B. v. Straaten, D. Wang, T. Parks, E. Campbell, and S. Brierley, Efficient quantum measure- ment of Pauli operators in the presence of finite sampling error, Quantum 5, 385 (2021)

  31. [39]

    Jordan and E

    P. Jordan and E. Wigner, ¨Uber das Paulische ¨Aquivalenzverbot, Zeitschrift f¨ ur Physik47, 631 (1928)

  32. [40]

    Hantzko, L

    L. Hantzko, L. Binkowski, and S. Gupta, Tensorized Pauli decomposition algorithm, Physica Scripta 99, 085128 (2024)

  33. [41]

    J. R. McClean, J. Romero, R. Babbush, and A. Aspuru- Guzik, The theory of variational hybrid quantum- classical algorithms, New Journal of Physics 18, 023023 (2016)

  34. [42]

    Gokhale, O

    P. Gokhale, O. Angiuli, Y. Ding, K. Gui, T. Tomesh, M. Suchara, M. Martonosi, and F. T. Chong, Minimiz- ing State Preparations in Variational Quantum Eigen- solver by Partitioning into Commuting Families, arXiv 10.48550/arxiv.1907.13623 (2019), 1907.13623

  35. [43]

    Gokhale and F

    P. Gokhale and F. T. Chong, $O(Nˆ3)$ Measurement Cost for Variational Quantum Eigensolver on Molecular Hamiltonians, arXiv 10.48550/arxiv.1908.11857 (2019), 1908.11857

  36. [44]

    T.-C. Yen, V. Verteletskyi, and A. F. Izmaylov, Measur- ing All Compatible Operators in One Series of Single- Qubit Measurements Using Unitary Transformations, Journal of Chemical Theory and Computation 16, 2400 (2020)

  37. [45]

    Verteletskyi, T.-C

    V. Verteletskyi, T.-C. Yen, and A. F. Izmaylov, Measure- ment optimization in the variational quantum eigensolver using a minimum clique cover, The Journal of Chemical Physics 152, 124114 (2020)

  38. [46]

    Kandala, A

    A. Kandala, A. Mezzacapo, K. Temme, M. Takita, M. Brink, J. M. Chow, and J. M. Gambetta, Hardware- efficient variational quantum eigensolver for small molecules and quantum magnets, Nature 549, 242 (2017)

  39. [47]

    A. F. Izmaylov, T.-C. Yen, R. A. Lang, and V. Vertelet- skyi, Unitary Partitioning Approach to the Measure- ment Problem in the Variational Quantum Eigensolver Method, Journal of Chemical Theory and Computation 16, 190 (2019)

  40. [48]

    Wecker, M

    D. Wecker, M. B. Hastings, and M. Troyer, Progress to- wards practical quantum variational algorithms, Physical Review A 92, 042303 (2015)

  41. [49]

    N. C. Rubin, R. Babbush, and J. McClean, Application of fermionic marginal constraints to hybrid quantum al- gorithms, New Journal of Physics 20, 053020 (2018)

  42. [50]

    G.-L. R. Anselmetti, D. Wierichs, C. Gogolin, and R. M. Parrish, Local, expressive, quantum-number-preserving VQE ans¨ atze for fermionic systems, New Journal of Physics 23, 113010 (2021)

  43. [51]

    V. V. Shende, I. L. Markov, and S. S. Bullock, Mini- mal universal two-qubit controlled-NOT-based circuits, Physical Review A 69, 062321 (2004)

  44. [52]

    Bergholm, J

    V. Bergholm, J. Izaac, M. Schuld, C. Gogolin, S. Ahmed, V. Ajith, M. S. Alam, G. Alonso-Linaje, B. Akash- Narayanan, A. Asadi, J. M. Arrazola, U. Azad, S. Ban- ning, C. Blank, T. R. Bromley, B. A. Cordier, J. Ceroni, A. Delgado, O. D. Matteo, A. Dusko, T. Garg, D. Guala, A. Ha...

Pith tools

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