Stefan Krastanov
Stefan Krastanov
Apologies, this fell off my radar. This looks very near good to merge, but I have a few questions. Before merging though, could you share your thoughts on the following:...
@hdavid16 @BenLauwens , over the next few weeks I will start working on a version of this. I wanted to give you a heads up in case you would like...
For what is worth, it is trivial to do this yourself using the `link` option in juliaup in order to link to a custom executable ``` # download the nightly...
@ChenZhao44 , this is now fixed -- if the index is 0, it is simply not saved anywhere. The default of 1 would also be unsafe, because there is not...
I think it makes most sense to consider this a documentation issue. Pauli frames simulations inherently only provide samples with respect to a reference and we should put a few...
I suspect the wins would not be very big compared to just using the GPU for small batches like this. It would be interesting to have this, but no need...
I will mark this is a draft. When you have addressed the change and you have passing tests, re-request a review from me and make it not a draft anymore....
> It was told that the Stabilizer can accept two bool arguments, no need to pass ;UINt8 argument, but the following happens when testing for large stabilizer circuits; > >...
On the master branch tests pass. You can disregard nightly/performance/downgrade/buildkite, but the rest should pass here. Let's keep this in draft form until the tests pass.
To run the tests locally, you can do `] test QuantumClifford`. Avoid pushing here until things work locally.