Package

scotty.quantum

gate

Permalink

package gate

Visibility
  1. Public
  2. All

Type Members

  1. trait ControlGate extends Gate

    Permalink
  2. case class Controlled(controlIndex: Int, target: Gate) extends ControlGate with Product with Serializable

    Permalink
  3. case class Dagger(target: Gate) extends TargetGate with Product with Serializable

    Permalink
  4. case class DefGate(matrixGen: GateGen, params: Seq[Double], indexes: Seq[Int]) extends TargetGate with Product with Serializable

    Permalink
  5. sealed trait Gate extends Op

    Permalink
  6. trait SwapGate extends TargetGate

    Permalink
  7. trait TargetGate extends Gate

    Permalink

Value Members

  1. object DefGate extends Serializable

    Permalink
  2. object Gate

    Permalink
  3. object StandardGate

    Permalink

Ungrouped