I’ve been reading a lot about massive stellar objects, degenerate matter, and how the Pauli exclusion principle works at that scale. One thing I don’t understand is what it means for two particles to occupy the same quantum state, or what a quantum state really is.

My background in computers probably isn’t helping either. When I think of what “state” means, I imagine a class or a structure. It has a spin field, an energy_level field, and whatever else is required by the model. Two such instances would be indistinguishable if all of their properties were equal. Is this in any way relevant to what a quantum state is, or should I completely abandon this idea?

How many properties does it take to describe, for example, an electron? What kind of precision does it take to tell whether the two states are identical?

Is it even possible to explain it in an intuitive manner?

  • FrenziedFelidFanatic
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    edit-2
    4 days ago

    ELI5: Imagine a ring on a table. They putting some marbles in that ring. They can roll anywhere, right? Well, quantum mechanics makes you put those marbles in a neat little grid. The marble can still ‘roll’ like a piece moves on a chess board: to unoccupied spots around it. If there’s something already in it, though, it won’t be able to move there. Each of those spots is a ‘quantum state.’

    (Importantly, the ring on the table typically represents spots in phase space—something that involves both position and momentum—rather than real space)

    ELI15: A quantum state is a state that a quantum system can be in. That isn’t very helpful, but you are asking about something very fundamental and thus something very difficult to describe without getting into the math.

    It is important to note that a ‘state’ means very little without knowing what ‘system’ it describes. A system is made up of all the interacting particles that pull on each other and is what we are interested in describing.

    All of these interactions collectively generate the ‘potential’ at every point in space and time, and knowing this potential allows us to write down the specific Schrödinger equation that we want to solve. This equation will have a limited1 number of solutions.

    Consider your computer science class-instance again. Each instance of the class represents a state, but there is a larger class called System that has an array-type property that holds the States that solve it. Additionally, you should add another property to the State class: occupation. For bosons, this property is an Int, but for fermions, it is a Bool.2 Now, in order for a boson to join the system, it needs to increment the occupation counter on one of the States, but for a fermion to join, it needs to find a State with a False occupation and flip it to True.

    Allowing for multiple fermions in the same state would result in a loss of information; nothing changes if a True state is flipped to True. This is thus not allowed, forming the basis of the Pauli exclusion principle.

    ELI25: A quantum state is a linear combination of eigenstates for an observable quantum operator—typically the Hamiltonian of a system. Saying that the PEP disallows fermions from entering the same quantum state is a crude way of saying that their combined wavefunction must be antisymmetric:

    Ψ(𝛙1, 𝛙2) = -Ψ(𝛙2, 𝛙1)

    But then if

    𝛙1 = 𝛙2

    We get

    Ψ(𝛙1, 𝛙2) = -Ψ(𝛙1, 𝛙2)

    Which means

    Ψ = 0

    And is thus disallowed

    1 limited means ‘quantized’ here—not ‘finite’

    2 notably, you get a different system and thus a different set of States for every particle type. So a clump of neutrons would be unable to ‘exclude’ an electron

    • FrenziedFelidFanatic
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      4 days ago

      I think my answer here does a disservice to your last two questions, but they’re pretty interesting, so I’d like to try answering them here. That being said, I believe a proper explanation would require a greater understanding of quantum field than I currently have.

      Regardless, let’s start with

      How many properties does it take to describe, for example, an electron?

      Wavefunctions are typically described using just two parameters: position and time. That being said, the specifics of a theory will often add two more ‘parameters:’ spin and charge.

      For every position in space and time, there are four possible electrons:

      Negatively charged with up spin,

      Negatively charged with down spin,

      Positively charged with up spin, and

      Positively charged with down spin

      Now, there are a couple conservation laws that prevent the charge of an electron from changing, so we split these four into two categories based on charge, and call members of the latter (positively charged) category ‘positrons.’

      There are no such conservation laws preventing an electron from changing its spin, however, so it’s not worth calling the up and down spin electrons separate particles;1 we instead keep track of an electron’s up-ness and down-ness by sticking a two-component vector into the wavefunction.

      So, to clarify, you should only need to know the electron’s position and spin at a given time to know its state.

      Or, rather, knowing these will give you the local value of the wavefunction of the electron, which is defined at all points in space, at all points in time, and for both possible spins.

      This wavefunction describes the state that the particle is in, and it is the solution to our Schrödinger equation.

      The magic of quantum mechanics is that there are much fewer possible wavefunctions than you might expect for a given system.2

      In many cases, we can actually label each of the allowed wavefunctions with one (or a handful of) quantum number(s),3 which will be integers. The energy (n) and angular momentum (j) are common quantum numbers.

      So we can describe states with quantum numbers while the actual wavefunctions associated with these states describe the electrons that occupy them via spin, position, and time.

      This means that when our Pauli exclusion principle requires different wavefunctions for different electrons, it is also enforcing that they occupy different states i.e. have different quantum numbers.

      But then how does spin let you have two electrons in the same state? It doesn’t

      If two electrons have ‘different spins,’ it actually means they have different wavefunctions (remember! Wave-funcs are functions of spin) and are thus in different states. In the absence of a magnetic field, however, up-spin and down-spin are effectively identical in all other aspects, so you will often see that which is described as one state is actually two.

      Now for your other question:

      What kind of precision does it take to tell whether the two states are identical?

      None!

      States are quantized, meaning they are described by a (typically finite) set of integer-valued quantum numbers, and if any of the qn’s are different, so too are the states.

      It is worth noting that two different quantum states will have zero expected positional overlap, so you can say that they are in different places even if both wavefunctions are defined everywhere.

      That being said, the mathematically-enforced inability of electrons to occupy the same state will certainly look like an equal and opposite to any force that energetically favors an already-occupied state… which is why you can pick up your pencil.

      Now, if you start to apply a whole lot of pressure on the system, you start to change the states that solve the Schrödinger equation in the first place. So your neutron star isn’t infinitely stable.

      1 spin can also mix while charge can’t, so an electron can be partially up and partially down, but not partially negative and partially positive. This is really just a consequence of the (in)ability to switch between states, but I figured I would mention this for clarity.

      2 if you let some infinities be ‘fewer than others

      3 technically, any linear combination of states can constitute an allowed wavefunction (this is superposition), but, this will constrain the set of allowable wavefunctions for other electrons, meaning the total number of allowed wavefunctions remains the same.

      • CanadaPlus@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        18 hours ago

        Is this calculated by assuming the wavefunction is static? Like, maybe a steady-state eigenfunction of the system’s evolution with an eigenvalue that’s 1, or another root of unity.

        • FrenziedFelidFanatic
          link
          fedilink
          English
          arrow-up
          1
          ·
          7 hours ago

          Is this calculated by assuming the wavefunction is static?

          Typically sorta? The way the Schrödinger equation is typically solved is by taking linear combinations of eigenfunctions (of the Hamiltonian) and making them time-dependent with a time-dependent phase out front.

          The eigenfunctions are otherwise time-independent since you can usually make the Hamiltonian be time independent.

          If the problem is easier to think about with a time-dependent Hamiltonian, you can use the Heisenberg formulation of quantum mechanics, which makes the wavefunctions static and lets the operators evolve in time. This can be helpful in a number of situations—typically involving light.

          Like, maybe a steady-state eigenfunction of the system’s evolution with an eigenvalue that’s 1, or another root of unity.

          I assume you mean eigenfunction of the Hamiltonian here, but the eigenvalue associated with that eigenfunction would be the energy of the state, so you can’t really make it be a root of unity (it must, in fact, be fully real since energy is an observable)

      • rtxn@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 days ago

        Thanks, that helped a lot, mainly by pointing out some of my misconceptions. I’m basically a tourist in quantum physics with no more than approximate understanding of several concepts, and I don’t think I’ll ever fully understand a field that took dozens of Nobel prize winners and multiple lifetimes to formulate, but I’m a bit closer.

        position

        I always thought of “position” as simply a point in Euclidean space described by a vector, but I’m guessing that doesn’t translate directly to quantum mechanics because the uncertainty principle gets introduced with having to account for momentum. Does that mean that two electrons can, at the instant they are observed, have no meaningful distance between them, only different momentum?

        • FrenziedFelidFanatic
          link
          fedilink
          English
          arrow-up
          2
          ·
          8 hours ago

          I’m basically a tourist in quantum physics with no more than approximate understanding of several concepts, and I don’t think I’ll ever fully understand a field that took dozens of Nobel prize winners and multiple lifetimes to formulate

          That’s everyone, honestly. Physics is big enough these days that I don’t think anyone could get all of it.

          I always thought of “position” as simply a point in Euclidean space described by a vector, but I’m guessing that doesn’t translate directly to quantum mechanics because the uncertainty principle gets introduced with having to account for momentum.

          That very much still is the case (though it’s technically Minkowski space once you introduce special relativity); when you measure the position of an electron, you will get a single point as far as we can tell. It’s just that there is a range of locations you might see it in when you observe it.

          Does that mean that two electrons can, at the instant they are observed, have no meaningful distance between them, only different momentum?

          Hmm… yes?

          I believe that two electrons ‘occupy the same space’ (down to some uncertainty) when they scatter off of each other. As stated above, they are point-like, though, so you would need infinite precision to make them properly overlap.

          But there is a less finicky way to do it:

          If you observe position (down to some accuracy), you can’t observe momentum (down to a related accuracy)—that is the core of the uncertainty principle. That being said, if you have perfect knowledge of their momentum, you will have no knowledge of their position, which will allow them to be ‘in the same place’ insofar as they both are everywhere all at once.

          This can actually be done practically by cooling them down: if you constrain their temperature/energy/momentum, you can get them to ‘overlap’ through uncertainty. When this happens, they actually pair up, adding their one-half spins up to either 0 or 1. This integer spin makes the pair a boson and allows them to occupy the same states as other pairs (note that the electrons themselves cannot occupy each others’ states, but the pairs can, and these ‘Cooper pairs’ become the principle particles of interest). This lets them (the pairs) flow through each other without scattering, which is how superconductors work.

        • CanadaPlus@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          19 hours ago

          In classical statistical theory, manipulating a probabilistic state is equivalent to picking a single initial state with whatever probability, and then manipulating it. In quantum statistics it’s provably not (at least if we’re measuring particles with as much free will as we think); you need the whole thing for it to make sense. Two likely trajectories can interfere and cancel out, for example.

          So, sure, a position is a vector. But we can only meaningfully talk about functions from a (measurable) set of vectors to their probability amplitude (which is like a probability, but complex). Or, in practice, the infinitesimal density of probability amplitude at that given point

          The uncertainty principal is just one manifestation of that. And, like in the uncertainty principal, entanglement might not stay confined to just position if there’s other parameters, so you really have to talk about functions on the whole state vector. I can’t speak too much to quantum field theory, but the actual dynamics of basic quantum physics is about (very “basic”) functions on those functions.