REVIEW 2 major objections 5 minor 125 references
Quantum Neural Networks for Cloud Cover Parameterizations in Climate Models
T0 review · 2 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper shows that small data re-uploading quantum circuits can learn cloud cover from coarse-grained climate simulation data with accuracy comparable to classical neural networks, and that both outperform a standard semi-empirical…
desk verdict A careful, honest QML-vs-classical benchmark on real climate data; the parity claim holds, but the 'outperforms standard parameterizations' claim is only tested against a re-fitted simplified Xu-Randall scheme. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the data re-uploading quantum circuit: input features are uploaded multiple times as single-qubit rotation angles, interleaved with variational blocks containing entangling gates, and finally read out as a trainable weighted average of $\hat{\sigma}_z$ expectation values plus a bias, $f_\theta(x) = b + \sum_n w_n \langle \hat{\sigma}^z_n\rangle_{\theta}(x)$. The two main ansatzes, labelled XYZ and ZZXY, use six or eight qubits and roughly 200 trainable parameters. Training minimizes mean squared error with the Adam optimizer, using gradients from the parameter-shift rule. The supporting machinery is the Fisher information matrix and its normalized effective dimension for trainability analysis, and a variance-regularized loss $\mathrm{MSE} + \lambda\,\mathrm{MPV}$ that reduces the number of measurement shots needed.
What would settle it
A decisive test would be to couple each trained QNN and the matched classical NN into the ICON model and run multi-week online simulations: if the QNN's offline parity disappears under coupling, or if the coupled QNN produces larger cloud radiative biases or unstable climate statistics than the classical NN, the claim that QNNs are comparable parameterizations would collapse.
Extended reading notes
Core claim
The paper's central claim is that parameterized quantum circuits with data re-uploading can learn the mapping from coarse-grained atmospheric state variables (specific humidity, cloud water, cloud ice, temperature, pressure, wind speed, height, latitude) to cloud cover as accurately as classical feed-forward neural networks of matched parameter count, and that both outperform a simplified Xu-Randall scheme. In the noiseless simulations, the QNNs' $R^2$ is roughly $0.01$ lower than the classical networks' but their vertical mean cloud cover profile, spatial bias maps, and the scaling of test error with $N_{\mathrm{train}}$ are essentially the same. The paper also claims that the QNNs have a flatter Fisher information spectrum and a higher normalized effective dimension, yet this geometrical advantage does not translate into faster or more stable training on this task. Under shot noise, training is stable with about $10^4$ measurement shots, and variance regularization with $\lambda=0.005$ stabilizes training already at $10^2$ shots.
Load-bearing premise
The load-bearing premise is that the coarse-grained DYAMOND data, after removing all cells with zero condensate and applying the fitted input and output transformations, faithfully represents the cloud-cover relationship a climate model needs, so that offline accuracy on a holdout from the same simulation windows is a meaningful measure of a deployable parameterization.
Editorial extensions
If this is right
- Small QNNs with about 200 trainable parameters can learn cloud cover to nearly the accuracy of classical NNs of the same size.
- Both QNNs and classical NNs beat the simplified Xu-Randall scheme in offline accuracy, strengthening the case for data-driven parameterizations.
- Test error follows the same roughly $1/\sqrt{N_{\mathrm{train}}}$ scaling for quantum and classical networks until saturation near the parameter count.
- QNN training and prediction remain stable under shot noise when expectation values are estimated with about $10^4$ shots, and variance regularization brings the needed shot count down to about $10^2$.
- A flatter Fisher spectrum and higher effective dimension for QNNs do not, in this task, produce faster or more stable training than classical NNs.
Reading between the lines
- If the parity is real, the practical case for QNN parameterizations must rest on quantum-specific advantages such as expressivity per parameter or hardware integration, because the paper finds no accuracy advantage.
- The offline evaluation is a favorable test: removing all zero-condensate cells and fitting the transforms to the training window makes the regression easier, so online coupled runs could shrink the margin over the Xu-Randall baseline or expose instabilities.
- A natural next experiment is to apply the same matched architectures to harder parameterization targets such as radiation or convection, where the paper itself notes a quantum-classical separation might appear.
- The variance-regularization result suggests a concrete shot-budget recipe for near-term devices, but wall-clock time and hardware noise are not assessed, so that bridge remains open.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper investigates whether quantum neural networks (QNNs) can serve as cloud cover parameterizations for climate models, comparing QNNs to classical neural networks (NNs) on a coarse-grained DYAMOND/ICON dataset. The authors design two QNN architectures (XYZ and ZZXY) with data re-uploading, train them using the parameter-shift rule, and compare performance, generalization, and trainability against classical NNs with matched parameter counts. They also study the effect of finite measurement shots and show that variance regularization can stabilize training with few shots. The main positive results are that QNNs achieve accuracy comparable to classical NNs, that both outperform a simplified Xu-Randall baseline on the tested conditional cloud-cover task, and that no clear correlation is found between FIM geometry and training dynamics.
Significance. If the parity claim holds, the paper provides a careful, well-documented empirical demonstration that small QNNs can learn meaningful patterns in climate data, with an extensive comparison across architectures, training instances, and noise levels. The paper includes parameter-shift gradients, a detailed FIM derivation in Appendix E, and reproducible-looking experimental protocols with 20 or more training instances per configuration. These are strengths. However, the broader claim that QNNs and NNs 'outperform standard parameterizations used in climate models' is not supported by the evidence presented, which restricts the significance of the result until the baseline comparison is broadened or the claim is appropriately scoped.
major comments (2)
- [Section 4.1, Eq. (7)] The abstract and introduction state that both ansatzes outperform 'standard parameterizations used in climate models,' but the only baseline evaluated is Eq. (7), a simplified Xu-Randall scheme whose two constants α and β are fitted to the training set. Beating this two-parameter diagnostic, which the paper itself calls a simplified version, does not establish outperformance of operational schemes such as the ICON cloud cover parameterization or other published cloud-cover schemes. The parity claim (QNN ≈ NN) is independent of this baseline and is supported, but the 'outperforming standard parameterizations' claim is load-bearing and currently unsupported. Please either replace the baseline with an operational scheme (or a published, non-fitted reference) or rephrase the claim to refer specifically to the fitted Xu-Randall diagnostic on this dataset.
- [Section 2, data filtering] The paper removes all cells with zero cloud condensate before training and evaluation, so the task is cloud cover conditional on the presence of condensate, not the full parameterization problem that a deployed scheme faces (which must also predict zero cloud cover for condensate-free cells). The abstract and conclusions describe the result as developing cloud cover parameterizations generally, which overstates the scope of the experiments. This data choice should be stated as an explicit limitation in the abstract or conclusions, or the models should be evaluated on the full dataset to demonstrate the unconditional performance.
minor comments (5)
- [Eq. (4)] Equation (4) has an unbalanced parenthesis: it reads '(fθ(xi) − yi)' with an extra closing parenthesis before the square; it should be '(fθ(xi) − yi)' or '(fθ(xi) − yi)^2' with the parenthesis placed correctly.
- [Section 4.1, text after Fig. 3] The sentence 'Similar conclusions can be drawn the the global bias maps' contains a duplicated 'the'; it should read 'drawn from the global bias maps'.
- [Table 1 caption] The caption contains 'T able 1' with a space, which appears to be a formatting artifact.
- [References] Several references have formatting issues: 'Eyring et al., 2021, 2024,?' contains a literal question mark, and the reference to 'Monta˜nez-Barrera' has an accent rendering artifact.
- [Section 5.2] The variance regularization section uses a fixed λ=0.005 and acknowledges that Kreplin and Roth propose a dynamical schedule; it would be useful to state whether the results are sensitive to the chosen λ, since the noiseless analysis shows a trade-off between MSE and MPV.
Circularity Check
No significant circularity: the QNN/NN parity comparison is an independent empirical benchmark; the fitted Xu-Randall baseline creates an overstatement concern rather than a circular step.
full rationale
This is an empirical benchmarking paper rather than a derivation, and its central claims are supported by held-out evaluation. The QNN prediction f_theta(x) is defined by Eq. (3) and trained by minimizing Eq. (4) on the DYAMOND training set; its reported MSE and R2 are computed on a non-overlapping test set in Section 4.1, so the parity claim versus classical NNs is not constructed from the same data used for fitting. The input and output transforms in Appendix B are fitted to the training set but are applied identically to the QNN and the classical NN, so they cannot force a QNN-classical parity result. The paper's self-citations, such as Grundner et al. (2022, 2024), justify variable selection and coarse-graining but are not used as a uniqueness theorem or as a substitute for the benchmark comparison. The only feature even resembling a fitted-input issue is the Xu-Randall baseline in Eq. (7), whose constants alpha and beta are MSE-fitted on the training set; however, the paper explicitly labels this a 'simplified version' of Xu-Randall, and beating this baseline does not make the QNN outputs equal to any fitted constant, nor is the outperform claim manufactured by the baseline construction. The gap between the abstract's phrase 'outperforming standard parameterizations used in climate models' and the actually tested simplified, fitted baseline is a correctness or support concern, not a circularity. Overall, no load-bearing circular step was identified; the low score reflects only minor non-load-bearing self-citations and an overbroad baseline wording in the abstract.
Assumptions & free parameters
free parameters (5)
- Output transform parameters a, b, c of g(x) =
a=1.29407913, b=-3.20011015, c=0.70308237
- Input transform parameters (b, xlow, xhigh) for qv, qc, qi, hw =
qv: b=0.25, xlow=1e-7, xhigh=0.025; qc: b=0.25, xlow=0, xhigh=0.00145; qi: b=0.25, xlow=0, xhigh=0.00055; hw: b=0.5…
- Xu-Randall baseline coefficients alpha and beta =
alpha=4.034e4, beta=0.9942
- Variance regularization weight lambda =
lambda=0.005
- Hyperparameters (learning rate, batch size, epochs, nenc, nvar) =
Adam lr=0.001, batch=100, 150-200 epochs; nenc and nvar per architecture in Table 1
assumptions (5)
- domain assumption Coarse-grained DYAMOND ICON output provides a valid supervised target for cloud cover parameterization (binary cloudiness at the 1e-6 kg/kg condensate threshold, coarse-grained to an 80 km R2B5 grid).
- domain assumption Dropping all zero-condensate cells does not distort the learning task for a deployed parameterization.
- ad hoc to paper Equal trainable parameter count is the appropriate complexity match for the QNN versus classical NN comparison.
- standard math The Fisher information matrix for these deterministic regression models is computed under a Gaussian output density with fictitious variance.
- domain assumption Random cell-level sampling yields train and test sets independent enough for the reported accuracy comparison.
Cite this review
Pith. "Pith review of Quantum Neural Networks for Cloud Cover Parameterizations in Climate Models." pith.science (2026). https://pith.science/paper/RJLOKJM4
@misc{pith2026250210131,
author = {Pith},
title = {Pith review of: Quantum Neural Networks for Cloud Cover Parameterizations in Climate Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/RJLOKJM4}},
note = {Machine review of arXiv:2502.10131}
}
read the original abstract
Long-term climate projections require running global Earth system models on timescales of hundreds of years and have relatively coarse resolution (from 40 to 160 km in the horizontal) due to their high computational costs. Unresolved subgrid-scale processes, such as clouds, are described in a semi-empirical manner by so called parameterizations, which are a major source of uncertainty in climate projections. Machine learning models trained on short high-resolution climate simulations are promising candidates to replace conventional parameterizations. In this work, we explore the potential of quantum machine learning (QML), and in particular quantum neural networks (QNNs), to develop cloud cover parameterizations. QNNs differ from their classical counterparts, and their potentially high expressivity turns them into promising tools for accurate data-driven schemes to be used in climate models. We perform an extensive comparative analysis between several QNNs and classical neural networks (NNs), by training both ansatzes on data coming from high-resolution simulations with the ICOsahedral Non-hydrostatic weather and climate model (ICON). Our results show that the overall performance of the investigated QNNs is comparable to that of classical NNs of similar size, i.e., with the same number of trainable parameters, with both ansatzes outperforming standard parameterizations used in climate models. Our study includes an analysis of the generalization ability of the models as well as the geometrical properties of their optimization landscape. We also investigate the effects of finite sampling noise, and show that the training and the predictions of the QNNs are stable even in this noisy setting. These results demonstrate the applicability of QML to learn meaningful patterns in climate data, and are thus relevant for a broad range of problems within the climate modeling community.
Reference graph
Works this paper leans on
-
[1]
barticle Amin , M.H. , Andriyash , E. , Rolfe , J. , Kulchytskyy , B. , Melko , R. : Quantum B oltzmann machine . Phys. Rev. X 8 , 021050 ( 2018 ) 10.1103/PhysRevX.8.021050 barticle
-
[2]
botherref Aizpurua , B. , Jahromi , S.S. , Singh , S. , Orus , R. : Quantum Large Language Models via Tensor Network Disentanglers (2024). https://arxiv.org/abs/2410.17397 botherref
arXiv 2024
-
[3]
barticle Abbas , A. , Sutter , D. , Zoufal , C. , Lucchi , A. , Figalli , A. , Woerner , S. : The power of quantum neural networks . Nature Comp. Sci. 1 , 403 -- 409 ( 2021 ) 10.1038/s43588-021-00084-1 barticle
-
[4]
botherref Bowles , J. , Ahmed , S. , Schuld , M. : Better than classical? The subtle art of benchmarking quantum machine learning models (2024). https://arxiv.org/abs/2403.07059 botherref
arXiv 2024
-
[5]
barticle Brenowitz , N.D. , Bretherton , C.S. : Spatially extended tests of a neural network parametrization trained by coarse-graining . Journal of Advances in Modeling Earth Systems 11 ( 8 ), 2728 -- 2744 ( 2019 ) 10.1029/2019MS001711 barticle
-
[6]
botherref Bermejo , P. , Braccia , P. , Rudolph , M.S. , Holmes , Z. , Cincio , L. , Cerezo , M. : Quantum Convolutional Neural Networks are (Effectively) Classically Simulable (2024). https://arxiv.org/abs/2408.12739 botherref
arXiv 2024
-
[7]
botherref Bergholm , V. , Izaac , J. , Schuld , M. , Gogolin , C. , Ahmed , S. , Ajith , V. , Alam , M.S. , Alonso-Linaje , G. , AkashNarayanan , B. , Asadi , A. , Arrazola , J.M. , Azad , U. , Banning , S. , Blank , C. , Bromley , T.R. , Cordier , B.A. , Ceroni , J. , Delgado , A. , Matteo , O.D. , Dusko , A. , Garg , T. , Guala , D. , Hayes , A. , Hill ...
arXiv 2022
-
[8]
botherref Bock , L. , Lauer , A. , Schlund , M. , Barreiro , M. , Bellouin , N. , Jones , C. , Meehl , G.A. , Predoi , V. , Roberts , M.J. , Eyring , V. : Quantifying progress across different CMIP phases with the ESMValTool . J. Geophys. Res.: Atmos. 125(21) (2020) 10.1029/2019jd032321 botherref
Show all 125 references
-
[9]
, Lloyd , E
barticle Benedetti , M. , Lloyd , E. , Sack , S. , Fiorentini , M. : Parameterized quantum circuits as machine learning models . Quantum Science and Technology 4 ( 4 ), 043001 ( 2019 ) 10.1088/2058-9565/ab4eb5 barticle
2019 doi
-
[10]
, Pereira , J
barticle Banchi , L. , Pereira , J. , Pirandola , S. : Generalization in quantum machine learning: A quantum information standpoint . PRX Quantum 2 , 040321 ( 2021 ) 10.1103/PRXQuantum.2.040321 barticle
2021 doi
-
[11]
, Wo \'z niak , K.A
barticle Belis , V. , Wo \'z niak , K.A. , Puljak , E. , Barkoutsos , P. , Dissertori , G. , Grossi , M. , Pierini , M. , Reiter , F. , Tavernelli , I. , Vallecorsa , S. : Quantum anomaly detection in the latent space of proton collision events at the lhc . Communications Phys...
2024 doi
-
[12]
, Zhang , Y
botherref Bazgir , A. , Zhang , Y. : QESM: A Leap Towards Quantum-Enhanced ML Emulation Framework for Earth and Climate Modeling (2024). https://arxiv.org/abs/2410.01551 botherref
2024 arXiv
-
[13]
, Arrasmith , A
barticle Cerezo , M. , Arrasmith , A. , Babbush , R. , Benjamin , S.C. , Endo , S. , Fujii , K. , McClean , J.R. , Mitarai , K. , Yuan , X. , Cincio , L. , Coles , P.J. : Variational quantum algorithms . Nature Reviews Physics 3 , 625 -- 644 ( 2021 ) 10.1038/s42254-021-00348-9...
2021 doi
-
[14]
, Choi , S
barticle Cong , I. , Choi , S. , Lukin , M.D. : Quantum convolutional neural networks . Nature Physics 15 , 1273 -- 1278 ( 2019 ) 10.1038/s41567-019-0648-8 barticle
2019 doi
-
[15]
, Cervera-Lierta , A
barticle Casas , B. , Cervera-Lierta , A. : Multidimensional fourier series with quantum circuits . Phys. Rev. A 107 , 062612 ( 2023 ) 10.1103/PhysRevA.107.062612 barticle
2023 doi
-
[16]
, Chéruy , F
barticle Chevallier , F. , Chéruy , F. , Scott , N.A. , Chédin , A. : A neural network approach for a fast and accurate computation of a longwave radiative budget . Journal of Applied Meteorology 37 ( 11 ), 1385 -- 1397 ( 1998 ) 10.1175/1520-0450(1998)037<1385:ANNAFA>2.0.CO;2 barticle
1998 doi
-
[17]
, Gil-Fuster , E
barticle Caro , M.C. , Gil-Fuster , E. , Meyer , J.J. , Eisert , J. , Sweke , R. : Encoding-dependent generalization bounds for parametrized quantum circuits . Quantum 5 , 582 ( 2021 ) 10.22331/q-2021-11-17-582 barticle
2021 doi
-
[18]
, Huang , H.-Y
botherref Caro , M.C. , Huang , H.-Y. , Cerezo , M. , Sharma , K. , Sornborger , A. , Cincio , L. , Coles , P.J. : Generalization in quantum machine learning from few training data. Nat. Commun. 13(1) (2022) 10.1038/s41467-022-32550-3 botherref
2022 doi
-
[19]
, Larocca , M
botherref Cerezo , M. , Larocca , M. , García-Martín , D. , Diaz , N.L. , Braccia , P. , Fontana , E. , Rudolph , M.S. , Bermejo , P. , Ijaz , A. , Thanasilp , S. , Anschuetz , E.R. , Holmes , Z. : Does provable absence of barren plateaus imply classical simulability? O r, why...
2024 arXiv
-
[20]
, Moro , L
botherref Corli , S. , Moro , L. , Dragoni , D. , Dispenza , M. , Prati , E. : Quantum Machine Learning Algorithms for Anomaly Detection: a Survey (2024). https://arxiv.org/abs/2408.11047 botherref
2024 arXiv
-
[21]
, Mills , D
barticle Coyle , B. , Mills , D. , Danos , V. , Kashefi , E. : The B orn supremacy: quantum advantage and training of an I sing B orn machine . npj Quantum Inf. 6 , 60 ( 2020 ) 10.1038/s41534-020-00288-9 barticle
2020 doi
-
[22]
, Shi , Z
barticle Chan , A. , Shi , Z. , Dellantonio , L. , D\"ur , W. , Muschik , C.A. : Measurement-based infused circuits for variational quantum eigensolvers . Phys. Rev. Lett. 132 , 240601 ( 2024 ) 10.1103/PhysRevLett.132.240601 barticle
2024 doi
-
[23]
, Verdon , G
barticle Cerezo , M. , Verdon , G. , Huang , H.-Y. , Cincio , L. , Coles , P.J. : Challenges and opportunities in quantum machine learning . Nat. Comput. Sci. 2 , 567 -- 576 ( 2022 ) 10.1038/s43588-022-00311-3 barticle
2022 doi
-
[24]
, Wei , T.-C
barticle Chen , S.Y.-C. , Wei , T.-C. , Zhang , C. , Yu , H. , Yoo , S. : Quantum convolutional neural networks for high energy physics data analysis . Phys. Rev. Res. 4 , 013231 ( 2022 ) 10.1103/PhysRevResearch.4.013231 barticle
2022 doi
-
[25]
, Zanna , L
botherref Christensen , H. , Zanna , L. : Parametrization in Weather and Climate Models. Oxford University Press (2022). 10.1093/acrefore/9780190228620.013.826 . https://oxfordre.com/climatescience/view/10.1093/acrefore/9780190228620.001.0001/acrefore-9780190228620-e-826 botherref
2022
-
[26]
, Bruhn , S
botherref Duneau , T. , Bruhn , S. , Matos , G. , Laakkonen , T. , Saiti , K. , Pearson , A. , Meichanetzidis , K. , Coecke , B. : Scalable and interpretable quantum natural language processing: an implementation on trapped ions (2024). https://arxiv.org/abs/2409.08777 botherref
2024 arXiv
-
[27]
, Killoran , N
barticle Dallaire-Demers , P.-L. , Killoran , N. : Quantum generative adversarial networks . Phys. Rev. A 98 , 012324 ( 2018 ) 10.1103/PhysRevA.98.012324 barticle
2018 doi
-
[28]
, Hsieh , M.-H
barticle Du , Y. , Hsieh , M.-H. , Liu , T. , Tao , D. : Expressive power of parametrized quantum circuits . Phys. Rev. Res. 2 , 033125 ( 2020 ) 10.1103/PhysRevResearch.2.033125 barticle
2020 doi
-
[29]
, Liu , Y.-J
barticle Dilip , R. , Liu , Y.-J. , Smith , A. , Pollmann , F. : Data compression for quantum machine learning . Phys. Rev. Res. 4 , 043007 ( 2022 ) 10.1103/PhysRevResearch.4.043007 barticle
2022 doi
-
[30]
, Ziemen , F
bchapter Duras , J. , Ziemen , F. , Klocke , D. : The DYAMOND Winter Data Collection . ( 2021 ). 10.5194/egusphere-egu21-4687, 2021 bchapter
2021 doi
-
[31]
, Collins , W.D
barticle Eyring , V. , Collins , W.D. , Gentine , P. , Barnes , E.A. , Barreiro , M. , Beucler , T. , Bocquet , M. , Bretherton , C.S. , Christensen , H.M. , Gagne , D.J. , Hall , D. , Hammerling , D. , Hoyer , S. , Iglesias-Suarez , F. , Lopez-Gomez , I. , McGraw , M.C. , Mee...
2024
-
[32]
, Gentine , P
barticle Eyring , V. , Gentine , P. , Camps-Valls , G. , Lawrence , D.M. , Reichstein , M. : Ai-empowered next-generation multiscale climate modelling for mitigation and adaptation . Nature Geoscience 17 , 963 -- 971 ( 2024 ) 10.1038/s41561-024-01527-w barticle
2024 doi
-
[33]
, Hidary , J
botherref Efthymiou , S. , Hidary , J. , Leichenauer , S. : TensorNetwork for Machine Learning (2019). https://arxiv.org/abs/1906.06329 botherref
2019 arXiv
-
[34]
, Mishra , V
barticle Eyring , V. , Mishra , V. , Griffith , G.P. , Chen , L. , Keenan , T. , Turetsky , M.R. , Brown , S. , Jotzo , F. , Moore , F.C. , Linden , S. : Reflections and projections on a decade of climate science . Nat. Clim. Change 11 ( 4 ), 279 -- 285 ( 2021 ) 10.1038/s41558...
2021 doi
-
[35]
, Tikku , A
botherref Foss-Feig , M. , Tikku , A. , Lu , T.-C. , Mayer , K. , Iqbal , M. , Gatterman , T.M. , Gerber , J.A. , Gilmore , K. , Gresh , D. , Hankin , A. , Hewitt , N. , Horst , C.V. , Matheny , M. , Mengle , T. , Neyenhuis , B. , Dreyer , H. , Hayes , D. , Hsieh , T.H. , Kim ...
2023 arXiv
-
[36]
, Maziero , J
barticle Friedrich , L. , Maziero , J. : Avoiding barren plateaus with classical deep neural networks . Phys. Rev. A 106 , 042433 ( 2022 ) 10.1103/PhysRevA.106.042433 barticle
2022 doi
-
[37]
, Neven , H
botherref Farhi , E. , Neven , H. : Classification with Quantum Neural Networks on Near Term Processors (2018). https://arxiv.org/abs/1802.06002 botherref
2018 arXiv
-
[38]
, Anschuetz , E.R
barticle Gao , X. , Anschuetz , E.R. , Wang , S.-T. , Cirac , J.I. , Lukin , M.D. : Enhancing generative models via quantum correlations . Phys. Rev. X 12 , 021037 ( 2022 ) 10.1103/PhysRevX.12.021037 barticle
2022 doi
-
[39]
, Brokopf , R
barticle Giorgetta , M.A. , Brokopf , R. , Crueger , T. , Esch , M. , Fiedler , S. , Helmert , J. , Hohenegger , C. , Kornblueh , L. , K \"o hler , M. , Manzini , E. , Mauritsen , T. , Nam , C. , Raddatz , T. , Rast , S. , Reinert , D. , Sakradzija , M. , Schmidt , H. , Schnec...
2018 doi
-
[40]
, Beucler , T
barticle Grundner , A. , Beucler , T. , Gentine , P. , Iglesias-Suarez , F. , Giorgetta , M.A. , Eyring , V. : Deep learning based cloud cover parameterization for ICON . JAMES 14 ( 2 ), 2021 -- 002959 ( 2022 ) 10.1029/2021ms002959 barticle
2021 doi
-
[41]
, Beucler , T
barticle Grundner , A. , Beucler , T. , Gentine , P. , Eyring , V. : Data-driven equation discovery of a cloud cover parameterization . JAMES 16 ( 3 ), 2023 -- 003763 ( 2024 ) 10.1029/2023MS003763 barticle
2023 doi
-
[42]
, Eyring , V
bchapter Gentine , P. , Eyring , V. , Beucler , T. : Deep learning for the parametrization of subgrid processes in climate models . In: Camps-Valls , G. , Tuia , D. , Zhu , X.X. , Reichstein , M. (eds.) Deep Learning for the Earth Sciences, Second Edition . Wiley , ??? ( 2021 ...
2021 doi
-
[43]
: A Survey of Methods for Mitigating Barren Plateaus for Parameterized Quantum Circuits (2024)
botherref Gelman , M. : A Survey of Methods for Mitigating Barren Plateaus for Parameterized Quantum Circuits (2024). https://arxiv.org/abs/2406.14285 botherref
2024 arXiv
-
[44]
, Gyurik , C
botherref Gil-Fuster , E. , Gyurik , C. , Pérez-Salinas , A. , Dunjko , V. : On the relation between trainability and dequantization of variational quantum learning models (2024). https://arxiv.org/abs/2406.07072 botherref
2024 arXiv
-
[45]
, Pritchard , M
barticle Gentine , P. , Pritchard , M. , Rasp , S. , Reinaudi , G. , Yacalis , G. : Could machine learning break the convection parameterization deadlock? Geophys. Res. Lett. 45 ( 11 ), 5742 -- 5751 ( 2018 ) 10.1029/2018gl078202 barticle
2018 doi
-
[46]
, Rood , R.B
bbook Gettelman , A. , Rood , R.B. : Demystifying Climate Models . Springer , ??? ( 2016 ). 10.1007/978-3-662-48959-8 bbook
2016 doi
-
[47]
, Sawyer , W
barticle Giorgetta , M.A. , Sawyer , W. , Lapillonne , X. , Adamidis , P. , Alexeev , D. , Cl \'e ment , V. , Dietlicher , R. , Engels , J.F. , Esch , M. , Franke , H. , : The icon-a model for direct qbo simulations on gpus (version icon-cscs: baf28a514) . Geoscientific Model ...
2022
-
[48]
, Wossnig , L
barticle Grant , E. , Wossnig , L. , Ostaszewski , M. , Benedetti , M. : An initialization strategy for addressing barren plateaus in parametrized quantum circuits . Quantum 3 , 214 ( 2019 ) 10.22331/q-2019-12-09-214 barticle
2019 doi
-
[49]
, Chen , K.-C
botherref Ho , K.T.M. , Chen , K.-C. , Lee , L. , Burt , F. , Yu , S. , Po-Heng , Lee : Quantum Computing for Climate Resilience and Sustainability Challenges (2024). https://arxiv.org/abs/2407.16296 botherref
2024 arXiv
-
[50]
, Córcoles , A.D
barticle Havlíček , V. , Córcoles , A.D. , Temme , K. , Harrow , A.W. , Kandala , A. , Chow , J.M. , Gambetta , J.M. : Supervised learning with quantum-enhanced feature spaces . Nature 567 , 209 -- 212 ( 2019 ) 10.1038/s41586-019-0980-2 barticle
2019 doi
-
[51]
, Gray , J
barticle Haghshenas , R. , Gray , J. , Potter , A.C. , Chan , G.K.-L. : Variational power of quantum circuit tensor networks . Phys. Rev. X 12 , 011047 ( 2022 ) 10.1103/PhysRevX.12.011047 barticle
2022 doi
-
[52]
, Iglesias-Suarez , F
barticle Hafner , K. , Iglesias-Suarez , F. , Shamekh , S. , Gentine , P. , Giorgetta , M.A. , Pincus , R. , Eyring , V. : Interpretable machine learning-based radiation emulation for icon . ESS Open Archive ( 2024 ) 10.22541/essoar.173169996.65100750/v1 barticle
2024
-
[53]
, Kim , M.S
barticle Haug , T. , Kim , M.S. : Generalization of quantum machine learning models using quantum fisher information metric . Phys. Rev. Lett. 133 , 050603 ( 2024 ) 10.1103/PhysRevLett.133.050603 barticle
2024 doi
-
[54]
, Kim , L
barticle Hur , T. , Kim , L. , Park , D.K. : Quantum convolutional neural network for classical data classification . Quantum Machine Intelligence 4 , 3 ( 2022 ) 10.1007/s42484-021-00061-x barticle
2022 doi
-
[55]
, Schwabe , M
barticle Heuer , H. , Schwabe , M. , Gentine , P. , Giorgetta , M.A. , Eyring , V. : Interpretable multiscale machine learning-based parameterizations of convection for icon . Journal of Advances in Modeling Earth Systems 16 ( 8 ), 2024 -- 004398 ( 2024 ) 10.1029/2024MS004398 barticle
2024 doi
-
[56]
, Wang , J
barticle Han , Z.-Y. , Wang , J. , Fan , H. , Wang , L. , Zhang , P. : Unsupervised generative modeling using matrix product states . Phys. Rev. X 8 , 031012 ( 2018 ) 10.1103/PhysRevX.8.031012 barticle
2018 doi
-
[57]
: Differential-geometrical methods in statistics
bchapter Amari , S.-i. : Differential-geometrical methods in statistics . In: Lecture Notes in Statistics . Springer , ??? ( 1985 ). 10.1007/978-1-4612-5056-2 bchapter
1985 doi
-
[58]
: Natural gradient works efficiently in learning
barticle Amari , S.-i. : Natural gradient works efficiently in learning . Neural Computation 10 , 251 -- 276 ( 1997 ) 10.1162/089976698300017746 barticle
1997 doi
-
[59]
, Tantivasadakarn , N
barticle Iqbal , M. , Tantivasadakarn , N. , Gatterman , T.M. , Gerber , J.A. , Gilmore , K. , Gresh , D. , Hankin , A. , Hewitt , N. , Horst , C.V. , Matheny , M. , Mengle , T. , Neyenhuis , B. , Vishwanath , A. , Foss-Feig , M. , Verresen , R. , Dreyer , H. : Topological ord...
2024 doi
-
[60]
: Fundamentals of Atmospheric Modeling
bbook Jacobson , M.Z. : Fundamentals of Atmospheric Modeling . Cambridge University Press , ??? ( 2005 ). 10.1017/CBO9781139165389 . https://doi.org/10.1017/CBO9781139165389 bbook
2005 doi
-
[61]
https://jax.readthedocs.io/en/latest/index.html botherref
botherref JAX : High performance array computing (accessed 2024). https://jax.readthedocs.io/en/latest/index.html botherref
2024
-
[62]
, Gentile , A.A
botherref Jaderberg , B. , Gentile , A.A. , Ghosh , A. , Elfving , V.E. , Jones , C. , Vodola , D. , Manobianco , J. , Weiss , H. : Potential of quantum scientific machine learning applied to weather modelling (2024). https://arxiv.org/abs/2404.08737 botherref
2024 arXiv
-
[63]
, Gyurik , C
barticle Jerbi , S. , Gyurik , C. , Marshall , S.C. , Molteni , R. , Dunjko , V. : Shadows of quantum machine learning . Nature Communications 15 , 5676 ( 2024 ) 10.1038/s41467-024-49877-8 barticle
2024 doi
-
[64]
, Sawaya , N.P
botherref Jumade , R. , Sawaya , N.P. : Data is often loadable in short depth: Quantum circuits from tensor networks for finance, images, fluids, and proteins (2023). https://arxiv.org/abs/2309.13108 botherref
2023 arXiv
-
[65]
, Shen , K
botherref Jobst , B. , Shen , K. , Riofrío , C.A. , Shishenina , E. , Pollmann , F. : Efficient MPS representations and quantum circuits from the Fourier modes of classical image data (2023). https://arxiv.org/abs/2311.07666 botherref
2023 arXiv
-
[66]
, Akaho , S
barticle Karakida , R. , Akaho , S. , Amari , S.-i. : Universal statistics of fisher information in deep neural networks: mean field approach* . Journal of Statistical Mechanics: Theory and Experiment 2020 ( 12 ), 124005 ( 2020 ) 10.1088/1742-5468/abc62e barticle
2020 doi
-
[67]
, Ba , J
botherref Kingma , D.P. , Ba , J. : Adam: A Method for Stochastic Optimization (2017). https://arxiv.org/abs/1412.6980 botherref
2017 arXiv
-
[68]
, Fox-Rabinovitz , M.S
barticle Krasnopolsky , V.M. , Fox-Rabinovitz , M.S. , Belochitski , A.A. : Using ensemble of neural networks to learn stochastic convection parameterizations for climate and numerical weather prediction models from data simulated by a cloud resolving model . Advances in Artif...
2013 doi
-
[69]
, Fox-Rabinovitz , M.S
barticle Krasnopolsky , V.M. , Fox-Rabinovitz , M.S. , Chalikov , D.V. : New approach to calculation of atmospheric model physics: Accurate and fast neural network emulation of longwave radiation in a climate model . Monthly Weather Review 133 ( 5 ), 1370 -- 1383 ( 2005 ) 10.1...
2005 doi
-
[70]
, Maurer , J
botherref K\"olle , M. , Maurer , J. , Altmann , P. , Sünkel , L. , Stein , J. , Linnhoff-Popien , C. : Disentangling Quantum and Classical Contributions in Hybrid Quantum Machine Learning Architectures (2024). https://arxiv.org/abs/2311.05559 botherref
2024 arXiv
-
[71]
, Roth , M
barticle Kreplin , D.A. , Roth , M. : Reduction of finite sampling noise in quantum neural networks . Quantum 8 , 1385 ( 2024 ) 10.22331/q-2024-06-25-1385 barticle
2024 doi
-
[72]
, Lohidasan , A
bchapter Lachure , S.S. , Lohidasan , A. , Tiwari , A. , Dhabu , M. , Bokde , N.D. : 4 . Quantum Machine Learning Applications to Address Climate Change: A Short Review . IGI Global Scientific Publishing , ??? ( 2023 ). 10.4018/978-1-6684-6697-1.ch004 bchapter
2023 doi
-
[73]
, Li , S
barticle Liu , J. , Li , S. , Zhang , J. , Zhang , P. : Tensor networks for unsupervised machine learning . Phys. Rev. E 107 , 012103 ( 2023 ) 10.1103/PhysRevE.107.L012103 barticle
2023 doi
-
[74]
, Thabet , S
botherref Landman , J. , Thabet , S. , Dalyac , C. , Mhiri , H. , Kashefi , E. : Classically Approximating Variational Quantum Machine Learning with Random Fourier Features (2022). https://arxiv.org/abs/2210.13200 botherref
2022 arXiv
-
[75]
, Turner , D
barticle Lagerquist , R. , Turner , D. , Ebert-Uphoff , I. , Stewart , J. , Hagerty , V. : Using deep learning to emulate and accelerate a radiative transfer model . Journal of Atmospheric and Oceanic Technology 38 ( 10 ), 1673 -- 1696 ( 2021 ) 10.1175/JTECH-D-21-0007.1 barticle
2021 doi
-
[76]
, Thanasilp , S
botherref Larocca , M. , Thanasilp , S. , Wang , S. , Sharma , K. , Biamonte , J. , Coles , P.J. , Cincio , L. , McClean , J.R. , Holmes , Z. , Cerezo , M. : A Review of Barren Plateaus in Variational Quantum Computing (2024). https://arxiv.org/abs/2405.00781 botherref
2024 arXiv
-
[77]
, Boixo , S
barticle McClean , J.R. , Boixo , S. , Smelyanskiy , V.N. , Babbush , R. , Neven , H. : Barren plateaus in quantum neural network training landscapes . Nature Communications 9 , 4812 ( 2018 ) 10.1038/s41467-018-07090-4 barticle
2018 doi
-
[78]
: Parameterizations: representing key processes in climate models without resolving them
barticle McFarlane , N. : Parameterizations: representing key processes in climate models without resolving them . WIREs Climate Change 2 ( 4 ), 482 -- 497 ( 2011 ) 10.1002/wcc.122 barticle
2011 doi
-
[79]
, Mulatier , C
botherref Merbis , W. , Mulatier , C. , Corboz , P. : Efficient simulations of epidemic models with tensor networks: application to the one-dimensional SIS model (2023). https://arxiv.org/abs/2305.06815 botherref
2023 arXiv
-
[80]
, Furue , R
botherref Matsuta , T. , Furue , R. : Formulation and evaluation of ocean dynamics problems as optimization problems for quantum annealing machines (2024). https://arxiv.org/abs/2405.11782 botherref
2024
-
[81]
, Negoro , M
barticle Mitarai , K. , Negoro , M. , Kitagawa , M. , Fujii , K. : Quantum circuit learning . Phys. Rev. A 98 , 032309 ( 2018 ) 10.1103/PhysRevA.98.032309 barticle
2018 doi
-
[82]
, Pointing , J
botherref Mingard , C. , Pointing , J. , London , C. , Nam , Y. , Louis , A.A. : Exploiting the equivalence between quantum neural networks and perceptrons (2024). https://arxiv.org/abs/2407.04371 botherref
2024 arXiv
-
[83]
, Romero , J
barticle McClean , J.R. , Romero , J. , Babbush , R. , Aspuru-Guzik , A. : The theory of variational hybrid quantum-classical algorithms . New Journal of Physics 18 ( 2 ), 023023 ( 2016 ) 10.1088/1367-2630/18/2/023023 barticle
2016 doi
-
[84]
: On the computation of saturation vapor pressure
barticle Murray , F.W. : On the computation of saturation vapor pressure . Journal of Applied Meteorology and Climatology 6 ( 1 ), 203 -- 204 ( 1967 ) 10.1175/1520-0450(1967)006<0203:OTCOSV>2.0.CO;2 barticle
1967 doi
-
[85]
, Bhirud , S
barticle Nivelkar , M. , Bhirud , S. , Singh , M. , Ranjan , R. , Kumar , B. : Quantum computing to study cloud turbulence properties . IEEE Access 11 , 70679 -- 70690 ( 2023 ) 10.1109/ACCESS.2023.3289924 barticle
2023
-
[86]
, Kassler , A
botherref Nammouchi , A. , Kassler , A. , Theorachis , A. : Quantum Machine Learning in Climate Change and Sustainability: a Review (2023). https://arxiv.org/abs/2310.09162 botherref
2023 arXiv
-
[87]
, Kranzlmüller , D
botherref Otgonbaatar , S. , Kranzlmüller , D. : Quantum-inspired tensor network for Earth science (2023). https://arxiv.org/abs/2301.07528 botherref
2023 arXiv
-
[88]
: Tensor networks for complex quantum systems
barticle Or \'u s , R. : Tensor networks for complex quantum systems . Nature Reviews Physics 1 , 538 -- 550 ( 2019 ) 10.1038/s42254-019-0086-7 barticle
2019 doi
-
[89]
, Bengio , Y
botherref Pascanu , R. , Bengio , Y. : Revisiting Natural Gradient for Deep Networks (2014). https://arxiv.org/abs/1301.3584 botherref
2014 arXiv
-
[90]
, Cerezo , M
barticle Pesah , A. , Cerezo , M. , Wang , S. , Volkoff , T. , Sornborger , A.T. , Coles , P.J. : Absence of barren plateaus in quantum convolutional neural networks . Phys. Rev. X 11 , 041011 ( 2021 ) 10.1103/PhysRevX.11.041011 barticle
2021 doi
-
[91]
, Benedetti , M
barticle Perdomo-Ortiz , A. , Benedetti , M. , Realpe-Gómez , J. , Biswas , R. : Opportunities and challenges for quantum-assisted machine learning in near-term quantum computers . Quantum Science and Technology 3 ( 3 ), 030502 ( 2018 ) 10.1088/2058-9565/aab859 barticle
2018 doi
-
[92]
, Cervera-Lierta , A
barticle P \' e rez-Salinas , A. , Cervera-Lierta , A. , Gil-Fuster , E. , Latorre , J.I. : Data re-uploading for a universal quantum classifier . Quantum 4 , 226 ( 2020 ) 10.22331/q-2020-02-06-226 barticle
2020 doi
-
[93]
, Worah , P
bchapter Pennington , J. , Worah , P. : The spectrum of the fisher information matrix of a single-hidden-layer neural network . In: Bengio , S. , Wallach , H. , Larochelle , H. , Grauman , K. , Cesa-Bianchi , N. , Garnett , R. (eds.) Advances in Neural Information Processing S...
2018
-
[94]
, Alkhalaf , O.H
barticle Rahman , S.M. , Alkhalaf , O.H. , Alam , M.S. , Tiwari , S.P. , Shafiullah , M. , Al-Judaibi , S.M. , Al-Ismail , F.S. : Climate change through quantum lens: Computing and machine learning . Earth Systems and Environment 8 , 705 -- 722 ( 2024 ) 10.1007/s41748-024-0041...
2024 doi
-
[95]
, Khairoutdinov , M
barticle Randall , D. , Khairoutdinov , M. , Arakawa , A. , Grabowski , W. : Breaking the cloud parameterization deadlock . Bulletin of the American Meteorological Society 84 ( 11 ), 1547 -- 1564 ( 2003 ) 10.1175/BAMS-84-11-1547 barticle
2003 doi
-
[96]
, Köster , F
barticle Rieser , H.-M. , Köster , F. , Raulf , A.P. : Tensor networks for quantum machine learning . Proceedings of the Royal Society A 479 , 20230218 ( 2023 ) 10.1098/rspa.2023.0218 barticle
2023
-
[97]
, Pritchard , M.S
barticle Rasp , S. , Pritchard , M.S. , Gentine , P. : Deep learning to represent subgrid processes in climate models . Proc. Nat. Acad. Sci. 115 ( 39 ), 9684 -- 9689 ( 2018 ) 10.1073/pnas.1810286115 barticle
2018 doi
-
[98]
, Su , G
barticle Ran , S.-J. , Su , G. : Tensor networks for interpretable and efficient quantum-inspired machine learning . Intelligent Computing 2 , 0061 ( 2023 ) 10.34133/icomputing.0061 https://arxiv.org/abs/https://spj.science.org/doi/pdf/10.34133/icomputing.0061 https://spj.scie...
2023 doi
-
[99]
, Acquistapace , C
barticle Stevens , B. , Acquistapace , C. , Hansen , A. , Heinze , R. , Klinger , C. , Klocke , D. , Rybka , H. , Schubotz , W. , Windmiller , J. , Adamidis , P. , : The added value of large-eddy and storm-resolving models for simulating clouds and precipitation . Journal of t...
2020
-
[100]
, Bony , S
barticle Sherwood , S.C. , Bony , S. , Dufresne , J.-L. : Spread in model climate sensitivity traced to atmospheric convective mixing . Nature 505 ( 7481 ), 37 -- 42 ( 2014 ) 10.1038/nature12829 barticle
2014 doi
-
[101]
, Bergholm , V
barticle Schuld , M. , Bergholm , V. , Gogolin , C. , Izaac , J. , Killoran , N. : Evaluating analytic gradients on quantum hardware . Phys. Rev. A 99 , 032331 ( 2019 ) 10.1103/PhysRevA.99.032331 barticle
2019 doi
-
[102]
, Duras , J
botherref Stephan , C.C. , Duras , J. , Harris , L. , Klocke , D. , Putman , W.M. , Taylor , M. , Wedi , N. , Z agar , N. , Ziemen , F. : Atmospheric energy spectra in global kilometre-scale models. Tellus A: Dynamic Meteorology and Oceanography 74(1) (2022) botherref
2022
-
[103]
, Eisert , J
barticle Schreiber , F.J. , Eisert , J. , Meyer , J.J. : Classical surrogates for quantum learning models . Phys. Rev. Lett. 131 , 100803 ( 2023 ) 10.1103/PhysRevLett.131.100803 barticle
2023 doi
-
[104]
, Jobst , B
botherref Shen , K. , Jobst , B. , Shishenina , E. , Pollmann , F. : Classification of the Fashion-MNIST Dataset on a Quantum Computer (2024). https://arxiv.org/abs/2403.02405 botherref
2024 arXiv
-
[105]
, Killoran , N
barticle Schuld , M. , Killoran , N. : Quantum machine learning in feature H ilbert spaces . Phys. Rev. Lett. 122 , 040504 ( 2019 ) 10.1103/PhysRevLett.122.040504 barticle
2019 doi
-
[106]
, Lourens , M
botherref Slabbert , D. , Lourens , M. , Petruccione , F. : Pulsar classification: comparing quantum convolutional neural networks and quantum support vector machines. Quantum Machine Intelligence 6(2) (2024) 10.1007/s42484-024-00194-9 botherref
2024 doi
-
[107]
, Martyniuk , D
bchapter S \"u nkel , L. , Martyniuk , D. , Reichwald , J.J. , Morariu , A. , Seggoju , R.H. , Altmann , P. , Roch , C. , Paschke , A. : Hybrid quantum machine learning assisted classification of covid-19 from computed tomography scans . In: 2023 IEEE International Conference ...
2023
-
[108]
, Pastori , L
botherref Schwabe , M. , Pastori , L. , Vega , I. , Gentine , P. , Iapichino , L. , Lahtinen , V. , Leib , M. , Lorenz , J.M. , Eyring , V. : Quantum computing to improve and accelerate climate models. Environmental Data Science submitted (2024) botherref
2024
-
[109]
, Recio , E
botherref Sweke , R. , Recio , E. , Jerbi , S. , Gil-Fuster , E. , Fuller , B. , Eisert , J. , Meyer , J.J. : Potential and limitations of random Fourier features for dequantizing quantum machine learning (2023). https://arxiv.org/abs/2309.11647 botherref
2023 arXiv
-
[110]
, Schwab , D.J
bchapter Stoudenmire , E. , Schwab , D.J. : Supervised learning with tensor networks . In: Lee , D. , Sugiyama , M. , Luxburg , U. , Guyon , I. , Garnett , R. (eds.) Advances in Neural Information Processing Systems , vol. 29 . Curran Associates, Inc. , ??? ( 2016 ) bchapter
2016
-
[111]
, Satoh , M
botherref Stevens , B. , Satoh , M. , Auger , L. , Biercamp , J. , Bretherton , C.S. , Chen , X. , D\"uben , P. , Judt , F. , Khairoutdinov , M. , Klocke , D. , Kodama , C. , Kornblueh , L. , Lin , S.-J. , Neumann , P. , Putman , W.M. , Röber , N. , Shibuya , R. , Vanniere , B...
2019 doi
-
[112]
, Sikora , J
bchapter Sakhnenko , A. , Sikora , J. , Lorenz , J. : Buildung continuous quantum-classical bayesian neural networks for a classical clinical dataset . In: Proceedings of Recent Advances in Quantum Computing and Technology . ReAQCT ’24 , pp. 62 -- 72 . ACM , ??? ( 2024 ). 10.1...
2024
-
[113]
, Sweke , R
barticle Schuld , M. , Sweke , R. , Meyer , J.J. : Effect of data encoding on the expressive power of variational quantum-machine-learning models . Phys. Rev. A 103 , 032430 ( 2021 ) 10.1103/PhysRevA.103.032430 barticle
2021 doi
-
[114]
, Teixeira , J
barticle Schneider , T. , Teixeira , J. , Bretherton , C.S. , Brient , F. , Pressel , K.G. , Sch \"a r , C. , Siebesma , A.P. : Climate goals and computing the future of clouds . Nature Climate Change 7 , 3 -- 5 ( 2017 ) 10.1038/nclimate3190 barticle
2017 doi
-
[115]
: Parameterization Schemes: Keys to Understanding Numerical Weather Prediction Models
bbook Stensrud , D.J. : Parameterization Schemes: Keys to Understanding Numerical Weather Prediction Models . Cambridge University Press , ??? ( 2007 ). 10.1017/CBO9780511812590 bbook
2007 doi
-
[116]
, Verresen , R
botherref Sahay , R. , Verresen , R. : Finite-Depth Preparation of Tensor Network States from Measurement (2024). https://arxiv.org/abs/2404.17087 botherref
2024 arXiv
-
[117]
, Palmer , T.N
barticle Tennie , F. , Palmer , T.N. : Quantum computers for weather and climate prediction: The good, the bad, and the noisy . Bulletin of the American Meteorological Society 104 ( 2 ), 488 -- 500 ( 2023 ) 10.1175/BAMS-D-22-0031.1 barticle
2023 doi
-
[118]
, Wang , S
barticle Thanasilp , S. , Wang , S. , Nghiem , N.A. , Coles , P. , Cerezo , M. : Subtleties in the trainability of quantum machine learning models . Quantum Machine Intelligence 5 , 21 ( 2023 ) 10.1007/s42484-023-00103-6 barticle
2023 doi
-
[119]
, Paine , A.E
botherref Williams , C.A. , Paine , A.E. , Wu , H.-Y. , Elfving , V.E. , Kyriienko , O. : Quantum Chebyshev Transform: Mapping, Embedding, Learning and Sampling Distributions (2023). https://arxiv.org/abs/2306.17026 botherref
2023 arXiv
-
[120]
, Yang , S
barticle Wang , Y. , Yang , S. , Chen , G. , Bao , Q. , Li , J. : Evaluating two diagnostic schemes of cloud-fraction parameterization using the cloudsat data . Atmospheric Research 282 , 106510 ( 2023 ) 10.1016/j.atmosres.2022.106510 barticle
2023
-
[121]
, Randall , D.A
barticle Xu , K.-M. , Randall , D.A. : A semiempirical cloudiness parameterization for use in climate models . Journal of Atmospheric Sciences 53 ( 21 ), 3084 -- 3102 ( 1996 ) 10.1175/1520-0469(1996)053<3084:ASCPFU>2.0.CO;2 barticle
1996 doi
- [122]
-
[123]
, O'Gorman , P.A
botherref Yuval , J. , O'Gorman , P.A. : Stable machine-learning parameterization of subgrid processes for climate modeling at a range of resolutions. Nat. Commun. 11(1) (2020) 10.1038/s41467-020-17142-3 botherref
2020 doi
-
[124]
, Liu , L
botherref Zhang , K. , Liu , L. , Hsieh , M.-H. , Tao , D. : Escaping from the Barren Plateau via Gaussian Initializations in Deep Variational Quantum Circuits (2022). https://arxiv.org/abs/2203.09376 botherref
2022 arXiv
-
[125]
write newline
" write newline "" before.all 'output.state := FUNCTION string.to.integer 't := t text.length 'k := #1 'char.num := t char.num #1 substring 's := s is.num s "." = or char.num k = not and char.num #1 + 'char.num := while char.num #1 - 'char.num := t #1 char.num substring FUNCTI...
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.