Stefan Krastanov
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)
I would suggest adding an assumption/refine system to this list as well:   - 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   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...