pyzx icon indicating copy to clipboard operation
pyzx copied to clipboard

A recent update is not part of the standard installing.

Open danielecuomo opened this issue 1 year ago • 2 comments

As it has been recently introduced the call to to_clifford_normal_form_graph(g) (Thanks a lot for that!)

I just run (4-July-2023) the command pip install pyzx.

However, the new function seems not to be part of the pyzx.simplify package.

Error on screen: module 'pyzx.simplify' has no attribute 'to_clifford_normal_form_graph'

danielecuomo avatar Jul 04 '23 14:07 danielecuomo

That's because I have not yet pushed a new version of PyZX to pip (I should do this sooner rather than later I think), so it is not available yet. You can get the latest source release by doing pip install git+https://github.com/Quantomatic/pyzx.git.

jvdwetering avatar Jul 04 '23 14:07 jvdwetering

Screenshot 2023-07-04 at 20 22 44

Amazing!

danielecuomo avatar Jul 04 '23 18:07 danielecuomo

The v0.8.0 release includes to_clifford_normal_form_graph. This issue can be closed.

dlyongemallo avatar Apr 17 '24 13:04 dlyongemallo