this post was submitted on 31 Aug 2026
44 points (100.0% liked)

GenZedong

5280 readers
33 users here now

This is a Dengist community in favor of Bashar al-Assad with no information that can lead to the arrest of Hillary Clinton, our fellow liberal and queen. This community is not ironic. We are Marxists-Leninists.

See this GitHub page for a collection of sources about socialism, imperialism, and other relevant topics.

This community is for posts about Marxism and geopolitics (including shitposts to some extent). Serious posts can be posted here or in /c/GenZhou. Reactionary or ultra-leftist cringe posts belong in /c/shitreactionariessay or /c/shitultrassay respectively.

We have a Matrix homeserver and a Matrix space. See this thread for more information. If you believe the server may be down, check the status on status.elara.ws.

Rules:

founded 5 years ago
MODERATORS
 

Welcome again to everybody. Make yourselves at home. In the time-honoured tradition of our group, here is the weekly discussion thread.

Matrix homeserver and space
Theory discussion group on /c/theory@lemmygrad.ml
Find theory on ProleWiki, marxists.org, Anna's Archive

^image\ from^ ^this\ article^

you are viewing a single comment's thread
view the rest of the comments
[–] TabularTuxedo@lemmygrad.ml 3 points 6 days ago* (last edited 6 days ago) (1 children)

more notes lol

  • Markovian
    • p[t+1] = f(T[t], p[t])
  • Non-markovian
    • p[t+1] = f(T[t], p[t], g(...))

where:

  • T is the function that returns the truth table of a gate,
  • p is the present value of the bit
  • both are a function of time
g(...) = g(
    T[t-1], p[t-1], g(
    T[t-2], p[t-2], g(
    T[t-3], p[t-2], g(
    ...
    T[t-n], p[t-n], g(0)
)))

statistical distribution: |ϕ|^2

Right, I think I understood it now. Just to be clear, this is your setup:

  1. We insert white ball into a machine
  2. Machine spits out either a blue ball or a red ball
  3. It's not possible to whether a blue ball or a red ball will output from the machine given that we only study the white ball, since all white balls are 100% identical
  4. We then study the past of the white ball, and we discover that all white balls are dispensed from either a dispenser A and a dispenser B
  5. Despite the nonexistence of any transmission of information between a dispenser and the machine, there is a 100% correlation between the dispenser of a white ball and the color of the ball of the output (for example, the machine will always output a blue ball when a white ball comes from dispenser A, despite this white ball being identical to one which came from dispenser B)

The ball itself doesn't matter, its past does. Or in the case of qubits, its current value and its context.

I don't know if this came up when you described the non-Markovian example, but this reminded me of a Turing machine. Like, a Turing machine T can be described by f:Q~i~ → Q~j~, where Q~i~ and Q~j~ are possible states of T. A regular Turing machine acting through time could be described by f:Q[t] → Q[t+1] and with some boundary condition Q[0]. However, in your example, this hypothetical machine X can also "read" its own past. So, X would be described as g:{Q[t], {Q[t-1], Q[t-2], Q[t-3] ... Q[0]} → Q[t+1].

I think I would understand the math of your book, but not a lot about the concepts where it's applied. I hit a limit on my knowledge when you mentioned quantum gates and matrices on your comment. I don't know anything about those. I'm going to read more on that both because of curiosity and because I'm reallyyyyy rusty with my math skills.

Thanks for the write-up. I have a lot of review and studying to do. If you don't mind me asking, do you work mostly on the theory or do you also deal with the practical reality of quantum computing?

Also

some GNU Octave code at the end of each chapter just to give you some hands-on with the math

Based

[–] pcalau12i@lemmygrad.ml 4 points 6 days ago

do you work mostly on the theory or do you also deal with the practical reality of quantum computing?

I don't know anything about how to actually engineer one if that's what you're asking. I only know how to program them. I have run programs on some of IBM's quantum computers, just as a way to make sure the theory really does produce the results I'd expect in reality.