Sequential Quantum Gate Decomposer  v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Classes | Functions
squander.decomposition.qgd_N_Qubit_State_Preparation_adaptive Namespace Reference

Classes

class  qgd_N_Qubit_State_Preparation_adaptive
 A QGD Python interface class for the decomposition of N-qubit state into U3 and CNOT gates. More...
 

Functions

def get_Qiskit_Circuit (self)
 Export the unitary decomposition into Qiskit format. More...
 

Function Documentation

◆ get_Qiskit_Circuit()

def squander.decomposition.qgd_N_Qubit_State_Preparation_adaptive.get_Qiskit_Circuit (   self)

Export the unitary decomposition into Qiskit format.

Returns
Return with a Qiskit compatible quantum circuit.

Definition at line 65 of file qgd_N_Qubit_State_Preparation_adaptive.py.