Loading
Fixed quantum arithmetic example:
- Forgot to modulo the exponential -> overflow (bad)
- Removed zero rotation optimization: this will be performed by optimization passes. Also, the generated circuit will be identical with the Qiskit reference impl.
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>