John van de Wetering
John van de Wetering
1. There is also a `+` operator for `Circuit`s, where it does exactly what you would expect in Python: append the lists of gates to one another. So we could...
Hoi Aryan, how familiar are you with ZX/ZH? If you are not that familiar with it, this might not be the best issue to start with it. If you want...
Were these circuits generated by Quipper? Could you give me some examples? I have never used Quipper myself, and only built the parser to work with the circuits I needed...
Hi, I implemented your patch. Let me know if everything works as it should.
Hey Alexis, thanks for the heads-up! Having Jupyter notebooks directly in the documentation looks like a great idea!
@akissinger This might also be a nice thing to let someone implement for the qhackathon
Oh wow, I hadn't realised that that method was so slow. Using reshape there might be some issues in where the elements are positioned though. When I wrote this I...
Hi Srinjoy, I think for a starting point, you would want to make bindings that allow you to run at least the scripts in the quizx/scripts folder inside of a...
PyZX has more features than quizx, but where quizx overlaps with PyZX I would try to make sure that the naming scheme is the same. hsimplify contains methods that aren't...
That would certainly be possible. Is there a specific library that uses these gates? I don't really know what a 'P' gate is namely (I'm assuming 'CP' is just a...