@cirosantilli/_file/numpy/numpy/fft.py by Ciro Santilli 35 Updated 2025-01-10 +Created 1970-01-01
Output:With our understanding of the discrete Fourier transform we see clearly that:
sin(t)
fft
real 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
imag 0 -10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10
rfft
real 0 0 0 0 0 0 0 0 0 0 0
imag 0 -10 0 0 0 0 0 0 0 0 0
sin(t) + sin(4t)
fft
real 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
imag 0 -10 0 0 -10 0 0 0 0 0 0 0 0 0 0 0 10 0 0 10
rfft
real 0 0 0 0 0 0 0 0 0 0 0
imag 0 -10 0 0 -10 0 0 0 0 0 0
- the signal is being decomposed into sinusoidal components
- because we are doing the Discrete Fourier transform of a real signal, for the
fft
, so there is redundancy in the. We also understand thatrfft
simply cuts off and only keeps half of the coefficients
Tensor product in quantum computing by Ciro Santilli 35 Updated 2025-01-10 +Created 1970-01-01
We don't need to understand a super generalized version of tensor products to know what they mean in basic quantum computing!
Intuitively, taking a tensor product of two qubits simply means putting them together on the same quantum system/computer.
The tensor product is called a "product" because it distributes over addition.
E.g. consider:
Intuitively, in this operation we just put a Hadamard gate qubit together with a second pure qubit.
And the outcome still has the second qubit as always 0, because we haven't made them interact.
The quantum state is called a separable state, because it can be written as a single product of two different qubits. We have simply brought two qubits together, without making them interact.
If we then add a CNOT gate to make a Bell state:we can now see that the Bell state is non-separable: we've made the two qubits interact, and there is no way to write this state with a single tensor product. The qubits are fundamentally entangled.
Quantum Processes and Computation course of the University of Oxford by Ciro Santilli 35 Updated 2025-01-10 +Created 1970-01-01
2022 page: www.cs.ox.ac.uk/teaching/courses/2022-2023/quantum/ (archive). Assignments are available:
- www.cs.ox.ac.uk/people/aleks.kissinger/courses/qpc2022/assignment1.pdf
- www.cs.ox.ac.uk/people/aleks.kissinger/courses/qpc2022/assignment2.pdf
- www.cs.ox.ac.uk/people/aleks.kissinger/courses/qpc2022/assignment3.pdf
- www.cs.ox.ac.uk/people/aleks.kissinger/courses/qpc2022/assignment4.pdf
- www.cs.ox.ac.uk/people/aleks.kissinger/courses/qpc2022/assignment5.pdf
- www.cs.ox.ac.uk/people/aleks.kissinger/courses/qpc2022/assignment6.pdf
2022 lecturer: Aleks Kissinger
The course would be better named ZX-calculus as it appears to be the only subject covered.
Quantum Software course of the University of Oxford by Ciro Santilli 35 Updated 2025-01-10 +Created 1970-01-01
2022 page: www.cs.ox.ac.uk/teaching/courses/qsoft/ Half of the problems are Jupyter Notebooks, not bad.
www-thphys.physics.ox.ac.uk/people/AndreiStarinets/sr_mt_2022.html (archive) contains 2022 problem sets and notes, well done Mr Andrei Starinets!
www-pnp.physics.ox.ac.uk/~barra/teaching.shtml As of 2023, contains some good 2015 materials: web.archive.org/web/20220525094139/http://www-pnp.physics.ox.ac.uk/~barra/teaching.shtml It was called "Subatomic physics" back then.
2015 professor: Alan J. Barr.
Possible 2022 professor: Guy Wilkinson (unconfirmed): www.chch.ox.ac.uk/staff/professor-guy-wilkinson
It is quite comical that two separate towns were founded one next to the other right in the middle of nowhere. And that both have so slightly weird names.
Ciro Santilli's favorite. A mixture of painting and book.
History of condensed matter physics by Ciro Santilli 35 Updated 2025-01-10 +Created 1970-01-01
The projects you do must always aim to achieving some novel result.
You don't have to necessarily reach it. But you must aim for it.
Novel result can be taken broadly.
E.g., a new tutorial that explains something in a way never done before is novel.
But there must be something to your project that has never been done before.
You can start by reproducing other's work.
In 1962 Brian Josephson published his inaugural paper predicting the effect as Section "Possible new effects in superconductive tunnelling".
In 1963 Philip W. Anderson and John M. Rowell published their paper that first observed the effect as Section "Possible new effects in superconductive tunnelling".
Some golden notes can be found at True Genius: The Life and Science of John Bardeen page 224 and around. Philip W. Anderson commented:
As part of the course Anderson had introduced the concept of broken symmetry in superconductors. Josephson "was fascinated by the idea of broken symmetry, and wondered whether there could be any way of observing it experimentally."
The strongest are:
- early 20th century: Annalen der Physik: God OG physics journal of the early 20th century, before the Nazis fucked German science back to the Middle Ages
- 20s/30s: Nature started picking up strong
- 40s/50s: American journals started to come in strong after all the genius Jews escaped from Germany, notably Physical Review Letters
Unlisted articles are being shown, click here to show only listed articles.