JSci.physics.quantum
Class Projector

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

public class Projector
extends Operator

The Projector class provides an object for encapsulating projection operators.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class JSci.physics.quantum.Operator
representation
 
Constructor Summary
Projector(KetVector ket)
          Constructs a projector from a ket vector.
 
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
 

Constructor Detail

Projector

public Projector(KetVector ket)
Constructs a projector from a ket vector.

Parameters:
ket - a ket vector