QuTech-Delft / libqasm

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

Create master beta #210

Closed rturrado closed 3 months ago

rturrado commented 3 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]