Pith. sign in

REVIEW 5 major objections 7 minor 1 cited by

Deep Learning in Classical and Quantum Physics

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

Pith's one-line read These lecture notes aim to give graduate students a complete, detailed introduction to deep learning for quantum applications.

desk verdict Readable, honest lecture notes, but several concrete equation errors (RBM partition function, KL decomposition) undermine the promised 'complete, detailed' pedagogy; fixable, but not yet ready for students. read the letter →

arxiv 2508.10666 v1 pith:FEZABY5P submitted 2025-08-14 quant-ph cs.AIcs.NEphysics.comp-ph

classification quant-phcs.AIcs.NEphysics.comp-ph
keywords deeplearningquantumphysicsneuralnetworksunsupervisedgenerativemodelsstatetomographyvariationaleigensolverIsingmodel
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

These lecture notes set out to be a complete, detailed introduction to deep learning for graduate students in physics, mathematics, engineering, and computer science, with quantum science as the target application area. The substantive claim is that deep learning can be taught as a transferable sequence of skills — building neural networks as tunable nonlinear functions, training them with gradient descent and automatic differentiation, and applying them to high-dimensional physical problems such as phase classification, generative modelling, and quantum state reconstruction. The notes also argue that deep learning can locate structure in data (for example, estimating the critical temperature of the 2D Ising model without using an order parameter) but does not by itself provide physical understanding, a boundary illustrated with the Chinese Room experiment. A sympathetic reader would come away with a concrete sense of when and how to use deep learning in quantum problems and what pitfalls to avoid; the text itself invites readers to report typos in its formulae.

What carries the argument

The load-bearing machinery is the layered neural network $f_\theta(x) = h^{(L)} \circ \cdots \circ h^{(1)}(x)$, where each layer applies a linear map (weight matrix and bias) followed by a nonlinear activation. Training is driven by gradient descent on a loss function, with gradients computed by automatic differentiation (backpropagation), and the reparametrisation trick extends differentiability to sampling from latent distributions, enabling VAEs, GANs, restricted Boltzmann machines, and normalising flows. These components carry the notes' argument because every later quantum application — phase classification, state representation, and tomography — is framed either as regression/classific

What would settle it

A reader can settle the central claim by opening the notes and trying to reproduce the examples. Eq. (3.24) defines the RBM partition function as $Z = \sum_z E(z)$; Boltzmann normalisation requires $Z = \sum_z e^{-E(z)}$, so the stated $p(z) = e^{-E(z)}/Z$ is not a valid probability distribution. The text after Eq. (3.8) says the KL divergence equals 1 when distributions are identical; the correct value is 0. Eq. (2.5) gives mismatched matrix dimensions and a bias index. Any one of these checks shows the notes are not yet complete and detailed as written.

Watch

Extended reading notes

Core claim

The notes aim to establish a pedagogical result: a graduate student can go from no familiarity with neural networks to working knowledge of deep learning for quantum problems by following a single progressive sequence. The chain of machinery is a neural network as a tunable nonlinear function $f_\theta$; the universal approximation theorem as the licence to use such functions; backpropagation and automatic differentiation as the training machinery; and the reparametrisation trick as the bridge to probabilistic generative models. On the quantum side, the claim is that these tools apply to concrete tasks: three-qubit entanglement classification, phase-diagram discovery with autoencoders, varia

Load-bearing premise

The promise that these notes form a complete, detailed, self-contained description rests on the assumption that the printed equations and numerical examples can be trusted and reproduced as written; as published, the RBM partition function in Eq. (3.24) ($Z = \sum_z E(z)$), the t-SNE KL-divergence statement after Eq. (3.8), and the layer dimensions in Eq. (2.5) contain errors, and the hands-on examples include no code or data.

Editorial extensions

If this is right

  • A student who works through the sequence can implement standard deep-learning models (multilayer perceptrons, CNNs, autoencoders, VAEs, GANs, RBMs, normalising flows) and deploy them on physics data.
  • The confidence-drop method gives a model-independent way to estimate a critical temperature when no order parameter is known, benchmarked on the 2D Ising model and extendable to other transitions.
  • Quantum applications such as variational quantum eigensolvers, QAOA, neural-network quantum states, Hamiltonian learning, and photonic tomography are cast as concrete deep-learning tasks, so the same training principles apply across them.
  • The notes' Chinese Room argument sets expectations: a deep-learning model can generalise and predict, but on its own it does not supply causal understanding of the underlying physics.
  • The notes identify overfitting, interpretability, and noise sensitivity as the main practical constraints a quantum scientist must mitigate when applying deep learning.

Reading between the lines

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

  • The notes leave implicit that the confidence-dip method for estimating $T_c$ is a general recipe: any classifier trained on well-separated phases could locate an unknown transition by monitoring where its softmax confidence collapses.
  • Because quantum mechanics is itself a probabilistic theory, the reparametrisation trick used for VAEs is a natural bridge to quantum applications; the notes do not pursue reparametrisations tailored to quantum state manifolds.
  • If the promised code and datasets were supplied, the same chapter sequence could be reused as a template for other data-intensive sciences, not only quantum physics.
  • A testable extension suggested by the notes' structure is to benchmark neural-network quantum states against normalising-flow tomography on the same small system to compare sample efficiency and reconstruction fidelity.
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

5 major / 7 minor

Summary. This manuscript is a set of lecture notes, arXiv:2508.10666, aiming to provide a graduate-level, self-contained introduction to deep learning and its applications in classical and quantum physics. The first three chapters cover neural-network anatomy, training, classification examples (MNIST, CIFAR-10), the 2D Ising model, unsupervised methods (PCA, t-SNE, autoencoders, VAEs, GANs, restricted Boltzmann machines, normalising flows), and some physics-informed concepts. Later chapters summarize quantum mechanics and deep-learning techniques in quantum science. The paper makes no claim to new research results; its central claim is pedagogical: that a student working through the notes can acquire a correct, hands-on command of deep learning and judge when to apply it in quantum problems. The reviewed chapters contain several concrete mathematical errors, so the central claim is not met as printed.

Significance. If the equation-level errors were corrected, these notes would fill a useful niche: they connect deep-learning formalism to statistical physics and quantum applications at a level appropriate for graduate students. The organizational structure is clear, and the conceptual discussion—e.g., the Chinese-room thought experiment, the distinction between points and probability distributions in VAEs, and the motivation for energy-based models—is a genuine strength. The paper does not present original research, so circularity is not a concern; the concern is reliability of the reproduced material. No code, data, or machine-checked derivations are supplied, so the 'hands-on' promise depends entirely on the printed equations and figures. Because several load-bearing equations are wrong or internally inconsistent, the notes cannot currently be used as a trustworthy teaching resource.

major comments (5)
  1. [§3.6, Eq. (3.24)] The partition function is defined as Z = Σ_z E(z), omitting the exponential Boltzmann weight. This contradicts Eq. (3.23), which correctly has p(z) = Z^{-1} exp(-E(z)). The subsequent derivation of P(v) in Eqs. (3.36)–(3.39) factors sums of exp(...) terms, which is impossible if Z were defined as in Eq. (3.24). The gradient formula (3.42) and Box 3.4 use the correct Z = Σ_{v,h} exp(-E(v,h)), so the text is internally inconsistent. A student implementing the equations literally will obtain nonsensical normalizations and gradients. This is a load-bearing error for the RBM section and for the 'complete, detailed description' promised in the preface.
  2. [§2.2.1, Eq. (2.19) and Box 2.8] The KL divergence is given as KL(p||q) = H + L_ce, where H = -Σ p log p and L_ce = -Σ p log q. The correct identity is KL = Σ p log(p/q) = Σ p log p - Σ p log q = L_ce - H. The sign error is not purely typographical: Box 2.8 explains the decomposition in detail and repeats it, and the text uses the one-hot special case (where H=0) to obscure the general error. This undermines the explanation of why cross-entropy is the appropriate classification loss. The error appears twice, so it is unlikely to be a one-off typo.
  3. [§2.1.1, Eqs. (2.5)–(2.7)] The layer transformation is dimensionally inconsistent. Eq. (2.5) states W^{(l)} is an N^{(l-1)} × N^{(l)} matrix and writes z ← W^{(l)}z + b^{(l-1)} with z ∈ R^{dim(l)}. If z has dimension N^{(l)}, then W^{(l)}z has dimension N^{(l-1)}, not N^{(l)}; if the layer output h^{(l)} should have N^{(l)} neurons, the weight matrix must have shape N^{(l)} × N^{(l-1)}. Eq. (2.6) repeats the same mixing of indices, while Eq. (2.7) uses sums over N_l and N_{l-1} that imply the correct convention is W^{(l)}: R^{N_{l-1}} → R^{N_l}. The §2.3 feed-forward shapes (e.g., X W^{(1)} with W^{(1)} of shape m × N^{(1)}) follow yet another convention. This makes it impossible for a student to verify the matrix multiplications by the stated definitions.
  4. [§3.1.2, Eq. (3.5) and Eq. (3.8)] Two errors affect the t-SNE explanation. First, the conditional probability p(i|j) in Eq. (3.5) uses σ_i in the numerator but σ_j in the denominator; the standard formulation uses a single bandwidth for the reference point j. Second, the text after Eq. (3.8) says 'When these distributions are identical (L = 1), we get our closeness property perfectly!'—but the KL divergence is 0 when p = q, and L is minimized, not equal to 1. Both errors are conceptual, not just notational, and they directly concern a method presented as a core unsupervised tool.
  5. [§2.3, §2.5.3] The numerical demonstrations are not reproducible from the text. No code, data, or random seeds are provided for the MNIST (Figs. 2.7–2.8), CIFAR-10 (Figs. 2.10, 2.13–2.15), or 2D Ising (Fig. 2.20) examples. Hyperparameters are incomplete or inconsistent: the MNIST experiment in §2.3.1 states η = 50, but §2.3.2 says 'same learning rate η = 1'; Fig. 2.7's caption says the input layer contains '282 nodes' where the text says 784. A student cannot reconstruct the claimed accuracies (56%, 95%, 82%, etc.) from the information given. This directly violates the preface's promise of 'hands-on examples' and weakens the pedagogical claim.
minor comments (7)
  1. [§2.2.2, Eq. (2.25)] The gradient-descent update is written as θ_{t+1} ← θ_t − η L(θ_t)/∂θ_t. The denominator should be ∂L(θ_t)/∂θ_t. As printed, the expression is not a valid derivative.
  2. [§2.3.1, Eq. (2.30)] The bias update line read 'b ← b − η ∂L/∂b = W − η ...'; the right-hand side should start with b, not W. This is a typo but confusing in a derivation.
  3. [§2.5.3] The Ising-model deep-learning demonstration does not cite the original works on machine-learning identification of phases (e.g., Carrasquilla and Melko, or related studies). For a set of lecture notes, this is a notable citation gap.
  4. [§3.6, Algorithm 4] The algorithm's input line says current RBM weights θ = {a, b, J}, while the text and Box 3.4 use W_{ij} for the coupling matrix. The notation should be unified.
  5. [§3.1.2, Eq. (3.7)] The t-SNE kernel is written as q_{ij} = (1 + ||y_i - y_j||^2)^{-1} / Σ_{k≠l}(1 + ||y_k - y_l||^2)^{-1}. The denominator should be normalized over ordered pairs (k,l) with k≠l, and the text should note that the numerator is the unnormalized Student-t kernel before division. This is minor but worth a clarifying sentence.
  6. [Various] There are many typographical and terminology issues: 'Principle Component Analysis' should be 'Principal Component Analysis'; 'Bolztmann' and 'Lecunn' are misspelled; Box 3.5 is labelled 'Box 3.4' in the text; 'mathematica' appears uncapitalized. None of these block the main points, but they should be cleaned up in a revision.
  7. [Box 2.6] The box calls the distance function a 'well defined metric' after listing only positivity and zero-on-equality. A metric also requires symmetry and the triangle inequality. The statement is mathematically imprecise.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity found: the notes are a tutorial that reproduces standard methods from external references; typos and internal inconsistencies do not constitute circular reasoning.

full rationale

The manuscript is a set of lecture notes, not an original derivation with predictions. Each technique (backpropagation, CNNs, VAEs, GANs, RBMs, normalising flows, Ising classification) is introduced from standard definitions and trained on data in the usual way. The Ising critical-temperature estimate is obtained by training a CNN on configurations labelled by phase (ordered vs disordered) while excluding the critical region, then locating the confidence minimum; the estimated Tc is a derived quantity and is not used as a training label, so the result does not reduce to its inputs by construction. The RBM partition function at Eq. (3.24) is misprinted as Z = sum_z E(z) instead of sum_z exp(-E(z)), and the subsequent derivation (Eqs. 3.36-3.39) uses the correct exponential form; this is an internal inconsistency/correctness issue, not a circular step. Likewise, the t-SNE KL-divergence remark and Eq. (2.5) dimension/bias-index mismatches are errata that undermine the pedagogical promise but do not make any claim equivalent to its own premise. The notes cite external literature for standard results; no load-bearing claim is justified solely by a self-citation. Therefore the circularity score is 0.

Assumptions & free parameters 0 free parameters · 4 assumptions · 0 invented entities

For a review, the central claim rests on standard background results in machine learning and statistical mechanics. The only substantive axiom-level issue found is the sign error in the KL divergence identity, which contradicts the paper's own definition of Shannon entropy. No free parameters are fitted for a new scientific claim; the numbers in the worked examples are standard hyperparameters.

assumptions (4)
  • standard math Universal Approximation Theorem: a sufficiently wide or deep neural network can approximate any continuous function on a compact domain
    Invoked in Sec. 2.1.2 as the theoretical basis for neural network expressivity; accepted as background and not proved in the notes.
  • domain assumption Onsager's exact solution of the 2D Ising model: Tc = 2/ln(1+sqrt(2)) and exact magnetization/energy formulas
    Used in Sec. 2.5 as ground truth for the neural-network estimate; the solution is cited from literature, not derived.
  • standard math Shannon entropy convention H = -sum p log p
    Invoked in Sec. 2.2.1 and Box 2.8; the notes' own equations (2.19) and (2.24) are inconsistent with this convention, writing KL = H + Lce instead of KL = -H + Lce.
  • domain assumption Manifold hypothesis: important features of high-dimensional data lie on a lower-dimensional manifold
    Stated in Sec. 3.1 as the justification for unsupervised dimensionality reduction; a heuristic rather than a proven theorem.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Deep Learning in Classical and Quantum Physics." pith.science (2026). https://pith.science/paper/FEZABY5P

@misc{pith2026250810666,
  author       = {Pith},
  title        = {Pith review of: Deep Learning in Classical and Quantum Physics},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/FEZABY5P}},
  note         = {Machine review of arXiv:2508.10666}
}
read the original abstract

Scientific progress is tightly coupled to the emergence of new research tools. Today, machine learning (ML)-especially deep learning (DL)-has become a transformative instrument for quantum science and technology. Owing to the intrinsic complexity of quantum systems, DL enables efficient exploration of large parameter spaces, extraction of patterns from experimental data, and data-driven guidance for research directions. These capabilities already support tasks such as refining quantum control protocols and accelerating the discovery of materials with targeted quantum properties, making ML/DL literacy an essential skill for the next generation of quantum scientists. At the same time, DL's power brings risks: models can overfit noisy data, obscure causal structure, and yield results with limited physical interpretability. Recognizing these limitations and deploying mitigation strategies is crucial for scientific rigor. These lecture notes provide a comprehensive, graduate-level introduction to DL for quantum applications, combining conceptual exposition with hands-on examples. Organized as a progressive sequence, they aim to equip readers to decide when and how to apply DL effectively, to understand its practical constraints, and to adapt AI methods responsibly to problems across quantum physics, chemistry, and engineering.

Figures

Figures reproduced from arXiv: 2508.10666 by the authors.

Figure 1.2
Figure 1.2. Langton’s Loop, similarly to Conway’s Game of Life, highlights how simple rules can lead to the appearance of order and complexity, a principle applica￾ble to fields such as robotics, autonomous systems, and artificial intelligence. It serves as a metaphor for understanding self-organization in biological sys￾tems and demonstrates how localized interactions can give rise to macroscopic patterns without centralized c… view at source ↗
Figure 1.1
Figure 1.1. Time-lapse of Conway’s Game of Life “glider", first discovered by Richard K. Guy in 1969. The animation begins with the canonical five-cell seed ( t = 0) and advances one update per frame. The pattern repeats every four steps while translating one cell down and one cell right, illustrating both the glider’s period-4 oscillator nature and its ability to propagate information diagonally across the lattice. The sequenc… view at source ↗
Figure 1.2
Figure 1.2. Langton’s self-replicating loop: an initial loop follows the finite set [PITH_FULL_IMAGE:figures/full_fig_p010_1_2.png] view at source ↗
Figures from the paper (61 more)
Figure 1.3
Figure 1.3. Figure 1.3: Landscape of artificial intelligence (AI). Nowadays, the most im [PITH_FULL_IMAGE:figures/full_fig_p013_1_3.png]
Figure 2.1
Figure 2.1. Figure 2.1: Pictorial representation of a neural network. For a precise definition [PITH_FULL_IMAGE:figures/full_fig_p024_2_1.png]
Figure 2.2
Figure 2.2. Figure 2.2: Graphical representation of a non-linear function [PITH_FULL_IMAGE:figures/full_fig_p027_2_2.png]
Figure 2.3
Figure 2.3. Figure 2.3: Approximation of function g(x) = x 2 sin(πx) − 1 2+cos(x) with neural network ansatz, Eq.2.9, with a single hidden layer with N = 2, 3, 4 neurons, schematically presented on the bottom left panel. . which gets its name from the fact that it calculates the arithmetic …
Figure 2.4
Figure 2.4. Figure 2.4: Three steps of gradient descent visualised for a two-component [PITH_FULL_IMAGE:figures/full_fig_p036_2_4.png]
Figure 2.5
Figure 2.5. Figure 2.5: Visual representation of neural network training. Data, [PITH_FULL_IMAGE:figures/full_fig_p037_2_5.png]
Figure 2.4
Figure 2.4. Figure 2.4: Steps 1-3 are performed for each batch D(j) - when whole dataset is used, then we say that t-th step of the training procedure, i.e. one training epoch, has been performed, see [PITH_FULL_IMAGE:figures/full_fig_p037_2_4.png]
Figure 2.6
Figure 2.6. Figure 2.6: Examples of hand-written digits from the MNIST dataset. Each [PITH_FULL_IMAGE:figures/full_fig_p038_2_6.png]
Figure 2.7
Figure 2.7. Figure 2.7: Performance of the simple NN architecture for MNIST dataset [PITH_FULL_IMAGE:figures/full_fig_p042_2_7.png]
Figure 2.8
Figure 2.8. Figure 2.8: Performance of the simple NN architecture for MNIST dataset [PITH_FULL_IMAGE:figures/full_fig_p043_2_8.png]
Figure 2.9
Figure 2.9. Figure 2.9: Examples of images of 10 classes from CIFAR-10 dataset [PITH_FULL_IMAGE:figures/full_fig_p044_2_9.png]
Figure 2.10
Figure 2.10. Figure 2.10: Simple neural network performance on CIFAR-10 dataset. Neural [PITH_FULL_IMAGE:figures/full_fig_p044_2_10.png]
Figure 2
Figure 2. Figure 2: Fig.2.10 presents change of loss function during training and confusion ma [PITH_FULL_IMAGE:figures/full_fig_p044_2.png]
Figure 2.11
Figure 2.11. Figure 2.11: Example of convolution operation, Eq.(2.37). Kernel of size [PITH_FULL_IMAGE:figures/full_fig_p045_2_11.png]
Figure 2.12
Figure 2.12. Figure 2.12: Action of Sobel filters for horizontal and vertical edge detection [PITH_FULL_IMAGE:figures/full_fig_p046_2_12.png]
Figure 2.13
Figure 2.13. Figure 2.13: Simple Convolutional Neural Network Simple neural network per [PITH_FULL_IMAGE:figures/full_fig_p047_2_13.png]
Figure 2
Figure 2. Figure 2: Fig.2.13 presents training and inference of simple CNN architecture. Neural [PITH_FULL_IMAGE:figures/full_fig_p047_2.png]
Figure 2.14
Figure 2.14. Figure 2.14: Convolutional Neural Network performance on CIFAR-10 dataset [PITH_FULL_IMAGE:figures/full_fig_p049_2_14.png]
Figure 2.15
Figure 2.15. Figure 2.15: Regularized Convolutional Neural Network performance on [PITH_FULL_IMAGE:figures/full_fig_p051_2_15.png]
Figure 2.16
Figure 2.16. Figure 2.16: Computational graph representing two dimensional function [PITH_FULL_IMAGE:figures/full_fig_p054_2_16.png]
Figure 2.17
Figure 2.17. Figure 2.17: Visual comparison between two gradient descent strategies. Steps [PITH_FULL_IMAGE:figures/full_fig_p058_2_17.png]
Figure 2.18
Figure 2.18. Figure 2.18: Mean magnetization pers spin, and mean energy per spin, averaged [PITH_FULL_IMAGE:figures/full_fig_p064_2_18.png]
Figure 2.19
Figure 2.19. Figure 2.19: Example of spins configurations on square lattice [PITH_FULL_IMAGE:figures/full_fig_p069_2_19.png]
Figure 2.20
Figure 2.20. Figure 2.20: Class prediction confidence vs temperature [PITH_FULL_IMAGE:figures/full_fig_p071_2_20.png]
Figure 2.21
Figure 2.21. Figure 2.21: Inside a sealed Chinese Room, a person who speaks no Chinese [PITH_FULL_IMAGE:figures/full_fig_p073_2_21.png]
Figure 3.1
Figure 3.1. Figure 3.1: Visual representation of Principle Component Analysis (PCA) di [PITH_FULL_IMAGE:figures/full_fig_p077_3_1.png]
Figure 3.2
Figure 3.2. Figure 3.2: The Auto Encoder (AE) architecture of three components (left [PITH_FULL_IMAGE:figures/full_fig_p081_3_2.png]
Figure 3.3
Figure 3.3. Figure 3.3: An example architecture for a Variational Auto-Encoder (VAE). [PITH_FULL_IMAGE:figures/full_fig_p085_3_3.png]
Figure 3.4
Figure 3.4. Figure 3.4: An example visualisation for mode collapse. In both plots, the [PITH_FULL_IMAGE:figures/full_fig_p089_3_4.png]
Figure 3.5
Figure 3.5. Figure 3.5: Two types of Boltzmann machine architectures. In the restricted [PITH_FULL_IMAGE:figures/full_fig_p091_3_5.png]
Figure 3.6
Figure 3.6. Figure 3.6: Comparison between the target density p ∗ (filled histogram) and the learned RBM model Pθ (red step) on [0, 1]. The distasnce between prob￾ability distributions can be quantified with the Kullback-Leibrer divergenec DKL(p ∗ ∥ Pθ) = 0.04 computed on the same discretiz…
Figure 3.7
Figure 3.7. Figure 3.7: Visualisation of a normalising flow model over two-variable density [PITH_FULL_IMAGE:figures/full_fig_p103_3_7.png]
Figure 3.8
Figure 3.8. Figure 3.8: Comparison of true trajectory xT (t) (black line) with vanilla NN (red, thick-dashed line) and PINN (blue dotted line). Times shown in this figure are in the training domain, whilst [PITH_FULL_IMAGE:figures/full_fig_p105_3_8.png]
Figure 3.9
Figure 3.9. Figure 3.9: (Left) Phase Space trajectories of the vanilla model (red dashed) [PITH_FULL_IMAGE:figures/full_fig_p106_3_9.png]
Figure 3.10
Figure 3.10. Figure 3.10: Residual plots of the vanilla NN and its PINN counterpart at [PITH_FULL_IMAGE:figures/full_fig_p107_3_10.png]
Figure 4.1
Figure 4.1. Figure 4.1: A unitary gate Uˆ applied to state |q⟩, resulting in |q ′ ⟩. In classical computing, we rely on a small set of logical gates such as AND, OR, and NOT, to perform complex computations. Remarkably, any Boolean function can be implemented using just a single type of gat…
Figure 4.2
Figure 4.2. Figure 4.2: The Hadamard and NOT gate circuits with matrix form in the com￾putational basis Rˆ j (θ) = e i θ 2 σˆj [PITH_FULL_IMAGE:figures/full_fig_p114_4_2.png]
Figure 4.4
Figure 4.4. Figure 4.4: Bloch sphere representation of a single qubit pure state (red arrow). [PITH_FULL_IMAGE:figures/full_fig_p115_4_4.png]
Figure 4.5
Figure 4.5. Figure 4.5: The CNOT, SWAP and C-U gates and their matrix form in the com￾putational basis. As its name suggests, the SWAP gate swaps the two qubits it acts on. The C-U gate applies the one-qubit unitary U if and only if the control qubit is in the state |1⟩. |q1⟩ |q2⟩ |q3⟩ Uˆ 3…
Figure 4.6
Figure 4.6. Figure 4.6: A three-qubit unitary gate in quantum circuit notation. [PITH_FULL_IMAGE:figures/full_fig_p116_4_6.png]
Figure 4.7
Figure 4.7. Figure 4.7: Quantum circuit to create a Bell state |Φ +⟩. First a Hadamard is applied to qubit 1, then a CNOT is applied to qubit 2. In Dirac notation, this corresponds to |Φ +⟩ = (CNOT12)(H ⊗ 1)|00⟩. decomposition in the eigenbasis of the Zˆ = PL i=1 Zˆ i operator, Zˆ|vl⟩ = vl …
Figure 5.1
Figure 5.1. Figure 5.1: PCA analysis of maximal representative of 3-qubit entanglement [PITH_FULL_IMAGE:figures/full_fig_p142_5_1.png]
Figure 5.2
Figure 5.2. Figure 5.2: Non-linear dinmensionality reduction via tSNE show distint [PITH_FULL_IMAGE:figures/full_fig_p143_5_2.png]
Figure 5.3
Figure 5.3. Figure 5.3: Density plot of bipartite entanglement von Neuman entropy [PITH_FULL_IMAGE:figures/full_fig_p145_5_3.png]
Figure 5.4
Figure 5.4. Figure 5.4: Dimensionality reduction of the ground state Cholesky vector [PITH_FULL_IMAGE:figures/full_fig_p146_5_4.png]
Figure 5.5
Figure 5.5. Figure 5.5: Phase boundaries detection with anomaly detection. We choose [PITH_FULL_IMAGE:figures/full_fig_p147_5_5.png]
Figure 5.6
Figure 5.6. Figure 5.6: An N-qubit parametric quantum circuit realised by applying an N-qubit Unitary gate to |0⟩ ⊗N . Our specific choice of decomposition for U(θ) constitutes a circuit ansätze. There is no best ansätze in general, and a specific circuit choice is often informed by the str…
Figure 5.7
Figure 5.7. Figure 5.7: Four example block structures for an N-qubit variational circuit with (a) and (b) based on Tensor Networks and (c) and (d) based on alternating layers. Each white box corresponds to a Unitary transform over the number of wires it connects. For example, a white box co…
Figure 5.8
Figure 5.8. Figure 5.8: Three different block decompositions. 5.8a has a bi-partite layered [PITH_FULL_IMAGE:figures/full_fig_p151_5_8.png]
Figure 5.9
Figure 5.9. Figure 5.9: Parametrized Quantum Circuit used for Variational Quantum Eigen [PITH_FULL_IMAGE:figures/full_fig_p156_5_9.png]
Figure 5.10
Figure 5.10. Figure 5.10: Variational energy convergence vs epochs for [PITH_FULL_IMAGE:figures/full_fig_p156_5_10.png]
Figure 5.11
Figure 5.11. Figure 5.11: Visualisation of QUBO problem for a small (five-component) sys [PITH_FULL_IMAGE:figures/full_fig_p158_5_11.png]
Figure 5.12
Figure 5.12. Figure 5.12: Visualization of the MaxCut problem. The graph nodes are parti [PITH_FULL_IMAGE:figures/full_fig_p159_5_12.png]
Figure 5.13
Figure 5.13. Figure 5.13: An example NQS architecture based on a multi-layer perceptron, [PITH_FULL_IMAGE:figures/full_fig_p162_5_13.png]
Figure 5.14
Figure 5.14. Figure 5.14: Visualisation of N qubit quadratic Hamiltonians with periodic boundary conditions. Each node represents a local subspace H2, with edges showing a quadratic Pauli term in the Hamiltonian. Red edges correspond to Yˆ operators, green to Zˆ and blue to Xˆ respectively, …
Figure 5.15
Figure 5.15. Figure 5.15: The simplest dynamical Hamiltonian Learning problem referred to [PITH_FULL_IMAGE:figures/full_fig_p172_5_15.png]
Figure 5.16
Figure 5.16. Figure 5.16: Architectures of the models used to simulate the time evolution of [PITH_FULL_IMAGE:figures/full_fig_p178_5_16.png]
Figure 5.17
Figure 5.17. Figure 5.17: Comparison of convergence to ground truth parameters for a six [PITH_FULL_IMAGE:figures/full_fig_p180_5_17.png]
Figure 5.18
Figure 5.18. Figure 5.18: Loss function (K-L divergence) from Eq. (5.97) plotted against [PITH_FULL_IMAGE:figures/full_fig_p186_5_18.png]
Figure 5.19
Figure 5.19. Figure 5.19: Marginal distribution of the ground-truth Q-function (left) and the [PITH_FULL_IMAGE:figures/full_fig_p187_5_19.png]
Figure 5.20
Figure 5.20. Figure 5.20: Samples from the conditional distribution of the ground-truth [PITH_FULL_IMAGE:figures/full_fig_p188_5_20.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 1 Pith paper

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

  1. Moment Optimization in the Navascu\'es-Pironio-Ac\'in Hierarchy

    quant-ph 2026-07 conditional novelty 6.0 of 10

    Budget-aware moment selection in the NPA hierarchy is a high-order combinatorial optimization problem where parallel tempering, an RBM-based policy, and Bayesian optimization all beat greedy selection, with the RBM cl...

Reference graph

Works this paper leans on

105 extracted references · 59 canonical work pages · cited by 1 Pith paper

  1. [1]

    Turing Universality of the Game of Life, page 513–539

    Paul Rendell. Turing Universality of the Game of Life, page 513–539. Springer London, 2002

  2. [2]

    Myreen and Mario Carneiro

    Magnus O. Myreen and Mario Carneiro. Gol in gol in hol: Verified circuits in conway’s game of life, 2025

  3. [3]

    A. M. Turing. I.—computing machinery and intelligence. Mind, LIX(236):433–460, 10 1950

  4. [4]

    Jack Copeland

    B. Jack Copeland. Artificial Intelligence: A Philosophical Introduction. Blackwell, Cambridge, 1993

  5. [5]

    Oxford University Press UK, 1999

    Roger Penrose.Emperor’s New Mind. Oxford University Press UK, 1999

  6. [6]

    Larson.The Myth of Artificial Intelligence: Why Computers Can’t Think the Way We Do

    Erik J. Larson.The Myth of Artificial Intelligence: Why Computers Can’t Think the Way We Do. Harvard University Press, April 2021

  7. [7]

    Sejnowski

    Terrence J. Sejnowski. The Deep Learning Revolution. The MIT Press, 2018

  8. [8]

    Artificial Life

    Luc Steels and Rodney Brooks, editors. The "Artificial Life" Route to "Artificial Intelligence": Building Situated Embodied Agents. Hillsdale, NJ: Lawrence Erlbaum Associates, 1995

Show all 105 references
  1. [9]

    Langton.Artificial Life: An Overview

    Christopher G. Langton.Artificial Life: An Overview. MIT Press, Cam- bridge, MA, USA, 1st edition, 1995

  2. [10]

    Introduction to artificial life

    Christoph Adami. Introduction to artificial life. Springer-Verlag, Berlin, Heidelberg, 1999

  3. [11]

    Chambers

    Lance D. Chambers. Practical Handbook of Genetic Algorithms. CRC Press, Inc., USA, 1995

  4. [12]

    Haupt.Frontmatter

    Sue Ellen Haupt Randy L. Haupt.Frontmatter. John Wiley and Sons, Ltd, 2003

  5. [13]

    Computational Intelligence

    Leszek Rutkowski. Computational Intelligence. Springer Berlin Heidel- berg, 2008. 197 198 Bibliography

  6. [14]

    Springer International Pub- lishing, 2017

    Oliver Kramer.Genetic Algorithm Essentials. Springer International Pub- lishing, 2017

  7. [15]

    Christopher M. Bishop. Pattern Recognition and Machine Learning (In- formation Science and Statistics). Springer-Verlag, Berlin, Heidelberg, 2006

  8. [16]

    Shai Shalev-Shwartz and Shai Ben-David.Understanding Machine Learn- ing - From Theory to Algorithms.Cambridge University Press, 2014

  9. [17]

    Witten, Eibe Frank, Mark A

    Ian H. Witten, Eibe Frank, Mark A. Hall, and Christopher J. Pal.Data Mining, Fourth Edition: Practical Machine Learning Tools and Tech- niques. Morgan Kaufmann Publishers Inc., San Francisco, CA, USA, 4th edition, 2016

  10. [18]

    Prince.Understanding Deep Learning

    Simon J.D. Prince.Understanding Deep Learning. MIT Press, 2023

  11. [19]

    Bishop and Hugh Bishop

    Christopher M. Bishop and Hugh Bishop. Deep Learning: Foundations and Concepts. Springer International Publishing, 2024

  12. [20]

    Machine learning and quantum devices.SciPost Phys

    Florian Marquardt. Machine learning and quantum devices.SciPost Phys. Lect. Notes, page 29, 2021

  13. [21]

    Ma- chine learning and the physical sciences.Rev

    Giuseppe Carleo, Ignacio Cirac, Kyle Cranmer, Laurent Daudet, Maria Schuld, Naftali Tishby, Leslie Vogt-Maranto, and Lenka Zdeborová. Ma- chine learning and the physical sciences.Rev. Mod. Phys., 91:045002, Dec 2019

  14. [22]

    Day, Clint Richardson, Charles K

    Pankaj Mehta, Marin Bukov, Ching-Hao Wang, Alexandre G.R. Day, Clint Richardson, Charles K. Fisher, and David J. Schwab. A high-bias, low-variance introduction to machine learning for physicists.Physics Re- ports, 810:1–124, 2019. A high-bias, low-variance introduction to Mach...

  15. [23]

    Michael Denner

    Titus Neupert, Mark H Fischer, Eliska Greplova, Kenny Choo, and M. Michael Denner. Introduction to machine learning for the sciences, 2022

  16. [24]

    Machine learning in quantum sciences

    Anna Dawid, Julian Arnold, Borja Requena, Alexander Gresch, Marcin Płodzień, Kaelan Donatella, Kim A Nicoli, Paolo Stornati, Rouven Koch, Miriam Büttner, Robert Okuła, Gorka Muñoz-Gil, Rodrigo A Vargas- Hernández, Alba Cervera-Lierta, Juan Carrasquilla, Vedran Dunjko, Marylou ...

  17. [25]

    Sadegh Raeisi and Sedighe Raeisi.Machine Learning for Physicists. 2053-

  18. [26]

    George V. Cybenko. Approximation by superpositions of a sigmoidal function. Mathematics of Control, Signals and Systems, 2:303–314, 1989

  19. [27]

    Lecun, L

    Y. Lecun, L. Bottou, Y. Bengio, and P. Haffner. Gradient-based learning applied to document recognition.Proceedings of the IEEE, 86(11):2278– 2324, 1998

  20. [28]

    Introduction to Statistical Physics

    Kerson Huang. Introduction to Statistical Physics . Chapman and Hall/CRC, September 2009

  21. [29]

    Introduction: Classical phases and critical points

    Jurgen Honig and Józef Spałek. Introduction: Classical phases and critical points. In A Primer to the Theory of Critical Phenomena, pages 1–8. Elsevier, 2018

  22. [30]

    Bhattacharjee and Avinash Khare

    Somendra M. Bhattacharjee and Avinash Khare. Fifty years of the exact solution of the two-dimensional ising model by onsager.Current Science, 69:816–820, 1995. Erratum: Current Science, 71 (1996) 493

  23. [31]

    R. J. Baxter. Onsager and kaufman’s calculation of the sponta- neous magnetization of the ising model. Journal of Statistical Physics, 145(3):518–548, May 2011

  24. [32]

    John R. Searle. Minds, brains, and programs. Behavioral and Brain Sciences, 3(3):417–424, September 1980

  25. [33]

    Visualizing data using t-sne

    Laurens Van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of machine learning research, 9(11), 2008

  26. [34]

    Learning deep architectures for ai, 2009

    Y Bengio. Learning deep architectures for ai, 2009

  27. [35]

    Auto-encoding variational bayes

    Diederik P Kingma. Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114, 2013

  28. [36]

    Normalizing flows on tori and spheres

    Danilo Jimenez Rezende, George Papamakarios, Sébastien Racaniere, Michael Albergo, Gurtej Kanwar, Phiala Shanahan, and Kyle Cranmer. Normalizing flows on tori and spheres. In International Conference on Machine Learning, pages 8083–8092. PMLR, 2020

  29. [37]

    Paulin de Schoulepnikoff, Gorka Muñoz-Gil, Hendrik Poulsen Nautrup, and Hans J. Briegel. Interpretable representation learning of quantum data enabled by probabilistic variational autoencoders. arXiv preprint arXiv: 2506.11982, 2025

  30. [38]

    beta- vae: Learning basic visual concepts with a constrained variational frame- work

    Irina Higgins, Loic Matthey, Arka Pal, Christopher Burgess, Xavier Glo- rot, Matthew Botvinick, Shakir Mohamed, and Alexander Lerchner. beta- vae: Learning basic visual concepts with a constrained variational frame- work. InInternational conference on learning representations,...

  31. [39]

    Gener- ative adversarial nets.Advances in neural information processing systems, 27, 2014

    Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Gener- ative adversarial nets.Advances in neural information processing systems, 27, 2014

  32. [40]

    A learning algorithm for boltzmann machines.Cognitive science, 9(1):147–169, 1985

    David H Ackley, Geoffrey E Hinton, and Terrence J Sejnowski. A learning algorithm for boltzmann machines.Cognitive science, 9(1):147–169, 1985

  33. [41]

    “neural” computation of decisions in optimization problems

    John J Hopfield and David W Tank. “neural” computation of decisions in optimization problems. Biological cybernetics, 52(3):141–152, 1985

  34. [42]

    Anna Dawid and Yann LeCun. Introduction to latent variable energy- based models: a path toward autonomous machine intelligence.Journal of Statistical Mechanics: Theory and Experiment, 2024(10):104011, October 2024

  35. [43]

    Hitchhiker’sguideontherelationofenergy-basedmodels with other generative models, sampling and statistical physics: a compre- hensive review, 2024

    DavideCarbone. Hitchhiker’sguideontherelationofenergy-basedmodels with other generative models, sampling and statistical physics: a compre- hensive review, 2024

  36. [44]

    Normalizing flows for proba- bilistic modeling and inference

    George Papamakarios, Eric Nalisnick, Danilo Jimenez Rezende, Shakir Mohamed, and Balaji Lakshminarayanan. Normalizing flows for proba- bilistic modeling and inference. Journal of Machine Learning Research, 22(57):1–64, 2021

  37. [45]

    A universal approximation theorem of deep neural networks for expressing probability distributions.Advances in neu- ral information processing systems, 33:3094–3105, 2020

    Yulong Lu and Jianfeng Lu. A universal approximation theorem of deep neural networks for expressing probability distributions.Advances in neu- ral information processing systems, 33:3094–3105, 2020

  38. [46]

    Normalizing flows: An introduction and review of current methods.IEEE transactions on pattern analysis and machine intelligence, 43(11):3964–3979, 2020

    Ivan Kobyzev, Simon JD Prince, and Marcus A Brubaker. Normalizing flows: An introduction and review of current methods.IEEE transactions on pattern analysis and machine intelligence, 43(11):3964–3979, 2020

  39. [47]

    Physics- informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations

    Maziar Raissi, Paris Perdikaris, and George E Karniadakis. Physics- informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. Journal of Computational physics, 378:686–707, 2019

  40. [48]

    Explaining quantum circuits with shap- ley values: Towards explainable quantum machine learning

    Raoul Heese, Thore Gerlach, Sascha Mücke, Sabine Müller, Matthias Jakobs, and Nico Piatkowski. Explaining quantum circuits with shap- ley values: Towards explainable quantum machine learning. Quantum Machine Intelligence, 7(1):1–33, 2025

  41. [49]

    Causability and explainability of artificial intelligence in medicine

    Andreas Holzinger, Georg Langs, Helmut Denk, Kurt Zatloukal, and Heimo Müller. Causability and explainability of artificial intelligence in medicine. Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery, 9(4):e1312, 2019

  42. [50]

    Beyond human: Deep learning, explainability and rep- resentation

    M Beatrice Fazi. Beyond human: Deep learning, explainability and rep- resentation. Theory, Culture & Society, 38(7-8):55–77, 2021. 200 Bibliography 201

  43. [51]

    On the interpretability of quantum neural networks

    Lirandë Pira and Chris Ferrie. On the interpretability of quantum neural networks. Quantum Machine Intelligence, 6(2):52, 2024

  44. [52]

    Interpretable deep learning: Interpretation, interpretability, trustworthiness, and beyond.Knowledge and Information Systems, 64(12):3197–3234, 2022

    Xuhong Li, Haoyi Xiong, Xingjian Li, Xuanyu Wu, Xiao Zhang, Ji Liu, Jiang Bian, and Dejing Dou. Interpretable deep learning: Interpretation, interpretability, trustworthiness, and beyond.Knowledge and Information Systems, 64(12):3197–3234, 2022

  45. [53]

    Visual interpretability for deep learning: a survey.Frontiers of Information Technology & Electronic En- gineering, 19(1):27–39, 2018

    Quan-shi Zhang and Song-Chun Zhu. Visual interpretability for deep learning: a survey.Frontiers of Information Technology & Electronic En- gineering, 19(1):27–39, 2018

  46. [54]

    Cambridge university press, 2010

    Michael A Nielsen and Isaac L Chuang.Quantum computation and quan- tum information. Cambridge university press, 2010

  47. [55]

    Cambridge university press, 2018

    David J Griffiths and Darrell F Schroeter.Introduction to quantum me- chanics. Cambridge university press, 2018

  48. [56]

    John Wiley & Sons, 2015

    Wolfgang P Schleich.Quantum optics in phase space. John Wiley & Sons, 2015

  49. [57]

    John Wiley & Sons, 2009

    Andrei B Klimov and Sergei M Chumakov.A group-theoretical approach to quantum optics: models of atom-field interactions. John Wiley & Sons, 2009

  50. [58]

    Springer, 2018

    Bernard Zygelman.A first introduction to quantum computing and infor- mation. Springer, 2018

  51. [59]

    Springer Science & Business Media, 2009

    Gregg Jaeger.Entanglement, information, and the interpretation of quan- tum mechanics. Springer Science & Business Media, 2009

  52. [60]

    A brief introduction to multi- partite entanglement.arXiv preprint arXiv:1612.07747, 2016

    Ingemar Bengtsson and Karol Zyczkowski. A brief introduction to multi- partite entanglement.arXiv preprint arXiv:1612.07747, 2016

  53. [61]

    Cambridge University Press, May 2006

    Ingemar Bengtsson and Karol Zyczkowski.Geometry of Quantum States: An Introduction to Quantum Entanglement. Cambridge University Press, May 2006

  54. [62]

    A short review on entanglement in quan- tum spin systems

    J I Latorre and A Riera. A short review on entanglement in quan- tum spin systems. Journal of Physics A: Mathematical and Theoretical, 42(50):504002, December 2009

  55. [63]

    Quantum entanglement

    Ryszard Horodecki, Paweł Horodecki, Michał Horodecki, and Karol Horodecki. Quantum entanglement. Reviews of Modern Physics , 81(2):865–942, June 2009

  56. [64]

    Springer Nature Switzerland, 2024

    Anubhav Kumar Srivastava, Guillem Müller-Rigat, Maciej Lewenstein, and Grzegorz Rajchel-Mieldzioć.Introduction to Quantum Entanglement in Many-Body Systems, page 225–285. Springer Nature Switzerland, 2024. 201 202 Bibliography

  57. [65]

    Multipartite entanglement

    Pawel Horodecki, Łukasz Rudnicki, and Karol Zyczkowski. Multipartite entanglement. arXiv, 2024

  58. [66]

    En- tangling power of multipartite unitary gates.Journal of Physics A: Math- ematical and Theoretical, 53(12):125303, March 2020

    TomaszLinowski, GrzegorzRajchel-Mieldzioć, andKarolŻyczkowski. En- tangling power of multipartite unitary gates.Journal of Physics A: Math- ematical and Theoretical, 53(12):125303, March 2020

  59. [67]

    Introduction to haar measure tools in quantum in- formation: A beginner’s tutorial.Quantum, 8:1340, May 2024

    Antonio Anna Mele. Introduction to haar measure tools in quantum in- formation: A beginner’s tutorial.Quantum, 8:1340, May 2024

  60. [68]

    Predicting many properties of a quantum system from very few measurements

    Hsin-Yuan Huang, Richard Kueng, and John Preskill. Predicting many properties of a quantum system from very few measurements. Nature Physics, 16(10):1050–1057, June 2020

  61. [69]

    Struchalin, Ya

    G.I. Struchalin, Ya. A. Zagorovskii, E.V. Kovlakov, S.S. Straupe, and S.P. Kulik. Experimental estimation of quantum state properties from classical shadows. PRX Quantum, 2(1), January 2021

  62. [70]

    Learning quantum states from their classical shadows

    Hsin-Yuan Huang. Learning quantum states from their classical shadows. Nature Reviews Physics, 4(2):81–81, January 2022

  63. [71]

    GitHub Repo

    Marcin Płodzień. Quantum-State-Tomography-with-Classical-Shadows- from-scratch. "GitHub Repo", February 2023

  64. [72]

    Quantum machine learning in multi-qubit phase- space part i: Foundations.arXiv preprint arXiv:2507.12117, 2025

    Timothy Heightman, Edward Jiang, Ruth Mora-Soto, Maciej Lewenstein, and Marcin Płodzień. Quantum machine learning in multi-qubit phase- space part i: Foundations.arXiv preprint arXiv:2507.12117, 2025

  65. [73]

    Entanglement classification and non- k -separability certification via Greenberger-Horne-Zeilinger-class fidelity

    Marcin Płodzień, Jan Chwedeńczuk, Maciej Lewenstein, and Grzegorz Rajchel-Mieldzioć. Entanglement classification and non- k -separability certification via Greenberger-Horne-Zeilinger-class fidelity. Physical Re- view A, 110(3), September 2024

  66. [74]

    Oxford Univer- sity Press, 12 2003

    Thierry Giamarchi.Quantum Physics in One Dimension. Oxford Univer- sity Press, 12 2003

  67. [75]

    Introduction to quantum integrability

    Jules Lamers. Introduction to quantum integrability. In Proceed- ings of 10th Modave Summer School in Mathematical Physics — PoS(Modave2014), Modave2014, page001.SissaMedialab, February2015

  68. [76]

    An Introduction to Integrable Techniques for One- Dimensional Quantum Systems

    Fabio Franchini. An Introduction to Integrable Techniques for One- Dimensional Quantum Systems. Springer International Publishing, 2017

  69. [77]

    A variational eigenvalue solver on a photonic quantum processor.Nature communications, 5(1):4213, 2014

    Alberto Peruzzo, Jarrod McClean, Peter Shadbolt, Man-Hong Yung, Xiao-Qi Zhou, Peter J Love, Alán Aspuru-Guzik, and Jeremy L O’brien. A variational eigenvalue solver on a photonic quantum processor.Nature communications, 5(1):4213, 2014

  70. [78]

    Geometry of variational methods: dynamics of closed quantum systems.SciPost Physics, 9(4):048, 2020

    Lucas Hackl, Tommaso Guaita, Tao Shi, Jutho Haegeman, Eugene Dem- ler, and J Ignacio Cirac. Geometry of variational methods: dynamics of closed quantum systems.SciPost Physics, 9(4):048, 2020. 202 Bibliography 203

  71. [79]

    Quan- tum natural gradient.Quantum, 4:269, 2020

    James Stokes, Josh Izaac, Nathan Killoran, and Giuseppe Carleo. Quan- tum natural gradient.Quantum, 4:269, 2020

  72. [80]

    Princeton University Press, 2021

    Tristan Needham.Visual differential geometry and forms: a mathematical drama in five acts. Princeton University Press, 2021

  73. [81]

    Springer, 1996

    Anthony W Knapp and Anthony William Knapp.Lie groups beyond an introduction, volume 140. Springer, 1996

  74. [82]

    A unified theory of barren plateaus for deep parametrized quantum circuits.arXiv preprint arXiv:2309.09342, 2023

    Michael Ragone, Bojko N Bakalov, Frédéric Sauvage, Alexander F Kem- per, Carlos Ortiz Marrero, Martin Larocca, and M Cerezo. A unified theory of barren plateaus for deep parametrized quantum circuits.arXiv preprint arXiv:2309.09342, 2023

  75. [83]

    Showcasing a barren plateau theory beyond the dynamical lie algebra

    NL Diaz, Diego García-Martín, Sujay Kazi, Martin Larocca, and M Cerezo. Showcasing a barren plateau theory beyond the dynamical lie algebra. arXiv preprint arXiv:2310.11505, 2023

  76. [84]

    A review of barren plateaus in variational quan- tum computing

    Martin Larocca, Supanut Thanasilp, Samson Wang, Kunal Sharma, Ja- cob Biamonte, Patrick J Coles, Lukasz Cincio, Jarrod R McClean, Zoë Holmes, and M Cerezo. A review of barren plateaus in variational quan- tum computing. arXiv preprint arXiv:2405.00781, 2024

  77. [85]

    A quantum approx- imate optimization algorithm.arXiv preprint arXiv:1411.4028, 2014

    Edward Farhi, Jeffrey Goldstone, and Sam Gutmann. A quantum approx- imate optimization algorithm.arXiv preprint arXiv:1411.4028, 2014

  78. [86]

    Solving the quantum many-body problem with artificial neural networks.Science, 355(6325):602–606, 2017

    Giuseppe Carleo and Matthias Troyer. Solving the quantum many-body problem with artificial neural networks.Science, 355(6325):602–606, 2017

  79. [87]

    From architectures to applications: A review of neural quantum states

    Hannah Lange, Anka Van de Walle, Atiye Abedinnia, and Annabelle Bohrdt. From architectures to applications: A review of neural quantum states. Quantum Science and Technology, 2024

  80. [88]

    On neural differential equations

    Patrick Kidger. On neural differential equations. arXiv preprint arXiv:2202.02435, 2022

  81. [89]

    Solving the quan- tum many-body hamiltonian learning problem with neural differential equations

    Timothy Heightman, Edward Jiang, and Antonio Acín. Solving the quan- tum many-body hamiltonian learning problem with neural differential equations. arXiv preprint arXiv:2408.08639, 2024

  82. [90]

    Quantum error correction below the surface code threshold

    Google Quantum AI et al. Quantum error correction below the surface code threshold. Nature, 638(8052):920, 2024

  83. [91]

    Universal quantum control through deep reinforcement learning

    Murphy Yuezhen Niu, Sergio Boixo, Vadim N Smelyanskiy, and Hartmut Neven. Universal quantum control through deep reinforcement learning. npj Quantum Information, 5(1):33, 2019

  84. [92]

    MIT press Cambridge, 1998

    Richard S Sutton, Andrew G Barto, et al.Reinforcement learning: An introduction, volume 1. MIT press Cambridge, 1998. 203 204 Bibliography

  85. [93]

    Enhancing quantum state tomography via resource-efficient attention-based neural networks.Physical Review Research, 6(3), Septem- ber 2024

    Adriano Macarone Palmieri, Guillem Müller-Rigat, Anubhav Kumar Sri- vastava, Maciej Lewenstein, Grzegorz Rajchel-Mieldzioć, and Marcin Płodzień. Enhancing quantum state tomography via resource-efficient attention-based neural networks.Physical Review Research, 6(3), Septem- ber 2024

  86. [94]

    Natural gradient works efficiently in learning.Neural computation, 10(2):251–276, 1998

    Shun-Ichi Amari. Natural gradient works efficiently in learning.Neural computation, 10(2):251–276, 1998

  87. [95]

    New insights and perspectives on the natural gradient method

    James Martens. New insights and perspectives on the natural gradient method. Journal of Machine Learning Research, 21(146):1–76, 2020

  88. [96]

    Daniel Freeman, Theodore R

    Adly Templeton, Tom Conerly, Jonathan Marcus, Jack Lindsey, Trenton Bricken, Brian Chen, Adam Pearce, Craig Citro, Emmanuel Ameisen, Andy Jones, Hoagy Cunningham, Nicholas L Turner, Callum McDougall, MonteMacDiarmid, AlexTamkin, EsinDurmus, TristanHume, Francesco Mosconi, C. D...

  89. [97]

    Graph of thoughts: Solving elabo- rate problems with large language models

    Maciej Besta, Nils Blach, Ales Kubicek, Robert Gerstenberger, Michal Podstawski, Lukas Gianinazzi, Joanna Gajda, Tomasz Lehmann, Hubert Niewiadomski, Piotr Nyczyk, et al. Graph of thoughts: Solving elabo- rate problems with large language models. InProceedings of the AAAI Conf...

  90. [98]

    Large language models are in-context semantic reasoners rather than symbolic reasoners

    Xiaojuan Tang, Zilong Zheng, Jiaqi Li, Fanxu Meng, Song-Chun Zhu, Yitao Liang, and Muhan Zhang. Large language models are in-context semantic reasoners rather than symbolic reasoners. arXiv preprint arXiv:2305.14825, 2023

  91. [99]

    World of patterns

    RensBod. World of patterns. A global history of knowledge. JohnsHopkins University Press, Baltimore, MD, July 2022

  92. [100]

    Geometric deep learning: Grids, groups, graphs, geodesics, and gauges

    Michael M Bronstein, Joan Bruna, Taco Cohen, and Petar Veličković. Geometric deep learning: Grids, groups, graphs, geodesics, and gauges. arXiv preprint arXiv:2104.13478, 2021

  93. [101]

    Mathematical founda- tions of geometric deep learning.arXiv preprint arXiv:2508.02723, 2025

    Haitz Sáez de Ocáriz Borde and Michael Bronstein. Mathematical founda- tions of geometric deep learning.arXiv preprint arXiv:2508.02723, 2025

  94. [102]

    Springer, 2021

    Maria Schuld and Francesco Petruccione.Machine learning with quantum computers, volume 676. Springer, 2021

  95. [103]

    Matthias Klusch, Jörg Lässig, Daniel Müssig, Antonio Macaluso, and Frank K. Wilhelm. Quantum artificial intelligence: A brief survey. KI - Künstliche Intelligenz, 38(4):257–276, November 2024. 204 Bibliography 205

  96. [104]

    Andrew D

    Giovanni Acampora, Andris Ambainis, Natalia Ares, Leonardo Banchi, Pallavi Bhardwaj, Daniele Binosi, G. Andrew D. Briggs, Tommaso Calarco, Vedran Dunjko, Jens Eisert, Olivier Ezratty, Paul Erker, Fed- erico Fedele, Elies Gil-Fuster, Martin Gärttner, Mats Granath, Markus Heyl, ...

  97. [2563]

    198 Bibliography 199

    IOP Publishing, 2023. 198 Bibliography 199

Pith tools

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