case class QuantumSimulator(ec: Option[ExecutionContext], random: Random) extends QuantumContext with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QuantumSimulator
- Serializable
- Product
- Equals
- QuantumContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new QuantumSimulator(ec: Option[ExecutionContext], random: Random)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def applyComposite(iterator: ParIterable[Int], state: Vector, gg: CompositeGate): Unit
- def applyControlGate(iterator: ParIterable[Int], state: Vector, control: ControlGate): Unit
- def applyGate(iterator: ParIterable[Int], state: Vector, gate: Gate): Unit
- def applyGate(state: Vector, gate: Gate): Unit
- Definition Classes
- QuantumSimulator → QuantumContext
- def applyTargetGate(iterator: ParIterable[Int], state: Vector, index: Int, matrix: Matrix): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def densityMatrix(vector: Vector): Matrix
- Definition Classes
- QuantumSimulator → QuantumContext
- val ec: Option[ExecutionContext]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isUnitary(g: TargetGate): Boolean
- Definition Classes
- QuantumSimulator → QuantumContext
- def measure(register: QubitRegister, state: Vector): Collapsed
- Definition Classes
- QuantumSimulator → QuantumContext
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def nthCleared(n: Int, target: Int): Int
- def parIndices(stateLength: Int): ParArray[Int]
- def probabilities(sp: Superposition): Seq[StateData]
- Definition Classes
- QuantumSimulator → QuantumContext
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val random: Random
- def registerToState(register: QubitRegister): Vector
- def run(circuit: Circuit): State
- Definition Classes
- QuantumSimulator → QuantumContext
- def runAndMeasure(circuit: Circuit): Collapsed
- Definition Classes
- QuantumContext
- def runExperiment(circuit: Circuit, trialsCount: Int): ExperimentResult
- Definition Classes
- QuantumSimulator → QuantumContext
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val taskSupport: Option[ExecutionContextTaskSupport]
- def tensorProduct(register: QubitRegister, sp1: Superposition, sp2: Superposition): Superposition
- Definition Classes
- QuantumSimulator → QuantumContext
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])