Pith. sign in

REVIEW 4 major objections 6 minor 40 references

AtomFlow: An End-to-End FPGA-Based Control Architecture for Neutral Atom Quantum Computers

T0 review · 4 major / 6 minor · reviewed 2026-07-14 · grok-4.5

Pith's one-line read AtomFlow co-locates fluorescence imaging and atom rearrangement on one FPGA and streams moves as they are computed, cutting end-to-end initialization latency to 25.3 ms on a 16×16 array.

desk verdict Solid FPGA systems integration for NAQC init/readout with real silicon latency numbers; streaming hide-behind-execution only holds under the slow AOD model they also plot. read the letter →

arxiv 2607.11490 v1 pith:6BW426BV submitted 2026-07-13 quant-ph cs.AR

classification quant-phcs.AR
keywords NeutralAtomQuantumComputingFPGADetectionRearrangementControlLatencyStreamingPipeline
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

Neutral-atom quantum computers lose a large fraction of their cycle time to classical steps: reading noisy fluorescence images to locate atoms, then planning how to rearrange those atoms into a defect-free grid. AtomFlow argues that both stages can live on a single FPGA, with each rearrangement move emitted to the waveform generators the instant it is ready, so the usual host round-trip disappears. On a 16×16 array the full pipeline finishes in 25.3 ms, the first move is available after 4 ms, and subsequent moves average about 1 ms. Resource analysis shows the same board still has headroom for larger arrays. If the claim holds, initialization and mid-circuit readout no longer wait on a software host—an essential requirement once many rounds must finish inside limited coherence time.

What carries the argument

The Atom Rearrangement Engine: an HLS-mapped HiPARS-style by-row lattice sorter that classifies sites, clears a sorting corridor, and streams parallel 2-/3-/4-step moves as soon as each is ready, overlapping generation with physical AOD execution.

What would settle it

Execute the identical 16×16 rearrangement on hardware whose measured transfer and transport times match the paper’s fast model (120 µs transfer, 0.55 µm/µs); if the waveform generator still stalls waiting for moves, the hiding claim fails for that regime.

Watch

Extended reading notes

Core claim

Integrating fluorescence-image analysis with a streaming by-row atom-rearrangement engine on one Zynq UltraScale+ FPGA, and emitting each move over AXI-Stream as soon as it is finalized, yields 25.3 ms end-to-end latency (4 ms first-move, ~1 ms average per move) for a 16×16 array while remaining inside a single-board resource budget for larger grids.

Load-bearing premise

The claim that generation latency can be hidden rests on physical AOD/SLM move times remaining long enough that the FPGA finishes the next move before the previous one finishes executing.

Editorial extensions

If this is right

  • Host–FPGA round-trips are removed from every defect-free array preparation cycle.
  • Mid-circuit measurement feedback can stay on the FPGA control plane instead of crossing to a host.
  • For slower physical-move models, all but the first-move latency is hidden behind AOD execution.
  • The same board can host both detection and rearrangement for arrays larger than 16×16 without exhausting resources.
  • Switching between initialization and readout costs only register configuration, not a redesign.

Reading between the lines

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

  • As AOD transfer times and transport speeds improve, the ~1 ms generation time will become the new bottleneck unless the engine is further accelerated or more tightly coupled to the waveform generator.
  • The existing streaming interface can be extended to feed an on-FPGA control processor, enabling closed-loop feedback without host involvement.
  • Resource headroom on the same device suggests co-locating lightweight classical tasks such as simple syndrome decoding is feasible.
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

4 major / 6 minor

Summary. AtomFlow presents an FPGA-centric control pipeline for neutral-atom quantum computers that co-locates fluorescence-image analysis and atom rearrangement on a single Zynq UltraScale+ RFSoC, streaming rearrangement moves over AXI-Stream as they are produced. The rearrangement engine is an HLS adaptation of the authors’ HiPARS row-by-row lattice sorter, integrated with a previously published detection IP and a control-interface module that switches between initialization and readout modes. On a 16×16 array requiring 22 moves, the authors report 25.3 ms end-to-end latency, 4 ms first-move latency, and ~1.01 ms average generation per subsequent move, with post-implementation resource usage well below device capacity and HLS-based scaling trends up to 256×256. Functional correctness is checked by applying generated moves to a ground-truth occupancy array and matching a prescribed target geometry. The paper argues that co-location plus streaming removes host-mediated round-trips that otherwise dominate NAQC initialization and mid-circuit feedback paths.

Significance. If the measured latencies and the streaming interface hold under realistic lab integration, this is a useful systems contribution for NAQC control: it closes the detection–rearrangement loop on one board, exposes a low-latency move stream suitable for AOD/AWG backends, and documents resource headroom for larger arrays. Strengths that should be credited include real-silicon timing on a ZCU216 with stage breakdowns and standard deviations, post-place-and-route utilization, open-source release, and an explicit interleaved generation/execution model with literature-based physical timing bounds (Eqs. 1–3, Fig. 8). The algorithmic novelty is limited (FPGA port of HiPARS plus prior detection IP); the value is architectural integration and measured end-to-end behavior. Significance for the control-hardware community is solid but currently tempered by software-in-the-loop evaluation and the lack of a quantitative host baseline.

major comments (4)
  1. Sec. V-B, Eqs. (1)–(3), and Fig. 8: the architectural claim that streaming eradicates rearrangement overhead after the first move is only supported under the slow physical model (t_transfer=800 µs, v=0.054 µm/µs). Under the equally literature-based fast model (120 µs, 0.55 µm/µs), the same 16×16/22-move trace shows execution idle gaps, so generation is not fully hidden. The abstract and conclusion should state the operational regime explicitly and discuss what generation-rate improvements would be required for the fast end of present AOD/SLM hardware, rather than leaving the caveat only in the figure discussion.
  2. Fig. 5 and Sec. IV-A vs. Sec. V-B: the evaluated path is software-in-the-loop through the PS (solid lines); camera→IP, FIFO→AWG, and on-FPGA feedback are dashed “planned” extensions. Table I’s end-to-end and first-move latencies therefore include PS orchestration, AXI-Lite handshakes, and PS-side stream consumption. The manuscript should separate pure FPGA compute time from PS/host path overhead and state which numbers are expected to remain once the dashed path is closed; otherwise the “end-to-end FPGA-based” claim overstates what was measured.
  3. Sec. V (Latency) and the abstract claim of eliminating host-mediated round-trip latency: there is no quantitative baseline for the same 16×16 workload on a conventional host-CPU pipeline, or on a non-streaming FPGA design that buffers the full move list before emission. Absolute times (25.3 ms, 4 ms first move) are useful but do not by themselves establish the magnitude of the co-location/streaming benefit. A controlled comparison—or at least a carefully instrumented host round-trip measurement—is needed to substantiate the central systems claim.
  4. Abstract and Sec. III–IV: the abstract calls the rearrangement algorithm “newly developed,” while the text states it is an FPGA/HLS adaptation of HiPARS row-by-row lattice sorting with a prior detection module. Novelty should be framed as integration, streaming I/O, and hardware mapping, not as a new sorting algorithm. Relatedly, Sec. V-A verifies only on simulated images with perfect move application to ground-truth occupancy; detection errors and atom loss in transit are not exercised. These limitations should be stated clearly so the correctness claim is scoped to algorithmic move generation, not full physical initialization fidelity.
minor comments (6)
  1. Sec. V-C vs. Table II: the text reports 20.8% BRAM utilization and “202 tiles” for rearrangement BRAM, while Table II lists 46 BRAM (36K) total and 4.3% utilization (22 for rearrangement). Reconcile the hierarchical report numbers with the prose.
  2. Fig. 9 caption: resource curves are HLS estimates and are correctly labeled as upper bounds; still, state the post-implementation 16×16 point from Table II on the same plot or in the caption so readers can gauge the HLS-to-P&R gap.
  3. Sec. II-B and Fig. 2: “interleaved approach” is clear, but define whether move packets can be back-pressured by the AWG and how FIFO depth was chosen relative to worst-case burstiness of S1–S3.
  4. Table I: report the number of independent runs (stated as 10 in text) and the array pitch used for Fig. 8 (4 µm) in the table caption for reproducibility.
  5. Minor wording: “rearrangement module for this work’s integration solution” in Sec. III appears to refer to the detection unit; clarify. Also fix occasional grammar (“atom in parallel,” “we can rearrange atom”).
  6. Cite and briefly contrast other recent NA rearrangement/control stacks (beyond the authors’ own HiPARS and detection papers) so the integration contribution is positioned against concurrent FPGA/ASIC control efforts.

Circularity Check

0 steps flagged · score 1.0 of 10

No load-bearing circularity: reported latencies are direct post-implementation measurements; prior self-cited modules are re-validated end-to-end as black boxes.

full rationale

The paper's central quantitative claims (25.3 ms end-to-end, 4 ms first-move, ~1.01 ms/move on a 16 imes16 array) are obtained by instrumenting AP_START/AP_DONE and AXI-Stream packet arrival on a ZCU216 at 100 MHz (Table I, Sec. V-B). These are hardware wall-clock measurements, not algebraic consequences of fitted parameters. The image-analysis IP and HiPARS-derived rearrangement algorithm are imported from the authors' prior works ([20],[37],[12],[21]), yet the integration is treated as a new pipeline whose correctness is re-checked by applying generated moves to ground-truth occupancy and matching the target geometry (Fig. 7, Sec. V-A). Resource numbers are post-place-and-route hierarchical reports (Table II); scalability trends are HLS estimates of buffer growth (Fig. 9). The physical t_exec models (Eqs. 1–3) are taken from external literature values and used only for comparison, not as inputs that force the measured generation times. No equation equates a claimed prediction to a quantity defined by the authors' own fit or definition. Minor self-citation of components is present but not load-bearing for the latency or resource results, yielding a score of 1.

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

The paper is an engineering systems design; its claims rest on standard digital-design practice, published physical parameters of AOD/SLM traps, and the correctness of two previously published modules. No new physical constants or free parameters are fitted to produce the latency numbers.

free parameters (2)
  • binarization threshold for occupancy map
    Set by offline calibration on the PS; value is experiment-specific and not reported numerically, but the latency claim does not depend on its exact value.
  • parallel-move buffer width (AOD channel count)
    Fixed by physical AOD hardware limits rather than fitted; kept constant while array size is scaled.
assumptions (3)
  • domain assumption Physical move time can be modeled as 2·t_transfer + d_move/v with literature ranges t_transfer ∈ [120,800] µs and v ∈ [0.054,0.55] µm/µs
    Used in Sec. V-B and Fig. 8 to argue that generation latency can be hidden; taken from cited experimental papers.
  • domain assumption The previously published FPGA image-analysis module correctly reconstructs occupancy from fluorescence images given a PSF kernel
    Invoked as a black-box component (Sec. IV); correctness of the integrated pipeline inherits its fidelity.
  • standard math HLS PIPELINE II=1 and dual-port BRAM enable in-place compaction at one element per cycle
    Standard FPGA scheduling assumption used throughout the rearrangement FSM description.
invented entities (1)
  • AtomFlow streaming control architecture
    purpose: Unify image analysis and rearrangement on one FPGA with AXI-Stream move emission to eliminate host round-trips
    The named system is the paper’s contribution; it is an engineering assembly rather than a new physical entity.

how reviews work

0 comments
Cite this review

Pith. "Pith review of AtomFlow: An End-to-End FPGA-Based Control Architecture for Neutral Atom Quantum Computers." pith.science (2026). https://pith.science/paper/6BW426BV

@misc{pith2026260711490,
  author       = {Pith},
  title        = {Pith review of: AtomFlow: An End-to-End FPGA-Based Control Architecture for Neutral Atom Quantum Computers},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/6BW426BV}},
  note         = {Machine review of arXiv:2607.11490}
}
read the original abstract

Neutral Atom Quantum Computing (NAQC) is an emerging modality for scalable quantum computation, valued for its long coherence times and the naturally identical atomic qubits. However, one of the main drawbacks is its slow execution rate, dominated by lengthy classical processing tasks, such as fluorescence imaging, cooling, and atom rearrangement. We address this bottleneck with AtomFlow, a field-programmable gate array (FPGA)-based control architecture that consolidates fluorescence-image analysis and a newly developed atom-rearrangement algorithm onto a single Zynq UltraScale+ device. By co-locating the two stages on the same board and emitting rearrangement moves in a streaming fashion as soon as they are computed, AtomFlow eliminates the round-trip latency of conventional host-mediated pipelines. Evaluated on a 16x16 atom array, AtomFlow achieves an end-to-end latency of 25.3 ms with a first-move latency of 4 ms and an average move generation of 1 ms. Furthermore, our scalability analysis demonstrates that the architecture can readily support larger atom arrays within a single-board resource budget.

Figures

Figures reproduced from arXiv: 2607.11490 by the authors.

Figure 1
Figure 1. Abstract Representation of the current control [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 3
Figure 3. By-row lattice sorting scheme. The sorting channel [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figure 2
Figure 2. Sequential (blue) sequence diagram of rearrangement [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figures from the paper (4 more)
Figure 5
Figure 5. Figure 5: System architecture of AtomFlow. Solid black lines [PITH_FULL_IMAGE:figures/full_fig_p004_5.png]
Figure 6
Figure 6. Figure 6: High-level architecture of the FPGA-based Atom [PITH_FULL_IMAGE:figures/full_fig_p005_6.png]
Figure 7
Figure 7. Figure 7: Visualization of 24×24 rearrangement. (a) Initial random atom array. (b) Final array after rearrangement. (c) Target geometry of size 16×20. It describes for each site whether it will be occupied after sorting or not. The target geometry array is smaller than the total…
Figure 9
Figure 9. Figure 9: FPGA resource scaling of the atom rearrangement [PITH_FULL_IMAGE:figures/full_fig_p008_9.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

40 extracted references · 1 canonical work pages

  1. [1]

    Quantum chemistry with provable convergence via randomized sample- based quantum diagonalization,

    S. Piccinelli, A. Baiardi, M. Rossmannek, A. C. Vazquez, F. Tacchino, S. Mensa, E. Altamura, A. Alavi, M. Motta, J. Robledo-Morenoet al., “Quantum chemistry with provable convergence via randomized sample- based quantum diagonalization,”arXiv preprint arXiv:2508.02578, 2025

  2. [2]

    Engineering high-coherence superconducting qubits,

    I. Siddiqi, “Engineering high-coherence superconducting qubits,”Nature Reviews Materials, vol. 6, no. 10, pp. 875–891, 2021

  3. [3]

    Quantum computing with trapped ions: a beginner’s guide,

    F. Bernardini, A. Chakraborty, and C. R. Ord ´o˜nez, “Quantum computing with trapped ions: a beginner’s guide,”European Journal of Physics, vol. 45, no. 1, p. 013001, 2024

  4. [4]

    A manufacturable platform for photonic quantum computing,

    PsiQuantum team, “A manufacturable platform for photonic quantum computing,”Nature, vol. 641, no. 8064, pp. 876–883, 2025

  5. [5]

    Logical quantum processor based on reconfigurable atom arrays,

    D. Bluvstein, S. J. Evered, A. A. Geim, S. H. Li, H. Zhou, T. Manovitz, S. Ebadi, M. Cain, M. Kalinowski, D. Hangleiteret al., “Logical quantum processor based on reconfigurable atom arrays,”Nature, vol. 626, no. 7997, pp. 58–65, 2024

  6. [6]

    Optimized measurement-free and fault-tolerant quantum error correction for neutral atoms,

    S. Veroni, M. M ¨uller, and G. Giudice, “Optimized measurement-free and fault-tolerant quantum error correction for neutral atoms,”Physical Review Research, vol. 6, no. 4, p. 043253, 2024

  7. [7]

    High- fidelity parallel entangling gates on a neutral-atom quantum computer,

    S. J. Evered, D. Bluvstein, M. Kalinowski, S. Ebadi, T. Manovitz, H. Zhou, S. H. Li, A. A. Geim, T. T. Wang, N. Maskaraet al., “High- fidelity parallel entangling gates on a neutral-atom quantum computer,” Nature, vol. 622, no. 7982, pp. 268–272, 2023

  8. [8]

    A tweezer array with 6,100 highly coherent atomic qubits,

    H. J. Manetsch, G. Nomura, E. Bataille, X. Lv, K. H. Leung, and M. Endres, “A tweezer array with 6,100 highly coherent atomic qubits,” Nature, vol. 647, no. 8088, pp. 60–67, 2025

Show all 40 references
  1. [9]

    Multiq: Multi- programming neutral atom quantum architectures,

    F. Rom ˜ao, D. V onk, E. Giortamis, and P. Bhatotia, “Multiq: Multi- programming neutral atom quantum architectures,”arXiv preprint arXiv:2601.08504, 2026

  2. [10]

    Routing-aware placement for zoned neutral atom-based quantum computing,

    Y . Stade, W.-H. Lin, J. Cong, and R. Wille, “Routing-aware placement for zoned neutral atom-based quantum computing,” in2025 IEEE/ACM International Conference On Computer Aided Design (ICCAD). IEEE, 2025, pp. 1–9

  3. [11]

    Comparison of atom detection algorithms for neutral atom quantum computing,

    J. Winklmann, A. Alberti, and M. Schulz, “Comparison of atom detection algorithms for neutral atom quantum computing,” in 2024 IEEE International Conference on Quantum Computing and Engineering (QCE). IEEE, Sep. 2024, p. 1048–1057. [Online]. Available: http://dx.doi.org/10.110...

  4. [12]

    Hipars: Highly-parallel atom rearrange- ment sequencer,

    J. Winklmann and M. Schulz, “Hipars: Highly-parallel atom rearrange- ment sequencer,” in2025 IEEE International Conference on Quantum Computing and Engineering (QCE), vol. 1. IEEE, 2025, pp. 530–539

  5. [13]

    Accelerating the assembly of defect-free atomic arrays with maximum parallelisms,

    S. Wang, W. Zhang, T. Zhang, S. Mei, Y . Wang, J. Hu, and W. Chen, “Accelerating the assembly of defect-free atomic arrays with maximum parallelisms,”Physical Review Applied, vol. 19, no. 5, p. 054032, 2023

  6. [14]

    Hisep-q: A highly scalable and efficient quantum control processor for superconducting qubits,

    X. Guo, K. Qin, and M. Schulz, “Hisep-q: A highly scalable and efficient quantum control processor for superconducting qubits,” in2023 IEEE 41st International Conference on Computer Design (ICCD), 2023, pp. 86–93

  7. [15]

    The qick (quantum instrumentation control kit): Readout and control for qubits and detectors,

    L. Stefanazzi, K. Treptow, N. Wilcer, C. Stoughton, C. Bradford, S. Uemura, S. Zorzetti, S. Montella, G. Cancelo, S. Sussmanet al., “The qick (quantum instrumentation control kit): Readout and control for qubits and detectors,”Review of Scientific Instruments, vol. 93, no. 4, 2022

  8. [16]

    Qtenon: Towards low-latency architecture integration for accelerating hybrid quantum-classical computing,

    C. Tao, L. Lu, S. Zheng, L.-W. Chang, M. Shen, H. Zhang, F. Liu, K. Zhou, and J. Yin, “Qtenon: Towards low-latency architecture integration for accelerating hybrid quantum-classical computing,” in Proceedings of the 52nd Annual International Symposium on Computer Architecture,...

  9. [17]

    Qubic 2.0: An extensible open-source qubit control system capable of mid-circuit measurement and feed- forward,

    Y . Xu, G. Huang, N. Fruitwala, A. Rajagopala, R. K. Naik, K. Nowrouzi, D. I. Santiago, and I. Siddiqi, “Qubic 2.0: An extensible open-source qubit control system capable of mid-circuit measurement and feed- forward,”arXiv preprint arXiv:2309.10333, 2023

  10. [18]

    Risc-q: A generator for real-time quantum control system-on-chips compatible with risc-v,

    J. Liu, Y . Lee, H. Deng, C. Clayton, G. Yang, and X. Wu, “Risc-q: A generator for real-time quantum control system-on-chips compatible with risc-v,”arXiv preprint arXiv:2505.14902, 2025

  11. [19]

    Distributed-hisq: A distributed quantum control architecture,

    Y . Zhao, K. Zhao, P. Zhou, D. Liu, T. Luo, Y . Zheng, P. Luo, S. Hu, J. Lin, C. Guo, Y . Han, Y . Wang, M. Deng, J. Wu, and X. Fu, “Distributed-hisq: A distributed quantum control architecture,” inProceedings of the 58th IEEE/ACM International Symposium on Microarchitecture, ...

  12. [20]

    Efficient image reconstruction architecture for neutral atom quantum computing,

    J. Winklmann, Y . Yu, X. Guo, K. Staudacher, and M. Schulz, “Efficient image reconstruction architecture for neutral atom quantum computing,”

  13. [21]

    Available: https://arxiv.org/abs/2603.03149

    [Online]. Available: https://arxiv.org/abs/2603.03149

  14. [22]

    Design of an fpga-based neutral atom rearrangement accelerator for quantum computing,

    X. Guo, J. Winklmann, D. Stober, A. Elsharkawy, and M. Schulz, “Design of an fpga-based neutral atom rearrangement accelerator for quantum computing,” in2025 Design, Automation & Test in Europe Conference (DATE), 2025, pp. 1–6

  15. [23]

    Amd zynq™ ultrascale+™ rfsocs: The industry’s only single-chip adaptable radio platform,

    A. M. D. Inc., “Amd zynq™ ultrascale+™ rfsocs: The industry’s only single-chip adaptable radio platform,” 2025. [Online]. Available: https://www.amd.com/en/products/adaptive-socs-and-fpgas/ soc/zynq-ultrascale-plus-rfsoc.html

  16. [24]

    Enabling fast and accurate neutral atom readout through image denoising,

    C. N. Mude, L. Phuttitarn, S. Maurya, K. Sinha, M. Saffman, and S. Tannu, “Enabling fast and accurate neutral atom readout through image denoising,”arXiv preprint arXiv:2510.25982, 2025

  17. [25]

    Continuous operation of large-scale atom arrays in optical lattices,

    F. Gyger, M. Ammenwerth, R. Tao, H. Timme, S. Snigirev, I. Bloch, and J. Zeiher, “Continuous operation of large-scale atom arrays in optical lattices,”Phys. Rev. Res., vol. 6, p. 033104, Jul 2024

  18. [26]

    Parallel assembly of arbitrary defect-free atom arrays with a multitweezer algorithm,

    W. Tian, W. J. Wee, A. Qu, B. J. M. Lim, P. R. Datla, V . P. W. Koh, and H. Loh, “Parallel assembly of arbitrary defect-free atom arrays with a multitweezer algorithm,”Phys. Rev. Appl., vol. 19, p. 034048, Mar 2023

  19. [27]

    A quantum processor based on coherent transport of entangled atom arrays,

    D. Bluvstein, H. Levine, G. Semeghini, T. T. Wang, S. Ebadi, M. Kali- nowski, A. Keesling, N. Maskara, H. Pichler, M. Greiner, V . Vuleti ´c, and M. D. Lukin, “A quantum processor based on coherent transport of entangled atom arrays,”Nature, vol. 604, no. 7906, p. 451–456, Apr. 2022

  20. [28]

    atommovr: An open-source simulation framework for rearrangement in atomic arrays,

    N. K. Harle, B.-Y . Chen, B. Bao, and H. Bernien, “atommovr: An open-source simulation framework for rearrangement in atomic arrays,”

  21. [29]

    Available: https://arxiv.org/abs/2508.02670

    [Online]. Available: https://arxiv.org/abs/2508.02670

  22. [30]

    Klinq: Knowledge distillation-assisted lightweight neural network for qubit readout on fpga,

    X. Guo, T. Bunarjyan, D. Liu, B. Lienhard, and M. Schulz, “Klinq: Knowledge distillation-assisted lightweight neural network for qubit readout on fpga,” in2025 62nd ACM/IEEE Design Automation Con- ference (DAC), 2025, pp. 1–7

  23. [31]

    Qubicml: Ml-powered real-time quantum state discrimination enabling mid-circuit measurements,

    N. R. V ora, Y . Xu, A. Hasim, N. Fruitwala, N. Nguyen, H. Liao, J. Balewski, A. Rajagopala, K. Nowrouzi, Q. Ji, K. B. Whaley, I. Siddiqi, P. Nguyen, and G. Huang, “Qubicml: Ml-powered real-time quantum state discrimination enabling mid-circuit measurements,” in2024 IEEE Inter...

  24. [32]

    Efficient and scalable architectures for multi-level superconducting qubit readout,

    C. N. Mude, S. Maurya, B. Lienhard, and S. Tannu, “Efficient and scalable architectures for multi-level superconducting qubit readout,” in 2025 62nd ACM/IEEE Design Automation Conference (DAC). San Francisco, CA, USA: IEEE, 2025, pp. 1–7

  25. [33]

    Real-time decoding of the gross code memory with fpgas,

    T. Maurer, M. B ¨uhler, M. Kr¨oner, F. Haverkamp, T. M¨uller, D. Vandeth, and B. R. Johnson, “Real-time decoding of the gross code memory with fpgas,” 2025. [Online]. Available: https://arxiv.org/abs/2510.21600

  26. [34]

    Lilliput: a lightweight low- latency lookup-table decoder for near-term quantum error correction,

    P. Das, A. Locharla, and C. Jones, “Lilliput: a lightweight low- latency lookup-table decoder for near-term quantum error correction,” inProceedings of the 27th ACM International Conference on Architectural Support for Programming Languages and Operating Systems, ser. ASPLOS ’...

  27. [35]

    Astrea: Accurate quantum error-decoding via practical minimum-weight perfect-matching,

    S. Vittal, P. Das, and M. Qureshi, “Astrea: Accurate quantum error-decoding via practical minimum-weight perfect-matching,” in Proceedings of the 50th Annual International Symposium on Computer Architecture, ser. ISCA ’23. New York, NY , USA: Association for Computing Machiner...

  28. [36]

    A scalable and cross-technology quantum control processor,

    X. Guo and M. Schulz, “A scalable and cross-technology quantum control processor,” in2023 33rd International Conference on Field- Programmable Logic and Applications (FPL), 2023, pp. 353–354

  29. [37]

    Integration of quantum accelerators into hpc: Toward a unified quantum platform,

    A. Elsharkawy, X. Guo, and M. Schulz, “Integration of quantum accelerators into hpc: Toward a unified quantum platform,” in2024 IEEE International Conference on Quantum Computing and Engineering (QCE), vol. 01, 2024, pp. 774–783

  30. [38]

    Microscopy of spin hydrodynamics and cooperative light scattering in atomic hubbard systems,

    D. Wei, “Microscopy of spin hydrodynamics and cooperative light scattering in atomic hubbard systems,” Ph.D. dissertation, Ludwig- Maximilians-Universit¨at M ¨unchen, Sept. 2023

  31. [39]

    Highly- parallel atom-detection accelerator for tweezer-based neutral atom quantum computers,

    J. Winklmann, Y . Yu, X. Guo, K. Staudacher, and M. Schulz, “Highly- parallel atom-detection accelerator for tweezer-based neutral atom quantum computers,” inProceedings of the 63nd Annual ACM/IEEE Design Automation Conference, ser. DAC ’26. IEEE Press, 2026. [Online]. Availab...

  32. [40]

    Amba 4 axi4, axi4-lite, and axi4- stream protocol assertions user guide,

    ARM, “Amba 4 axi4, axi4-lite, and axi4- stream protocol assertions user guide,” 2012. [On- line]. Available: https://developer.arm.com/documentation/dui0534/b/ Parameter-Descriptions/Interface/AXI4-and-AXI4-Lite-interfaces

Pith tools

Reviewed July 14, 2026 · model on record in the stance chip above.