Uses of Class
JSci.physics.quantum.Projector

Packages that use Projector
JSci.physics.quantum   
 

Uses of Projector in JSci.physics.quantum
 

Subclasses of Projector in JSci.physics.quantum
 class SpinorProjector
          The SpinorProjector class encapsulates the left-handed and right-handed projection operators.
 

Methods in JSci.physics.quantum with parameters of type Projector
static Complex QuantumMath.probability(DensityMatrix dm, Projector p)
          Returns the probability.
static Complex QuantumMath.probability(Projector p, KetVector ket)
          Returns the probability.
 

Constructors in JSci.physics.quantum with parameters of type Projector
DensityMatrix(Projector[] projs, double[] probs)
          Constructs a density matrix.