jcmgray / quimb

A python library for quantum information and many-body calculations including tensor networks.
http://quimb.readthedocs.io
Other
478 stars 107 forks source link

Add OpenQASM 3 support #256

Open abhinavd opened 3 weeks ago

abhinavd commented 3 weeks ago

OpenQASM 2 has some limitations, such as not being able to express parametrised circuits with unbound parameters. Being able to parse strings/files with the OpenQASM 3 spec would be a great way to get around this limitation.

jcmgray commented 1 week ago

Hi @abhinavd yes would be great support as many formats as possible and happy to accept PRs along these lines! Though I'd note I am probably unlikely to implement this myself any time soon.

abhinavd commented 1 week ago

No worries, thank you!