Uses of Class
JSci.physics.quantum.KetVector

Packages that use KetVector
JSci.physics.quantum   
 

Uses of KetVector in JSci.physics.quantum
 

Methods in JSci.physics.quantum that return KetVector
 KetVector KetVector.add(KetVector v)
          Returns the addition of this vector and another.
 KetVector Operator.multiply(KetVector ket)
          Returns the multiplication of this operator and a ket vector.
 KetVector KetVector.subtract(KetVector v)
          Returns the subtraction of this vector by another.
 KetVector BraVector.toKetVector()
          Map this bra vector to a ket vector.
 

Methods in JSci.physics.quantum with parameters of type KetVector
 KetVector KetVector.add(KetVector v)
          Returns the addition of this vector and another.
static Complex QuantumMath.expectation(Operator op, KetVector ket)
          Returns the expectation value.
 KetVector Operator.multiply(KetVector ket)
          Returns the multiplication of this operator and a ket vector.
 Complex BraVector.multiply(KetVector ket)
          Returns the multiplication of this bra vector and a ket vector.
static Complex QuantumMath.probability(Projector p, KetVector ket)
          Returns the probability.
 KetVector KetVector.subtract(KetVector v)
          Returns the subtraction of this vector by another.
 

Constructors in JSci.physics.quantum with parameters of type KetVector
DensityMatrix(KetVector[] kets, double[] probs)
          Constructs a density matrix.
Projector(KetVector ket)
          Constructs a projector from a ket vector.