s method

void s(
  1. int qbit
)

Implementation

void s(int qbit) {
  gates.add(S(qbit));
}