sdg method

void sdg(
  1. int qbit
)

Implementation

void sdg(int qbit) {
  gates.add(Sdg(qbit));
}