State Evolution and Interference Intuition

Intermediate Quantum State Evolution
Created by Pavel · 11.03.2026 at 14:32 UTC

Before measurement, a closed system evolves linearly: amplitudes add with phases attached, and probabilities come only after that sum. That is why two paths that individually look fine can extinguish each other—destructive interference is just cancellation before the square.

Feature maps in QML rely on that geometry; decoherence washes it out, so the same gate pattern can look expressive in simulation and dull on hardware. Demos and notebooks [1], [2] show small examples.


Sources

University approvals: 0
Tasks
Question 1

Interference in quantum circuits is primarily controlled by:

Hint

Coherent path combination.

Question 2

Before measurement, evolution of an ideal closed quantum system is:

Hint

Norm-preserving transformation class.

Question 3

Constructive interference means:

Hint

Constructive increases magnitude.

Question 4

Why does ansatz design matter in variational QML?

Hint

Think reachable state manifold.

Question 5

Give one short reason phase cannot be ignored in quantum modeling.

Hint

Measurement probabilities after gates.

Question 6

Two amplitudes for the same basis state are $1/\sqrt{2}$ and $-1/\sqrt{2}$ before summation. What is the resulting probability for that basis state?

Hint

They cancel exactly.

Question 7

Two computational paths contribute amplitudes a and -a to the same basis state. The resulting probability on that state is:

Hint

Add amplitudes before squaring.

Question 8

Why can decoherence reduce effective QML expressivity?

Hint

Interference requires coherence.

Question 9

Implement two_path_probability(a: complex, b: complex) -> float returning $|a+b|^2$ (Born probability after summing amplitudes).

Hint

Add complexes, then abs squared.

Starter code is prefilled; replace TODO blocks with your solution.
2 test cases will be used for grading
Run checks runtime behavior only. Final correctness is evaluated when you submit.
Card Info
  • Topic: Quantum State Evolution
  • Difficulty: Intermediate
  • Completed: 0 users
Creator
Pavel
Pavel