Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Public Member Functions | |
def | test_IBM_Chellenge_compression_only (self) |
def | test_IBM_Chellenge_full (self) |
def | test_IBM_Chellenge_multiple_optim (self) |
def | test_IBM_Chellenge_no_compression (self) |
This is a test class of the python iterface to the decompsition classes of the QGD package
Definition at line 42 of file test_Compression.py.
def tests.decomposition.test_Compression.Test_Decomposition.test_IBM_Chellenge_compression_only | ( | self | ) |
This method is called by pytest. Test to decompose a 4-qubit unitary of the IBM chellenge
Definition at line 196 of file test_Compression.py.
def tests.decomposition.test_Compression.Test_Decomposition.test_IBM_Chellenge_full | ( | self | ) |
This method is called by pytest. Test to decompose a 4-qubit unitary of the IBM chellenge
Definition at line 45 of file test_Compression.py.
def tests.decomposition.test_Compression.Test_Decomposition.test_IBM_Chellenge_multiple_optim | ( | self | ) |
This method is called by pytest. Test to decompose a 4-qubit unitary of the IBM chellenge
Definition at line 266 of file test_Compression.py.
def tests.decomposition.test_Compression.Test_Decomposition.test_IBM_Chellenge_no_compression | ( | self | ) |
This method is called by pytest. Test to decompose a 4-qubit unitary of the IBM chellenge
Definition at line 123 of file test_Compression.py.