---
title: 'Qline: Linear Quantum Network Architecture'
url: https://www.emergentmind.com/topics/qline
type: topic
---

# Qline: Linear Quantum Network Architecture

Qline is a linear quantum-network architecture in which quantum states traverse a single path through multiple parties, while intermediate nodes perform only restricted quantum operations, typically single-qubit phase rotations. In the literature, this architecture has been developed in two closely related directions: as a linear photonic network for multi-client blind quantum computation and verifiable delegated computation, and as a low-cost prepare-and-measure network for multiparty cryptography and multi-purpose quantum communication. Across these settings, the defining objective is the same: reduce client-side hardware assumptions, avoid the pairwise-connectivity overhead of fully connected quantum networks, and preserve information-theoretic or composable security for distributed tasks [2306.05195], [2407.09310], [2504.19702], [2603.02923], [2606.23392].

## 1. Architectural model

Qline is described as a modular, linear quantum network configuration. In the delegated-computation realization, a source node \(S1\) injects photonic qubits into a one-dimensional link, multiple clients are arranged sequentially along that line, and a tail server \(S2\) completes entanglement generation and performs adaptive measurements. In the prepare-and-measure realization, player \(1\) acts as a source end, players \(2,\dots,J-1\) are inexpensive intermediate devices, and player \(J\) is the detection end. A later formalization abstracts the same idea further: end users need only trusted single-qubit rotation devices, while trusted preparation or measurement can be delegated to an untrusted provider under composable security assumptions [2306.05195], [2504.19702], [2606.23392].

Qline differs explicitly from star and fully connected topologies. In hub-and-spoke or star networks, many clients connect directly to a central server over separate links, often requiring each client to trust its own source or measurement device. In fully connected networks, hardware, switching, and routing complexity grow rapidly with the number of users. Qline instead serializes participation along a single quantum path: the same qubits pass sequentially through the parties, accumulate local masks or rotations, and are finally measured at an endpoint. This eliminates the need for per-client quantum sources or detectors in several protocol families and replaces \(\Theta(J^2)\) secure-link scaling with a single quantum line in the multiparty-secret-sharing setting [2306.05195], [2504.19702].

A useful way to organize the main realizations is the following.

| Realization | End-node functionality | Intermediate-node functionality |
|---|---|---|
| Multi-client delegated computation | \(S1\) generates resource states; \(S2\) performs adaptive measurements | Clients apply trusted single-qubit rotations and send classical messages |
| Secret sharing of \(0\) | Player \(1\) prepares \(\{|+\rangle,|-\rangle,|+i\rangle,|-i\rangle\}\); player \(J\) measures in Hadamard or circular basis | Players \(2,\dots,J-1\) apply \(Z^x\) with \(x\in\{0,1/2,1,3/2\}\) |
| Prepare-and-measure platform | Alice prepares BB84 states; Bob measures with phase modulator, interferometer, and APD | Classical/global-control services and, in generalized Qline, in-line phase operations |

This architectural commonality is significant because it makes Qline a network-level primitive rather than a single protocol. The same linear path supports measurement-based delegated computation, secret sharing, oblivious transfer, tokens, and, under later formal reductions, a broad class of single-qubit prepare-and-measure cryptographic protocols [2407.09310], [2603.02923], [2606.23392].

## 2. Blind quantum computation on a linear pipeline

In blind-quantum-computing applications, Qline combines measurement-based quantum computation (MBQC), universal blind quantum computation (UBQC), and a collaborative Remote State Rotation (RSR) functionality. The central idea is that \(S1\) prepares qubits or entangled pairs, each client adds a private \(Z\)-rotation to the flying qubits, and \(S2\) performs the adaptive equatorial measurements required by MBQC. The clients therefore need only trusted single-qubit rotation devices and classical communication; they do not need quantum sources, detectors, or memories [2306.05195].

The two-client experimental demonstration uses a two-qubit resource. The target joint computation is
\[
(M^X \otimes M^X)(R_z(\phi_1)\otimes R_z(\phi_2))CZ_{12}(Z^{x_1}\otimes Z^{x_2})(|+\rangle\otimes|+\rangle),
\]
where one client holds private classical inputs \(x_1,x_2\) and the other holds private algorithm parameters \(\phi_1,\phi_2\). \(S1\) generates
\[
|\psi\rangle=\frac{|00\rangle+|01\rangle+|10\rangle-|11\rangle}{2},
\]
Alice applies \(R_z(\theta_1^A)\otimes R_z(\theta_2^A)\), Bob applies \(R_z(\theta_1^B)\otimes R_z(\theta_2^B)\), and \(S2\) receives a state whose phases depend only on the accumulated secret angles \(\theta_i=\theta_i^A+\theta_i^B\). A trusted third party (TTP), or in principle composably secure classical SMPC, computes adaptive blind measurement angles and returns corrected outcomes after classical decryption [2306.05195].

The MBQC layer is standard graph-state MBQC. For a graph state \(|G\rangle\) with stabilizers
\[
K_v=X_v\prod_{u\in N(v)} Z_u,
\]
computation proceeds by single-qubit measurements on the equator of the Bloch sphere. UBQC uses rotated states
\[
|+_\theta\rangle=\frac{|0\rangle+e^{i\theta}|1\rangle}{\sqrt{2}},
\]
and blind measurement angles of the form
\[
\delta_i=\phi_i+\theta_i+r_i\pi,\qquad r_i\in\{0,1\}.
\]
In the Qline-specific multi-client setting, \(\delta_i\) additionally incorporates data-hiding terms \(x_i\pi\), aggregated random rotations from all clients, and adaptivity determined by previous corrected outcomes. The measurement operator implemented at \(S2\) is
\[
M(\delta)=\cos(\delta)\sigma_x+\sin(\delta)\sigma_y.
\]
The linear network is therefore not a replacement for MBQC, but a transport-and-encryption layer that makes MBQC multi-client and hardware-lightweight [2306.05195].

The protocol generalizes from a two-qubit cluster to arbitrary graph states \(G=(V,E,I,O)\). For \(m=|V|\) qubits, the ideal architecture uses \(m\) Qlines so that each resource qubit passes the client line once, although multiple qubits can be sent concurrently if client devices support parallel rotations. This makes Qline intrinsically compatible with distributed graph-state computation and with privacy-preserving collaborative workloads such as federated quantum machine learning [2306.05195].

## 3. Verification and composable security

The initial Qline blind-computing result establishes blindness in the Abstract Cryptography framework. Composing RSR with UBQC yields perfect blindness for any single honest client even if the server is untrusted, and the architecture remains secure against any strict subset of colluding malicious adversaries among server nodes and clients. The operative condition is that at least one honest client lies on each Qline used by the computation; if an adversary does not corrupt all clients on a given line simultaneously, the server’s reduced state is independent of private inputs, algorithm angles, and corrected outputs up to negligible trace distance [2306.05195].

The 2024 extension adds verifiability under untrusted state preparation. Standard verification techniques fail when clients receive quantum states from an untrusted source, which is exactly the Qline setting. The implemented solution introduces random bit flips \(X^{b_i^j}\) in addition to random \(Z\)-rotations, and alternates computation rounds with test rounds that measure the stabilizer \(Y\otimes Y\). For the ideal resource state, valid test outcomes satisfy \(m_1=m_2\); the observed test failure fraction \(\epsilon\) is compared with a tolerated threshold \(\omega\), with security controlled by \(\sigma=0.25\), an estimated device-noise bound \(\nu\approx 0.14\), and a chosen threshold \(\omega=0.18\) satisfying \(\sigma>\omega>\nu\) [2407.09310].

This yields explicit completeness and soundness guarantees. For \((x_1,x_2)=(0,0)\), the test-round error fraction is \(\epsilon_1=(13.4\pm0.3)\%\); for \((x_1,x_2)=(1,0)\), \(\epsilon_2=(14.0\pm0.3)\%\). Both lie below \(\omega\), and the concrete bounds reported are a false-reject probability below \(10^{-26}\) and \(10^{-15}\), respectively, and soundness errors below \(10^{-22}\) and \(10^{-19}\). Blindness is quantified by a Holevo quantity of \(\chi_{\mathrm{exp}}=0.004\pm0.001\) bits and fidelities to maximally mixed states \(F_{1q}=0.9952\pm0.0003\) and \(F_{2q}=0.9901\pm0.0002\) [2407.09310].

A subsequent formal development broadens the security interpretation of Qline. It shows, in the Abstract Cryptography framework, that trusted single-qubit rotations suffice to implement delegated single-qubit measurement universally and delegated state preparation under assumptions satisfied by most prepare-and-measure protocols. The rotation family
\[
R_Z(\theta)=\begin{pmatrix}1&0\\0&e^{i\theta}\end{pmatrix}
\]
and the states
\[
|+_\theta\rangle=\frac{|0\rangle+e^{i\theta}|1\rangle}{\sqrt{2}}
\]
become the fundamental trusted primitives. The measurement-delegation theorem gives
\[
SD^C \approx_0 SD^B \circ SIM,
\]
while preparation delegation is established through CNOT-based or entanglement-based reductions. A notable consequence is a formal validation of Qline as a versatile architecture for most single-qubit quantum cryptographic protocols, provided the trusted rotation device acts on a genuine single-qubit Hilbert space and classical channels are authenticated [2606.23392].

## 4. Multiparty cryptography and quantum communication services

Qline has also been used as a low-cost multiparty cryptographic substrate. A 2025 protocol distributes additive secret sharing of \(0\) directly on a Qline. Player \(1\) prepares states in \(\{|+\rangle,|-\rangle,|+i\rangle,|-i\rangle\}\), intermediate players apply quarter-turn \(Z\)-rotations \(Z^x\) with \(x\in\{0,1/2,1,3/2\}\), and player \(J\) measures in the Hadamard or circular basis. After authenticated broadcast, random-subset revelation, sifting, error estimation, syndrome-based error correction, and linear privacy amplification, the parties obtain shares \(s(1),\dots,s(J)\) satisfying
\[
\bigoplus_j s(j)=0
\]
except with correctness failure probability \(\epsilon_{\mathrm{cor}}=2^{-\eta}\) [2504.19702].

The protocol is composably secure in Abstract Cryptography. Its main theorem states
\[
QLPM \approx_\epsilon I\circ SIM,\qquad \epsilon=\epsilon_{\mathrm{cor}}+(H-1)\epsilon_{\mathrm{QKD}},
\]
where \(H\) is the number of honest players and \(\epsilon_{\mathrm{QKD}}\) is the distinguishing advantage inherited from the corresponding two-party finite-key QKD proof. The QBER-like test statistic is
\[
q=\frac{1}{\tau}\left|\left\{n\in T:\sum_j (2v(n,j)+b(n,j))=2 \bmod 4\right\}\right|,
\]
and the finite-key analysis gives an explicit \(\epsilon_{\mathrm{QKD}}'\) bound in terms of \(M\), \(L\), \(\tau\), \(\nu\), \(\delta\), \(\eta\), \(\chi\), and \(K\). The outputs can then be used for additive secret sharing of an arbitrary secret, anonymous veto, and symmetric key establishment between any pair [2504.19702].

A distinct but compatible line of work uses VeriQloud’s Qline as a programmable prepare-and-measure platform and exact-fidelity emulator for tasks beyond QKD. The software stack has three layers: hardware or emulator, a global counter aligning pulse indices and exposing FIFO buffers, and an application layer implementing QKD, quantum oblivious transfer (OT), or quantum tokens. A central methodological claim is that user-defined applications run unchanged on simulated and real backends, because the emulator reproduces the hardware’s inputs, outputs, losses, and errors [2603.02923].

On this platform, OT is instantiated with finite-size security bounds, commit-and-open using SHA-256 with truncation, LDPC-based error correction, and SHAKE-256 as the pseudorandom generator. For the reported implementation, the measured QBER is \(2\%\), \(Q_{\mathrm{tol}}=0.025\), the LDPC parity-check matrix is \(1{,}572{,}864\times 524{,}288\), and the chosen security parameters are \(\epsilon_{\mathrm{sec1}}=\epsilon_{\mathrm{sec2}}=2^{-23}\), giving overall \(\epsilon_{\mathrm{sec}}=2^{-22}\). The required shortest raw-key subset length is \(n_0\approx 2{,}420{,}736\), and the experiment uses \(N=2\lambda_{\mathrm{OT}}=12{,}595{,}200\) received pulses to ensure \(|x_i^A|\ge n_0\) with at least \(99.999\%\) probability [2603.02923].

Quantum tokens are also implemented at proof-of-principle level, but the current Qline hardware is detection-limited. In insecure demonstration runs with \(N_{\mathrm{received}}=10^5\) and \(10^6\), the measured detection probability is approximately \(5.6\times10^{-4}\) and the QBER approximately \(5.6\%\). To reach \(\epsilon_{\mathrm{unf}}\le 10^{-10}\) with the measured biases and \(\mu=0.1\), the required detection probabilities are approximately \(2.08\times10^{-2}\) and \(7.29\times10^{-2}\), i.e. about \(37\times\) and \(130\times\) higher than measured [2603.02923].

## 5. Experimental platforms and performance

The multi-client blind-computing Qline was demonstrated on a photonic polarization platform. \(S1\) is a Sagnac interferometer with a \(25\)-mm ppKTP crystal pumped by a \(405\) nm CW laser and generating entangled photons at \(810\) nm. Alice and Bob implement single-qubit \(Z\)-rotations with liquid crystals whose random parameters are supplied by an ID Quantique QRNG. \(S2\) uses two measurement stations: the first with QWP+HWP+PBS, the second with PC+HWP+PBS, both with APD detectors. A fast electronic circuit converts the first measurement outcome into high-voltage pulses driving the Pockels cell for real-time feed-forward. A delay of approximately \(65\) m of single-mode fiber, corresponding to about \(320\) ns, is used to match detector response and PC activation; the PC rise time is about \(90\) ns, and voltages of \(650\), \(850\), and \(1100\) V implement \(\pi/4\), \(\pi/2\), and \(3\pi/4\) phase shifts, respectively [2306.05195].

The reported photonic metrics support both correctness and blindness. The entanglement quality at \(S1\) is quantified by a CHSH Bell parameter of \(2.752\pm0.006\). In a quantum-output case, the reconstructed output for Bob’s \(\phi_1=\pi/4\) achieves fidelity \(F_{\pi/4}=0.972\pm0.003\) with the ideal state. Blindness is witnessed by averaged output states near the maximally mixed state: for the single-qubit output, \(F_2=0.99870\pm0.00003\) and \(S_2=0.9963\pm0.0001\); for the two-qubit initial cluster, \(F=0.99433\pm0.00003\) and \(S=1.9836\pm0.0001\) [2306.05195].

The verifiable extension uses two parallel fiber Qlines and retains the photonic-control logic while adding \(X\)-masking via half-wave plates. The second station’s Pockels cell has an activation time of approximately \(325\) ns, again matched to an approximately \(65\) m fiber delay. The experiment implements two target algorithms with \(\{\phi_1,\phi_2\}=\{\pi/2,\pi/2\}\) and inputs \((x_1,x_2)\in\{(0,0),(1,0)\}\). Total round counts are \(27{,}441\) and \(24{,}072\), and roughly \(86.6\%\) and \(86\%\) of computation rounds match the expected output classes for the two algorithms [2407.09310].

The prepare-and-measure Qline platform uses BB84 time-bin/phase encoding. Alice’s photonics comprise a laser, amplitude modulator, and phase modulator; Bob’s comprise a phase modulator, interferometer, and a single APD. The repetition rate is \(80\) MHz, the QBER is typically between \(2\%\) and \(7\%\), and the total channel-loss budget is up to \(25\) dB. White-Rabbit switches distribute clocks and provide deterministic synchronization, while a control API decouples data generation from consumption. Classical post-processing runs on a standard computer with an Intel i7-14700T, \(16\) GB RAM, and \(500\) GB SSD [2603.02923].

For OT on this platform, the average rate is approximately \(1/6\) OT per minute, with total wall-clock time about \(360\) s per OT. The measured time breakdown is \(204\) s for quantum reception (\(56.7\%\)), \(89\) s for commitment (\(24.7\%\)), \(51\) s for LDPC decoding (\(14.2\%\)), and \(16\) s for privacy amplification (\(4.4\%\)). The paper attributes the dominant performance bottlenecks to quantum reception time, commitment compute cost, and the single-APD interferometric readout, which imposes intrinsic losses [2603.02923].

## 6. Limitations, trade-offs, and outlook

Qline’s principal advantage is reduced hardware burden at the network edge. In the blind-computing setting, clients require only trusted single-qubit rotations and classical connectivity; in the secret-sharing setting, intermediate nodes need only phase re-randomization; in the communication-platform setting, a single quantum line replaces \(\Theta(J^2)\) pairwise QKD links. This makes Qline appealing for distributed architectures, federated quantum machine learning, and secure multi-party delegated tasks [2306.05195], [2407.09310], [2504.19702].

The trade-offs are equally explicit. Linear topology serializes participation and can limit parallelism. Multi-client blind computation requires precise timing, fast feed-forward electronics, matched optical delays, and either a trusted TTP or a composably secure SMPC layer. Large graph-state MBQC ideally requires multiple parallel Qlines, since each resource qubit should pass all clients once. In the 2023 blind-computing implementation, verification was absent; the 2024 work addresses this for untrusted state preparation, but device-independent variants remain challenging [2306.05195], [2407.09310].

The prepare-and-measure Qline platform faces a different set of constraints. OT is feasible on current hardware, but throughput remains modest, and memory limits emerge in high-QBER regimes because commitments may span \(2\lambda_{\mathrm{OT}}=N\ge 6\times10^7\) bits. Quantum tokens are not yet secure on the present single-APD hardware because the detection probability is too low; the proposed remedy is improved detectors such as SNSPDs and higher-quality photon sources. The authors also call for a compiler translating ideal-world protocol security to real-world physical error-and-loss models [2603.02923].

The 2026 rotation-based formalization sharpens the conceptual outlook. It shows that trusted sources and detectors are not fundamental requirements for most single-qubit quantum cryptographic protocols if trusted single-qubit rotations are available instead. This suggests that Qline’s long-term significance lies not only in a specific linear network layout, but in a broader architectural reduction: quantum-network functionality can be concentrated into a single photonic path and a small set of trusted local operations, while security is shifted to composable reductions and protocol-level parameter estimation [2606.23392].

Taken together, these results position Qline as a family of linear quantum-network constructions spanning delegated computation, prepare-and-measure cryptography, and network services beyond QKD. Its defining features are a single quantum pipeline, minimal intermediate-node functionality, and security arguments compatible with adversarial sources, detectors, and multi-client collusion models. The remaining open problems are engineering rather than conceptual: higher detection efficiency, tighter finite-key analyses, scalable verification, integration with error correction and quantum-internet interconnects, and broader deployment of authenticated classical-control layers [2306.05195], [2407.09310], [2504.19702], [2603.02923].

Source: https://www.emergentmind.com/topics/qline