Skip to content
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

Boolean variables not represented correctly visually in both edit and proof modes #332

Open
caldwellb opened this issue Jul 17, 2024 · 0 comments
Labels
Priority: Medium Type: bug Something is not right

Comments

@caldwellb
Copy link

From a discussion at the qpl hackathon, a spider with a boolean variable b should be represented , however this is not currently the case. This is an issue with both pyzx and zxlive, as pyzx does not represent the boolean variable as but just as b, but changing a local version of pyzx to return when the variable b is a boolean did not cause zxlive to represent that variable correctly, so I believe there is also a bug in how zxlive sets variables to be booleans using the dropdown menu.

Relevant files in pyzx:
pyzx/symbolic.py

@RazinShaikh RazinShaikh added Type: bug Something is not right Priority: Medium labels Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium Type: bug Something is not right
Projects
None yet
Development

No branches or pull requests

2 participants