|
| 1 | +This is a list of references I found useful while thinking about Diffractor. |
| 2 | +If you are new to Julia, AD or Diffractor and are primarily intersted in |
| 3 | +Diffractor, how it works, how to use it, or even there general Diffractor |
| 4 | +theory, this is probably not the list for you. As always in the literature, |
| 5 | +some of these references use terms differently from how they are used in |
| 6 | +Diffractor (as well as being inconsistent with each other). Additionally, |
| 7 | +many of these references are quite dense and though I've found small nuggets |
| 8 | +of insight in each, excavating those took many hours. Also, these are not |
| 9 | +introductory texts. If you've not taken an introductory differential |
| 10 | +geometry course, I would recommend looking for that first. Don't feel bad if |
| 11 | +some of these references read like like nonsense. It often reads that way to me to. |
| 12 | + |
| 13 | +# Reading on Optics |
| 14 | + |
| 15 | +- "Categories of Optics" - Mitchell Riley - https://arxiv.org/abs/1809.00738 |
| 16 | + |
| 17 | +The original paper on optics. Good background for understanding the optics terminology. |
| 18 | + |
| 19 | +# Readings on First Order Differential Geometry |
| 20 | + |
| 21 | +- "Introduction to Smooth Manifolds" John M. Lee |
| 22 | + |
| 23 | +Chapter 11 "The Cotangent Bundle" is useful for a reference on the theory of cotangent bundles, |
| 24 | +which corresponds to the structure of reverse mode AD through the optical equivalence. Also a |
| 25 | +useful general reference for Differential Geomtry. |
| 26 | + |
| 27 | +- "Natural Operations in Differential Geometry" - Ivan Kolář |
| 28 | + |
| 29 | +I recommend Chapter IV. "Jets and Natural bundles" |
| 30 | + |
| 31 | +# Readings on Higher Order Differential Geometry |
| 32 | + |
| 33 | +- "Second Order Tangent Vectors in Riemannian Geometry", Fisher and Laquer, J. Korean Math Soc 36 (1999) |
| 34 | + |
| 35 | +This one is quite good. I recommend reading the first half at least and tracing through the definitions. |
| 36 | +This corresponds fairly closely to notion of iterated tangent spaces as implemented in Diffractor. |
| 37 | + |
| 38 | +- "The Geometry of Jet Bundles" D. J. Saunders |
| 39 | + |
| 40 | +I recommend reading Chapter 5 "Second order Jet bundles", though of course some earlier chapters |
| 41 | +may be useful to understand this chapter. I'm not 100% happy with the notation, but it gives good |
| 42 | +intuition. |
| 43 | + |
0 commit comments