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

#!/usr/bin/env python3 -*- coding: utf-8 -*- More...

Go to the source code of this file.

Classes

class  squander.nn.qgd_nn.qgd_nn
 A QGD Python interface class for the decomposition of N-qubit unitaries into U3 and CNOT gates. More...
 

Namespaces

 squander.nn.qgd_nn
 

Functions

def squander.nn.qgd_nn.__init__ (self)
 Constructor of the class. More...
 
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. More...
 

Detailed Description

#!/usr/bin/env python3 -*- coding: utf-8 -*-

A QGD Python interface class for the NN interface.

Definition in file qgd_nn.py.