3

When I specify the RX or RY gate to rotate by say $\pi/4$ in the circuit composer, the gate disappears off the circuit. Is there any reason why if I leave it with $\pi/2$ default then it stays?

If I edit theta the gate disappears.

Here's some screenshots to show what happens:

I add the gate RX the default Theta is pi/2 I double click on the gate and change Theta to pi/4 ave/implement the change I click on "Your circuit" to go back to the circuit, and the gate is gone

Ok solution is to erase the whole field $\pi/2$ and reenter $\pi/4$ but leaving $\pi/$ and then denominator $4$ will not work. Also the denominator is bounded between 1 and 9.

Update and disable

Ken
  • 3
  • 2
Ken
  • 31
  • 2

1 Answers1

1

This is really weird and it is probably a bug within the IBM Quantum Experience Circuit Composer.

So if you change the gate angle like what you did, by clicking on the gate and change the parameter there directly then it definitely disappeared from the circuit:

enter image description here




But if you changed the parameters from the QASM Code Editor then the gates DO NOT disappeared:

enter image description here

KAJ226
  • 14,182
  • 2
  • 12
  • 34