Stefan Krastanov

Results 230 issues of 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

enhancement

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...

enhancement

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...

bug

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) ``` ![Image](https://github.com/user-attachments/assets/3d4520ca-d8ca-4164-bbde-18bb4426cf8b) I expected the result to be simply `a+b` while instead the result involves...

core

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...

bug bounty
bounty:800
bounty:reserved

## 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...

bug bounty
bounty:200
bounty:reserved

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...

enhancement
good first issue