Latest
Call for Papers: Vol. 42 closes 30 JuneNew: Quantum Security Summit registration openAxiom Standard 7042-2024 now ratifiedGrant cycle 2025 — $4.2M committedFellows election voting opens 15 JulyCall for Papers: Vol. 42 closes 30 JuneNew: Quantum Security Summit registration openAxiom Standard 7042-2024 now ratifiedGrant cycle 2025 — $4.2M committedFellows election voting opens 15 July
Digital Library

Research Archive

Search across 2.4 million peer-reviewed documents from journals, conferences, and standards.

Showing 2 of 2,418,902 results

Journal Article Open Access Quantum Computing

Quantum Error Correction Codes for Noisy Intermediate-Scale Quantum Devices: Implementation Trade-offs of Surface Codes, Steane Codes, and Bacon-Shor Codes on Superconducting Qubit Architectures

Quantum error correction (QEC) is widely recognized as a prerequisite for fault-tolerant quantum computation, yet the overhead requirements of leading QEC codes -- in terms of physical-to-logical qubit ratios and gate operation counts -- exceed the capabilities of current Noisy Intermediate-Scale Quantum (NISQ) devices by orders of magnitude. This paper investigates the implementation trade-offs of three QEC code families -- Surface Codes, Steane Codes, and Bacon-Shor Codes -- on superconducting transmon qubit architectures representative of current IBM Quantum and Google Sycamore hardware generations. Using a hardware-calibrated noise model derived from publicly available device characterization data, we simulate QEC circuit performance across logical qubit distances 3 through 9, measuring logical error rate suppression, syndrome extraction circuit depth, connectivity requirements, and decoding latency. Surface codes achieve the best logical error rate suppression per physical qubit overhead at distance 5 (logical error rate 2.3x10-4 at 0.1% physical gate error rate), but require all-nearest-neighbor connectivity that strains current device topologies. Bacon-Shor codes demonstrate the lowest syndrome extraction circuit depth, making them favorable for architectures with limited two-qubit gate fidelity. We introduce a QEC Code Suitability Index (QCSI) that maps device connectivity, gate fidelity, and coherence time profiles to code family recommendations, and apply it across six current quantum hardware platforms.

Chukwuemeka Obialo, Astrid Lindqvist, Hiroshi Nishimura, Rania Ahmed· Jan 2020· 387 citations
Journal Article Open Access Software Engineering

Shift-Left Performance Engineering: Integrating Load Testing, Profiling, and Performance Budgets into DevOps Pipelines

Performance degradation in production software systems frequently originates in code changes that pass functional testing but introduce latency regressions, memory leaks, or throughput reductions that only manifest at scale. Shift-left performance engineering addresses this through early, continuous performance validation integrated into CI/CD pipelines. This paper presents a comprehensive framework for shift-left performance engineering, grounded in a practitioner survey (n=319) and a longitudinal case study of four organizations that transitioned from periodic load testing to continuous pipeline-integrated performance validation. We define the Performance Gate Model, comprising three gate types — microbenchmark gates at unit level, service-level load test gates at integration level, and synthetic traffic replay gates at staging level — and demonstrate their complementary fault detection profiles. Our longitudinal analysis shows that organizations implementing all three gate types detect 89% of performance regressions before production deployment, compared to 31% for organizations relying solely on post-deployment monitoring. We evaluate toolchain options including k6, Gatling, Apache JMeter, and Locust for pipeline integration, comparing their CI/CD ergonomics, scripting model, and result visualization capabilities. Performance budget enforcement — defining and rejecting builds that violate response time, error rate, or throughput thresholds — is identified as the highest-leverage single practice, adopted by only 24% of surveyed organizations despite its measurable impact.

Olawale Adeyemi, Kristina Magnusson, Ryuichi Yamada, Inês Carvalho· Jan 2020· 334 citations