Viewing profile — jebej
jebej
HN member- Joined
- Fri, Aug 03, 2018, 6:57 PM UTC
- HN karma
- 36
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About jebej
No profile information was provided.
Recent public activity
-
comment
Comment #35394701
Very interesting, thanks for the writeup and work on benchmarking all of this. I suspected package loading had gotten slower from 1.0 to ~1.7, but 1.9 will solve most concerns.
-
comment
Comment #21049286
They seem to know about decoherence, and in a later post associate interference with probabilities, so I don't think that was the issue. Maybe a typo?
-
comment
Comment #21048847
Quantum physicist here: just to correct the mistaken claims in this, interference is definitely a feature of quantum computing, and not a bug. Interference is also NOT why there ar…
-
comment
Comment #20425672
The Plots package adds a significant overhead right now. Try using PyPlot (matplotlib) directly. These days you can use exactly the same syntax (dot-call) as in Python. $ time juli…
-
comment
Comment #18858082
The latter. More seriously though, there won't be a true error corrected quantum computer for a long time. People are hoping that there can be useful applications with imperfect ph…
-
comment
Comment #17725178
You can use whatever start index you like: https://docs.julialang.org/en/stable/devdocs/offset-arrays/#... For a pre-baked solution: https://github.com/JuliaArrays/OffsetArrays.jl
-
comment
Comment #17682598
Just use julia instead!