Results 49 comments of Yael Ben-Haim

What's the status of this issue? In my project, we run `black` to reformat our files. Then we run `pylint`, which complains about the long comment lines, and we have...

@JelleZijlstra > @yaelbh are you saying that Black is causing the lines to become too long? No, it's the other option that you state, of comments that are long in...

Ok, thanks. I'm not absolutely sure if the issue is correct. @chriseclectic or @mtreinish will probably know.

I used master branches of Aqua, Aer, and Terra. Compared to stable branches of all three.

This is opposite to my findings...

`save_statevector` is an instruction of `QuantumCircuit` and should not be affected by the order of anything. You've changed the order of the lines ``` circ.save_statevector() ``` and ``` simulator =...

Ok, I can restore it in my environment. I don't think it's a desired behavior. Will check some more.

What happens when a simulator reaches timeout? What will a QAOA user see?

Thanks @woodsp-ibm. @amitracal can you please share the code.