Boffin claims Microsoft’s “quantum leap” is invalid due to “basic Python errors”
31–40 of 64 posts
Re: Boffin claims Microsoft’s “quantum leap” is invalid due to “basic Python errors”
#32Re: Boffin claims Microsoft’s “quantum leap” is invalid due to “basic Python errors”
#33Re: Boffin claims Microsoft’s “quantum leap” is invalid due to “basic Python errors”
#34Is it premature to assume it's due to AI Microslop?
Re: Boffin claims Microsoft’s “quantum leap” is invalid due to “basic Python errors”
#35You’d really think they’d really check everything and cross their t’s after their previous issues in marjorana fermion QC. I generally have a very high opinion of MS research, but this is getting a bit embarrassing.
Looks that the next step of this "project" is selecting a patsy and blaming all on that one sacrificial person
Re: Boffin claims Microsoft’s “quantum leap” is invalid due to “basic Python errors”
#36Was pleasantly surprised to see the exact bug in here, in a "The Register" article of all places. Legg showed that fixing the bug invalidates the research. Seems Microsoft is responding to a clear problem with a vague dismissal. Edit: Oh, The Register is a true tech paper, guess the name makes sense for that. Got mixed up cause there are a bunch of general papers called something Register.
The Register is a tech paper that is modelled on various British tabloids (daily mail, the sun). Sometimes it's humor, sometimes it's real news and occasionally they even break a new story.
Re: Boffin claims Microsoft’s “quantum leap” is invalid due to “basic Python errors”
#37https://github.com/microsoft/azure-quantum-tgp ``` return xr.apply_ufunc( lambda x: (x - x[::-1]) / 2, conductance, input_core_dims=[dims], output_core_dims=[dims], vectorize=True, ) ``` Reading the article about how they filtered and cherry-picked specific regions, I got curious about the actual asymmetry computation, so I looked up the source code. Looking at it, they seem to have used memory offsets as if they wer…
return xr.apply_ufunc(
lambda x: (x - x[::-1]) / 2,
conductance,
input_core_dims=[dims],
output_core_dims=[dims],
vectorize=True,
)Re: Boffin claims Microsoft’s “quantum leap” is invalid due to “basic Python errors”
#38Was pleasantly surprised to see the exact bug in here, in a "The Register" article of all places. Legg showed that fixing the bug invalidates the research. Seems Microsoft is responding to a clear problem with a vague dismissal. Edit: Oh, The Register is a true tech paper, guess the name makes sense for that. Got mixed up cause there are a bunch of general papers called something Register.
The Register is a tech paper that is modelled on various British tabloids (daily mail, the sun). Sometimes it's humor, sometimes it's real news and occasionally they even break a new story.
Re: Boffin claims Microsoft’s “quantum leap” is invalid due to “basic Python errors”
#39Re: Boffin claims Microsoft’s “quantum leap” is invalid due to “basic Python errors”
#40May be it is just me but when I see all these quantum computing pseudo results I wonder how people can believe this thing has any hope to work at all so much it is ungrounded to reality.
All in all, the whole fundation of the quantum treatment is flawed in my humble opinion because of the idea of wave-packet collapse, when a measurement is done, is by itself completely unsound. However they assume it holds perfectly and base a ton on speculative calculations assuming that principle holds perfectly which is far from true.
Successful engineering and technology development is not done having a crazy idea that holds only based on a number of highly incertain assumptions but it needs solid ideas developed incrementally iterating from things we already know. First electricity, then basic electronics, the diode, then bipolar transistors, then J-FET, then MOSFET and so on.