Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Public Member Functions | |
def | State_Preparation_adaptive_base (self, optimizer, cost_func, compression_enabled=1) |
def | test_State_Preparation_adaptive_false (self) |
def | test_State_Preparation_BFGS (self) |
def | test_State_Preparation_HS (self) |
Definition at line 55 of file test_State_Preparation.py.
def tests.decomposition.test_State_Preparation.Test_State_Preparation.State_Preparation_adaptive_base | ( | self, | |
optimizer, | |||
cost_func, | |||
compression_enabled = 1 |
|||
) |
Definition at line 81 of file test_State_Preparation.py.
def tests.decomposition.test_State_Preparation.Test_State_Preparation.test_State_Preparation_adaptive_false | ( | self | ) |
This method is called by pytest. Test to decompose a 4-qubit unitary State
Definition at line 57 of file test_State_Preparation.py.
def tests.decomposition.test_State_Preparation.Test_State_Preparation.test_State_Preparation_BFGS | ( | self | ) |
This method is called by pytest. Test for a 4 qubit state preparation using the BFGS optimizer
Definition at line 179 of file test_State_Preparation.py.
def tests.decomposition.test_State_Preparation.Test_State_Preparation.test_State_Preparation_HS | ( | self | ) |
This method is called by pytest. Test for a 4 qubit state preparation using the Hilbert Schmidt test
Definition at line 188 of file test_State_Preparation.py.