TeamGraphix / graphix

measurement-based quantum computing (MBQC) compiler and simulator
https://graphix.readthedocs.io
Apache License 2.0
60 stars 21 forks source link

add IBMQ interface #44

Closed d1ssk closed 1 year ago

d1ssk commented 1 year ago

Before submitting, please check the following:

Then, please fill in below:

Context (if applicable): This change will eventually be implemented in a separate repository from graphix.

Description of the change: added PatternExecutor class and IBMQBackend class to run the qiskit circuit corresponding to the pattern on IBMQ devices .

Related issue:

also see that checks (github actions) pass. If lint check keeps failing, try installing black==22.8.0 as behavior seems to vary across versions.

shinich1 commented 1 year ago

@d1ssk could you add documentations?

shinich1 commented 1 year ago

@d1ssk could you squash and merge?