Package | Description |
---|---|
JSci.physics.quantum |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|