Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.6 KB

File metadata and controls

37 lines (22 loc) · 1.6 KB

Quantum Repeater

Complete architectural implementation of a full scale quantum repeater

Step by step performance of a quantum repeater

Ref: Design of a Quantum-Repeater using Quantum Circuits and Benchmarking Its Performance on an IBM Quantum Computer

  1. Bell-Pairs creation
    • several Bell-Pairs are created between adjacent nodes through entanglement distribution.
  2. Entanglement Purification
    • if necessary purification may be performed.
  3. Entanglement swapping
    • two adjacent nodes with high fidelity qubits undergo swapping to produce a longer link.
  4. If the destination is yet; the operatiosn from Step $2$ and Step $3$ are repeated sequentially until destination node and sender's node are linked.

Quantum Repeater Mechanics

One quantum repeater is needed for every two parties communicating - a two part channel - fragmented omce into two parts.

Fragment the channel twice, you get three parts. (p = f + 1). Consequently, two quantum repeaters.

Each quantum repeater uses 4 qubits, 2 are memeory qubits, 2 are swap channels represented as qubits. Three entanglement generators ate needed.

Quantum Repeater Architecture

Below os the circuit implementation of the quantum repeater circuit architecture.

The quantum circuit code.

The circuit below implements Deutsch's purification protocol.

quantum repeater

The circuit below implements Bennett's purification protocol

quantum repeater