r/quantum
New open access quantum textbook from Springer
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 here.
In less than one month, it has surpassed 133,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!
Beginner-friendly Python walkthrough: solving a binary quadratic problem with gurobipy
I created a practical Python walkthrough for programmers interested in mathematical optimization with gurobipy.
The example formulates Max-Cut as a quadratic binary optimization problem and covers:
- creating a Gurobi model;
- adding binary decision variables;
- constructing a quadratic objective from a matrix;
- calling optimize();
- extracting the binary solution and objective value;
- benchmarking randomly generated problem instances;
- and understanding how MIPGap affects runtime.
It assumes familiarity with Python, and Jupyter notebooks, but no previous optimization experience.
Video: https://youtu.be/TB1ny8o4ImQ
Code: https://github.com/supreethmv/Quantum-Algorithms-and-Applications
I’d particularly appreciate feedback on whether the gurobipy implementation and explanation are approachable for Python developers encountering quadratic optimization for the first time.
[QM] The Algebraic and Analytic Properties of the Parity Operator
The parity operator (P hat) stands as one of the most fundamental operators in quantum mechanics. For any physical system governed by a symmetric potential, the Hamiltonian (H hat) and the parity operator strictly commute, yielding the relation [H hat, P hat] = 0. This mathematically guarantees the existence of a complete set of simultaneous eigenstates. It physically implies that both the energy and the spatial symmetry of the system can be determined simultaneously with absolute precision, bypassing the constraints of Heisenberg's uncertainty principle. The attached material explicitly demonstrates the algebraic and analytic properties of P hat.
Article: Schrödinger’s Equation for Dummies — Part I: Historical Overview
Hey there fellow physics enthusiasts!
I've written the first part of a series of articles that will help explain Schrödinger’s equation intuitively and simply. Part one talks about everything that led up to the making of the Schrödinger equation:
Researchers Generate Quantum Entanglement Using Sunlight Instead of Lasers
therundwn.comA particle made of force: physicists say they’ve found mysterious ‘glueball’
nature.comThe Mathematical Intuition Behind Wave Packets and the Uncertainty Principle
In quantum mechanics, the Fourier transform is not merely an abstract mathematical tool for space transformation, but the strict mathematical representation of wave superposition.
To spatially localize a particle, an infinite spectrum of plane waves possessing different momenta must be continuously added (superposed).
The integral of the inverse Fourier transform precisely represents this continuous summation.
I hope this is helpful to those learning this for the first time.
Confused between PoliMi Quantum Engineering (Mathematical Engineering) and PoliTO Physics of complex systems
Hey everyone
I recently got into PoliTO's MSc Physics of Complex Systems program (and the Quantum Engineering program), and the Mathematical Engineering MSc at PoliMI (in the Quantum Engineering path).
I'm really aiming to be a theoretical/mathematical physicist, with interests in Quantum Many-Body Physics and Quantum Information Theory. I really like the math part of the PoliMI program, however I find the physics courses to be quite lacking unfortunately.
I've been told however that PoliMI is pretty much the best out there in Italy, and PoliTO would be a significant downgrade.
I wanted other opinions on the topic😅, and would be very grateful to get any input.
Thank you.
looking for a free quantum physics course
it had been some time i used to watch a series of videos set as a free course about quantum mechanics, it was on google, and the professor was indian, can anyone help me find the website please?
An open-source Python package for analyzing superconducting quantum circuits
Hi everyone,
As part of my PhD project, I developed an open-source Python package to rapidly analyze superconducting quantum circuits without relying on electromagnetic solvers.
The motivation behind this project was to have a fast tool that can provide an estimate of the relevant circuit parameters during the early stages of quantum chip design. During this phase, many design parameters need to be adjusted repeatedly until the circuit reaches the desired Hamiltonian regime, and running full electromagnetic simulations for every iteration can become time-consuming.
The goal of QuLTRA is to provide a lightweight and fast way to explore superconducting circuit designs before moving to more computationally expensive simulations.
I thought it could be interesting for the community, and I would really appreciate any feedback from researchers, students, or anyone working with superconducting quantum circuits. If you try it, I would be very happy to hear your thoughts and suggestions on how to improve the tool.
GitHub: https://github.com/SimonaZaccaria/QuLTRA
Thanks!