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 | |
vqe_utils | |
Functions | |
def | vqe_utils.get_interpolated_circuit (alpha) |
??????????? More... | |
def | vqe_utils.get_optimized_circuit (alpha, optimized_parameters_in=None) |
??????????? More... | |
def | vqe_utils.get_unitary_distance (Umtx1, Umtx2) |
Calcuates the distance between two unitaries according to Eq. More... | |
def | vqe_utils.load_preconstructed_data (filename1, filename2) |
Call load precosntructed data for inerpolated optimization. More... | |
Variables | |
vqe_utils.alpha_vec = None | |
vqe_utils.backend = Aer.get_backend('unitary_simulator') | |
Qiskit backend for simulator. More... | |
vqe_utils.optimized_parameters_mtx = None | |