Stefan Krastanov

Results 268 comments of Stefan Krastanov

Suggestion for lazier people like me (using an emoji and a random color): [![](https://img.shields.io/badge/JET.jl-%E2%9C%88%EF%B8%8F-%23aa4444)](https://img.shields.io/badge/JET.jl-%E2%9C%88%EF%B8%8F-%23aa4444)

I would suggest adding an assumption/refine system to this list as well: ![image](https://user-images.githubusercontent.com/705248/109595243-2496eb00-7ae2-11eb-99dd-b87a5b728da5.png) ![image](https://user-images.githubusercontent.com/705248/109595261-28c30880-7ae2-11eb-88d4-14fb4c212f63.png) - https://docs.sympy.org/latest/modules/assumptions/index.html - https://docs.sympy.org/latest/modules/assumptions/refine.html - https://reference.wolfram.com/language/ref/Assumptions.html Edit: and the opposite direction ![image](https://user-images.githubusercontent.com/705248/109691379-60b76380-7b55-11eb-84e5-2e74e625ed8c.png) ![image](https://user-images.githubusercontent.com/705248/109691399-67de7180-7b55-11eb-855c-101ebd70f055.png) Edit: Actually, SymbolicUtils...

This is great! I would suggest keeping this issue still open though as the state-operator tensor product is not trivially supported by `embed` which would be needed to solve this...

In https://github.com/JuliaCollections/DataStructures.jl/issues/479#issuecomment-682449805 there is an admonition to not use `push!(container, key, value)`, but here it says `# inc! is preferred over push!, but we need to provide push! for the...

To be fixed in #71 - for future reference, one simply needs to use `Base.@__doc__` for situations like this.

might be discussed in more depth here https://github.com/JuliaLang/julia/issues/50834

it seems `@resumable` clobbers the Method.file property of the newly generated methods. That is probably part of the reason for lack for code coverage

There are 24 single-qubit gates and 11000 two-qubit gates. Pretty much any single-qubit gate can be added and many multi-qubit gates can be added as long as they have a...

e.g. this list in stim https://github.com/quantumlib/Stim/blob/main/src/stim/stabilizers/tableau_transposed_raii.cc

Ah, yes! Although I think it is ``` |0> |0> |0> |c1> |c2> ``` Maybe I should modify this...