Elektrine lite

← Feed

@FishFace@ioc.exchange

Post #4134469

2026-07-27 10:14 UTC

@chemoelectric@masto.ai I must say I was more interested in the recursion theory subject. The last time we discussed one of your code projects it turned out not to be a faithful simulation of what you said it was. Let's have a look... Ah, I see. > According to quantum theory, our tampering with the computation should have shattered the coherence Coherence is a property of the hardware, not the algorithm. Quantum theory has nothing to say about algorithms; it has something to say about the outcome of certain experiments (and those characteristics then allow certain algorithms to work). Because you are running on a normal computer, if you want to see quantum effects like coherence, you have to simulate them yourself, but you haven't done so. > The usual analyses are practically worst case instances. I actually had three of the item in the array, which is supposed to be bad for Grover’s algorithm, but it took only two iterations, not 804. You only need 2 iterations to find the target because you are not simulating the effects quantum theory predicts your algorithm has on real quantum hardware. This is not a surprise. The real Grover's algorithm operates on its state with a quantum operation. Such operations are mathematically represented by unitary operators, but your operations are *not* unitary (they don't preserve norms). So you have not simulated Grover's algorithm and have therefore not replicated its behaviour. Do you find that surprising? > Grover’s algorithm is actually extremely fast. Lightning fast. But you haven't implemented it. What you have implemented is something which takes two whole iterations, in a classical computer, to find a target *when you have declared that a scan of the entire search space is free*. Can you think of a way of improving from two iterations to one iteration? I can. --- A general note: You could use this approach to find a problem in the theory, but to do so you must faithfully reproduce what the quantum physicists say are the mathematical assumptions - by failing to model coherence (and its destruction by non-unitary operators) you have not done this. You CANNOT use this approach to disprove the experimental claims though - in a mirror situation, you would have to faithfully reproduce what the quantum physicists say are the experimental conditions. By running on a classical computer, you have not done this. This is directly parallel to your computer simulations of Bell tests, which modelled neither the experimental (obviously) nor mathematical (more subtly) assumptions of quantum physics. Hope this helps. P.S. you may have missed (or maybe have just not yet got round to) a reply from me on a subject I am more interested and more qualified in, here: https://ioc.exchange/@FishFace/116943508398344382

Replies (1)

  • @chemoelectric@masto.ai 2026-07-27 18:03

    @FishFace@ioc.exchange The arguments you offer are fallacious. I shall not try to refute them because you have not bothered even trying to make them correct. If what you said were true, then my algorithm is faster than any “quantum” algorithm. It is immensely faster than what you claim Grover’s algorithm is. There is no “quantum” algorithm that can compare with it. And the op amp circuit is faster than “quantum” hardware. So in that case your own argument makes the “quantum” computer industry look stupid.

    Open ##4150452