pith. sign in

arxiv: 2606.27561 · v1 · pith:HMWWM44Wnew · submitted 2026-06-25 · 💻 cs.LG · quant-ph

Quantum Generative Diffusion Model for Real-World Time Series

Pith reviewed 2026-06-29 01:30 UTC · model grok-4.3

classification 💻 cs.LG quant-ph
keywords quantum generative modelsdiffusion modelstime series synthesishybrid quantum-classicalfinancial time seriesWasserstein distanceparameter reductionforecasting augmentation
0
0 comments X

The pith

A hybrid quantum diffusion model generates more accurate synthetic time series than classical versions while using nearly 1000 times fewer parameters per replaced component.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper introduces QDiffusion-TS, the first quantum generative diffusion model for time series. It extends a classical diffusion model by replacing feed-forward components in the denoising transformer with quantum neural networks to form a hybrid quantum transformer. This change reduces the trainable parameters in each replaced component by nearly three orders of magnitude. On financial time series from Apple and Amazon, the quantum model reduces Wasserstein distance to real data by about 44 percent compared with the classical counterpart. Augmenting real data with the generated samples improves downstream forecasting performance by up to 71 percent in RMSE over a baseline trained only on real data.

Core claim

The authors establish that replacing feed-forward layers inside the denoising transformer of a diffusion model with quantum neural networks produces a hybrid architecture that matches or exceeds classical performance on real financial time series, measured by lower Wasserstein distance to the true distribution and better forecasting accuracy after data augmentation, while cutting the parameter count in each replaced component by nearly three orders of magnitude.

What carries the argument

The hybrid quantum transformer created by substituting classical feed-forward components in the denoising transformer with quantum neural networks.

If this is right

  • The quantum model reproduces real data distributions more accurately than the classical version across both tested datasets.
  • Augmenting real time series with the generated samples raises predictive accuracy in a downstream forecasting task.
  • Quantum-enhanced components can match or surpass classical results in generative diffusion tasks while using far fewer parameters.
  • The approach supplies a concrete framework for building more parameter-efficient generative models for sequential data.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same replacement strategy could be tested inside other layers of diffusion models or in alternative generative architectures for time series.
  • If quantum hardware noise decreases, the parameter savings may allow scaling to higher-dimensional or longer time series without classical resource limits.
  • The method might transfer to non-financial sequential data such as sensor streams or physiological signals once validated on those domains.
  • Direct comparisons on a classical simulator that replicates the exact quantum circuit outputs would isolate whether the gains require physical quantum execution.

Load-bearing premise

The reported gains in distribution matching and forecasting arise from the quantum neural network replacements rather than from classical overhead or post-selection effects on the quantum processor.

What would settle it

Running an otherwise identical classical model that uses the same reduced parameter count in the corresponding components and checking whether the 44 percent Wasserstein reduction and 71 percent RMSE improvement disappear.

read the original abstract

Generative models have achieved remarkable success in data synthesis, though recent advances driven by increasing model scale have introduced challenges in computational cost and efficiency. Quantum machine learning offers a promising alternative, representing complex data distributions using compact, highly expressive models. Here, we propose QDiffusion-TS, the first quantum generative diffusion model for time series synthesis, and validate it on the IQM quantum processor. The framework extends a classical diffusion architecture by replacing feed-forward components within the denoising transformer with quantum neural networks, yielding a hybrid quantum transformer that reduces the number of trainable parameters in each replaced component by nearly three orders of magnitude. Evaluated on financial time series from Apple and Amazon, the model generates synthetic data that more accurately reproduces the real distributions, reducing Wasserstein distance by approximately 44% relative to its classical counterpart across both datasets. In a downstream forecasting task, augmentation with the generated data improves predictive performance by up to 71% in RMSE over a baseline trained solely on real data. These results show that quantum enhanced architectures can consistently match and frequently surpass classical performance with substantially fewer parameters, establishing a practical framework towards more efficient and scalable data-driven generative modelling.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 1 minor

Summary. The paper introduces QDiffusion-TS, the first quantum generative diffusion model for time series. It extends a classical diffusion architecture by replacing feed-forward components in the denoising transformer with quantum neural networks to form a hybrid quantum transformer, achieving nearly three orders of magnitude fewer trainable parameters per replaced component. The model is validated on the IQM quantum processor using financial time series from Apple and Amazon stocks. It reports generating synthetic data that reduces Wasserstein distance by ~44% relative to a classical counterpart and, when used for data augmentation, improves downstream forecasting RMSE by up to 71% over a real-data-only baseline.

Significance. If the performance gains are robustly attributable to the quantum components executed on hardware, the work would provide concrete evidence that hybrid quantum-classical generative models can match or exceed classical performance on real-world time series tasks while using substantially fewer parameters. This would strengthen the case for practical quantum machine learning in data synthesis and forecasting applications.

major comments (3)
  1. [Abstract] Abstract: The headline claims of a 44% Wasserstein reduction and 71% RMSE improvement are presented without any description of the training procedure, number of runs, statistical significance testing, error bars, or the precise classical baseline architecture (e.g., whether the classical model uses an equivalent transformer depth or parameter budget). These omissions are load-bearing because the central claim is that the quantum replacements drive the observed gains.
  2. [Abstract] Abstract: The statement that the model was 'validated on the IQM quantum processor' provides no circuit depth, qubit count, gate count, noise model, mitigation strategy, or comparison against a noisy classical simulation baseline. Without these, it is impossible to isolate whether the reported fidelity and forecasting improvements arise from the quantum neural network components rather than classical overhead, post-selection, or the hybrid architecture's non-quantum parts.
  3. [Abstract] Abstract: The parameter reduction claim ('nearly three orders of magnitude' per replaced component) is not accompanied by an explicit accounting of total model parameters, the number of replaced components, or how the quantum neural network is embedded and trained within the diffusion process, which is required to evaluate the efficiency claim.
minor comments (1)
  1. [Abstract] The abstract refers to 'three-order parameter reduction' and 'nearly three orders of magnitude' without a consistent numerical statement or reference to a table/figure that tabulates parameter counts for quantum vs. classical components.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for their constructive feedback, which identifies opportunities to improve clarity in the abstract regarding experimental details. We will revise the abstract accordingly while ensuring the claims remain grounded in the manuscript's content. Below we respond to each major comment.

read point-by-point responses
  1. Referee: [Abstract] Abstract: The headline claims of a 44% Wasserstein reduction and 71% RMSE improvement are presented without any description of the training procedure, number of runs, statistical significance testing, error bars, or the precise classical baseline architecture (e.g., whether the classical model uses an equivalent transformer depth or parameter budget). These omissions are load-bearing because the central claim is that the quantum replacements drive the observed gains.

    Authors: We agree the abstract would benefit from additional context on methodology. The training procedure (including optimizer settings and data splits), use of multiple independent runs with reported variability, and statistical comparisons are detailed in Section 4. The classical baseline uses an identical transformer architecture and depth, with classical feed-forward layers in place of the quantum components. In revision we will add a concise summary of these elements and reference the error reporting from the main text. revision: yes

  2. Referee: [Abstract] Abstract: The statement that the model was 'validated on the IQM quantum processor' provides no circuit depth, qubit count, gate count, noise model, mitigation strategy, or comparison against a noisy classical simulation baseline. Without these, it is impossible to isolate whether the reported fidelity and forecasting improvements arise from the quantum neural network components rather than classical overhead, post-selection, or the hybrid architecture's non-quantum parts.

    Authors: Circuit specifications, qubit usage, gate counts, the noise model employed, mitigation techniques, and comparisons to noisy classical simulations of the quantum circuits are provided in Section 5. These elements allow isolation of hardware effects from the hybrid architecture. We will incorporate a brief summary of the quantum hardware validation into the revised abstract. revision: yes

  3. Referee: [Abstract] Abstract: The parameter reduction claim ('nearly three orders of magnitude' per replaced component) is not accompanied by an explicit accounting of total model parameters, the number of replaced components, or how the quantum neural network is embedded and trained within the diffusion process, which is required to evaluate the efficiency claim.

    Authors: Section 3.2 provides the explicit accounting: the number of replaced feed-forward components per block, the parameter count per quantum neural network versus its classical counterpart, the embedding method within the diffusion transformer, and the resulting total model parameter reduction. We will add a short summary of this accounting to the abstract in revision. revision: yes

Circularity Check

0 steps flagged

No circularity; empirical results on external real-world datasets and classical baseline

full rationale

The paper introduces QDiffusion-TS as a hybrid quantum-classical diffusion model and reports empirical performance on Apple and Amazon financial time series. Key metrics (44% Wasserstein reduction, up to 71% RMSE improvement in downstream forecasting) are computed against an independent classical counterpart and held-out real data. No derivation chain, uniqueness theorem, ansatz, or fitted parameter is redefined as a prediction; the architecture is trained and evaluated on external benchmarks without self-referential reduction. The central claims therefore remain self-contained against outside data.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Abstract-only review yields no explicit free parameters, axioms, or invented entities; the central claim rests on standard assumptions of diffusion models and quantum neural network expressivity that are not enumerated here.

pith-pipeline@v0.9.1-grok · 5739 in / 1140 out tokens · 37587 ms · 2026-06-29T01:30:37.631811+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

66 extracted references · 2 linked inside Pith

  1. [1]

    S., Hasan, A

    Sengar, S. S., Hasan, A. B., Kumar, S. & Carroll, F. Generative artificial intelli- gence: a systematic review and applications.Multimedia Tools and Applications 84, 23661–23700 (2024)

  2. [2]

    Ooi, K.et al.The potential of generative artificial intelligence across disciplines: Perspectives and future directions.Journal of Computer Information Systems 65, 76–107 (2025)

  3. [3]

    J., Chen, E., Topol, E

    Fahrner, L. J., Chen, E., Topol, E. & Rajpurkar, P. The generative era of medical AI.Cell188, 3648–3660 (2025)

  4. [4]

    & Tan, T

    Huang, H., Li, Z., He, R., Sun, Z. & Tan, T. IntroVAE: Introspective variational autoencoders for photographic image synthesis (2018). Paper presented at Ad- vances in Neural Information Processing Systems 31 (NeurIPS 2018), Montr´ eal, Quebec, 3–8 December 2018

  5. [5]

    & Tamar, A

    Daniel, T. & Tamar, A. Soft-IntroVAE: Analyzing and improving the intro- spective variational autoencoder (2021). Paper presented at 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Nashville, TN, 20–25 June 2021

  6. [6]

    J.et al.Generative adversarial nets (2014)

    Goodfellow, I. J.et al.Generative adversarial nets (2014). Paper presented at Advances in Neural Information Processing Systems 27 (NIPS 2014), Montr´ eal, Quebec, 8–13 December 2014

  7. [7]

    & Courville, A

    Gulrajani, I., Ahmed, F., Arjovsky, M., Dumoulin, V. & Courville, A. C. Improved training of wasserstein GANs (2017). Paper presented at Advances in Neural Information Processing Systems 30 (NIPS 2017), Long Beach, CA, 4–9 December 2017

  8. [8]

    Paper pre- sented at Advances in Neural Information Processing Systems 34 (NeurIPS 2021), 6–14 December 2021

    Karras, T.et al.Alias-free generative adversarial networks (2021). Paper pre- sented at Advances in Neural Information Processing Systems 34 (NeurIPS 2021), 6–14 December 2021

  9. [9]

    Ho, J., Jain, A. N. & Abbeel, P. Denoising diffusion probabilistic models (2020). Paper presented at Advances in Neural Information Processing Systems 33 (NeurIPS 2020), 6–12 December 2020

  10. [10]

    & Ganguli, S

    Sohl-Dickstein, J., Weiss, E., Maheswaranathan, N. & Ganguli, S. Deep unsu- pervised learning using nonequilibrium thermodynamics (2015). Paper presented at Proceedings of the 32nd International Conference on Machine Learning, Lille, 6–11 July 2015

  11. [11]

    & Ommer, B

    Rombach, R., Blattmann, A., Lorenz, D., Esser, P. & Ommer, B. High-resolution image synthesis with latent diffusion models (2022). Paper presented at 2022 19 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans Ernest N. Morial Convention Center, New Orleans, 21-24 June 2022

  12. [12]

    & Nichol, A

    DhariWal, P. & Nichol, A. Diffusion models beat GANs on image synthesis (2021). Paper presented at Advances in Neural Information Processing Systems 34 (NeurIPS 2021), 6–14 December 2021

  13. [13]

    Kingma, D., Salimans, T., Poole, B. & Ho, J. Variational diffusion models (2021). Paper presented at Advances in Neural Information Processing Systems 34 (NeurIPS 2021), 6–14 December 2021

  14. [14]

    Lu, C.et al.Diffusion-based deep learning method for augmenting ultrastructural imaging and volume electron microscopy.Nature Communications15(2024)

  15. [15]

    Preprint at https://arxiv.org/abs/2001.08361

    Kaplan, J.et al.Scaling laws for neural language models (2020). Preprint at https://arxiv.org/abs/2001.08361

  16. [16]

    DALL·E 3 System Card (2023)

    OpenAI. DALL·E 3 System Card (2023). https://openai.com/index/ dall-e-3-system-card/. Accessed: 2026-03-24

  17. [17]

    Paper presented at Proceedings of the 38th International Conference on Machine Learning, 18–24 July 2021

    Ramesh, A.et al.Zero-shot text-to-image generation (2021). Paper presented at Proceedings of the 38th International Conference on Machine Learning, 18–24 July 2021

  18. [18]

    Paper presented at Forty-first International Conference on Machine Learning, Messe Wien Exhibition and Congress Center, Vienna, 21–27 July 2024

    Esser, P.et al.Scaling rectified flow transformers for high-resolution image syn- thesis (2024). Paper presented at Forty-first International Conference on Machine Learning, Messe Wien Exhibition and Congress Center, Vienna, 21–27 July 2024

  19. [19]

    & Chen, M

    Ramesh, A., Dhariwal, P., Nichol, A., Chu, C. & Chen, M. Hierarchical text- conditional image generation with CLIP latents (2022). Preprint at https://arxiv. org/abs/2204.06125

  20. [20]

    Paper presented at Advances in Neural Information Processing Systems 35 (NeurIPS 2022), New Orleans, Louisiana, 28 November–9 December 2022

    Saharia, C.et al.Photorealistic text-to-image diffusion models with deep lan- guage understanding (2022). Paper presented at Advances in Neural Information Processing Systems 35 (NeurIPS 2022), New Orleans, Louisiana, 28 November–9 December 2022

  21. [21]

    Sustainable ai: Ai for sustainability and the sustainability of ai.AI and Ethics1, 213–218 (2021)

    van Wynsberghe, A. Sustainable ai: Ai for sustainability and the sustainability of ai.AI and Ethics1, 213–218 (2021)

  22. [22]

    Crawford, K.The atlas of AI: Power, politics and the planetary costs of artificial intelligence(Yale University Press, 2021)

  23. [23]

    & Ward, T

    Brophy, E., Wang, Z., She, O. & Ward, T. Generative adversarial networks in time series: A systematic literature review.ACM Computing Surveys55, 1–31 (2023). 20

  24. [24]

    & Dou, D

    Li, Y., Lu, X., Wang, Y. & Dou, D. Generative time series forecasting with diffu- sion, denoise, and disentanglement (2022). Paper presented at Advances in Neural Information Processing Systems 35 (NeurIPS 2022), New Orleans, Louisiana, 28 November–9 December 2022

  25. [25]

    & van der Schaar, M

    Yoon, J., Jarrett, D. & van der Schaar, M. Time-series generative adversarial networks (2019). Paper presented at Advances in Neural Information Processing Systems 32 (NeurIPS 2019), Vancouver, BC, 8–14 December 2019

  26. [26]

    K.et al.Synthetic data applications in finance (2024)

    Potluru, V. K.et al.Synthetic data applications in finance (2024). Preprint at https://arxiv.org/abs/2401.00081

  27. [27]

    Silva, B. D. & Shi, S. S. Style transfer with time series: Generating synthetic financial data (2019). Preprint at https://arxiv.org/abs/1906.03232

  28. [28]

    & Kretschmer, P

    Wiese, M., Knobloch, R., Korn, R. & Kretschmer, P. Quant GANs: deep generation of financial time series.Quantitative Finance20, 1419–1440 (2020)

  29. [29]

    & Vyetrenki, S

    Masi, G., Prata, M., Conti, M., Bartolini, N. & Vyetrenki, S. On correlated stock market time series generation (2023). Paper presented at ICAIF ’23: Proceedings of the Fourth ACM International Conference on AI in Finance, Brooklyn NY, 14–17 November 2024

  30. [30]

    Dogariu, M.et al.Generation of realistic synthetic financial time-series.ACM Transactions on Multimedia Computing, Communications, and Applications (TOMM)18, 1–27 (2022)

  31. [31]

    & Mizuno, T

    Takahashi, T. & Mizuno, T. Generation of synthetic financial time series by diffusion models.Quantitative Finance25, 1507–1516 (2025)

  32. [32]

    Preprint at https://arxiv.org/abs/2503.04164

    Tanaka, Y.et al.CoFinDiff: Controllable financial diffusion model for time series generation (2025). Preprint at https://arxiv.org/abs/2503.04164

  33. [33]

    & Ventre, C

    Wang, Z. & Ventre, C. A financial time series denoiser based on diffusion mod- els (2024). Paper presented at the ICAIF ’24: Proceedings of the 5th ACM International Conference on AI in Finance, Brooklyn NY, 14–17 November 2024

  34. [34]

    & Fiorentini, M

    Benedetti, M., Lloyd, E., Sack, S. & Fiorentini, M. Parameterized quantum circuits as machine learning models.Quantum Science and Technology4(2019)

  35. [35]

    & Fujii, K

    Mitarai, K., Negoro, M., Kitagawa, M. & Fujii, K. Quantum circuit learning. Phys. Rev. A98, 032309 (2018)

  36. [36]

    Schuld, M., Bocharov, A., Svore, K. M. & Wiebe, N. Circuit-centric quantum classifiers.Phys. Rev. A102, 032308 (2020)

  37. [37]

    Abbas, A.et al.The power of quantum neural networks.Nature Computational Science1, 403–409 (2021). 21

  38. [38]

    & Ran, S

    Qiao, W., Zhang, P., Zhao, J. & Ran, S. Unveiling the nature of graphs through quantum graphon learning.npj Quantum Information12(2026)

  39. [39]

    Benedetti, M.et al.A generative modeling approach for benchmarking and training shallow quantum circuits.npj Quantum Information5(2019)

  40. [40]

    & Weedbrook, C

    Lloyd, S. & Weedbrook, C. Quantum generative adversarial learning.Phys. Rev. Lett.121(2018)

  41. [41]

    & Banchi, L

    Braccia, P., Caruso, F. & Banchi, L. How to enhance quantum generative adversarial learning of noisy information.New Journal of Physics23(2021)

  42. [42]

    & Caruso, F

    Braccia, P., Banchi, L. & Caruso, F. Quantum noise sensing by generating fake noise.Phys. Rev. Applied17(2022)

  43. [43]

    Y.et al.Entangling quantum generative adversarial networks.Phys

    Niu, M. Y.et al.Entangling quantum generative adversarial networks.Phys. Rev. Lett.128, 220505 (2022)

  44. [44]

    & Chen, F

    Chu, C., Skipper, G., Swany, M. & Chen, F. IQGAN: Robust quantum generative adversarial network for image synthesis on NISQ devices (2023). Paper presented at ICASSP 2023 - 2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Rhodes Island, 4–10 June 2023

  45. [45]

    & Woerner, S

    Zoufal, C., Lucchi, A. & Woerner, S. Quantum generative adversarial networks for learning and loading random distributions.npj Quantum Information5(2019)

  46. [46]

    & Gatti, A

    Orlandi, F., Barbierato, E. & Gatti, A. Enhancing financial time series prediction with quantum-enhanced synthetic data generation: A case study on the S&P 500 using a quantum wasserstein generative adversarial network approach with a gradient penalty.Electronics13, 2158 (2024)

  47. [47]

    Dechant, D.et al.Quantum generative modeling for financial time series with temporal correlations.Machine Learning: Science and Technology7, 015027 (2025)

  48. [48]

    & Caruso, F

    Parigi, M., Martina, S. & Caruso, F. Quantum-noise-driven generative diffusion models.Advanced Quantum Technologies2300401 (2024)

  49. [49]

    Parigi, M., Martina, S., Venturelli, F. A. & Caruso, F. Physics-inspired generative AI models via real hardware-based noisy quantum diffusion (2025). Preprint at https://arxiv.org/abs/2505.22193

  50. [50]

    Paper presented at the 2024 IEEE International Conference on Quantum Software (QSW), Shenzen, 7–13 July 2024

    K¨ olle, M.et al.Quantum denoising diffusion models (2024). Paper presented at the 2024 IEEE International Conference on Quantum Software (QSW), Shenzen, 7–13 July 2024

  51. [51]

    & Zhuang, Q

    Zhang, B., Xu, P., Chen, X. & Zhuang, Q. Generative quantum machine learning via denoising diffusion probabilistic models.Phys. Rev. Lett.132, 100602 (2024). 22

  52. [52]

    D., Ceschini, A., Sebastianelli, A., Saux, B

    Falco, F. D., Ceschini, A., Sebastianelli, A., Saux, B. L. & Panella, M. Quantum latent diffusion models.Quantum Machine Intelligence6(2024)

  53. [53]

    & Giagu, S

    Cacioppo, A., Colantonio, L., Bordoni, S. & Giagu, S. Quantum diffusion models (2023). Preprint at https://arxiv.org/abs/2311.15444

  54. [54]

    & Wang, X

    Li, G., Jing, M., Zhu, C. & Wang, X. Quantum latent diffusion model for high- dimensional state generation.Quantum Machine Intelligence8(2026)

  55. [55]

    Zhang, J.et al.Denoising diffusion models with optimized quantum implicit neural networks for image generation.Future Generation Computer Systems173, 107875 (2025)

  56. [56]

    & Bertels, K

    Hubregtsen, T., Pichlmeier, J., Stecher, P. & Bertels, K. Evaluation of pa- rameterized quantum circuits: on the relation between classification accuracy, expressibility, and entangling capability.Quantum Machine Intelligence3(2021)

  57. [57]

    & Killoran, N

    Schuld, M. & Killoran, N. Quantum machine learning in feature hilbert spaces. Phys. Rev. Lett.122, 040504 (2019)

  58. [58]

    & Qiao, Y

    Yuan, X. & Qiao, Y. Diffusion-TS: Interpretable diffusion for general time series generation (2024). Paper presented at The Twelfth International Conference on Learning Representations (ICLR 2024), Messe Wien Exhibition and Congress Center, Vienna, 7–11 May 2024. Preprint at https://arxiv.org/abs/2403.01742

  59. [59]

    Paper presented at Advances in Neural Information Processing Systems 30 (NIPS 2017), Long Beach, CA, 4–9 December 2017

    Vaswani, A.et al.Attention is all you need (2017). Paper presented at Advances in Neural Information Processing Systems 30 (NIPS 2017), Long Beach, CA, 4–9 December 2017

  60. [60]

    IQM quantum systems documentation

    IQM Quantum Computers. IQM quantum systems documentation. https://docs. meetiqm.com/. Accessed: 2026-04-17

  61. [61]

    C.et al.Generalization in quantum machine learning from few training data.Nature Communications13(2022)

    Caro, M. C.et al.Generalization in quantum machine learning from few training data.Nature Communications13(2022)

  62. [62]

    Yahoo finance: Historical stock data (2026)

    Yahoo Finance. Yahoo finance: Historical stock data (2026). https://finance. yahoo.com. Accessed: 2026-03-30

  63. [63]

    A., Spiller, D., Le Saux, B

    Sebastianelli, A., Zaidenberg, D. A., Spiller, D., Le Saux, B. & Ullo, S. L. On circuit-based hybrid quantum neural networks for remote sensing imagery clas- sification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing15, 565–580 (2022)

  64. [64]

    & Meyer, J

    Schuld, M., Sweke, R. & Meyer, J. J. Effect of data encoding on the expres- sive power of variational quantum-machine-learning models.Phys. Rev. A103, 032430 (2021). 23

  65. [65]

    Kantorovich, L. V. Mathematical methods of organizing and planning production. Management science6, 366–422 (1960)

  66. [66]

    Massey Jr, F. J. The kolmogorov-smirnov test for goodness of fit.Journal of the American statistical Association46, 68–78 (1951). 24