tdg method

void tdg(
  1. int qbit
)

Implementation

void tdg(int qbit) {
  gates.add(Tdg(qbit));
}