Hello everyone,
I have a problem when I was trying to set my function H(t) as real.
H = function('H')(t) H.is_real() => False
conjugate(H) => \bar{H}
I wanna set my function in real space and the code stop printing \bar{H] as you seen in the screen shot.
Thanks for the help. Cheers.