{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# What is an atom?\n", "## 8. A tensor?\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "If a polynomial is a bunch of complex numbers coexisting together, and a matrix is a bunch of polynomials coexisting together, we should now be looking for a bunch of matrices to coexist together. And so, we come to the idea of a tensor, or a *multi-linear* transformation.\n", "\n", "Matrices gave us perspectives on vectors. In the quantum case, each matrix was associated to a certain experimental situation, which provided a basis of outcomes in terms of which we could expand the state vector. We used complex vectors and unitary matrices specifically so that the components of our vectors could be interpreted in terms of probability (amplitudes) for the different outcomes. Each matrix provided a kind of \"metric,\" a different way of assigning weights to outcomes, leading to a statistical expectation value for the \"observable,\" and the relationships between experimental situations were encoded in the algebra of the chosen matrices, which implement the relevant symmetry groups. Despite this probabalistic set up, we found in the spin case a definite geometrical picture associated to the quantum system, the stars on the sphere, even as the very same math could also equally be interpreted in terms of statistics and outcomes.\n", "\n", "We really only considered the case of a single quantum system, allowed to evolve unitarily under the Schrodinger equation in between our measurements on it. In the spin case, we seemed to explain away the mystery of superposition when we realized that a perfectly definite \"constellation\" can be written as an arbitrary sum of orthogonal basis constellations. Considering the spin-$\\frac{1}{2}$ case: while saying \"the spin is in a superposition of being $\\uparrow$ and $\\downarrow$ in the Z direction\" sounds mysterious, it's really no different than saying \"the spin is pointing in the X direction.\" *Any* point on the sphere can be written as a complex linear combination of two antipodal points on the sphere, which fix an axis (corresponding to the external magnetic field in the Stern-Gerlach experiement). The perhaps surprising thing is that the geometry of the situation can be interpreted entirely in terms of probability amplitudes over outcomes to experiments, even as measurements generally disturb the system so that its state can't be passively observed, but has to be reconstructed through repeated measurements on identically prepared systems.\n", "\n", "Moreover, in terms of unitary evolution, we found on the one hand, in the spin case, it could be equally well described by classical particles feeling mutually generated forces confined to whiz around the sphere, even as the form of quantum evolution: $e^{iHt}\\mid \\psi \\rangle$ could be interpreted as guaranteeing the truth of certain propositions, that certain measurable quantities would be conserved: for example, expectation values of observables that commute with the Hamiltonian would be conserved, just as the expectation value of the Hamiltonian itself is conserved: since for an isolated system, the energy can neither increase nor decrease.\n", "\n", "We interpreted measurement itself analogously to a filter, a situation that slices up the situation in a certain way, giving weight to different parts of it. Like: because of the particular orientation of the spin relative to the magnetic field \"only the $\\uparrow$ part\" got through, and this happens with a certain probability related to how much $\\uparrow$ was in the original state. The surprising thing about the experiment is that it hadn't seemed like \"a particle zipping through a magnetic field\" *was a filtering operation at all*. Like what's the filter? There isn't like some grate blocking paths, that only lets particles in certain positions or with certain properties through. But maybe that's what it's like for a spin-$\\frac{1}{2}$ guy to go through an inhomogenous magnetic field. Certain aspects of the spin are distinguished ($\\uparrow$ and $\\downarrow$ relative to the field) and their relative weights determine the probabilities that the $\\uparrow$ part or the $\\downarrow$ part get through. Like they're trying to get out of a cave and they have to crawl through a tunnel, and so can only come out head first or feet first. Or just as light can't help but split into many-colored beams when it goes through a prism; when a spin goes through an inhomogenous magnetic field it splits into many-spinned beams. \n", "\n", "But this can't be the full story, as we'll see. And to get there, we have to talk about entanglement.\n", "