Chapter 6

Quantum Circuits and Protocols

Circuit notation, no-cloning, teleportation, and superdense coding

Read circuit diagrams as ordered state evolution and connect them to the first real quantum information protocols.

Connect gates and entanglement to protocol-level quantum information processing.

Available46 minAdvanced

Learning objectives

  • Read time order, wires, controls, and measurements in circuit diagrams.
  • Explain why arbitrary unknown states cannot be copied by a unitary circuit.
  • Trace the information flow in teleportation without claiming faster-than-light transfer.
  • Compare teleportation and superdense coding as protocols that combine entanglement with classical communication.
In this lesson

Learning objectives

  • Read wires, controls, measurements, and time order in circuit diagrams.
  • Explain no-cloning from linearity.
  • Trace teleportation as entanglement plus two classical bits.
  • Compare teleportation and superdense coding without overclaiming.

Alice reaches the protocol railway

In the previous chapter, Alice learned that two wires can share one joint quantum state. Now the rails lengthen into circuits. A circuit is not a picture of particles moving through pipes; it is an ordered recipe for state evolution, classical outcomes, and conditional actions.

Prerequisite recap

You should already know how H and CNOT create Φ+|\Phi^+\rangle, why measurement is probabilistic, and why ideal circuit gates are unitary. This chapter adds the conventions that let those pieces become protocols.

Circuit notation

Most circuit diagrams read left to right. Each horizontal wire tracks one qubit through time. A box is a gate. A filled control dot connected to a target denotes a controlled operation. A meter symbol denotes measurement, which produces a classical bit.

For a two-qubit circuit, HH on the first qubit is HIH\otimes I. A CNOT with first qubit controlling second qubit is a four-dimensional unitary. Their product prepares a Bell state:

CNOT(HI)00=00+112.\mathrm{CNOT}(H\otimes I)|00\rangle = \frac{|00\rangle+|11\rangle}{\sqrt{2}}.

No-cloning

A classical file can be copied. An arbitrary unknown quantum state cannot. Suppose a universal physical copier existed. Including any fixed blank register and environment in its description, its action would have to preserve linearity; in the ideal closed-system picture, write it as a unitary:

Uψ0=ψψU|\psi\rangle|0\rangle = |\psi\rangle|\psi\rangle

for every ψ|\psi\rangle. It could copy 0|0\rangle and 1|1\rangle:

U00=00,U10=11.U|0\rangle|0\rangle=|0\rangle|0\rangle,\quad U|1\rangle|0\rangle=|1\rangle|1\rangle.

Linearity would then require

U+0=00+112.U|+\rangle|0\rangle = \frac{|00\rangle+|11\rangle}{\sqrt{2}}.

But two copies of +|+\rangle would be

++=00+01+10+112.|+\rangle|+\rangle = \frac{|00\rangle+|01\rangle+|10\rangle+|11\rangle}{2}.

Those states differ. The contradiction is the no-cloning theorem. It does not stop you from preparing many known +|+\rangle states; it stops a universal copier for arbitrary unknown states.

Teleportation

Quantum teleportation transfers an unknown qubit state using a shared Bell pair, a Bell-basis measurement, two classical bits, and a correction. It does not move matter and it does not transmit faster than light.

If Alice wants to send ψ=α0+β1|\psi\rangle=\alpha|0\rangle+\beta|1\rangle to Bob, they first share Φ+|\Phi^+\rangle. Alice performs a joint Bell measurement on her unknown qubit and her half of the Bell pair. The result is two classical bits. Bob applies one of four corrections: II, XX, ZZ, or XZXZ. After that correction, Bob's qubit is ψ|\psi\rangle.

One standard circuit implements the Bell measurement with CNOT from the input qubit to Alice's Bell-half, then H on the input, followed by Z-basis measurement of both. If those recorded bits are (m1,m2)(m_1,m_2) in that order, Bob can apply Xm2Zm1X^{m_2}Z^{m_1}. Other diagrams may label or order the two classical bits differently, so a correction table is meaningful only together with its convention. When both corrections are needed, writing XZXZ or ZXZX differs only by an unobservable global phase on the corrected state.

Teleportation information flow
  1. 1

    Unknown state plus shared Bell pair

  2. 2

    Bell measurement on Alice's two qubits

  3. 3

    Two classical bits sent to Bob

  4. 4

    Bob applies I, X, Z, or XZ

  5. 5

    Bob has the original state; Alice no longer has it

No-cloning remains safe because Alice's original state is consumed by the measurement.

Superdense coding

Superdense coding reverses the resource emphasis. With a shared Bell pair already in place, Alice can encode two classical bits by applying one of II, XX, ZZ, or XZXZ to her qubit and sending that qubit to Bob. Bob performs a Bell-basis measurement to recover the two bits.

The protocol does not send two bits through an isolated qubit alone. It uses a previously shared entangled pair plus one transmitted qubit. The textbook statement assumes the Bell pair, gates, channel, and Bell measurement work ideally; a physical implementation must also account for entanglement distribution, loss, noise, and decoding errors.

Worked example: teleporting +|+\rangle

Suppose the Bell-measurement record is (m1,m2)=(1,0)(m_1,m_2)=(1,0). Under the convention above, Bob's pre-correction state is Z+=Z|+\rangle=|-\rangle. Applying ZZ returns +|+\rangle. Alice never needs to learn the amplitudes of the input, and Bob cannot complete the recovery until the classical bits arrive.

Two protocols, two resource stories

Teleportation

  • Goal: transfer an unknown qubit state.
  • Uses one Bell pair and two classical bits.
  • No quantum system carrying the state travels after measurement.

Superdense coding

  • Goal: transmit two classical bits.
  • Uses one Bell pair and one sent qubit.
  • The entangled resource must already be shared.

Both protocols are powerful because the resource accounting is precise.

Common misconceptions

Guided practice

For teleportation, make a four-row table for (m1,m2)=00,01,10,11(m_1,m_2)=00,01,10,11 and evaluate Xm2Zm1X^{m_2}Z^{m_1}. Then make a second resource ledger for superdense coding. Record what is prepared before the message, what physically crosses the channel, what measurement Bob performs, and which resource is consumed.

Chapter assessment

You should be able to read a small circuit, explain why no-cloning follows from linearity, and describe teleportation or superdense coding with correct resource accounting.

Check your understanding

What information must Bob receive before completing teleportation?

Summary

Next step

You can now audit a protocol operation by operation and resource by resource. Chapter 7 uses those circuit skills to build oracle algorithms whose interference answers carefully stated computational questions.

References and further study

Chapter exercises

Practice the ideas from this chapter with short interactive exercises.

Check your understandingfoundation

Circuit reading room

Read wires, controls, measurement, and time order correctly.

Not started

Hint

Gates transform amplitudes reversibly; a measurement produces a classical record and state update.

The railway timetable

Alice reads the circuit from left to right. The guide covers the output and asks what happened before the meter clicked.

What does a measurement symbol contribute to a circuit?
    Guided exercisefoundation

    No-cloning crossroads

    Use linearity to see why arbitrary unknown states cannot be copied.

    Not started

    Linearity test

    A copier that copies |0> and |1> would send |+>|0> to (|00>+|11>)/sqrt(2) by linearity, but two copies of |+> are (|00>+|01>+|10>+|11>)/2.

    What does no-cloning forbid?
      Interactive exampleintermediate

      Teleportation relay

      Follow Bell measurement, two classical bits, and correction gates.

      Not started

      Hint

      List the pre-shared quantum resource and every message required before Bob can recover the state.

      The relay station

      Alice cannot send the unknown state by copying it, so she uses a Bell pair and a classical relay.

      Which resources complete teleportation?
        Chapter reviewintermediate

        Chapter 6 assessment

        Synthesize circuit notation, no-cloning, teleportation, and superdense coding.

        Not started

        Hint

        State what is consumed, what crosses a channel, and what remains at the end.
        Assessment I — Why is teleportation compatible with no-cloning?
        Assessment II — What extra resource does superdense coding assume?
          Guided exerciseintermediate

          Circuit order trace

          Compare noncommuting gate orders by evolving a state step by step.

          Not started

          Two schedules

          Alice compares two one-qubit circuits that contain the same gates in opposite orders.

          Hint

          Read operations from the input toward the output. Evaluate the rightmost matrix first in a product such as HX0HX|0\rangle.

          Which statement about HX|0> and XH|0> is correct?
            Interactive exampleintermediate

            Teleportation correction table

            Map Bell-measurement bits to Bob's correction under a stated convention.

            Not started

            The correction dispatch

            Use the convention that Alice's first bit is the input-qubit Z measurement after CNOT, and her second bit is the Bell-half Z measurement after H.

            Hint

            Under this convention Bob applies Xm2Zm1X^{m_2}Z^{m_1}; matrix order only changes an irrelevant global phase when both bits are 1.

            If (m1,m2)=(1,0), which correction recovers |psi>?
              Check your understandingadvanced

              Dense-coding resource ledger

              Account for the entangled pair, transmitted qubit, and recovered classical bits.

              Not started

              The resource ledger

              The station refuses slogans. Alice must list every resource used by superdense coding.

              Hint

              Separate resources established before the message from systems transmitted after encoding.

              Which complete ledger describes standard superdense coding?
                Chapter reviewadvanced

                Protocol resource audit

                Correct incomplete claims about teleportation, cloning, and dense coding.

                Not started

                The protocol inspector

                Alice reviews a product claim that says teleportation copies a qubit instantly and for free.

                Hint

                Check the goal, consumed entanglement, classical or quantum communication, timing, and whether the input survives.

                Which audit finding is correct?

                  Chapter completion

                  Exercises completed: 0/8

                  Next: Chapter 7Take chapter assessment