h method

void h(
  1. int qbit
)

Implementation

void h(int qbit) {
  gates.add(H(qbit));
}