REVIEW 3 major objections 5 minor 53 references
Hardware-aware memory control and contraction-path index ordering let a sequential tensor decision-diagram simulator run structured circuits such as QFT to 100 qubits with bounded RAM.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-31 21:46 UTC pith:NOEQBRZV
load-bearing objection Solid FTDD systems paper: fixed-RAM memory model plus Path ordering give real, topology-conditional wins (QFT-100, big speedups on structured nets); claims need to stay scoped. the 3 major comments →
Optimizing Memory Efficiency and Index Ordering to Simulate Quantum Circuits Using Tensor Decision Diagrams
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
A fixed-footprint, lifecycle-tracked redesign of FTDD’s UniqueTable and ComputeTable, together with a contraction-path-guided index order (Path), bounds peak memory on structured workloads and can reduce simulation time by more than 10× relative to the original alphanumeric order, enabling stable exact simulation of circuits such as QFT up to 100 qubits on a single core.
What carries the argument
Path index ordering: a static linear order of tensor indices obtained by simulating the contraction path, ranking indices by first contraction step then last-seen step so that early-eliminated indices sit high in the decision diagram and obsolete structure can be pruned; combined with hardware-aware table sizing (UniqueTable ~2^N−1, ComputeTable ~2^{N−1}−1 chosen so both occupy ~1% of RAM) and strict node reference tracking.
Load-bearing premise
The claim that large-n simulation stays stable mainly holds for structured, regular circuits under the paper’s fixed protocol; on high-entanglement workloads the same strict tracking that saves memory can sharply raise runtime.
What would settle it
Run the same optimized FTDD binary on QFT and on a deep random or variational circuit family past 50–100 qubits with identical table policy and index order: if QFT memory stays flat near 13 GiB while the entangled family either exhausts RAM or times out far earlier, the topology-dependent scalability claim stands; if both blow up or both stay bounded equally, it fails.
If this is right
- Exact sequential DD–TN simulators can reach 100-qubit structured circuits (e.g. QFT) on a high-memory server without distributed state-vector infrastructure.
- Index order should be chosen per topology: Path for QFT-like circuits, RCM for graph-like interaction patterns; no single static order wins everywhere.
- Hybrid or static table sizing near 1% of host RAM is preferable to pure exponential growth once n exceeds ~30.
- For regular linear circuits a simple sequential contraction plan can outperform an expensive offline path optimizer that itself may run out of memory.
- Future work can remove the internal 100-qubit cap and train a selector that picks the best index order from circuit structure.
Where Pith is reading between the lines
- An adaptive controller that switches among alphanumeric, RCM, and Path (and among sequential vs optimized contraction) using cheap topology features would likely dominate any fixed configuration on mixed workloads.
- The same lifecycle and fixed-footprint discipline could transfer to other canonical DD packages used in quantum verification, not only FTDD.
- Because Path aligns diagram levels with elimination time, it is a practical surrogate for minimizing linear rank-width without solving that NP-hard problem directly.
- Reporting wall-clock that includes path-search cost would reverse some cotengra “wins” on intermediate circuits and sharpen when advanced planners are worth calling.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper optimizes the FTDD hybrid TN+DD quantum-circuit simulator along two axes. First, it replaces unbounded dynamic allocation with a hardware-aware fixed-footprint memory model: explicit node lifecycle/reference tracking between UniqueTable and ComputeTable, node recycling, selective ComputeTable caching (depth threshold 3), and three table-sizing policies (fully exponential, hybrid exp-fixed, static fixed) sized to a fraction of host RAM. Second, it studies static index orderings for TDDs, introducing Path (Algorithm 1), a contraction-path-guided heuristic that sorts indices by first-contraction step and last-seen time, and compares it to alphanumeric naming and RCM on the index interaction graph. On an MQTBench suite under sequential and cotengra contraction, single-core runs, |0⟩ input and open outputs, the optimized engine keeps QFT/GHZ/Graph memory essentially flat out to 100 qubits (~13 GiB, ~26 s for QFT-100), while Path and RCM yield topology-dependent speedups (Path >13× on QFT-100, RCM >35× on Graph-50). High-entanglement circuits (RQC, QNN) show the complementary trade-off: large RAM reductions at the cost of higher time and Max-bck.
Significance. Exact classical simulation of structured circuits beyond the ~50-qubit state-vector wall remains practically important for algorithm validation. The work is solid systems engineering: reproducible code is linked, adverse regimes (time penalties, cotengra OOMs on regular nets, Max-bck inflation) are reported rather than hidden, and the Path heuristic plus the three table policies are concrete, falsifiable contributions. If the topology-conditional claims hold, the paper supplies a usable sequential baseline that can run QFT-scale workloads on a high-memory server and a clear empirical map of when advanced contraction/ordering pays off. Strengths include open code, systematic ablation of memory policies (Table 3), and explicit documentation of trade-offs rather than only best-case speedups.
major comments (3)
- [§1 Introduction; §7 Conclusions] Sections 1 and 7 (and parts of the abstract) over-claim relative to the measured evidence. The text asserts that the optimizations “allow the enhanced FTDD simulator to execute previously intractable deep and highly entangled quantum circuits” and position it “competitively against state-of-the-art parallel simulators… for specific circuit families.” Tables 1–2 and Figure 5 show the opposite on RQC/QNN/AE: memory falls but wall time and Max-bck rise sharply, and no head-to-head numbers versus parallel state-vector or TN codes are given. The abstract’s safer phrasing (“bounds memory… under structured quantum workloads”) should govern the introduction and conclusions; supercomputer competitiveness should be removed or supported by direct comparison.
- [§6.1; Table 2] Section 6.1 states that cotengra is given one hour offline (56 threads) and that this search time is excluded from the reported contraction times used for SpeedUp in Table 2. For intermediate circuits (QWalk, QNN, RA, QPE) the paper itself notes that sequential is preferable once search cost is counted. Either fold path-search wall time into the critical path for every cotengra entry, or clearly label Table 2 as “contraction-only” and revise the Regime-2/3 recommendations so they cannot be read as end-to-end wins.
- [§5.3 Algorithm 1; §6.4 Figure 5] The Path heuristic (Algorithm 1, §5.3) is evaluated only against a fixed precomputed contraction path (sequential or cotengra). Because Path’s primary key is FirstStep along that path, the reported >13× QFT speedup is path-dependent; a different plan can change both the order and the node counts. A short sensitivity check—Path under at least two distinct plans on the same circuit, or a brief comparison to a dynamic sifting baseline mentioned in §3.4—would make the ordering claim load-bearing rather than conditional on the plan already chosen for Table 2.
minor comments (5)
- [Table 1] Table 1 header and caption use “MeM (GiB)” / “Max bck” while the text uses “MeM” and “Max bck” inconsistently; standardize units and spell out “maximum bucket occupancy” once.
- [Figure 5] Figure 5 y-axis is log-scaled speedup but the caption does not state the baseline (alphanumeric + sequential) explicitly; add it.
- Typos and grammar: “kind og DD” (§3.4), “Order de non-free” (Alg. 1), “T opologies” with stray spaces (several places in §6.2), “further improving the detection of nodes structurally identical” (§3.3).
- [§6.1] The 100-qubit hard cap is attributed to “other internal data structures” (§6.1) but never identified; a one-sentence note on which structure imposes the limit would help readers interpret the † markers.
- [§5.3; §2] Related Work cites FeynmanDD [51] for linear rank-width after Path is introduced; a forward pointer in §5.3 would clarify priority and difference.
Circularity Check
No significant circularity: empirical systems optimizations and measured speedups, not definitional or fitted predictions.
full rationale
This paper is hardware-aware systems engineering on FTDD: a fixed-footprint memory model, node lifecycle tracking, table-sizing policies, and a Path index-order heuristic, all evaluated by wall-clock time, RSS, Max-bck, hit ratio, and node counts on MQTBench circuits under a stated protocol (single core, |0⟩, open outputs, sequential vs cotengra, two-hour limit). The headline results (bounded memory and stable QFT-100; Path/RCM order-of-magnitude speedups on some topologies) are read off experiments (Tables 1–3, Figure 5), not algebraic restatements of fitted parameters or uniqueness theorems. Prior self-citations (original FTDD [8], authors’ contraction study [48]) supply the baseline tool and motivation; they do not force the measured memory bounds or Path speedups. Path is explicitly a static heuristic guided by the contraction path (Algorithm 1), compared empirically to alphanumeric and RCM—not claimed as a first-principles derivation that reduces to its inputs. Topology-conditional caveats (RQC/QNN time penalty; cotengra OOM on regular nets) are reported openly and do not create circular reduction. No self-definitional loop, fitted-as-prediction, or load-bearing uniqueness import appears.
Axiom & Free-Parameter Ledger
free parameters (4)
- ComputeTable caching depth threshold =
3
- UniqueTable+ComputeTable RAM fraction / N =
~1% of host RAM
- Exponential table growth cap n=30 =
30 qubits / 2^30-style bounds
- cotengra search budget =
1 hour, 56 threads, combo
axioms (5)
- domain assumption Exact quantum circuit simulation via tensor-network contraction with TDD/FTDD semantics (canonicity for a fixed index order π(I)).
- domain assumption UniqueTable + ComputeTable hash-table architecture (FNV 32-bit, buckets of size 2^x-1) is the right substrate for node sharing and op caching.
- ad hoc to paper Index order quality can be pursued with static heuristics (alphanumeric names, RCM on the index interaction graph, Path from a fixed contraction plan) without dynamic sifting during contraction.
- domain assumption MQTBench circuits plus structural groupings (regular / algorithmic / high-entanglement) are representative enough to characterize topological trade-offs.
- standard math Standard facts of sparse matrix bandwidth reduction (RCM) and TN treewidth/cut-width intuition transfer to TDD node counts.
invented entities (2)
-
Path index-ordering heuristic
no independent evidence
-
Hardware-aware fixed-footprint FTDD memory model (lifecycle tracking, node recycle, selective cache, table policies)
no independent evidence
read the original abstract
Combining Tensor Networks (TNs) and Decision Diagrams (DDs) provides a high-performance framework for the exact simulation of quantum circuits on classical computers by exploiting structural redundancies and topological entanglement. However, improving the scalability of hybrid tools such as the Fast Tensor Decision Diagram (FTDD) requires addressing strict memory growth constraints and complex node management during tensor contractions. In this paper, we propose a hardware-aware architectural optimization of the FTDD framework, with two main contributions: first, we overhaul the internal memory management through a fixed-footprint memory model, strict node lifecycle tracking, and a systematic evaluation of table-sizing policies (exponential, static, and hybrid) to reduce allocation overhead and control memory growth; second, we introduce Path, a new index-ordering heuristic guided by the contraction path, and conduct a comprehensive study of variable index-ordering strategies, an important factor for DD compression. By comparing the original alphanumeric ordering, RCM, and our Path heuristic across diverse circuit topologies, we show that index permutation strongly affects node sharing and diagram density. Experimental evaluation confirms that our optimized FTDD engine bounds memory consumption under structured quantum workloads, enabling stable execution of circuits such as QFT with up to 100 qubits. Furthermore, we systematically characterize execution time, memory footprint, and topological trade-offs across diverse quantum benchmarks.
Reference graph
Works this paper leans on
-
[1]
Science369(6507), 1054–1055 (2020)
Yuan, X.: A quantum-computing advantage for chemistry. Science369(6507), 1054–1055 (2020)
2020
-
[2]
Quantum2, 79 (2018)
Preskill, J.: Quantum computing in the nisq era and beyond. Quantum2, 79 (2018)
2018
-
[3]
ACM Transactions on Quantum Computing7(1), 1–35 (2025) 28
Cicero, A., Maleki, M.A., Azhar, M.W., Kockum, A.F., Trancoso, P.: Sim- ulation of quantum computers: Review and acceleration opportunities. ACM Transactions on Quantum Computing7(1), 1–35 (2025) 28
2025
-
[4]
Parallel Processing Letters7(02), 157–168 (1997)
Chi-Chung, L., Sadayappan, P., Wenger, R.: On optimizing a class of multi- dimensional loops with reduction for parallel execution. Parallel Processing Letters7(02), 157–168 (1997)
1997
-
[5]
Nature Computational Science1(9), 578–587 (2021)
Huang, C., Zhang, F., Newman, M., Ni, X., Ding, D., Cai, J., Gao, X., Wang, T., Wu, F., Zhang, G.,et al.: Efficient parallelization of tensor network contraction for simulating quantum computation. Nature Computational Science1(9), 578–587 (2021)
2021
-
[6]
IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems 38(5), 848–859 (2018)
Zulehner, A., Wille, R.: Advanced simulation of quantum computations. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems 38(5), 848–859 (2018)
2018
-
[7]
In: 2020 25th Asia and South Pacific Design Automation Conference (ASP-DAC), pp
Hillmich, S., Zulehner, A., Wille, R.: Concurrency in dd-based quantum circuit simulation. In: 2020 25th Asia and South Pacific Design Automation Conference (ASP-DAC), pp. 115–120 (2020). IEEE
2020
-
[8]
arXiv preprint arXiv:2401.11362 (2024)
Zhang, Q., Saligane, M., Kim, H.-S., Blaauw, D., Tzimpragos, G., Sylvester, D.: Quantum circuit simulation with fast tensor decision diagram. arXiv preprint arXiv:2401.11362 (2024)
Pith/arXiv arXiv 2024
-
[9]
https://quantiki.org/wiki/list-qc-simulators (2023)
Quantiki: List of QC simulators. https://quantiki.org/wiki/list-qc-simulators (2023)
2023
-
[10]
International Journal of Theoretical Physics21(6-7), 467–488 (1982)
Feynman, R.P.: Simulating physics with computers. International Journal of Theoretical Physics21(6-7), 467–488 (1982)
1982
-
[11]
https://doi.org/10.5281/zenodo.2573505
Qiskit contributors: Qiskit: An Open-source Framework for Quantum Computing (2023). https://doi.org/10.5281/zenodo.2573505
-
[12]
URL https://github
Omole, V., Tyagi, A., Carey, C., Hanus, A., Hancock, A., Garcia, A., Shedenhelm, J.: Cirq: A python framework for creating, editing, and invoking quantum circuits. URL https://github. com/quantumlib/Cirq (2020)
2020
-
[13]
Quantum Science & Technology 7(1), 015018 (2022)
Efthymiou, S., Ramos-Calderer, S., Bravo-Prieto, C., P´ erez-Salinas, A., Garc ´ ıa- Mart ´ ın, D., Garcia-Saez, A., Latorre, J.I., Carrazza, S.: Qibo: a framework for quantum simulation with hardware acceleration. Quantum Science & Technology 7(1), 015018 (2022)
2022
-
[14]
arXiv preprint arXiv:1601.07195 (2016)
Smelyanskiy, M., Sawaya, N.P., Aspuru-Guzik, A.: qhipster: The quantum high performance software testing environment. arXiv preprint arXiv:1601.07195 (2016)
Pith/arXiv arXiv 2016
-
[15]
Computer Physics Communications176(2), 121–136 (2007) 29
De Raedt, K., Michielsen, K., De Raedt, H., Trieu, B., Arnold, G., Richter, M., Lippert, T., Watanabe, H., Ito, N.: Massively parallel quantum computer simulator. Computer Physics Communications176(2), 121–136 (2007) 29
2007
-
[16]
Computer Physics Communications237, 47–61 (2019)
De Raedt, H., Jin, F., Willsch, D., Willsch, M., Yoshioka, N., Ito, N., Yuan, S., Michielsen, K.: Massively parallel quantum computer simulator, eleven years later. Computer Physics Communications237, 47–61 (2019)
2019
-
[17]
In: arXiv Preprint arXiv:1710.05867 (2017)
Pednault, E., Gunnels, J.A., Nannicini, G., Horesh, L., Magerlein, T., Agarwal, K., Wisnieff, R.: Breaking the 49-qubit barrier in the simulation of quantum circuits. In: arXiv Preprint arXiv:1710.05867 (2017)
Pith/arXiv arXiv 2017
-
[18]
arXiv preprint arXiv:1910.09534 (2019)
Pednault, E., Gunnels, J.A., Nannicini, G., Horesh, L., Wisnieff, R.: Leveraging secondary storage to simulate deep 54-qubit sycamore circuits. arXiv preprint arXiv:1910.09534 (2019)
Pith/arXiv arXiv 1910
-
[19]
Physical review letters91(14), 147902 (2003)
Vidal, G.: Efficient classical simulation of slightly entangled quantum computa- tions. Physical review letters91(14), 147902 (2003)
2003
-
[20]
arXiv preprint cond-mat/0407066 (2004)
Verstraete, F., Cirac, J.I.: Renormalization algorithms for quantum-many body systems in two and higher dimensions. arXiv preprint cond-mat/0407066 (2004)
Pith/arXiv arXiv 2004
-
[21]
Physical Review A—Atomic, Molecular, and Optical Physics74(2), 022320 (2006)
Shi, Y.-Y., Duan, L.-M., Vidal, G.: Classical simulation of quantum many-body systems with a tree tensor network. Physical Review A—Atomic, Molecular, and Optical Physics74(2), 022320 (2006)
2006
-
[22]
SIAM Journal on Computing38(3), 963–981 (2008)
Markov, I.L., Shi, Y.: Simulating quantum computation by contracting tensor networks. SIAM Journal on Computing38(3), 963–981 (2008)
2008
-
[23]
Physical Review Letters129(9), 090502 (2022)
Pan, F., Chen, K., Zhang, P.: Solving the sampling problem of the sycamore quantum circuits. Physical Review Letters129(9), 090502 (2022)
2022
-
[24]
Quantum5, 410 (2021)
Gray, J., Kourtis, S.: Hyper-optimized tensor network contraction. Quantum5, 410 (2021)
2021
-
[25]
Quantum Information Processing2(5), 347–380 (2003)
Viamontes, G.F., Markov, I.L., Hayes, J.P.: Improving gate-level simulation of quantum circuits. Quantum Information Processing2(5), 347–380 (2003)
2003
-
[26]
In: 36th International Symposium on Multiple-Valued Logic (ISMVL’06), pp
Miller, D.M., Thornton, M.A.: Qmdd: A decision diagram structure for reversible and quantum circuits. In: 36th International Symposium on Multiple-Valued Logic (ISMVL’06), pp. 30–30 (2006). IEEE
2006
-
[27]
ACM Transactions on Design Automation of Electronic Systems (TODAES)27(6), 1–30 (2022)
Hong, X., Zhou, X., Li, S., Feng, Y., Ying, M.: A tensor network based decision diagram for representation of quantum circuits. ACM Transactions on Design Automation of Electronic Systems (TODAES)27(6), 1–30 (2022)
2022
-
[28]
Packt Publishing Ltd, ??? (2019)
Sutor, R.S.: Dancing with Qubits: How Quantum Computing Works and How It Can Change the World. Packt Publishing Ltd, ??? (2019)
2019
-
[29]
TEMat6, 31–47 (2022) 30
Oliva, V.L.: Fundamentos de la computaci´ on cu´ antica. TEMat6, 31–47 (2022) 30
2022
-
[30]
Mathematical Proceed- ings of the Cambridge Philosophical Society35(3), 416–418 (1939)
Dirac, P.A.M.: A new notation for quantum mechanics. Mathematical Proceed- ings of the Cambridge Philosophical Society35(3), 416–418 (1939)
1939
-
[31]
Journal of physics A: Mathematical and theoretical50(22), 223001 (2017)
Bridgeman, J.C., Chubb, C.T.: Hand-waving and interpretive dance: an intro- ductory course on tensor networks. Journal of physics A: Mathematical and theoretical50(22), 223001 (2017)
2017
-
[32]
In: Proceedings of the 27th ACM/IEEE Design Automation Conference, pp
Brace, K.S., Rudell, R.L., Bryant, R.E.: Efficient implementation of a bdd pack- age. In: Proceedings of the 27th ACM/IEEE Design Automation Conference, pp. 40–45 (1991)
1991
-
[33]
In: International Conference on Tools and Algorithms for the Construction and Analysis of Systems, pp
Husung, N., Dubslaff, C., Hermanns, H., K¨ ohl, M.A.: Oxidd: a safe, concurrent, modular, and performant decision diagram framework in rust. In: International Conference on Tools and Algorithms for the Construction and Analysis of Systems, pp. 255–275 (2024). Springer
2024
-
[34]
In: 2016 IEEE Conference on Control Applications (CCA), pp
Filippidis, I., Dathathri, S., Livingston, S.C., Ozay, N., Murray, R.M.: Control design for hybrid systems with tulip: The temporal logic planning toolbox. In: 2016 IEEE Conference on Control Applications (CCA), pp. 1030–1041 (2016). IEEE
2016
-
[35]
Com- puters, IEEE Transactions on100(8), 677–691 (1986)
Bryant, R.E.: Graph-based algorithms for boolean function manipulation. Com- puters, IEEE Transactions on100(8), 677–691 (1986)
1986
-
[36]
American Documentation4(1), 14–16 (1953)
Luhn, H.P.: A new method of recording and searching information. American Documentation4(1), 14–16 (1953)
1953
-
[37]
Sorting and searching 3(426-458), 4 (1999)
Donald, E.K.,et al.: The art of computer programming. Sorting and searching 3(426-458), 4 (1999)
1999
-
[38]
In: International Conference on Reversible Computation, pp
Hillmich, S., Burgholzer, L., St¨ ogm¨ uller, F., Wille, R.: Reordering decision dia- grams for quantum computing is harder than you might think. In: International Conference on Reversible Computation, pp. 93–107 (2022). Springer
2022
-
[39]
In: Proceedings of 1993 International Conference on Computer Aided Design (ICCAD), pp
Rudell, R.: Dynamic variable ordering for ordered binary decision diagrams. In: Proceedings of 1993 International Conference on Computer Aided Design (ICCAD), pp. 42–47 (1993). IEEE
1993
-
[40]
Cambridge University Press, USA (2011)
Nielsen, M.A., Chuang, I.L.: Quantum Computation and Quantum Information: 10th Anniversary Edition, 10th edn. Cambridge University Press, USA (2011)
2011
-
[41]
Computer Physics Communications176(2), 121–136 (2007)
De Raedt, H., Michielsen, K., De Raedt, K., Trieu, K., Giepmans, G., Van- dallo, M.: Massively parallel quantum computer simulator. Computer Physics Communications176(2), 121–136 (2007)
2007
-
[42]
arXiv preprint arXiv:2511.03359 (2025)
De Raedt, H., Kraus, J., Herten, A., Mehta, V., Bode, M., Hrywniak, M., Michielsen, K., Lippert, T.: Universal quantum simulation of 50 qubits on europes 31 first exascale supercomputer harnessing its heterogeneous cpu-gpu architecture. arXiv preprint arXiv:2511.03359 (2025)
Pith/arXiv arXiv 2025
-
[43]
Nature Computational Science1(9), 578–584 (2021)
Huang, C., Zhang, F., Newman, M., Cai, J., Gao, X., Tian, Z., Wu, J., Hsieh, C.- N., Yu, H.-A., Fefferman, B.,et al.: Classical simulation of quantum supremacy circuits. Nature Computational Science1(9), 578–584 (2021)
2021
-
[44]
arXiv preprint arXiv:1805.01450 (2018)
Chen, J., Huang, C., Cui, L., Gan, C., Ma, L., Wang, X., Zhang, F., Zhang, Y., Deng, D.-L., Zheng, Z.-W., et al.: Classical simulation of intermediate-size quantum circuits. arXiv preprint arXiv:1805.01450 (2018)
Pith/arXiv arXiv 2018
-
[45]
Physical Review Letters98(14), 140506 (2007)
Schuch, N., Wolf, M.M., Verstraete, F., Cirac, J.I.: Computational complexity of interacting electrons and fundamental limitations of PEPS. Physical Review Letters98(14), 140506 (2007)
2007
-
[46]
Quantum5, 565 (2021)
Gray, J., Kis, S.: Hyper-optimized tensor network contraction. Quantum5, 565 (2021)
2021
-
[47]
Annals of Physics326(1), 96–192 (2011)
Schollw¨ ock, U.: The density-matrix renormalization group in the age of matrix product states. Annals of Physics326(1), 96–192 (2011)
2011
-
[48]
The Journal of Supercomputing81(1), 354 (2025)
Lopez-Oliva, V., Badia, J.M., Castillo, M.: Efficient quantum circuit contraction using tensor decision diagrams. The Journal of Supercomputing81(1), 354 (2025)
2025
-
[49]
In: 2024 35th Irish Signals and Systems Conference (ISSC), pp
Hayes, C., Malone, D.: An evaluation of fnv non-cryptographic hash functions. In: 2024 35th Irish Signals and Systems Conference (ISSC), pp. 1–8 (2024). IEEE
2024
-
[50]
In: Proceedings of the 1969 24th National Conference, pp
Cuthill, E., McKee, J.: Reducing the bandwidth of sparse symmetric matrices. In: Proceedings of the 1969 24th National Conference, pp. 157–172 (1969)
1969
-
[51]
In: International Conference on Computer Aided Verification, pp
Wang, Z., Cheng, B., Yuan, L., Ji, Z.: Feynmandd: Quantum circuit analysis with classical decision diagrams. In: International Conference on Computer Aided Verification, pp. 28–52 (2025). Springer
2025
-
[52]
Quetschlich, N., Burgholzer, L., Wille, R.: MQT Bench: Benchmarking Software and Design Automation Tools for Quantum Computing. arXiv. MQT Bench is available at https://www.cda.cit.tum.de/mqtbench/ (2022)
2022
-
[53]
Future Generation Computer Systems 174, 107927 (2026) 32
Vallero, M., Rech, P., Vella, F.: State of practice: evaluating gpu performance of state vector and tensor network methods. Future Generation Computer Systems 174, 107927 (2026) 32
2026
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.