Packages

package gate

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CompositeGate(gates: Gate*) extends Gate with Product with Serializable
  2. trait ControlGate extends Gate
  3. case class Controlled(controlIndex: Int, target: Gate) extends ControlGate with Product with Serializable
  4. case class Dagger(target: TargetGate) extends TargetGate with Product with Serializable
  5. case class DefGate(matrixGen: MatrixGen, params: Seq[Double], index: Int) extends TargetGate with Product with Serializable
  6. sealed trait Gate extends Op
  7. trait SwapGate extends Gate
  8. trait TargetGate extends Gate

Value Members

  1. object DefGate extends Serializable
  2. object StandardGate
  3. object TargetGate

Ungrouped