Package | Description |
---|---|
JSci.physics.quantum |
Modifier and Type | Class and Description |
---|---|
class |
SpinorProjector
The SpinorProjector class encapsulates the left-handed and right-handed projection operators.
|
Modifier and Type | Method and Description |
---|---|
static Complex |
QuantumMath.probability(DensityMatrix dm,
Projector p)
Returns the probability.
|
static Complex |
QuantumMath.probability(Projector p,
KetVector ket)
Returns the probability.
|
Constructor and Description |
---|
DensityMatrix(Projector[] projs,
double[] probs)
Constructs a density matrix.
|