Question: How to set up the conjugate of an quantum operator

Hi, everyone.

I want to setup some conjugate rules for the quantum operator such as

conjugate(a) = a, conjugate(b) = -b.

And during the calculation progress, it works like

conjugate( k1*a + k2*conjugate(b) ) = conjugate(k1)*a + conjugate(k2)*b

#k1, k2 are complex numbers.

How can we build up this? I checked in the help system, but failed to find an answer.

Please Wait...