Jake Lishman
Jake Lishman
I've just pushed a5ab1f7 that includes the changes discussed in the working group meeting today about `rotl` and `rotr`, namely: - there are two overloads for each: `(bit[n] target, int...
This repository is primarily for defining the specification of the OpenQASM language. It also includes a Python package that can be used to build a Python-based AST for the language...
If anyone's interested in taking this up, a lot of the logic and regexes should already be in [the vim plugin](https://github.com/Qiskit/openqasm/blob/main/plugins/vim/syntax/openqasm.vim), which might make it a bit easier. This sort...
Strings aren't actually a valid data type in OQ3, especially now that bit strings are in properly. The only rules they should have been part of in the original ANTLR...
The indexing of old documentation should hopefully sort itself out given a little bit of time now, just by nature of how the algorithm works; paths at `qiskit.org/documentation/*` will be...
On further investigation, I think I know what the issue with the optimisation (and other) tutorials is that the deployment script effectively does `rclone sync --exclude 'optimization/*' ` to avoid...
This particular part of it wasn't an HTML issue as such - we already had all the right files generated, the problem was we were just excluding some of them...
We've had some discussion on this on Slack, so including that here. First, if this PR is accepted and scalar qubits _are_ exactly equal to qubit registers of length one,...
I've no problem with that terminology difference as an implementation detail, providing it has no behavioural impact: the spec currently says > Two or more registers of the same type...
In the interests of keeping the discussion approximately linear, I'll respond to your follow-up question after you've responded to the rest of the points made in my comment, if you...