From 2712d96f2ad16ce6f3f0319937eb6bde86c4b699 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 18 Jul 2024 01:03:42 -0700 Subject: [PATCH] add notes on references --- meanas/fdfd/waveguide_cyl.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meanas/fdfd/waveguide_cyl.py b/meanas/fdfd/waveguide_cyl.py index 0d3be0b..d476caa 100644 --- a/meanas/fdfd/waveguide_cyl.py +++ b/meanas/fdfd/waveguide_cyl.py @@ -25,6 +25,9 @@ def cylindrical_operator( """ Cylindrical coordinate waveguide operator of the form + (NOTE: See 10.1364/OL.33.001848) + TODO: consider 10.1364/OE.20.021583 + TODO for use with a field vector of the form `[E_r, E_y]`.