Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Classes | |
class | qgd_nn |
A QGD Python interface class for the decomposition of N-qubit unitaries into U3 and CNOT gates. More... | |
Functions | |
def | __init__ (self) |
Constructor of the class. More... | |
def | get_NN_Chanels (self, qbit_num=-1, levels=-1, samples_num=-1) |
Wrapper function to retrieve the data chanels for the neural network. More... | |
def squander.nn.qgd_nn.__init__ | ( | self | ) |