Blake Johnson
Blake Johnson
Ok to merge, I assume?
Right, this was an intentional choice. We wanted users to explicitly write `angle(bit(int_var))` if they want the integer to be interpreted as a bucket of bits, or `angle(float(int_var))` if it...
Let's examine the behavior of integer literals.
In TSC meeting today, we noticed that the spec has many examples of implicit `int` literal to `angle` conversions (for example, see the `stdgates.inc` definitions of `id`, `u1`, and `u2`...
I'm not sure where I stand, but to throw out another option, we could also introduce single-quote strings for bit literals, e.g. a `bit` could take values of `'0'` or...
I don't think this deserves an RFC. A Qiskit issue ought to be sufficient.
Reporting a confidence interval is about the closest thing we can get to allowing a user to ask for an "error bar" without making assumptions about the underlying statistics. So,...
@coruscating could you validate whether or not the LO parameters are used by `qiskit-experiments`?
@coruscating if we only expose a memory-like interface, then I think that would imply that we only support single-shot values. I suspect that many qiskit-experiments probably expect average values, though.
> Fail test if creation time falls below a certain threshold Thanks for opening this. If you are defining pass/fail criteria, then you would fail if you **exceed** a threshold....