I got another follow-up question about Hamiltonian simulation from the previous post: if I perform the controlled time-evolution of the Hamiltonian:
$$
H_{3} = \alpha\ X_1\otimes Y_2 + \beta \ Z_1\otimes Z_2
$$
where $\alpha$ and $\beta$ are real constants. When they're both equal to 1, $H_3$ could be simulated via the following quantum circuit (answer from @KAJ226):
However, how can I introduce those constants when they're not equal to 1? This paper by Earl Campbell proposed an idea to build up a compiler and randomly 'select' the part of Hamiltonian according to a probability distribution determined by constants like $\alpha$ and $\beta$.
I think this is a good way to incorporate the effects of those constants (the effect would be more obvious if you have enough time steps), but it's still kind of 'indirect' to me. I'm wondering is there another option that I can show the effects of $\alpha$ and $\beta$ when they are generic real numbers?
Thanks!!