Packages

package gate

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

Value Members

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

Ungrouped