Packages

case class QuantumSimulator(ec: Option[ExecutionContext], random: Random) extends QuantumContext with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, QuantumContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuantumSimulator
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. QuantumContext
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QuantumSimulator(ec: Option[ExecutionContext], random: Random)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyComposite(iterator: ParIterable[Int], state: Vector, gg: CompositeGate): Unit
  5. def applyControlGate(iterator: ParIterable[Int], state: Vector, control: ControlGate): Unit
  6. def applyGate(iterator: ParIterable[Int], state: Vector, gate: Gate): Unit
  7. def applyGate(state: Vector, gate: Gate): Unit
    Definition Classes
    QuantumSimulatorQuantumContext
  8. def applyTargetGate(iterator: ParIterable[Int], state: Vector, index: Int, matrix: Matrix): Unit
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  11. def densityMatrix(vector: Vector): Matrix
    Definition Classes
    QuantumSimulatorQuantumContext
  12. val ec: Option[ExecutionContext]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isUnitary(g: TargetGate): Boolean
    Definition Classes
    QuantumSimulatorQuantumContext
  17. def measure(register: QubitRegister, state: Vector): Collapsed
    Definition Classes
    QuantumSimulatorQuantumContext
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def nthCleared(n: Int, target: Int): Int
  22. def parIndices(stateLength: Int): ParArray[Int]
  23. def probabilities(sp: Superposition): Seq[StateData]
    Definition Classes
    QuantumSimulatorQuantumContext
  24. val random: Random
  25. def registerToState(register: QubitRegister): Vector
  26. def run(circuit: Circuit): State
    Definition Classes
    QuantumSimulatorQuantumContext
  27. def runAndMeasure(circuit: Circuit): Collapsed
    Definition Classes
    QuantumContext
  28. def runExperiment(circuit: Circuit, trialsCount: Int): ExperimentResult
    Definition Classes
    QuantumSimulatorQuantumContext
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. val taskSupport: Option[ExecutionContextTaskSupport]
  31. def tensorProduct(register: QubitRegister, sp1: Superposition, sp2: Superposition): Superposition
    Definition Classes
    QuantumSimulatorQuantumContext
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from QuantumContext

Inherited from AnyRef

Inherited from Any

Ungrouped