Daniel Strano

Results 96 comments of Daniel Strano

Damian, Thomas, and the ProjectQ team, I think this is finally at a point where it's ready for your consideration. Apologies for the mess and verbiage, along the way, but...

The merge CI failed on a package pull for the environment. I will trigger another build, soon, possibly after finishing a PR that's currently open on the Qrack repo.

I should mention, we added support for `QubitOperator` expectation values and native time evolution capabilities, per your simulator interface. We do not support nonunitary operations, including nonunitary `QubitOperator` gates. (However,...

I'll be looking into the CI failures over the next few days. This is the first time I've seen that particular unit test fail, but I'll diagnose it and complete...

Now that I've pulled the update, I do reproduce this error locally. It's specifically one failing test for the phase estimation gate, which looks like it was worked on recently....

The PR that was recently merged in checks for exact floating point equality to quantities such as 0.5, as the result of the phase estimation algorithm. Likely, successful results on...

apt-get install failed. Triggering another build.

I've determined that the skipped amplitude amplification test fails due to a bug in `Qrack::QUnit`. I am sitting down to fix this, right now. (Thank you for the unit tests,...

If I restore the test but comment-out just the line where `complex_algorithm()` is applied, the test works. This narrows my search significantly. I anticipate having a fix by tonight.

Commenting-out `complex_algorithm()` out would make the test "trivial," but, fiddling along those lines, the it seems like things work "nontrivially" if I instead comment-out controlled `All(X)` gates. I think that's...