y method

void y(
  1. int qbit
)

Implementation

void y(int qbit) {
  gates.add(Y(qbit));
}