By David E. Bernal Neira
Davidson School of Chemical Engineering, Purdue University
This site collects the Julia and Python lecture notebooks used for quantum integer programming material. The repository is organized as a single Jupyter Book built from the repository root and published through GitHub Pages.
This first book release is intentionally static. Notebook execution is disabled in CI, several Python notebooks still lack committed outputs, and a broader cleanup pass on content, environments, and notebook structure will follow after the book scaffold is in place.
Notebook Map¶
| Topic | Python | Julia |
|---|---|---|
| Mathematical Programming | 1 | 1-MathProg.ipynb |
| QUBO | 2-QUBO_python.ipynb | 2-QUBO.ipynb |
| GAMA | 3-GAMA_python.ipynb | 3-GAMA.ipynb |
| D-Wave | 4 | 4-DWave.ipynb |
| Benchmarking | 5 | 5 |
| QCi | 6-QCi_python.ipynb | - |
For repository-facing local setup and execution instructions, see Local Setup.