<!-- Phys 552 - Quantum Theory III
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.
-->

# Physics 552 - Quantum Theory III

These are incomplete notes for some guest lectures about the renormalization group for
Physics 552, Quantum Theory III offered in the Spring of 2026 at WSU. If you have
questions or comments about these notes, please contact Michael McNeil
Forbes <mforbes@wsu.edu>.  For details about other aspects of the course, please
contact Qingze Guan <qingze.guan@wsu.edu>.

<!-- Include ../README.md
     If you would like to use the contents of your top-level README.md file here, then
     you can literally include it here with the following:

```{include} ../README.md
``` 
--> 

# Phys 552 - Quantum Theory III

Welcome to Phys 552 - Quantum Theory III!  This is the main documentation page for the
course.  For more class information, please see the {ref}`sec:sylabus`.

This website, hosted on [Read The Docs](https://physics-552-quantum-iii.readthedocs.io/en/latest/), will be used to
collect and display additional information about the course, including:
* {ref}`sec:sylabus`
* {ref}`sec:readings`

and various class notes.  These should also be available through the navigation menu
(which might hidden if your display is not sufficiently wide).

These documents are built using [JupyterBook]() (see {ref}`sec:demonstration`) and
include all of the source code needed to generate the figure, plots etc.  For example,
to see how a figure was made, look in the preceding code cell.
The complete source code for this documentation is available at
<https://gitlab.com/wsu-courses/physics-552-quantum-iii>. 

```{toctree}
---
maxdepth: 4
caption: "Contents:"
---
RenormalizationGroup
ClassNotes/RandomWalks
ClassNotes/RenormalizingTheSEQ.md
```

```{toctree}
---
maxdepth: 4
caption: "Appendices:"
---
ClassNotes/RadialSEQ
ClassNotes/Feigenvalue.md
ClassNotes/Renormalization/SUSY-QM.md 
ClassNotes/Renormalization/SUSY-Hydrogen.md 
References
```
```{toctree}
---
maxdepth: 2
caption: "Prerequisites:"
titlesonly:
hidden:
glob:
---
Prerequisites/*
```


<!--
```{toctree}
---
maxdepth: 2
caption: "Miscellaneous:"
hidden:
---
Demonstration
CoCalc
Overview
../InstructorNotes

```
-->

[JupyterBook]: <https://jupyterbook.org>
