TeamGraphix / graphix

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

Update type for signal domains to set() #176

Closed shinich1 closed 2 months ago

shinich1 commented 3 months ago

Is your feature request related to a problem? Please describe. Instead of list, we need to use set for domains. When updateing the domains, use symmetric_difference. This is to be done after merging #155.