Steven Heidel

Results 20 comments of Steven Heidel

> At some point we already removed the type identifiers from gates, arguing that the compiler did not need this information to satisfy the need of having a mathematical representation...

Yes the qubit parameters are always single qubits. Could you open a pull request to update the language in the spec?

In (2) there could also be additional `measure`-like operations that return level 0 or level 1 data, rather than a `bit.

> What is allowed in the body of a foo? Consensus seems currently to be for keeping it quite restricted: straight line qasm with no loops, conditionals, qbit/cbit allocation If...

> Turns out that it's not too difficult in Kotlin to implement a node.js-style nextTick() function to queue dispatches. Then I just have to re-write AsyncExecutionStrategy and DataLoader to use...

@Togrias - thanks for the help so far, really appreciate the detailed explanation of your Kotlin implementation. Here's what I've got so far with the dispatcher: ```kotlin import kotlinx.coroutines.* import...

Awesome - can you open a pull request?

It would be neat to also allow something like: `MOVE a 2*pi*b`

This was discussed at the TSC meeting on October 14th. In summary this is a great idea for mapping qubits to frames. We had previous discussed adding a duration argument...