This is the repository for my GitHub Pages site, where I post detailed notes and exercise solutions for several physics, math, and quantum-computing textbooks including:
- Nielsen & Chuang — Quantum Computation and Quantum Information (QCQI)
- Hamermesh — Group Theory and Its Application to Physical Problems (GTAPP)
The live website is available at:
https://adj59-dev.github.io/
-
_includes/– Reusable HTML components (navigation, math support, etc.) -
_layouts/– Jekyll layouts defining page structure -
_posts/– All blog posts (including QCQI & GTAPP notes and exercise solutions) -
_solutions-index/– Solution index pages linking exercises across chapters -
css/– Custom styling for math, tables, and mobile layout -
js/– Custom JavaScript -
assets/- Site assets (currently contains the favicon svg files) -
index.md– Main landing page for the blog -
archive.md– Chronological archive of all posts -
solutions-hub.md– Central hub page linking all solution indices -
aboutme.md- About me page -
_config.yml– Main Jekyll configuration for the blog -
robots.txt– Indexing configuration (currently allows all crawlers) -
README.md– Repository info (this file) -
.gitignore– Standard Git ignore file -
google*.html– Google site verification -
sitemap.xml- Manually generated sitemap using https://www.xml-sitemaps.com/ -
favicon.ico- Fallback favicon for browsers and user agents that don’t support SVG favicons or prefer ICO -
apple-touch-icon.png- Icon used by iOS/iPadOS when adding the site to the home screen
This site was originally created using the template by Chad Baldwin:
https://github.com/chadbaldwin/simple-blog-bootstrap
If you find a typo, unclear derivation, or incorrect solution, please feel free to open an issue.