TeamGraphix / graphix

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

arbitrary initial state #53

Closed shinich1 closed 1 month ago

shinich1 commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, graphix does not assume arbitrary initial state for the MBQC. This is not a problem (still universal, just like real quantum hardware) but it would be a good feature to have, to test out MBQC with small toy models

Describe the feature you'd like An option to simulate with arbitrary input state. For this, we would need:

Additional context na

mgarnier59 commented 1 year ago

I will work on that. I think it also requires modification of the preparation MBQC command N so as to allow user-defined preparations.