Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Go to the source code of this file.
Namespaces | |
example_tabu_search_decomposition | |
Variables | |
example_tabu_search_decomposition.cDecompose = N_Qubit_Decomposition_Tabu_Search( Umtx.conj().T) | |
[create decomposition class] creating a class to decompose the unitary More... | |
example_tabu_search_decomposition.data = loadmat('Umtx.mat') | |
load the unitary from file More... | |
example_tabu_search_decomposition.decomposed_matrix = utils.get_unitary_from_qiskit_circuit( quantum_circuit ) | |
the unitary matrix from the result object More... | |
tuple | example_tabu_search_decomposition.decomposition_error = (np.real(np.trace(product_matrix)))/2 |
example_tabu_search_decomposition.matrix_size = len(Umtx) | |
[load Umtx] More... | |
example_tabu_search_decomposition.phase = np.angle(product_matrix[0,0]) | |
example_tabu_search_decomposition.product_matrix = np.dot(Umtx,decomposed_matrix.conj().T) | |
example_tabu_search_decomposition.quantum_circuit = cDecompose.get_Qiskit_Circuit() | |
[create decomposition class] More... | |
example_tabu_search_decomposition.Umtx = data['Umtx'] | |
The unitary to be decomposed. More... | |