Issue Description
When I upload a qasm circuit to the live instance on latticesurgery.com I want to share the results of the compilation. Since this is just local, I need to send the qasm and then ask someone else to upload an image as well. It would be nice to be able to share a link to the image that I upload.
Proposed Solution
There's at least two ways to do this.
- One is to have the app be totally client side and to process the qasm data in the url. An example of this is quirk.
- Another alternative is to store the uploaded qasm server side and to give each upload a unique URL.
Issue Description
When I upload a qasm circuit to the live instance on latticesurgery.com I want to share the results of the compilation. Since this is just local, I need to send the qasm and then ask someone else to upload an image as well. It would be nice to be able to share a link to the image that I upload.
Proposed Solution
There's at least two ways to do this.