1 | initial version |
A simple alternative to 'setting it to be real' is to make a substitution such as this one:
whatever.subs({conjugate(H) : H, real_part(H) : H, imag_part(H) : 0})
It depends on what kind of expressions you want to get rid of.