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

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...
 

Function Documentation

◆ __init__()

def squander.nn.qgd_nn.__init__ (   self)

Constructor of the class.

Returns
An instance of the class

Definition at line 43 of file qgd_nn.py.

◆ get_NN_Chanels()

def squander.nn.qgd_nn.get_NN_Chanels (   self,
  qbit_num = -1,
  levels = -1,
  samples_num = -1 
)

Wrapper function to retrieve the data chanels for the neural network.

Definition at line 51 of file qgd_nn.py.