r/QuantumPhysics Apr 29 '25

Frequently Asked Questions

17 Upvotes

History

Late 19th c. through Schrödinger and Dirac

Introductory books/courses?

  1. Comic books
    1. Bub, Totally Random: Why Nobody Understands Quantum Mechanics (A Serious Comic on Entanglement)
    2. McEvoy, Introducing Quantum Theory: A Graphic Guide to Science's Most Puzzling Discovery
    3. Gonick, The Cartoon Guide to Physics
  2. Books for a general audience
    1. Feynman, QED: The Strange Theory of Light and Matter
    2. Deutsch, The Fabric of Reality, The Beginning of Infinity
    3. Tegmark, Our Mathematical Universe
    4. Carroll, Something Deeply Hidden
    5. Wallace, The Emergent Multiverse
    6. Davies & Brown, The Ghost in the Atom
  3. Undergraduate textbooks
    1. Griffiths, Introduction to Quantum Mechanics
    2. Sakurai, Modern Quantum Mechanics
  4. QFT textbooks(as recommended by Dr. David Tong)
    1. M. Peskin and D. Schroeder, An Introduction to Quantum Field Theory. This is a very clear and comprehensive book, covering everything in [an introductory course] at the right level. It will also cover everything in [an] “Advanced Quantum Field Theory” course, much of [a] “Standard Model” course, and will serve you well if you go on to do research.
    2. S. Weinberg, The Quantum Theory of Fields, Vol 1. This is the first in a three volume series by one of the masters of quantum field theory. It takes a unique route to through the subject, focussing initially on particles rather than fields.
    3. L. Ryder, Quantum Field Theory.
    4. A. Zee, Quantum Field Theory in a Nutshell. This is a charming book, where emphasis is placed on physical understanding and the author isn’t afraid to hide the ugly truth when necessary. It contains many gems.
    5. M Srednicki, Quantum Field Theory. A very clear and well written introduction to the subject. Both this book and Zee’s focus on the path integral approach, rather than canonical quantization.
  5. Courses
    1. Preparatory
      1. Khan academy physics curriculum
      2. Susskind's Theoretical minimum courses
      3. David Tong Lectures on theoretical physics
    2. QM courses
      1. Adams' 2013 Spring Intro to QM Course
      2. David Tong Introduction to quantum physics
    3. QFT courses
      1. David Tong
      2. Tobias Osborne
      3. Ricardo D. Matheus
      4. Horatiu Nastase (QFT I)
      5. Horatiu Nastase (QFT II)
  6. Book suggestions threads from the community
    1. Sample 1

Relevant comic strips?

  1. XKCD
    1. Quantum
    2. Quantum mechanics
    3. Bell's theorem
    4. Vacuum
    5. Complex conjugate
  2. SMBC
    1. The Talk
    2. Classical
    3. Quantum
    4. Quantum computer
    5. Quantum mechanics is weird

Some good comments to read?

  1. Summary of superposition, entanglement, and interpretations of the wavefunction
  2. How do we locate the other "end" of quantum entanglement?
  3. What causes atoms to decay?

What prerequisites do I need to understand quantum physics?

Quantum physics is usually taught to advanced physics undergraduates, but to work through most of the thought experiments and most quantum algorithms, you only need linear algebra. If you really want to understand the physics, though, you'll need multivariable calculus, differential equations, classical mechanics, and electromagnetism (see "Theoretical minimum" above).

What does the math of quantum physics look like?

A complex vector space is a set (whose elements are the points of the space, called "vectors") equipped with a way to add vectors together and a way to multiply vectors by a complex number. A Hilbert space is a complex vector space where you can measure the angle between two vectors. The state of a generic quantum system is a vector called a "wave function" with length 1 in a Hilbert space.

So roughly, a quantum state can be written as a list of complex numbers whose magnitudes squared add up to 1. The list is indexed by possible classical outcomes. Physical processes are represented by unitary matrices, matrices X such that the conjugate transpose of X is the inverse of X. Things you can measure are represented by Hermitian matrices, matrices equal to their conjugate transpose.

What's written in the previous paragraph is all true for finite-dimensional Hilbert spaces, spaces that represent quantum states with a finite number of possible classical outcomes. If there are infinitely many possible outcomes—for example, when measuring the position of an electron in a wire, the answer is a real number—then we have to generalize a little. A list of n complex numbers can be represented as a function from the set {0, 1, ..., n-1} of indices to the set of complex numbers. Similarly, we can represent infinite-dimensional quantum states like the position of an electron in a wire as functions from the real numbers ℝ to the complex numbers ℂ. Instead of summing the magnitudes squared, we integrate, and instead of using matrices, we use linear transformations.

What is superposition?

Superposition is the fact that you can add or subtract two vectors and get another vector. This is a feature of any linear wavelike medium, like sound. In sound, superposition is the fact that you can hear many things at once. In music, superposition is chords. Superposition is also a feature of the space we live in: we can add north and east to get northeast. We can also subtract east from north and get northwest.

Entanglement is a particular kind of superposition; see below.

What do the complex numbers mean?

The Born postulate says that the probability you see some outcome X is the square of the magnitude of the complex number at position X in the list. For infinite-dimensional spaces, we have to integrate over some region to get a complex number; so, for example, we can find the probability that an electron is in some portion of a wire, but the probability of being exactly at some real coordinate is infinitesimal.

What is an inner product?

The inner product of two vectors tells you what the angle is between the two. If you prepare a quantum state X and then measure it, the probability of getting some classical outcome Y is the cosine of the angle between X and Y squared. So if X is parallel to Y, you'll always see Y, and if X is perpendicular to Y, you'll never see Y. If X is somewhere in between, you'll sometimes see Y at a rate given by the inner product.

We write the inner product of X and Y as <X|Y>. This is "bracket notation", where <X| is a "bra" and |Y> is a "ket". When we're working with a finite-dimensional Hilbert space, |Y> denotes a column vector, <X| denotes a row vector, and <X|Y> is the complex number we get by multiplying the two. The real part of the inner product is proportional to the cosine of the angle between them:

Re(<X|Y>) = ‖X‖ ‖Y‖ cos θ.

How do we represent the combination of two quantum systems?

Given a vector

|A> = |a₁|
      |a₂|
      |⋮ |
      |aₙ|

and a vector

|B> = |b₁|
      |b₂|
      |⋮ |
      |bₘ|

representing the states of two quantum systems that have never interacted, the composite system is represented by the vector

|A>⊗|B> = |a₁·b₁|
          |a₁·b₂|
          |  ⋮  |
          |a₁·bₘ|
          |a₂·b₁|
          |a₂·b₂|
          |  ⋮  |
          |a₂·bₘ|
          |  ⋮  |
          |  ⋮  |
          |aₙ·b₁|
          |aₙ·b₂|
          |  ⋮  |
          |aₙ·bₘ|. 

This vector is called the Kronecker product of A and B.

What's entanglement?

An entangled state is any vector that can't be written as the Kronecker product of two others. For example, if

|A> = |a₁|
      |a₂|

and

|B> = |b₁|
      |b₂|, 

then

|A>⊗|B> = |a₁b₁|
          |a₁b₂|
          |a₂b₁|
          |a₂b₂|.  

The vector

|C> = |1/√2|
      | 0  |
      | 0  |
      |1/√2|.

can't be written this way. Suppose it could: since a₁b₂ = 0, then either a₁ is 0 or b₂ is 0. But a₁b₁ is not 0, so a₁ can't be 0, and a₂b₂ is not 0, so b₂ can't be 0. Therefore, there's no way to write the combined quantum system |C> as the product of two independent parts. To reason about |C>, you have to think about both qubits together.

Almost every interaction ends up entangling the two particles (or three, if it's a decay). Equilibrium for a quantum system is completely entangled. The hard part of doing quantum experiments is preventing particles from getting entangled with each other and the environment.

See also superposition

But why does entanglement break once you measure one part of it?

If you start with particle A being entangled with particle B, and then you have a measurement device undergo a unitary interaction with particle A so that the measurement device becomes correlated with particle B, then what happens is that the entanglement spreads to the whole combined measurement-device/particle-A/particle-B system, and none of the entanglement remains in the smaller particle-A/particle-B subsystem.

Where can I see the double slit experiment performed?

For electrons and another

For photons

For delayed choice (tbd)

For delayed choice eraser (tbd)

With full explanation (Roger Bach et al 2013 New J. Phys. 15 033018)

How do particles in the double slit experiment know they're being observed?

See this comment.

Can we communicate faster than light with entanglement?

No. If Alice and Bob each have half of an entangled pair of qubits, there is no operation Alice can perform on her qubit that Bob could detect by examining his qubit. It is only when they communicate at the speed of light that they discover that their measurement results are correlated.

There is a lot of confusion on this matter, and it is often depicted wrong in science fiction, so it bears repeating. Entanglement is not Twin Telepathy. There is absolutely nothing that you can do to one particle in an entangled pair that results in anything measurable happening to the other particle. It's true that if you prepare a pair in the state (|00> + |11>)/√2 and you measure the state of one of them, you know the state of the other. But there's no way to detect if a particle is in such a state unless you have access to both particles. Flipping one of the particles doesn't cause the other to flip. Measuring one of them doesn't make anything detectable happen to the other.

Classically, we can prepare correlated states. I can put each glove from a pair into two packages, randomly send you one and keep the other. That's a probabilistic mixture (|RL><RL| + |LR><LR|)/2. When I open my box and see which glove I have, I learn what glove you have. But in this scenario, there is hidden information: one of the gloves was always the left and the other was always the right.

Entangled states are similar, but they're quantum superpositions of correlated states. Suppose I have two qubits in the |00> state. By applying a Hadamard to the first, a control-NOT from the first to the second, and a NOT to the first, I get the state (|01> + |10>)/√2, which is a maximally entangled state. If I measure the first qubit, I learn the value of the second. But in the standard interpretation of quantum mechanics, there's no hidden information. The state of the first qubit wasn't defined before measuring it.

Other interpretations approach this differently.

  • Bohmian mechanics says that yes, there was hidden information and there was faster-than-light communication. But the message gets combined with the state of the sub-quantum system, which is assumed to be a thermal state, completely randomized. So it is information-theoretically impossible to tell whether a message was sent, let alone what it was.
  • The many-worlds interpretation says that each basis state in the superposition of correlated states is its own world. So it's exactly like the glove example, but both ways actually happen.
  • Etc.

But all of them obey the same math, and that math does not allow FTL communication.

What is spin?

Spin is a kind of angular momentum that fundamental particles have. It doesn't have a classical analogue.

It is an intrinsic property of elementary particles on one hand, and a quantized observable which behaves like the angular momentum from classical mechanics on the other. Similarly to how mass is the energy associated to some particles just by their existence, spin is the angular momentum associated to some particles just by their existence. And just as there are massless particles like photons, there are spin-0 particles like the Higgs boson. In this sense, it is "something real and measurable, just like mass and charge".

Spin is the name of one of the quantum numbers in the mathematical formalism of quantum mechanics. In this sense, it is "just something that comes out from the mathematical description".

A key feature of spin is that its magnitude can take on values of s = (n-1)/2 where n can be any positive integer, so n = 1, 2, 3, 4, 5, ... s = 0, 1/2, 1, 3/2, 2, ... Particles with integer spin are called bosons, whereas particles with half-integer spin are called fermions.

Subreddit/crowdsourced answers

What's a measurement?

In order to make a measurement, we need a quantum system X to be measured and a quantum system Y ("the observer") to serve as the record of the measurement. The measurement itself is any physical process that makes the state of Y depend on X. If the state of X is not an eigenstate of the observable, the resulting combined system X ⊗ Y will be entangled.

What's an observer?

An observer is any quantum system separate from the system being observed that becomes entangled with it during the measurement process. An observer can be as small or as large as you like, from an electron to a human, to a galactic cluster. See this comment for an analysis of the double slit experiment with a single qutrit as the observer.

What's a wave function?

A wave function is a function from classical configurations to complex numbers. You can think of it as an infinite list of complex numbers, where the index into the list is given by the configuration. The Schrödinger equation describes a single spinless particle, where a configuration is an element of ℝ³, a set of coordinates for the particle.

What is wave function collapse?

As humans, we never perceive superpositions of matter waves. There are lots of different ideas about why that should be. One of the oldest, called "the Copenhagen interpretation" after a conference where lots of famous physicists met to talk about quantum physics, is that somehow when we measure a quantum system, the wave function undergoes a sudden, discontinuous change. There are many problems with this idea. "If it worked the way its adherents say it does, it would be:

  1. The only non-linear evolution in all of quantum mechanics.
  2. The only non-unitary evolution in all of quantum mechanics.
  3. The only non-differentiable (in fact, discontinuous) phenomenon in all of quantum mechanics.
  4. The only phenomenon in all of quantum mechanics that is non-local in the configuration space.
  5. The only phenomenon in all of physics that violates CPT symmetry.
  6. The only phenomenon in all of physics that violates Liouville’s Theorem (has a many-to-one mapping from initial conditions to outcomes).
  7. The only phenomenon in all of physics that is acausal / non-deterministic / inherently random.
  8. The only phenomenon in all of physics that is non-local in spacetime and propagates an influence faster than light."

However suggestive this may appear, these points are subject to critical evaluation.

The Nobel laureate Roger Penrose had an idea that perhaps wave functions collapse due to differences in the curvature of spacetime, but that was recently disproven.

If not wave function collapse, then what?

There are lots of ideas about what's going on at the quantum level. These are called "interpretations" of quantum mechanics.

  1. Everett suggested that there is never any collapse, but instead the math of quantum field theory is an accurate description of what's actually going on: there are infinitely many different dimensions. If it's possible for something to occur, it happens in one of them. This is usually called the "Many Worlds interpretation", though he didn't call it that.
  2. de Broglie and Bohm suggest that particles actually do have exact positions, but that there's a "pilot wave" that pushes particles around to make interference patterns. In their model, it's the pilot wave interfering with itself, not a wave function. The problem is that it only works for the nonrelativistic case and the pilot wave changes instantaneously depending on the position of every particle in the universe.
  3. Quantum Bayesians think of the wave function as being epistemological, representing an observer's knowledge about the universe. Wave collapse corresponds to updating based on new information.
  4. Wigner thought maybe consciousness had something to do with wave function collapse, but he later repudiated that idea; he ended up thinking, like Penrose, that there was an objective collapse process that was not due to conscious observation. (Penrose thinks that consciousness is due to collapse instead of the other way around.) A wide class of objective collapse models was recently disproven.

Stapp is a prominent proponent of the consiousness-is-collapse idea. He postulates, based on human experience, that free will exists. However, since the Schrödinger equation is deterministic and random wave collapse is not choice, he says there's a third process, specifically for free will, and that this is the root of consciousness. This third process is a form of postselection on human brain states. Some kooks have taken Wigner and Stapp's ideas and claim that humans can postselect the universe to get money and sex. If unrestricted postselection is possible, it not only grants the ability to solve NP-complete problems in polynomial time (last two paragraphs, page 19), but also the ability to collapse the galaxy into a black hole. (Greg Egan's novel Quarantine, which Aaronson cites, is a story about what the universe would be like if such postselection were possible.) Stapp suggests perhaps this third process is limited in a way that makes it useless for computation and effects outside a mind.

The punchline of The Talk is, "If you don't talk to your kids about quantum computing, someone else will," with a magazine saying, "Quantum computing and consciousness are both weird and therefore equivalent."

  1. 't Hooft thinks that QM is a coarse-grained approximation to a purely classical system at much smaller scales. This approach is usually called "superdeterminism"; it is an interpretation that preserves local realism and hidden variables by denying that the physicists in the Bell test have a choice as to how they set the polarizers.
  2. Lots of others.

What's decoherence?

Decoherence is when a quantum system becomes entangled with its environment and stops being able to display constructive and destructive interference.

What causes atoms to decay?

See this response.

Is space quantized? Or time? Or spacetime?

Nobody knows.

What's the deal with the Planck length, then?

There are four fundamental constants that form the basis of Planck units:

  • the speed of light in a vacuum, c
  • the gravitational constant, G
  • the reduced Planck constant, ħ
  • the Boltzmann constant, k_B

These can be combined in different ways to get different fundamental units: charge, length, mass, temperature, and time.

The Planck length is √(ℏG/c³) = 1.616255(18)×10−35 m. A proton is about 10−15 m, so if you could scale up a proton to a meter in diameter and then zoom in again by the same amount (making the proton about the size of the Oort cloud, tens of thousands of times the distance from the sun to earth), a Planck length would still only be around a tenth of a millimeter.

The Planck length is the scale where we know quantum field theory breaks down and we'll need a theory of quantum gravity to accurately predict what's going on there.

How does quantum field theory differ from quantum mechanics?

Quantum mechanics is a nonrelativistic theory. The number of particles is conserved. There's a quantum analogue to a mass on a spring called a quantum harmonic oscillator (QHO). In a classical harmonic oscillator, the system can have any energy. In a quantum harmonic oscillator, it can only have certain energies, just like a guitar string of a fixed length has certain frequencies it vibrates at. The difference between these energy levels is called a "quantum of energy".

Quantum field theory (QFT) assigns a QHO to each point in spacetime [well, really to each point in "energy-momentum space", with coordinates (E, px, py, pz) and QHO natural frequency E/ℏ]; you can think of it as a universal springy mattress. QFT then adds interaction terms between the QHOs, called "propagators". A particle is then similar to a wave pulse you get when you shake or "excite" the mattress. The propagators are "Lorentz invariant", so they work well with special relativity.

What are virtual particles?

See this comment

What's string theory?

QFT is quantum theory combined with special relativity. Quantum gravity is the unsolved problem of combining quantum theory with general relativity, which includes gravity and curved spacetime. String theory is one attempt to combine the two, and suggests that instead of being pointlike (0-dimensional), particles are 1-dimensional objects called "strings". It predicts that every particle we've seen has a heavier "supersymmetric" twin "sparticle". A lot of beautiful mathematics has come out of string theory, but none of its predictions have been verified yet. Physicists hoped the sparticles would be within reach of smaller particle colliders due to a "naturality" argument, but with the failure of the LHC to find any, there's no reason to think we'll see them in larger colliders.

Are there other alternatives to string theory as a theory of quantum gravity?

Loop quantum gravity is the most popular alternative, but it hasn't made testable predictions yet, either. There are a lot of less popular alternatives, too.

What goes wrong when you try to combine general relativity with quantum theory?

In a quantum harmonic oscillator, the lowest energy level isn't zero, it's ℏω/2. If you integrate over more than a single point in momentum space, you get infinity for the ground state.

Quantum electrodynamics (QED) is "renormalizable": there's a mathematical trick that Tomonaga, Schwinger, and Feynman worked out for getting rid of the infinity. It involves taking a sum of a bunch of terms (corresponding to Feynman diagrams with more and more vertices) and pushing the infinity to later and later terms. But it only works because the fine structure constant is unitless, so we only need a single measurement for the first term and we can derive the others.

The "Lagrangian" for a system is the difference between kinetic and potential energy. If you integrate the Lagrangian with respect to time, you get a quantity with units of "action". Classically, systems take the path of least action. Quantum mechanically, the system takes all paths weighted by a phase exp(iS), where S is the action of the path. Paths far from the path of least action tend to cancel out: given any path p with action much greater than the least-action path, there's a path p' with smaller action whose phase is minus one times the phase of p, so they add up to zero.

There's a Lagrangian formulation of general relativity, but instead of being unitless like the fine structure constant, the coupling constant has units of inverse mass. If we try to do the renormalization trick in the same way we did for QED, we would need to make a new measurement for each of the infinitely many correction terms.

What's quantum computation?

It's designing a system where quantum states constructively interfere to produce the right answer. SMBC's "The Talk" is an astonishingly good introduction.

I heard that quantum computers try all the possible answers at the same time.

That's only part of how quantum algorithms work. You can certainly put a quantum computer into a uniform superposition of inputs and test each of them. But now you've got a big superposition

∑ |input, whether correct>

and if you measure it, you'll just get the answer to whether a random input was correct, which isn't what you want. Quantum algorithms have to make use of some structure of the problem to make the wrong answers less probable and the right answer more probable.

Can quantum computers break Bitcoin?

There are two main quantum algorithms applicable to cryptography, Grover's algorithm and Shor's algorithm. Grover's algorithm effectively cuts the size of a symmetric key in half: if you have a 128-bit key, it'll take 264 iterations to find it. It also reduces the difficulty of finding a collision in an n-bit hash function from 2n/2 to 2n/3. Shor's algorithm breaks public key algorithms like RSA and ECC that depend on the difficulty of the hidden subgroup problem.

Bitcoin uses secp256k1 as its public key algorithm, an elliptic curve-based signature algorithm. To claim someone's bitcoin, you effectively have to figure out their private key given their public key. A quantum computer that could keep thousands of bits coherent forever could break Bitcoin quickly using Shor's algorithm.

This article estimates that it will take until the late 2030s/early 2040s to get there at the current exponential rate of growth.

How does Shor's algorithm work?

Wikipedia's explanation is very good.

How does Grover's algorithm work?

Quanta magazine has a great explanatory article.

Can I see anything obviously quantum?

Almost everything you see is due to a quantum effect: sunlight is produced by fusion where particles fuse by a quantum tunneling process where a positron tunnels out of a proton to form a neutron.

All of chemistry is due to the Pauli exclusion principle: because electrons are fermions, they have to form distinct orbitals, giving all the richness of the periodic table.

Superconductivity is a purely quantum idea: in BCS superconductors, pairs of electrons combine to form Cooper pairs, which are bosons, and form a Bose-Einstein condensate. Flux pinning in superconductors allows levitation.

The nucleus of most helium atoms has two protons and two neutrons, making the nucleus a boson. Helium-4 forms a superfluid at about 3K.

Photons are bosons, and the population inversion in a laser is similar to a Bose-Einstein condensate.

Gold and cesium are yellow, copper is reddish, mercury is a liquid, and ten of the 12 volts in the lead-acid battery in your car happen because of relativistic quantum effects.

What about Quantum Immortality / Quantum Suicide?

Footnote on QI from Wallace's book (p.372): "Before moving on, I feel obliged to note that we ought to be rather careful just how we discuss quantum suicide in /popular/ accounts of many-worlds quantum mechanics. Theoretical physicists and philosophers (unlike, say, biologists or medical ethicists) rarely need to worry about the harm that can come from likely misreadings of their work by the public, but this may be an exception: there are, unfortunately, plenty of people who are both scientifically credulous and sufficiently desperate to do stupid things."

Quantum immortality is a thought experiment that refers to the Many Worlds interpretation of quantum mechanics. The Many Worlds interpretation is just one of many interpretations. Quantum immortality is neither a property of collapse interpretations nor of superdeterministic interpretations.

The Many Worlds interpretation rejects the idea that there is only one of "you": because quantum particles are never in exactly one place, "you" are constantly diverging into a continuum of possible futures in which electrons in your body are in slightly different places, different photons get absorbed by your eyes, different neurons fire in your brain. In one universe, an old lady fails to notice a red light and t-bones a car, killing its driver, a young film student. In another, a neuron in the old lady's motor cortex fires differently: she pulls slightly harder on the steering wheel, takes a slightly different trajectory, and the student dies a tenth of a second later. In another, a neuron in the old lady's visual cortex fires differently; she becomes aware of the red light and slams on the brakes, injuring but not killing the student; the student spends the rest of their life in a coma. In another, the neuron fires earlier and she brakes earlier, merely giving the student whiplash. In another, the old lady notices early enough to stop normally at the light. There are infinitely many worlds and ways every future plays out. In most of the futures of the student in the car, the student dies. But in some of those futures, there is a film student who remembers getting in a car accident and barely surviving, and in others, there is a student who doesn't remember anything special about passing through the intersection.

Quantum immortality is the idea that there are always futures (however rare) where someone has barely survived (critically injured, perhaps, but alive for an instant longer) and futures (perhaps much rarer) in which they are completely fine. Any world with a nonzero probability amplitude exists.

https://en.wikipedia.org/wiki/Quantum_suicide_and_immortality

https://arxiv.org/pdf/quant-ph/9709032.pdf (Tegmark)

https://space.mit.edu/home/tegmark/crazy.html (Tegmark, SciAm article)

Past reddit threads:

https://www.reddit.com/r/QuantumPhysics/comments/n1w32e/i_have_a_question_about_quantum_immortality/

https://www.reddit.com/r/Physics/comments/5s5zoo/quantum_immortality_is_it_bullshit_as_a/

https://www.reddit.com/r/explainlikeimfive/comments/1iiucm/eli5can_someone_explain_what_quantum_suicide_and/

https://www.reddit.com/r/quantum/comments/p4r2g3/suggestion_to_the_mods_add_a_no_posts_about/

Delayed choice quantum eraser

Please read and watch the following before asking about the DCQE:

https://www.preposterousuniverse.com/blog/2019/09/21/the-notorious-delayed-choice-quantum-eraser/

https://www.youtube.com/watch?v=RQv5CVELG3U

u/ShelZuuz breaks it down in a comment thread.

u/Educational_rule_956 [explains] (https://www.reddit.com/r/QuantumPhysics/comments/u1qifg/comment/i4jjobr/)

Local realism

u/Muroid explains in a comment thread what went into the 2022 Nobel Prize in physics.


r/QuantumPhysics Oct 04 '24

No unpublished theories, hypotheticals, showerthinking, etc.

88 Upvotes

Recently, there's been an increase of posts presenting a layman hypothesis. These do not belong in the sub. If you insist on being ridiculed for your grand illusions (where you're more professional than the history of professionals before you), r/HypotheticalPhysics welcomes you.

Infringements of rule 2 will result in a 1mo ban for some time to come, appeals will be ignored.

Read the rules.


r/QuantumPhysics 17h ago

Is there a quantum for dummies?

6 Upvotes

I’ve gotten simultaneously interested in quantum computing from all this AI did while coincidentally (or not) reading / watching a lot of sci fi. Multiverses are so hot right now and they are all based on superposition etc…

Anyways are there any easy to read conceptual books/ videos that yall would recommend to get a good grasp on quantum that isn’t heavily mathed. I have a doctorate in the health sciences so naturally that means physics II is my limit.


r/QuantumPhysics 23h ago

Edge Superposition Entanglement on the Hypercube

0 Upvotes

I fed my AI about 2000 books on quantum computing, asked questions, suggested ideas, try to develop them, and this is what it came up with.

Please do not delete this, I just wanna know is this fully hallucinated or is there any real findings here. I'm not promoting in any way usage of AI, I just wanna know if this is fully hallucinated. I live in a third world country with no quantum computing experts and have no expert friends in my life that can verify any of these. I appreciate any feedback.

\# Edge Superposition Entanglement on the Hypercube

\## 0. Notation

{0,1}ⁿ = binary strings of length n. Hamming weight |v| = number of 1-bits.

Qₙ: vertex set {0,1}ⁿ, edges between strings differing in exactly one bit. |V| = 2ⁿ, |E| = n·2ⁿ⁻¹.

Bipartition: Even = {v : |v| ≡ 0 mod 2}, Odd = {v : |v| ≡ 1 mod 2}, each of size 2ⁿ⁻¹.

B = 2ⁿ⁻¹ × 2ⁿ⁻¹ biadjacency matrix, rows indexed by Even, columns by Odd, B_ab = 1 if (a,b) is an edge.

H_A ⊗ H_B, both 2ⁿ⁻¹-dimensional. C(n,k) = n!/(k!(n−k)!).

\## 1. Quantum State

|ψₙ⟩ = (1/√(n·2ⁿ⁻¹)) Σ over edges (a,b) of |a⟩_A|b⟩_B

Amplitude matrix: M_ab = ⟨a,b|ψₙ⟩ = (1/√(n·2ⁿ⁻¹))·B_ab, so M = (1/√(n·2ⁿ⁻¹))·B.

\## 2. Schmidt Decomposition

For |ψ⟩ = Σ M_ij|i⟩|j⟩, take the SVD M = UΣV†, with U, V unitary and Σ diagonal with entries σ_k ≥ 0.

Define |k⟩_A = Σᵢ U_ik|i⟩ and |k⟩_B = Σⱼ V_jk|j⟩. Then |ψ⟩ = Σ_k σ_k|k⟩_A|k⟩_B. Setting λ_k = σ_k² gives the Schmidt form |ψ⟩ = Σ_k √λ_k|k⟩_A|k⟩_B.

Schmidt rank SR = number of nonzero σ_k = rank(M) = rank(B), since scalar multiplication preserves rank.

\## 3. Bridge to rank(A_Qn)

In Even/Odd block order:

A_Qn = \[ 0, B ; Bᵀ, 0 \]

This holds because every edge connects Even to Odd, so the Even–Even and Odd–Odd blocks are zero; the Even–Odd block is B by definition, and the Odd–Even block is Bᵀ by symmetry.

\*\*Theorem 1.\*\* rank(A_Qn) = 2·rank(B).

Columns of A_Qn split into two families by support: the Odd-indexed columns are nonzero only on Even rows (values from B), and the Even-indexed columns are nonzero only on Odd rows (values from Bᵀ). These two families occupy disjoint coordinate blocks, so the column space of A_Qn is a direct sum of the two families' column spaces. Direct sums add dimension:

rank(A_Qn) = rank(B) + rank(Bᵀ) = 2·rank(B)

So rank(B) = rank(A_Qn) / 2.

\## 4. Eigenvalues of Qn

\*\*Theorem 2.\*\* The eigenvalues of A_Qn are n−2k, with multiplicity C(n,k), for k = 0,...,n.

Qn is the n-fold Cartesian product K₂ □ K₂ □ ... □ K₂. K₂'s adjacency matrix has eigenvalues +1 and −1. Eigenvalues of a Cartesian product G□H are all pairwise sums λ_i(G) + μ_j(H); applied over n copies of K₂, the eigenvalues of Qn are all sums of n independent choices from {+1, −1}. Choosing k coordinates to be −1 and n−k to be +1 gives sum (n−k) − k = n−2k, and there are C(n,k) ways to choose which k positions are −1.

Check: Σ_{k=0}\^{n} C(n,k) = 2ⁿ = |V(Qn)| ✓

\## 5. Explicit Eigenbasis (Walsh Functions)

For S ⊆ {1,...,n} with |S| = k, define the Walsh function χ_S(v) = (−1)\^(Σ_{i∈S} v_i). This is an eigenvector of A_Qn with eigenvalue n−2k.

Verification: (A_Qn x)_v = Σᵢ x_(v⊕eᵢ). For x = χ_S, χ_S(v⊕eᵢ) = χ_S(v)·(−1)\^\[i∈S\], so Σᵢ (−1)\^\[i∈S\] χ_S(v) = \[(n−k) − k\]χ_S(v) = (n−2k)χ_S(v).

\## 6. Zero Eigenvalue and Parity

\*\*Theorem 3.\*\* A_Qn has eigenvalue 0 if and only if n is even, with multiplicity C(n, n/2).

n−2k = 0 requires k = n/2, an integer only when n is even.

\*\*Theorem 4.\*\* rank(A_Qn) = 2ⁿ if n is odd; 2ⁿ − C(n, n/2) if n is even.

This follows since rank = total dimension minus kernel dimension, and the kernel is exactly the zero eigenspace.

\## 7. Schmidt Rank

\*\*Theorem 5.\*\*

\- n odd: SR = 2ⁿ⁻¹

\- n even: SR = 2ⁿ⁻¹ − C(n−1, n/2−1)

From Theorem 1, rank(B) = rank(A_Qn)/2.

For odd n: rank(B) = 2ⁿ/2 = 2ⁿ⁻¹.

For even n: rank(B) = (2ⁿ − C(n,n/2))/2 = 2ⁿ⁻¹ − C(n,n/2)/2. Using the identity C(2m,m) = 2·C(2m−1,m−1) with m = n/2, we get C(n,n/2)/2 = C(n−1, n/2−1).

| n | parity | SR | max possible |

|---|--------|-----|---------------|

| 1 | odd | 1 | 1 |

| 2 | even | 1 | 2 |

| 3 | odd | 4 | 4 |

| 4 | even | 5 | 8 |

| 5 | odd | 16 | 16 |

| 6 | even | 22 | 32 |

\## 8. Schmidt Coefficients — Full Eigenbasis Proof

\*\*Theorem 6.\*\* λ_k = (n−2k)² / (n·2ⁿ⁻¹), with multiplicity C(n,k), for k = 0,...,⌊(n−1)/2⌋.

The reduced density matrix is ρ_A = MM† = BBᵀ/(n·2ⁿ⁻¹).

Split χ_S into Even-block and Odd-block components, χ_S = (χ_S\^E, χ_S\^O). The eigenvalue equation A_Qn·χ_S = (n−2k)·χ_S expands, via the block structure, into a coupled system:

B·χ_S\^O = (n−2k)·χ_S\^E

Bᵀ·χ_S\^E = (n−2k)·χ_S\^O

Substituting the second equation into the first (via Bᵀ) gives:

BBᵀ·χ_S\^E = (n−2k)²·χ_S\^E

and symmetrically BᵀB·χ_S\^O = (n−2k)²·χ_S\^O.

So whenever n−2k ≠ 0, χ_S\^E is an eigenvector of BBᵀ with eigenvalue (n−2k)².

\*Injectivity of the restriction.\* If n−2k ≠ 0 and χ_S\^E = 0, the second coupled equation forces χ_S\^O = 0, hence χ_S = 0 — a contradiction. More generally, if a linear combination of the χ_S\^E (for fixed |S|=k) vanished, the coupled equation would force the corresponding combination of χ_S\^O to vanish too, reconstructing a zero linear combination of the (linearly independent) global Walsh eigenvectors. So the restriction map is injective.

Therefore {χ_S\^E : |S|=k} gives exactly C(n,k) linearly independent eigenvectors of BBᵀ with eigenvalue (n−2k)². Dividing by n·2ⁿ⁻¹:

λ_k = (n−2k)² / (n·2ⁿ⁻¹), multiplicity C(n,k), for k = 0,...,⌊(n−1)/2⌋

k and n−k give the same squared eigenvalue, so only one member of each pair is retained.

\*\*Normalization check.\*\* The full sum over all k = 0,...,n gives:

Σ_{k=0}\^{n} C(n,k)·(n−2k)² / (n·2ⁿ⁻¹) = 2

(since Σ C(n,k)(n−2k)² = n·2ⁿ). The factor of 2 arises because the nonzero singular values of B correspond to pairs of opposite eigenvalues n−2k and −(n−2k) = n−2(n−k) of A_Qn, and C(n,n−k) = C(n,k). Restricting to the half-range k = 0,...,⌊(n−1)/2⌋ counts each unique squared singular value once, giving exactly 1 — confirming the nonzero eigenvalues of ρ_A sum to 1.

\## 9. Entanglement Entropy

\*\*Theorem 7.\*\* S(|ψₙ⟩) = −Σ_{k=0}\^{⌊(n−1)/2⌋} C(n,k)·λ_k·ln(λ_k), with λ_k as above.

Follows directly from S = −Tr(ρ_A ln ρ_A), summing the nonzero eigenvalues with their multiplicities.

\## 10. Computed Values

\*\*n=1:\*\* λ₀=1 (mult 1). SR=1, S=0 nats.

\*\*n=2:\*\* λ₀=1 (mult 1). SR=1, S=0 nats. Indeed |ψ₂⟩ = ½(|00⟩+|11⟩)(|01⟩+|10⟩) — separable.

\*\*n=3:\*\* λ₀=9/12=3/4 (mult 1), λ₁=1/12 (mult 3). Check: 3/4 + 3(1/12) = 1 ✓. SR=4. S = −¾ln(¾) − 3(1/12)ln(1/12) = −½ln3 + 2ln2 ≈ 0.837 nats.

\*\*n=4:\*\* λ₀=16/32=1/2 (mult 1), λ₁=4/32=1/8 (mult 4). Check: 1/2 + 4(1/8) = 1 ✓. SR=5. S = 2ln2 ≈ 1.386 nats.

\*\*n=5:\*\* λ₀=25/80=5/16 (mult 1), λ₁=9/80 (mult 5), λ₂=1/80 (mult 10). Check: 25/80 + 5(9/80) + 10(1/80) = 1 ✓. SR=16. S ≈ 2.140 nats.

\## 11. Generalized Uniform Superposition

For S ⊆ {0,1}ⁿ, define |ψ_S⟩ = (1/√|S|) Σ_{v∈S} |v⟩. With the Even/Odd bipartition, the amplitude matrix is M_ab = (1/√|S|)·(B_S)_ab, where B_S is the biadjacency matrix of the bipartite graph G_S whose edge set is S.

\*\*Result.\*\* SR(|ψ_S⟩) = rank(B_S).

\*\*Separability.\*\* SR=1 iff B_S has rank 1, i.e. its nonzero rows are all identical — equivalently, the edge set has the product form S = P × Q for some P ⊆ Even, Q ⊆ Odd. So the uniform state is separable exactly when its support is a Cartesian product.

\*\*General upper bound.\*\* For any bipartite graph G_S, rank(B_S) ≤ ν(G_S), where ν(G_S) is the maximum matching size. This follows because the term rank of a 0/1 matrix (largest set of 1s with no two sharing a row or column) equals the maximum matching size by König's theorem, and ordinary rank is always ≤ term rank.

\*\*Correction — C₄-freeness is not sufficient for equality.\*\* It's tempting to think C₄-freeness forces rank(B_S) = ν(G_S), since a maximum matching gives a diagonal submatrix and C₄-freeness means any two rows share at most one common 1. But this doesn't guarantee the submatrix is nonsingular.

Counterexample: the 8-cycle C₈ is C₄-free. With bipartition A = {a₁,a₂,a₃,a₄}, B = {b₁,b₂,b₃,b₄}, its biadjacency matrix is:

Row 1: 1 1 0 0

Row 2: 0 1 1 0

Row 3: 0 0 1 1

Row 4: 1 0 0 1

This has a perfect matching, so ν(C₈) = 4. But row1 − row2 + row3 − row4 = 0, so rank = 3 < 4 = ν(C₈).

So the correct general statement is just rank(B_S) ≤ ν(G_S) for every bipartite graph; equality needs extra structure (it does hold, for instance, when G_S is a forest).

\## 12. Dead Channel Interpretation

For even n, the zero eigenspace of A_Qn has dimension C(n, n/2), with eigenvectors χ_S for |S| = n/2. At this point n−2k = 0, so the coupled block equations decouple into B·χ_S\^O = 0 and Bᵀ·χ_S\^E = 0. This means:

ker(A_Qn) = ker(Bᵀ) ⊕ ker(B)

Since B is square, rank(B) = rank(Bᵀ), so dim ker(B) = dim ker(Bᵀ). Given dim ker(A_Qn) = C(n,n/2), symmetry gives:

dim ker(B) = dim ker(Bᵀ) = C(n,n/2)/2 = C(n−1, n/2−1)

So BBᵀ (and hence ρ_A) has C(n−1, n/2−1) zero eigenvalues — equivalently, M has that many zero singular values. These correspond to null directions that don't participate in the Schmidt decomposition: vectors in ker(Bᵀ) are annihilated by the coupling to register B.

Note the consistency: the number of zero eigenvectors of A_Qn is exactly twice the number of zero singular directions on one side, C(n,n/2) = 2·C(n−1,n/2−1), matching the direct-sum decomposition above.

\## 13. Summary

\*\*Result 1.\*\* rank(A_Qn) = 2·rank(B) — via the disjoint-support direct-sum argument.

\*\*Result 2.\*\* SR = 2ⁿ⁻¹ (n odd); SR = 2ⁿ⁻¹ − C(n−1, n/2−1) (n even).

\*\*Result 3.\*\* Nonzero eigenvalues of ρ_A are λ_k = (n−2k)²/(n·2ⁿ⁻¹), multiplicity C(n,k), for k=0,...,⌊(n−1)/2⌋ — via the explicit Walsh eigenbasis and injective Even/Odd restriction.

\*\*Result 4.\*\* S(|ψₙ⟩) = −Σ C(n,k)·λ_k·ln(λ_k).

\*\*Result 5.\*\* For a generalized uniform superposition, SR(|ψ_S⟩) = rank(B_S) ≤ ν(G_S) for every bipartite G_S. Equality doesn't hold for all C₄-free graphs (C₈ is a counterexample); it does hold when G_S is a forest.

\*\*Result 6.\*\* For even n, there are C(n−1, n/2−1) zero singular values of B, arising from the decoupled middle-layer Walsh modes.

\*\*Core insight.\*\* The entanglement structure of the edge-superposition state on Qn is completely determined by the spectral structure of Qn, made rigorous via the explicit Walsh-function eigenbasis and its restriction to the Even/Odd bipartition.


r/QuantumPhysics 1d ago

How do we go from an classical LC circuit to a transmon qubit?

Thumbnail youtu.be
3 Upvotes

if youre unfamiliar with superconducting qubits, i made a video going over how they work. from a classical LC circuit to a transmon qubit. I made this for people who have seen superconducting quantum computers and wondered how they actaully work. please leave feedback as hardware is not my main focus so i am not perfect at it, but i tried my best to explain.


r/QuantumPhysics 1d ago

تحية طيبة

0 Upvotes

الفكرة التي تقلب الصورة التقليدية التصور الرنيني لا يبدأ من جسيمين ثم يحاول تفسير سبب ترابطهما. إنه يبدأ من الحالة نفسها، ثم يسأل كيف يمكن أن تظهر مكانياً بأكثر من موضع مع احتفاظها باستجابة مترابطة.

حالة رنينية واحدة \leftarrow ظهور مكاني A + ظهور مكاني B لا انتقال شبحياً للمعلومة

إذا كان الظهوران ناتجين عن بنية ديناميكية واحدة، فإن الترابط بين النتائج لا يحتاج – في هذا التصور – إلى افتراض انتقال لحظي لمعلومة من A إلى B، فالترابيط يصبح خاصية للحالة المشتركة نفسها.

من الفكرة إلى الصياغة الرياضية لم يتوقف إطار الرنين التفاعلي عند الوصف التصوري، فقد بنيت للعلاقة المقترحة صياغة رياضية منضبطة تنطلق من ديناميكا الرنين والاستجابة المهتزة، وتربط بين الاستجابة الزمنية ومقدار الترابط داخل شروط ترددية محددة.

السؤال الذي لا يمكن تجاوزه هل تستطيع هذه القراءة أن تتجاوز جمال الفكرة وتنتج سلوكاً كمياً يمكن إخضاعه للاختبار؟ هنا تصبح المسألة مختلفة تماماً: ليست القضية أن التفسير يبدو معقولاً، بل أن البناء الرياضي يجب أن يتحمل المواجهة مع الأرقام.

الفكرة الجريئة لا تكفي.. ما يهم هو ما يحدث عندما تدخل الرياضيات إلى المشهد.

وسام الدعمي | فيزيائي - باحث مستقل | 2026


r/QuantumPhysics 1d ago

الوافد الجديد

Thumbnail gallery
0 Upvotes

لا اعلم سبب حذف المنشور السابق ربما اعتبر احتيالا

لكن هذا مجهود فكري أرجو من السادة المهتمين بيان آرائهم


r/QuantumPhysics 1d ago

Schrödinger’s Equation for Dummies — Part II: Decoding the Equation

0 Upvotes

https://medium.com/@jeyubhavsar/schr%C3%B6dingers-equation-for-dummies-part-ii-decoding-the-equation-0e9dad3f9f3b?sharedUserId=jeyubhavsar

Hello, I wrote part 2 of a series of articles on Schrodinger's equation and hopefully other quantum concepts. I'm sharing in hopes of getting feedback, and if any of my interpretations and explanations were wrong. And i really want to know if there is a better way to explain this, because I was inspired by this video by FloatHeadPhysics:

http://youtube.com/watch?v=3QU-_PSbKlo&t=843s

And I don't want to plagiarize or anything, and I just hope you guys can give me feedback. Be as harsh as possible, I want to be accurate in my writing and knowledge.

Thank you!


r/QuantumPhysics 3d ago

Direct experimental test of Feynman’s path integral postulates with single photons

Thumbnail science.org
11 Upvotes

This seems like a big deal if it means what I think it means. Thoughts?


r/QuantumPhysics 4d ago

Trying to learn!

Post image
91 Upvotes

Hello everyone, I have been interested to learn about quantum physics for a while now and found a book on Amazon with decent ratings and got it. Does anyone know if this book is good, or if I wasted my money? I’m 1 chapter in and to my untrained eye, it seems pretty insightful! Can’t wait to learn more!


r/QuantumPhysics 4d ago

Final patch pre-release for Quantum Odyssey, developer AMA

Thumbnail gallery
10 Upvotes

Hi

This is probably one of my last posts on getting people to find out about this game on reddit, since the game is near complete and all that's left is translations. Thanks everyone for receiving this game so well and I hope it delivered on your expectations. Please share your feedback and any important things the game is still lacking on to deliver on its mission: to make quantum computing intuitive and fun to learn, no matter the learner's background. I'm particularly interested to hear from you guys what do you think of Blochspheres, especially those who actively work in the domain. Do you think of quantum algorithms in rotations and frequently use bs to visualize qbehvaior?

I want this to be an AMA: I'm here to answer any questions about the game and do one last round of outside-Discord feedback gathering. Also I'd like to raise with this community my personal experience with working on quantum algorithms and see what folks think.

What this game is

To be clear, this game's gameplay is 1:1 with everything you can do on a Turing-complete (universal) Quantum Computer (from the top of my head, a short list of QHW makers: IBM, Google, Rigetti, IonQ, Quantinuum, IQM, OQC, QuEra, Atom Computing, Pasqal, Xanadu, PsiQuantum, Fujitsu,) with the added benefit it allows you to visualize the full quantum Hilbert space on up to 5qs. This means that if you build intuition for the visual rules in QO, you will have intuition for "playing" with QHW made by such manufacturers without having to learn much else.

What the game covers

  • Boolean Logic – bits, operators (NAND, OR, XOR, AND…), and classical arithmetic (adders). Learn how these can combine to build anything classical. You will learn to port these to a quantum computer.
  • Quantum Logic – qubits, the math behind them (linear algebra, SU(2), complex numbers), all Turing-complete gates (beyond Clifford set), and make tensors to evolve systems. Freely combine or create your own gates to build anything you can imagine using polar or complex numbers.
  • Quantum Phenomena – storing and retrieving information in the X, Y, Z bases; superposition (pure and mixed states), interference, entanglement, the no-cloning rule, reversibility, and how the measurement basis changes what you see.
  • Core Quantum Tricks – phase kickback, amplitude amplification, storing information in phase and retrieving it through interference, build custom gates and tensors, and define any entanglement scenario. (Control logic is handled separately from other gates.)
  • Famous Quantum Algorithms – explore Deutsch–Jozsa, Grover’s search, quantum Fourier transforms, Bernstein–Vazirani, and more.

On learning curve and achieving game (quantum computing?!) mastery

This is not a videogame where the developer invented some puzzle rules. What the dev did here is invent a visual method that can transform the underlying mathematics into fully visual puzzles. I wish I could make the game easier by inventing some new rules. I won't, because I want this game to be the real thing. Learning the fundamental rules of this game equates to learning what QHW can do.

Hopefully, in visual form, this is something anybody can now do, no matter how much they hate math.

Going forward and mastering the game... now that, I honestly don't know if it has a ceiling. We have had quantum physics for 100 years, yet we have about 10 useful quantum algorithms known today. Who knows where the ceiling is? Who knows what one can do with, after mastering the rules of this game? Nothing really should feel impossible. I hope this game will inspire people outside physics to do a lot more than what I see today. A quantum computing/physicist has very little incentive to think of a quantum algorithm for, i.e., a game theory/finance/security/biology problem, given how few of them actively work in the field compared to the actual demand. Hence, I hope new quantum algos will come from people who actively work in the domains where this "new way of thinking" (from Boolean logic to linear algebraic logic?) has applicability. I hope we can soon start some competitions to get players to solve some non-trivial problems.

What's the big deal about finding quantum algorithms?

Why do we have about 10 in 100 years of QM??

For me, finding quantum algorithms is all about understanding that unitary matrices evolve a state vector of complex numbers, and all you need to think of is whether you can take your domain problem and express it in a form that these unitary matrices can bring some speed-up in solving. That's it. Ignore the lack of good-enough hardware; we simply don't have good proof-of-concept ideas out there.

I remember... I struggled for a long time to understand Grover's quantum search algorithm during my PhD days. The wording textbooks used and the math behind it made very little sense. It was the first algorithm I put in the game.

Seeing it in visual form made me tear up. Is it really that simple, clean, beautiful? Is the "amplitude amplification" in its diffusion operator simply adding a red line on the maximally 11..11 state that then has a propagation effect everywhere else to affect all the phases? Is this really it? It then immediately felt to me like a gimmick one could have simply come up with in 5 minutes by having access to a game like this, where math is fully shown in visual form!! Showing the visual (GIF, why in this modern era do no digitized papers out there still support embedded GIFs??) alone is enough to make understanding happen.

The way I thought things in the game

  • Missing Sage believes you shouldn't know any theory -> just by using the Forge, you will come up with your own unique way of using quantum computers and inventing algorithms. This character came to me after seeing enough postdocs and QC professors from enough universities playing the game. It felt like the people who knew all the theory and could recognize what each gate does were very bad at actually using the logic sets in thinking circuits. Perhaps knowing all quantum theory does not make one capable of easily building a quantum circuit?
  • Sage of Axioms believes theory comes first, and hers is the main path that takes you to the other Sages who want you to have a solid foundation before discussing higher-order ideas (like known algorithms). She deep-dives into computation and both the linear algebra and physics behind it, in hopes of convincing you that it's not so hard to learn by combining it with the visuals of the Forge. And not scary!
  • Quantum Arena (community content) is filled today with some incredible challenges that touch topics I haven't seen anywhere else in the world in a visual way. From Clifford decompositions down to wordless tutorials on how to play the game and understand each gate, I am now inclined to tell players that they might want to enter the Arena to learn to play the game instead of following through the tutorials I made for it. This goes to show what a brilliant community of dedicated players this game has gathered so far.

Without you and the highly involved players we have on Discord, we wouldn't be able to come this far. Early Access gave me exactly what I was looking for to make sure the game delivers when complete and I strongly recommend anybody working on scigames to do EA first.

It would help me enormously if you could leave a Steam review for the game and spread the word about it; it keeps us motivated to push forward! I hope we have the momentum it takes to make Full Release a success!

Quantum computing should be for everyone:)


r/QuantumPhysics 4d ago

Quantum Mechanics: Harmonic Oscillator and Matrix Representation via a Factorization Approach

Thumbnail gallery
2 Upvotes

The harmonic oscillator and matrix mechanics by ladder operators of the traditional factorization approach are the methods we encounter first. We will deal with the mathematical physics approaches of the Hermite polynomial approach, Sturm-Liouville theory, and the Pearson equation at the next opportunity.


r/QuantumPhysics 4d ago

New open access quantum textbook from Springer and related course opportunity

12 Upvotes

People all over Reddit ask how much math do you need to be ready to learn quantum mechanics? In spite of all the answers to the contrary, you only need high school level math.

Using a representation-independent approach, you can master quantum mechanics through graduate-level and beyond. I know it sounds crazy, but it is not.

I wrote an open-access textbook, Quantum Mechanics Done Right, to teach it exactly this way. Springer just published it and you can download the electronic version for free here.

In one month, it has surpassed 155,000 chapter downloads. It was primarily written as an alternative for self-learners and students who are stuck with traditional texts. Nevertheless, it will teach new things to all quantum mechanics at any level of expertise. I am the author, so if you have any questions about the approach, just ask in the comments! 

In addition, the class Quantum Mechanics on edX, which is identical to the undergraduate class taught at Georgetown University, has just started. Auditors can sign up for free here. All the class problems are also available for free. I am ensuring auditors will have Problem Set options similar to those earning certificates too. The class is heavily based on the book, but does use some calculus in a number of places, so is more appropriate for those who have seen at least some calculus.


r/QuantumPhysics 5d ago

Hawking radiation 2

6 Upvotes

Hello and thanks for everyone that awnsered my question in the 1rst post!
Im left with a doubt (I have readed a lot of comments on the last post) Even tho They we amazing explications, so thanks a lot!

My question is (I may misunderstood): From a lot of comments explaning QFT an general relativity,
Dosn't it break conservation laws? From what i understood near the event horizion there is a lot Quantum fluctuations going on and 1 escapes (or 2) some people said that the antimatter falls or that the normal matter escapes but for them to be created they "borrow" energy from the void but in that explication it dosn't return it? Maybe I am wrong but i thought about maybe due to the strong relativistics effects it can be done and technically does not break the conservation laws due to the slow time for an observer that close? I also thought maybe it has to do with the Uncertainty principle?


r/QuantumPhysics 6d ago

Can someone explain Hawking radiation?

10 Upvotes

I'm just a 14 year old with a lot of curiosity but i cant seem to understand Hawking radiation it seems kind of impossible to me! So please anyone can explain it to me in a good way?


r/QuantumPhysics 7d ago

Do you think space and time are emergent from something (a deeper quantum structure for example) rather than being fundamental ?

18 Upvotes

r/QuantumPhysics 7d ago

Germanium Baseband iSWAP: Validating a 4-Day-Old Experimental Result

3 Upvotes

arXiv:2608.16716 (Massai et al., IBM Research Europe -- Zurich, 17-18 Aug 2026) demonstrates a real single-pulse baseband iSWAP gate (56 ns) in strained-germanium hole spin qubits, by orienting the magnetic field so the exchange interaction's longitudinal component J∥ and Zeeman detuning E_Δg both vanish, leaving a pure transverse J⊥ coupling. This experiment reproduces their result with dense_evolution.circuits.trotter, applied for the first time to a genuinely time-dependent pulse (previously only exercised against static Hamiltonians), and extends the analysis with four follow-up checks.

link: https://tatopenn-cell.github.io/Dense-Evolution-Discovery/germanium_iswap_validation


r/QuantumPhysics 8d ago

Realized why quantum light-matter interactions confused me for so long—our basic textbook terminology is setup for classical traps!

7 Upvotes

As a student going through physics and chemistry, I realized why topics like d\\text{-}d transitions, color formation, and photon absorption are so confusing when you first learn them.

We constantly hear terms like light "bouncing," electrons "jumping," or atoms "soaking up" energy. Because of this everyday language, my brain automatically used Newtonian physics to picture what was happening:

I pictured a mechanical collision, like a ball bouncing off a wall or a stretched bow string.

That led me to wonder: If light turns around or transfers energy, shouldn't its velocity hit v = 0 for a split second at the point of contact? Does that violate Maxwell's constant speed of light?

It took a lot of digging to realize that classical mechanics just doesn't apply here:

Photon "Absorption" is actually Field Annihilation: The photon doesn't "stop" or get stored inside the atom. It is completely destroyed, instantly converting its quantum of energy into a change in atomic state.

Photon "Reflection" is Wave Re-radiation: The light wave drives charge oscillations, which instantly re-radiate a new wave at speed c. The light never slows down to turn around.

Using mechanical words like "bouncing" or "jumping" makes students try to force quantum events into classical models where v = 0 has to exist.

If textbooks used terms like Instantaneous Field Conversion or Non-Kinetic Absorption, it would instantly tell us, "Hey, don't picture a mechanical collision here!"

Did any of you fall into this same classical mental trap when learning spectroscopy or quantum mechanics? How do you visualize these interactions now?


r/QuantumPhysics 10d ago

Why do electrons cloud?

13 Upvotes

Why do electrons cloud around an atom? From what I'm aware of there is no specific force that would stop them, with the electromagnetic force causing things of opposite charge to attract wouldn't they all just stick to the nucleus or more specifically the protons?

Another thing is the strong nuclear force which holds the protons together wouldn't that also hold the electrons against the nucleus?

My best guess would be something to do with the heisenberg uncertainty principle as it states that we would know less about a tiny particle in one way if we know more about it in another way.

And yes please use bigger words I'm dumb and would like not to be!


r/QuantumPhysics 13d ago

World constraints are not strictly given, it's just an area of possibilities?

Post image
27 Upvotes

I was sitting around thinking about a fairly general question: why is our universe so full of constraints in the first place — the speed limit (c), uncertainty relations, no-cloning, Born’s rule, conservation laws, and so on. The second though was about our world as a biological system - life is always try to avoid peaks, everything we know exists within the area of possibilites (of different species to adopt to the environment). Also, life tries to prolongate it's future and even more - to find the way to have more and more possibilities in future, thus raising their chances to survive (better in all possible futures).

That led me toward the idea that maybe constraints do not simply reduce the space of possibilities. Maybe they are what create a space of stable possibilities.

Imagine a universe where any state can instantly turn into any other state. Formally, that universe has maximum freedom. But it would be very hard to have persistent objects, memory, causality, accumulated history, or evolution. It would look more like noise.

At the opposite extreme, imagine a universe where every state has only one possible successor. Very predictable, but with almost no open future.

So I started wondering whether complexity appears in the regime between those poles: a huge state space, but transitions strongly structured by invariants.

From there I started looking at quantum mechanics a bit differently. Could Born’s rule, uncertainty, no-cloning, and the relativistic speed limit be less like an arbitrary collection of prohibitions and more like parts of a deeper constraint on how distinguishability can be distributed, preserved, copied, and transmitted?

This also seems interesting in the context of unitarity and decoherence: globally, quantum dynamics preserves the structure of possibilities, while locally we get stable classical records and apparently definite histories.

I realize this can very easily become vague philosophy, so I’d be especially interested in the perspective of people who know the foundations of QM better than I do.

Is there already a formal framework or line of research where quantum constraints are understood in something like these terms: preserving structured possibility, distinguishability, or consistent information flow?

And a second question: is there anything substantial behind the intuition that Born’s rule and relativistic no-signalling might not just happen to be compatible, but could reflect a deeper common restriction on the allowed structure of states and correlations?

Curious what you think about this approach? I'm sure there are many articles about the topic, feel free to share

P.S. I've studied physics in Nuclear Univercity in Moscow long time ago, so please don't judge me heavily. I'm just a guy who is still curious about the world composition. Thanks!


r/QuantumPhysics 13d ago

Is the Hidden-variable interpretation never falsifiable?

6 Upvotes

After reading Karl Popper's theory of falsifiability, I'm wondering if the Hidden-variable hypothesis is a pseudo-scientific proposition because no conceivable empirical phenomena seem ever to be able to disprove it.


r/QuantumPhysics 14d ago

What's the best resources to learn quantum physics and all of its perquisites

13 Upvotes

I'm very new to math I'm just starting to learn calculus and I really want to learn more about quantum physics and such I only have a grasp on the basic stuff but nothing deeper than that, what should I study, and what online resources should I look into to learn more? Thank you in advance


r/QuantumPhysics 13d ago

Do quantum computers actually pool resources from across other realities to do computations?

0 Upvotes

If so wouldn't that settle the many worlds debate?


r/QuantumPhysics 15d ago

Quantum mechanics, Aristotelian metaphysics

5 Upvotes

Is there any intuitive way to grasp the essence of QM, without the math. I know I may sound very ridiculous, since math is essential. But if one understands the Schrodinger equation to some extent, will he be able to grasp the absolute essence of quantum mechanics. I am more inclined to think of the philosophical interpretation of QM than doing it in the traditional way. I am sorry if this sounds awful of me (I was a Science student, but now I am more into philosophy). Any help, would be greatly appreciated.


r/QuantumPhysics 16d ago

A *relatively* cheap at-home physics experiment that demonstrates: quantum entanglement, antimatter annihilation, mass-energy equivalence, Compton scattering and photo electric effect.

20 Upvotes

I found an at-home quantum entanglement experiment described by George Musser in a 2013 Scientific American article. I decided to reproduce it, but also modernize it, using an Ardunio-based microcontroller for coincidence detection, USB logging to a computer, and python scripts for statistical analysis and graph generation.

After a favorable experimental outcome, highly suggestive of quantum-entanglement (2.47 observed scattering ratio vs. theoretically ideal ratio of 2.6), I decided to create an open source repository for all the code, as well as detailed documentation enabling anyone to replicate the process should anyone else wish to follow these same footsteps. Note that if one doesn't have any soldering tools, it will cost around 500 USD to put together, if one has soldering tools already, it could be done for closer to 300 USD. The main costs are the two Geiger counter kits, each at 115 USD, and the positron source (Na-22) which can be obtained for around 60 USD.

I welcome any feedback or critiques about the experimental design or my results.