Probabilistic Quantum Circuits with Fallback (PQF)
- PQF is a synthesis protocol that approximates arbitrary single-qubit rotations using a combination of measurement-induced probabilistic circuits and a deterministic fallback to guarantee termination.
- It employs a discrete finite Markov chain model with stage-dependent circuit variations and mixing strategies to control cost and reduce non-Clifford gate counts.
- Cost analysis shows that PQF achieves predictable mean and variance in resource usage, often halving the required gate count compared to traditional RUS circuits.
Probabilistic Quantum Circuits with Fallback (PQF) are a class of synthesis protocols for approximating arbitrary single-qubit unitaries using a finite universal gate set, in which the circuit employs measurement-induced probabilistic subcircuits and guarantees finite expected resource cost by terminating after a bounded number of rounds with a deterministic fallback. PQF generalizes and improves upon the Repeat-Until-Success (RUS) paradigm by leveraging finite Markov chains for circuit progress, explicit cost control, and by incorporating advanced techniques such as mixing and magnitude-approximation to further reduce gate complexity (Bocharov et al., 2014, Kliuchnikov et al., 2022).
1. Formal Structure and Markov Model of PQF Circuits
A PQF protocol implements a target unitary within diamond-norm accuracy using at most probabilistic "primary" circuits, each terminating upon success, with a deterministic "fallback" subcircuit in the event of sequential failure. The protocol is recursively defined as: where is a probabilistic subcircuit for (success probability ), is the accumulated residual unitary in case of failure, is the deterministic fallback, and denotes classical control on the measurement outcome.
The execution of PQF is equivalent to a walk on a discrete, finite Markov chain: each node represents an accumulated operation 0, where 1 and 2 is the absorbing (target) state. Each round applies a multi-qubit unitary followed by ancilla measurement, with transition probabilities reflecting primary circuit success (3) or failure (4). In contrast to RUS, PQF always halts after at most 5 rounds, with each round potentially using a distinct primary circuit (Bocharov et al., 2014).
2. Comparison to Repeat-Until-Success (RUS) Circuits
Both PQF and RUS leverage probabilistic subcircuits and measurement but differ fundamentally in termination guarantees and flexibility. RUS protocols iterate a fixed probabilistic circuit and correction until success, defining an infinite-length Markov chain (absorbing on success). Expected cost can be unpredictable in rare pathological instances. PQF strictly bounds the total rounds by 6 by design, permitting stage-dependent circuit variation, and always triggers fallback at the prescribed round, leading to robust predictability and potentially lower resource variance (Bocharov et al., 2014).
3. PQF Synthesis Workflow for Single-Qubit Rotations
The synthesis of a PQF circuit for an arbitrary single-qubit rotation 7 involves four main algorithmic stages:
- Cyclotomic/Rational Approximation: Compute 8 such that 9, with 0 and 1, using PSLQ or related algorithms.
- Probability Enhancement: Search for 2 such that 3 after scaling 4 and 5, for gate-set-specific 6 (e.g., 7 for Clifford+8). Solve the norm equation 9 efficiently for 0.
- Primary Probabilistic Step: Construct
1
and realize the two-qubit gate 2.
- Measurement and Fallback: Apply 3 to 4, measure ancilla; on success, the target rotation is achieved. On failure, the data qubit is in 5 for some 6, and a deterministic fallback 7 is computed and applied to complete the rotation to the desired accuracy (Bocharov et al., 2014).
4. Cost Analysis and Gate Count Asymptotics
Let 8 be the cost per probabilistic round and 9 the fallback cost. For uniform success probability 0 per round, the expected cost and variance over 1 rounds are: 2
For single-qubit rotations using PQF, the expected non-Clifford gate cost is
3
with 4 the expansion factor associated with the gate set (Clifford+5: 6; Clifford+7: 8; Clifford+9: 0). Numeric fits yield:
| Gate Set | 1 | Asymptotic Expected Non-Clifford Count |
|---|---|---|
| Clifford+2 | 2 | 3 |
| Clifford+4 | 5 | 5 |
| Clifford+6 | 4 | 7 |
This scaling matches the leading asymptotics of RUS while ensuring finite-mean and finite-variance termination (Bocharov et al., 2014).
5. Fallback Paradigm and Mixed-Channel Optimization
PQF protocols further benefit from the "fallback circuit paradigm" and mixed-channel construction. The standard fallback channel 8 consists of a probabilistic step (projective rotation), yielding either the target or a nearby unitary, followed by deterministic correction in case of failure. Errors compose additively: 9 where 0 is the projective step's success probability and 1, 2 the respective step errors.
A significant improvement is achieved by mixing two such fallback protocols (one under-rotating, one over-rotating) with optimized probabilities. For the composite channel 3, the diamond-norm error scales as 4, halving the required non-Clifford gate count:
- Standard fallback: area 5 in parameter space 6
- Mixed fallback: area 7 8
Numerical results confirm that, for Clifford+9, the mixed-fallback protocol achieves 0 (T-count); for Clifford+1, 2 (T-count), representing an approximate factor-of-two improvement over basic fallback (Kliuchnikov et al., 2022).
6. Reduction to Magnitude Approximation and Algorithmic Synthesis
For general single-qubit 3, magnitude-only approximations—reducing to matching the absolute value of a key matrix element—enable further gate savings. The protocol reduces 4 to an Euler product 5; only the 6 component is approximated via magnitude, up to unknown 7 phases, resulting in total cost 8 that of full diagonalization.
The synthesis algorithm over gate set 9 proceeds as:
- Enumerate candidate integer points (via, e.g., Lenstra's algorithm) satisfying the angle, magnitude, and probabilistic constraints in the quaternion order associated with 0.
- For each candidate, solve the associated relative-norm equation to guarantee implementability.
- If solutions for both under- and over-rotations are found, mix with optimized probability to achieve error reduction.
- Synthesize the corresponding gate sequences using known quaternion-based algorithms (Kliuchnikov et al., 2022).
7. Numerical Benchmarks and Applicability to Fault-Tolerant Quantum Computation
Benchmarks over datasets of random and Fourier angles confirm the asymptotic scaling and variance bounds for PQF circuits. For Clifford+1 gate sets, the mixed-fallback protocol achieves mean T-count scaling with slope ≈0.53; for Clifford+2, ≈0.56. Protocols exhibit mean and worst-case costs tightly controlled by per-round success probabilities (3), and cost amplification can be mitigated for parallel tasks by increasing primary circuit success (Kliuchnikov et al., 2022).
PQF protocols, particularly when leveraging magnitude-only decompositions and mixed fallback constructions, provide the lowest known non-Clifford resource requirements for single-qubit synthesis under diamond-norm accuracy, and are thus foundational for efficient logical gate synthesis in fault-tolerant quantum computing systems.