QuTech-Delft / libqasm

libQASM: Library to parse cQASM files
https://arxiv.org/abs/1805.09607
Other
17 stars 16 forks source link

Create master beta #209

Closed rturrado closed 6 months ago

rturrado commented 6 months ago

This should be the base for Release 0.6.0.

We have reduced the grammar to a minimum. In short, this is basically what you can do now:

version 3

qubit[3] q

H q[0]
CNOT q[0], q[2]
measure q[0, 2]
rturrado commented 6 months ago

This PR should be merged to master, not to develop.