Guru, There is a DifferentialOperator class in physics/quantum/operator that you could probably use. There is still a pull open from last year's GSOC that finishes off the continuous basis stuff that implemented that operator [1]. That along with XOp in quantum/cartesian might do what you need.
Sean [1] https://github.com/sympy/sympy/pull/573 On Sat, Aug 18, 2012 at 6:21 PM, [email protected] < [email protected]> wrote: > However the commutator in the diffgeom module is between differential > operators. It is not exactly what you ask for. Actually I do not > understand how "x" acts on anything in your example as it is not a > differential operator (it can be regarded as a hermitian operator as > in quantum mechanics "acting" simply by multiplication, however this > requires to much magic for the moment) > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
