Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Public Member Functions | |
def | create_custom_gate_structure_QX2 (self, qbit_num) |
def | test_N_Qubit_Decomposition_QX2 (self) |
This is a test class of the python iterface to the decompsition classes of the QGD package
Definition at line 43 of file test_QX2.py.
def tests.decomposition.test_QX2.Test_Decomposition.create_custom_gate_structure_QX2 | ( | self, | |
qbit_num | |||
) |
This method is called to create custom gate structure for the decomposition on IBM QX2
Definition at line 125 of file test_QX2.py.
def tests.decomposition.test_QX2.Test_Decomposition.test_N_Qubit_Decomposition_QX2 | ( | self | ) |
This method is called by pytest. Test to define custom gate structure in the decomposition
Definition at line 50 of file test_QX2.py.