Uses of Class
JSci.physics.quantum.BraVector

Packages that use BraVector
JSci.physics.quantum   
 

Uses of BraVector in JSci.physics.quantum
 

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

Methods in JSci.physics.quantum with parameters of type BraVector
 BraVector BraVector.add(BraVector v)
          Returns the addition of this vector and another.
 Operator KetVector.multiply(BraVector bra)
          Returns the multiplication of this ket vector and a bra vector.
 BraVector BraVector.subtract(BraVector v)
          Returns the subtraction of this vector by another.