def apply_not_gate()

in qumat/amazon_braket_backend.py [0:0]


def apply_not_gate(circuit, qubit_index):
    circuit.x(qubit_index)