TeamGraphix / graphix

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

Fix `NodeIndex.remove` bug which misinterprets non-runnable patterns #214

Closed thierry-martinez closed 1 month ago

thierry-martinez commented 1 month ago

Nodes were not removed from NodeIndex dictionary which allow non-runnable patterns to use wrong nodes by mistake.

Related to #193 (runnability issues).