Damian Steiger
Damian Steiger
Thanks a lot for the effort, these are nice logos. We will add the logo discussion to a meeting regarding a new website (but it might take some time for...
Thanks for the suggestion. A single qubit rotation around a general axis might indeed be useful. Can you think of more examples? A new gate would do the trick even...
>An arbitrary single qubit unitary and/or Hermitian gate would also be nice. Or would it be too complicated to define gate decompositions for these? So far arbitrary single qubit gates...
It was rather silently introduced in the last release as we used it previously from time to time for testing https://github.com/ProjectQ-Framework/ProjectQ/releases/tag/v0.4.1, see section on improvements. An upcoming feature will be...
Yes, we currently suppress this warning https://github.com/ProjectQ-Framework/ProjectQ/blob/develop/pytest.ini#L6 The idea was waiting until Python2.7 is depricated so that everyone switches to Python3.5+ which allows to use `@` for matrix multiplications (for...
The user front-end assumes nothing more than a physical quantum computer can do, i.e., one can only write gate operations and measurement. Additional information by specific back-ends need to be...
Thanks for the suggestion to annotate the message of these errors in future versions. The reason for your error is that this setup currently does not support your gate set...
Thanks for the new tests. It would be nice to get over 99.5% so the badge will show 100% ;-) Also, currently we are reporting test coverage for unit tests...
I would give it a shot if people are okay with changing... Thanks @maffoo for your suggestions. I would go with module-level functions style because it has less boilerplate and...
Cool, so we all agree to use pytest. Unfortunately, a couple of other projects popped up which need to be done before I can work on this...