Petar Korponaić

Results 329 comments of Petar Korponaić

Maybe problem is somewhere in my code... but where? All subscriptions returns proper cursor or this.ready() ... simply don't know where to look.

Somehow Meteor is not accessible. I made simple phantom script that waits while typeof Meteor is undefined inside page.eval and that takes forever. (?). When I run kitchen locally, then...

@DanBlackwell thank you for reporting. Late answer, I know... Internal state is correct, it is truncated only when printed. ```javascript qc.stateAsSimpleArray(); ``` Returns: ```javascript [ { re: 1, im: 0...

Oh yes, that's better solution for probability. Thanks. But, amplitude... We have real and imaginary part and adding any mark there will make it more confusing (especially for imaginary part)....

Ouch! A lof of for review 😄 Note that tests are not exhaustive (actually, tests are minimal), and we use this package in multiple projects internally (yes, technical debt it...

@dmvjs I merged this pull request into [modernizing](https://github.com/quantastica/quantum-circuit/tree/modernizing) branch. We have multiple issues with our other tools, mostly related to version of nodejs and/or mixing JS with ES, so I...

@glanzz partitioning is meant to be used to split circuit into smaller "partitions" when circuit is separable. For example, if 30-qubit circuit doesn't have any connection between first 15 qubits...

Hi @wangzbo thank you for reporting this. I am trying to find what is wrong, but I am getting results which looks good to me. Please see this: ```python import...

This is fixed now: Version 0.9.242 of this package Also deployed to Quantum Programming Studio. @wangzbo thank you for reporting the issue :+1: