Chris
Chris
Hey @dhhoe I ran this fine on `ibm_sherbrooke`. Did you only try once?
> @chrisamirani, I just tried it again and still get the error. Are you using Qiskit 1.1.0? I noticed in the video where it works, Derek is using v. 1.0....
@dhhoe Thx. Now circling back to your original issue description when you say "The only thing I changed in the code was: backend_name = "ibm_sherbrooke"" , did you also happen...
> @chrisamirani the error occurs in 'Step 2' in the code, so I don't get to 'Step 4' where I need to update the job_id. Thx for the help. Yeah...
@SomeHats Oh I appreciate the info there! but I think maybe I should rephrase my ask here. I am basically wondering if that feature can be added to tldraw.com. I...
@SomeHats haha thx for the correction. Is this something that can be assigned to me or will someone else take a look?
Hey @Suraj1409 Are you able to share your code here? If not everything, at least the part where you define your circuit and where you run the backend
Thx @Suraj1409 so when you run `job_cu.result().get_counts()` you get nothing? You should be able to get the probabilities with that.
@ProThicc instead of using `add_control` , have you tried using the internal `control` method? like this: `qca_gate_reduced = gate.control(label='test', num_ctrl_qubits=1, ctrl_state=1)`
@ProThicc I highly suspect you have an old version. If you look at [this line](https://github.com/Qiskit/qiskit/blob/87aa89c19387ef7ff4177ef5144f60119da392e3/qiskit/circuit/library/standard_gates/u.py#L128) , you'll see the default 0 for gamma.