package gate
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait ControlGate extends Gate
- case class Controlled(controlIndex: Int, target: Gate) extends ControlGate with Product with Serializable
- case class Dagger(target: Gate) extends TargetGate with Product with Serializable
- case class DefGate(matrixGen: GateGen, params: Seq[Double], indexes: Seq[Int]) extends TargetGate with Product with Serializable
- sealed trait Gate extends Op
- trait SwapGate extends TargetGate
- trait TargetGate extends Gate