Stefan Krastanov
Stefan Krastanov
Now that https://github.com/qojulia/QuantumInterface.jl/pull/29 is merged, it would make sense to rely on that namespace for these helper functions.
undo https://github.com/QuantumSavory/QuantumSavory.jl/pull/153 after https://github.com/JuliaGraphs/GraphsMatching.jl/issues/14 is fixed
As discussed in #152, specifying a type for `time` can significantly help the compiler. If that is indeed true (as measured by drastically fewer JET warnings), we should restrict ourselves...
On preparing for merging #120 this was unfinished (better to fix it in a separate PR though): - [ ] `repeatergrid.md` is not included in the rendered documentation (from the...
example: ``` from sympy import Wild, Integral, Symbol q,p,s,t = map(Wild,'qpst') a,b,c,d = map(Symbol,'abcd') Integral(a+b,(b,c,d)).replace(Integral(q,(p,s,t)),q) ```  I expected the result to be simply `a+b` while instead the result involves...
Bug bounty logistic details (click to expand) To claim exclusive time to work on this bounty either post a comment here or message [[email protected]](mailto:[email protected]) with: - your name - github...
## Color codes support for Quantum Clifford's ECC module After Surface codes, color codes seem to be the most popular topological error correcting codes, and it would be nice to...
Currently we have 1. `f(...; mode=[:compressed|:expanded])` setting whether the layout of the gates is compressed to the left, such that independent gates are not drawn one after the other but...