TruthTable
public struct TruthTable
A GeneticUseCase
provides enough data to configure a circuit as well as the oracle gate inside the circuit.
TruthTable
provides the data for the latter
-
List of qubit combinations for which the
control
in aGate.controlledNot(target:control:)
is activatedDeclaration
Swift
public let truth: [String]
-
Total number of qubits for all qubits combinations in
truth
Declaration
Swift
public let qubitCount: Int