t method

void t(
  1. int qbit
)

Implementation

void t(int qbit) {
  gates.add(T(qbit));
}