package gate
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CompositeGate(gates: Gate*) extends Gate with Product with Serializable
- trait ControlGate extends Gate
- case class Controlled(controlIndex: Int, target: Gate) extends ControlGate with Product with Serializable
- case class Dagger(target: TargetGate) extends TargetGate with Product with Serializable
- case class DefGate(matrixGen: MatrixGen, params: Seq[Double], index: Int) extends TargetGate with Product with Serializable
- sealed trait Gate extends Op
- trait SwapGate extends Gate
- trait TargetGate extends Gate
Value Members
- object DefGate extends Serializable
- object StandardGate
- object TargetGate