-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
W node #77
W node #77
Conversation
added zxlive save files to gitignore
I don't really see where you are changing the VertexType and EdgeType classes to allow for W-like things. Is this a change you are making in a local copy of pyzx? |
It's in my fork here: https://github.com/RazinShaikh/pyzx/tree/non-flexsymmetric |
@mark-koch Thanks a lot for your comments. I have gone through each of them and incorporated your suggestions. Let me know if it looks good to you. |
Hi John, that is indeed not the right behaviour. For instance, if you drag the nodes, they will fuse correctly. I will check later today and see what's going wrong when you press the fuse button. |
@jvdwetering the fusion bug should be fixed by this PR zxcalc/pyzx#129 in PyZX. |
Fixed in 306754b. The fix for this is to call |
@mark-koch @jvdwetering are you guys happy for this to be merged? |
It looks like you got a new conflict because Boldi fixed some mypy bugs, but once that's fixed I think this can be merged in. |
No description provided.