├── .gitignore ├── QFT.pdf ├── QFT.tex ├── README.md ├── chapters ├── lec01.tex ├── lec02.tex ├── lec03.tex ├── lec04.tex ├── lec05.tex ├── lec06.tex ├── lec07.tex ├── lec08.tex ├── lec09.tex ├── lec10.tex ├── lec11.tex ├── lec12.tex ├── lec13.tex ├── lec14.tex ├── lec15.tex ├── lec16.tex ├── lec17.tex └── lec18.tex └── images ├── 4int4ext.png ├── allconnected.png ├── amputation.png ├── antifermionbra.png ├── antifermionket.png ├── bosonbra.png ├── bosonket.png ├── bosonprop.png ├── connectiontypes.png ├── countable.png ├── discrete.png ├── eivs.png ├── exponentiation.png ├── extlegcorr.png ├── fermionbra.png ├── fermionket.png ├── fermionprop.png ├── fermionscattering.png ├── feynman1.png ├── feynman2.png ├── feynmanmom.png ├── fullconninf.png ├── fullcont.png ├── g4.png ├── groupmanifold.png ├── interference.png ├── inversion.png ├── lightcone.png ├── lots.png ├── momcons.png ├── n2diagrams.png ├── n2diagramslabel.png ├── o1.png ├── opstatecont.png ├── partcont.png ├── phi4rules.png ├── poles.png ├── scattering.png ├── tmatrix.png ├── toe.png ├── twopoint.png ├── vectorfield.png └── vertex.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/.gitignore -------------------------------------------------------------------------------- /QFT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/QFT.pdf -------------------------------------------------------------------------------- /QFT.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/QFT.tex -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/README.md -------------------------------------------------------------------------------- /chapters/lec01.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec01.tex -------------------------------------------------------------------------------- /chapters/lec02.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec02.tex -------------------------------------------------------------------------------- /chapters/lec03.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec03.tex -------------------------------------------------------------------------------- /chapters/lec04.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec04.tex -------------------------------------------------------------------------------- /chapters/lec05.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec05.tex -------------------------------------------------------------------------------- /chapters/lec06.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec06.tex -------------------------------------------------------------------------------- /chapters/lec07.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec07.tex -------------------------------------------------------------------------------- /chapters/lec08.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec08.tex -------------------------------------------------------------------------------- /chapters/lec09.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec09.tex -------------------------------------------------------------------------------- /chapters/lec10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec10.tex -------------------------------------------------------------------------------- /chapters/lec11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec11.tex -------------------------------------------------------------------------------- /chapters/lec12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec12.tex -------------------------------------------------------------------------------- /chapters/lec13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec13.tex -------------------------------------------------------------------------------- /chapters/lec14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec14.tex -------------------------------------------------------------------------------- /chapters/lec15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec15.tex -------------------------------------------------------------------------------- /chapters/lec16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec16.tex -------------------------------------------------------------------------------- /chapters/lec17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec17.tex -------------------------------------------------------------------------------- /chapters/lec18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/chapters/lec18.tex -------------------------------------------------------------------------------- /images/4int4ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/4int4ext.png -------------------------------------------------------------------------------- /images/allconnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/allconnected.png -------------------------------------------------------------------------------- /images/amputation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/amputation.png -------------------------------------------------------------------------------- /images/antifermionbra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/antifermionbra.png -------------------------------------------------------------------------------- /images/antifermionket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/antifermionket.png -------------------------------------------------------------------------------- /images/bosonbra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/bosonbra.png -------------------------------------------------------------------------------- /images/bosonket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/bosonket.png -------------------------------------------------------------------------------- /images/bosonprop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/bosonprop.png -------------------------------------------------------------------------------- /images/connectiontypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/connectiontypes.png -------------------------------------------------------------------------------- /images/countable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/countable.png -------------------------------------------------------------------------------- /images/discrete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/discrete.png -------------------------------------------------------------------------------- /images/eivs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/eivs.png -------------------------------------------------------------------------------- /images/exponentiation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/exponentiation.png -------------------------------------------------------------------------------- /images/extlegcorr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/extlegcorr.png -------------------------------------------------------------------------------- /images/fermionbra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/fermionbra.png -------------------------------------------------------------------------------- /images/fermionket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/fermionket.png -------------------------------------------------------------------------------- /images/fermionprop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/fermionprop.png -------------------------------------------------------------------------------- /images/fermionscattering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/fermionscattering.png -------------------------------------------------------------------------------- /images/feynman1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/feynman1.png -------------------------------------------------------------------------------- /images/feynman2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/feynman2.png -------------------------------------------------------------------------------- /images/feynmanmom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/feynmanmom.png -------------------------------------------------------------------------------- /images/fullconninf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/fullconninf.png -------------------------------------------------------------------------------- /images/fullcont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/fullcont.png -------------------------------------------------------------------------------- /images/g4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/g4.png -------------------------------------------------------------------------------- /images/groupmanifold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/groupmanifold.png -------------------------------------------------------------------------------- /images/interference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/interference.png -------------------------------------------------------------------------------- /images/inversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/inversion.png -------------------------------------------------------------------------------- /images/lightcone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/lightcone.png -------------------------------------------------------------------------------- /images/lots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/lots.png -------------------------------------------------------------------------------- /images/momcons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/momcons.png -------------------------------------------------------------------------------- /images/n2diagrams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/n2diagrams.png -------------------------------------------------------------------------------- /images/n2diagramslabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/n2diagramslabel.png -------------------------------------------------------------------------------- /images/o1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/o1.png -------------------------------------------------------------------------------- /images/opstatecont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/opstatecont.png -------------------------------------------------------------------------------- /images/partcont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/partcont.png -------------------------------------------------------------------------------- /images/phi4rules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/phi4rules.png -------------------------------------------------------------------------------- /images/poles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/poles.png -------------------------------------------------------------------------------- /images/scattering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/scattering.png -------------------------------------------------------------------------------- /images/tmatrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/tmatrix.png -------------------------------------------------------------------------------- /images/toe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/toe.png -------------------------------------------------------------------------------- /images/twopoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/twopoint.png -------------------------------------------------------------------------------- /images/vectorfield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/vectorfield.png -------------------------------------------------------------------------------- /images/vertex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avstjohn/qft/HEAD/images/vertex.png --------------------------------------------------------------------------------