Cartesian Operators and States

Operators and states for 1D cartesian position and momentum.

TODO:

  • Add 3D classes to mappings in operatorset.py
class sympy.physics.quantum.cartesian.XOp

1D cartesian position operator.

class sympy.physics.quantum.cartesian.YOp

Y cartesian coordinate operator (for 2D or 3D systems)

class sympy.physics.quantum.cartesian.ZOp

Z cartesian coordinate operator (for 3D systems)

class sympy.physics.quantum.cartesian.PxOp

1D cartesian momentum operator.

class sympy.physics.quantum.cartesian.XKet

1D cartesian position eigenket.

position

The position of the state.

class sympy.physics.quantum.cartesian.XBra

1D cartesian position eigenbra.

position

The position of the state.

class sympy.physics.quantum.cartesian.PxKet

1D cartesian momentum eigenket.

momentum

The momentum of the state.

class sympy.physics.quantum.cartesian.PxBra

1D cartesian momentum eigenbra.

momentum

The momentum of the state.

class sympy.physics.quantum.cartesian.PositionState3D

Base class for 3D cartesian position eigenstates

position_x

The x coordinate of the state

position_y

The y coordinate of the state

position_z

The z coordinate of the state

class sympy.physics.quantum.cartesian.PositionKet3D

3D cartesian position eigenket

class sympy.physics.quantum.cartesian.PositionBra3D

3D cartesian position eigenbra