Interface module

Interface for the Quantum Circuit. Both implementations use this common interface for running their circuts and showing their results.

class Interface.Interface(name)

Bases: abc.ABC

abstract run_circuit()
abstract show_results()