Skip to content

Reducing the number of gates in a quantum circuit. Platform: Qiskit.

License

Notifications You must be signed in to change notification settings

renatawong/quantum_circuit_reduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reducing the number of gates in a quantum circuit

Rules for reduction:

$XX = YY = ZZ = HH = I$,

$S^\dagger \cdot S = S \cdot S^\dagger = I$,

$CX \cdot CX = II$,

$HZH = X$,

$HXH = Z$,

$SS = S^\dagger \cdot S^\dagger = Z$

Status

This code is complete.

How to use

Please refer to the file example_use.ipynb