Skip to content

Commit

Permalink
Update compress_preparation_circuit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Miller-Berlin authored May 12, 2023
1 parent 8e37ebc commit 411df7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/compress_preparation_circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from qiskit.quantum_info import random_clifford

"""
You can compress a Clifford circuit by replacing it with a
hardware-tailored optimized circuit.
You can compress a Clifford circuit that prepares a given stabilizer state
by replacing it with an optimized hardware-tailored circuit that prepares the same stabilizer state.
The resulting circuit will only contain two-qubit gates between
connected qubits (with respect to the given connectivity), so no
Expand Down

0 comments on commit 411df7c

Please sign in to comment.