z method

void z(
  1. int qbit
)

Implementation

void z(int qbit) {
  gates.add(Z(qbit));
}