├── .gitattributes ├── README.md └── Solution ├── Chapter 1 ├── Chapter1.aux ├── Chapter1.fdb_latexmk ├── Chapter1.fls ├── Chapter1.log ├── Chapter1.pdf ├── Chapter1.synctex.gz └── Chapter1.tex ├── Chapter 2 ├── Chapter2.aux ├── Chapter2.fdb_latexmk ├── Chapter2.fls ├── Chapter2.log ├── Chapter2.pdf ├── Chapter2.synctex.gz └── Chapter2.tex └── Chapter 3 ├── Chapter3.aux ├── Chapter3.fdb_latexmk ├── Chapter3.fls ├── Chapter3.log ├── Chapter3.pdf ├── Chapter3.synctex.gz └── Chapter3.tex /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/README.md -------------------------------------------------------------------------------- /Solution/Chapter 1/Chapter1.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \newlabel{P1.10-orientation vector}{{1}{1}} 3 | -------------------------------------------------------------------------------- /Solution/Chapter 1/Chapter1.fdb_latexmk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 1/Chapter1.fdb_latexmk -------------------------------------------------------------------------------- /Solution/Chapter 1/Chapter1.fls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 1/Chapter1.fls -------------------------------------------------------------------------------- /Solution/Chapter 1/Chapter1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 1/Chapter1.log -------------------------------------------------------------------------------- /Solution/Chapter 1/Chapter1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 1/Chapter1.pdf -------------------------------------------------------------------------------- /Solution/Chapter 1/Chapter1.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 1/Chapter1.synctex.gz -------------------------------------------------------------------------------- /Solution/Chapter 1/Chapter1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 1/Chapter1.tex -------------------------------------------------------------------------------- /Solution/Chapter 2/Chapter2.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \newlabel{eigenvalues}{{2}{7}} 3 | -------------------------------------------------------------------------------- /Solution/Chapter 2/Chapter2.fdb_latexmk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 2/Chapter2.fdb_latexmk -------------------------------------------------------------------------------- /Solution/Chapter 2/Chapter2.fls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 2/Chapter2.fls -------------------------------------------------------------------------------- /Solution/Chapter 2/Chapter2.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 2/Chapter2.log -------------------------------------------------------------------------------- /Solution/Chapter 2/Chapter2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 2/Chapter2.pdf -------------------------------------------------------------------------------- /Solution/Chapter 2/Chapter2.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 2/Chapter2.synctex.gz -------------------------------------------------------------------------------- /Solution/Chapter 2/Chapter2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 2/Chapter2.tex -------------------------------------------------------------------------------- /Solution/Chapter 3/Chapter3.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | -------------------------------------------------------------------------------- /Solution/Chapter 3/Chapter3.fdb_latexmk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 3/Chapter3.fdb_latexmk -------------------------------------------------------------------------------- /Solution/Chapter 3/Chapter3.fls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 3/Chapter3.fls -------------------------------------------------------------------------------- /Solution/Chapter 3/Chapter3.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 3/Chapter3.log -------------------------------------------------------------------------------- /Solution/Chapter 3/Chapter3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 3/Chapter3.pdf -------------------------------------------------------------------------------- /Solution/Chapter 3/Chapter3.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 3/Chapter3.synctex.gz -------------------------------------------------------------------------------- /Solution/Chapter 3/Chapter3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yulu-duck/Townsend-Quantum-Mechanics-textbook-solutions-notes/HEAD/Solution/Chapter 3/Chapter3.tex --------------------------------------------------------------------------------