Toffoli constructor

Toffoli(
  1. int qbit1,
  2. int qbit2,
  3. int qbit3
)

Implementation

Toffoli(this.qbit1, this.qbit2, this.qbit3) ;