JSci.physics.quantum
Class SpinorProjector

java.lang.Object
  extended byJSci.physics.quantum.Operator
      extended byJSci.physics.quantum.Projector
          extended byJSci.physics.quantum.SpinorProjector
All Implemented Interfaces:
Member, java.io.Serializable

public final class SpinorProjector
extends Projector

The SpinorProjector class encapsulates the left-handed and right-handed projection operators.

See Also:
Serialized Form

Field Summary
static SpinorProjector LEFT
          Left-handed projector (PL).
static SpinorProjector RIGHT
          Right-handed projector (PR).
 
Fields inherited from class JSci.physics.quantum.Operator
representation
 
Methods inherited from class JSci.physics.quantum.Operator
add, dimension, equals, getRepresentation, hashCode, isSelfAdjoint, isUnitary, multiply, multiply, norm, subtract, toString, trace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LEFT

public static final SpinorProjector LEFT
Left-handed projector (PL).


RIGHT

public static final SpinorProjector RIGHT
Right-handed projector (PR).