Jake Lishman
Jake Lishman
I think in this case we need a fix to both - `pong.qasm` seems to be mixing OpenPulse in with OpenQASM outside `defcal` blocks, so it shouldn't be valid, and...
This is something that we're definitely interested in doing - the reason I didn't take the vim plugin further yet is because I anticipated the next step being a full...
I know @y4izus is driving a more major overhaul of how we present our documentation to the world, so she may well have plans. As of right now, the sidebar...
Ok, that sounds like we're on the same page then. I brought up a few issues with calibration-grammar handling (both without and without ANTLR) in the last TSC meeting, and...
Update: Li, Prasahnt and I met to discuss this PR, and resolved that: - it would be nice to have a reference implementation that delegates the parsing of the pulse...
The paragraph at the top of that page notwithstanding, the TSC want to move away from the textual include of the ANTLR grammar being part of the proper specification, for...
I'll bring it up in the TSC meeting today. My suggestion would be that we call for a PR adding a list of all the functions we intend to exist...
Shall we put the section inside the ["Const values"](https://qiskit.github.io/openqasm/language/types.html#const-values) part of `types.rst` for now? At the moment, these builtins only apply to constant values. I think all the types sections...
This looks like a rather unusual mixture of different packaging solutions, and extra complication. Qiskit is installed as a namespace package, and I suspect that supplying the `-U` option in...
You generally do not need the `-t` option to pip, if you make sure you're using the `pip` from the distribution or virtual environment you're trying to install into. `-t`...