@article{14990,
  abstract     = {{We investigate optical microresonators consisting of either one or two coupled rectangular strips between upper and lower slab waveguides. The cavities are evanescently excited under oblique angles by thin-film guided, in-plane unguided waves supported by one of the slab waveguides. Beyond a specific incidence angle, losses are fully suppressed. The interaction between the guided mode of the cavity-strip and the incoming slab modes leads to resonant behavior for specific incidence angles and gaps. For a single cavity, at resonance, the input power is equally split among each of the four output ports, while for two cavities an add-drop filter can be realized that, at resonance, routes the incoming power completely to the forward drop waveguide via the cavity. For both applications, the strength of the interaction is controlled by the gaps between cavities and waveguides.}},
  author       = {{Ebers, Lena and Hammer, Manfred and Berkemeier, Manuel B. and Menzel, Alexander and Förstner, Jens}},
  issn         = {{2578-7519}},
  journal      = {{OSA Continuum}},
  keywords     = {{tet_topic_waveguides}},
  pages        = {{3288}},
  title        = {{{Coupled microstrip-cavities under oblique incidence of semi-guided waves: a lossless integrated optical add-drop filter}}},
  doi          = {{10.1364/osac.2.003288}},
  volume       = {{2}},
  year         = {{2019}},
}

@misc{7720,
  abstract     = {{Die Erfindung betrifft einen optischen Übergang zwischen zwei optischen Schichtwellenleitern. Dazu ist eine Anordnung vorgesehen aus einem ersten optischen Schichtwellenleiter (2) und einem zweiten optischen Schichtwellenleiter (3), wobei der erste optische Schichtwellenleiter (2) und der zweite optische Schichtwellenleiter (3) voneinander verschiedene über ihre jeweilige Länge konstante Dicken (d, r) aufweisen, der erste optische Schichtwellenleiter (2) mit dem zweiten optischen Schichtwellenleiter (3) mittels einer optischen Schichtwellenleiterstruktur (4) verbunden ist, die über ihre gesamte Länge (w) eine Dicke (h) aufweist, die zwischen der Dicke (d) des ersten optischen Schichtwellenleiters (2) und der Dicke (r) des zweiten optischen Schichtwellenleiters (3) liegt. Erfindungsgemäß ist die Dicke (h) der optischen Schichtwellenleiterstruktur (4) über die gesamte Länge (w) der optischen Schichtwellenleiterstruktur (4) konstant. Damit wird eine Möglichkeit für einen effizienten und mit geringen Verlusten behafteten Übergang zwischen zwei optischen Schichtwellenleitern mit unterschiedlicher Dicke bereitgestellt. }},
  author       = {{Hammer, Manfred and Förstner, Jens and Ebers, Lena}},
  keywords     = {{tet_topic_waveguides}},
  pages        = {{9}},
  title        = {{{Optical transition between two optical waveguides layer and method for transmitting light}}},
  year         = {{2019}},
}

@article{8634,
  abstract     = {{A rectangular dielectric strip at some distance above an optical slab waveguide is
being considered, for evanescent excitation of the strip through the semi-guided waves supported
by the slab, at specific oblique angles. The 2.5-D configuration shows resonant transmission
properties with respect to variations of the angle of incidence, or of the excitation frequency,
respectively. The strength of the interaction can be controlled by the gap between strip and slab.
For increasing distance, our simulations predict resonant states with unit extremal reflectance
of an angular or spectral width that tends to zero, i.e. resonances with a Q-factor that tends
to infinity, while the resonance position approaches the level of the guided mode of the strip.
This exceptionally simple system realizes what might be termed a “bound state coupled to the
continuum”.}},
  author       = {{Hammer, Manfred and Ebers, Lena and Förstner, Jens}},
  journal      = {{Optics Express}},
  keywords     = {{tet_topic_waveguides}},
  number       = {{7}},
  pages        = {{8}},
  title        = {{{Oblique evanescent excitation of a dielectric strip: A model resonator with an open optical cavity of unlimited Q}}},
  doi          = {{10.1364/OE.27.009313}},
  volume       = {{27}},
  year         = {{2019}},
}

@inproceedings{21462,
  abstract     = {{This paper presents a new methodology by using a multiple coil array for energy transmission. The complex current strengths of the transmitting coil array are calculated by having the knowledge about of the mutual inductances and the symmetries of the transmitting coil array, so that its resulting magnetic field mainly penetrates only the receiving coil and is strongly attenuated outside. This method is used for an optimized wireless energy transmission but can also be implemented for other inductive applications.}},
  author       = {{Lange, Sven and Büker, Maik-Julian and Sievers, Denis and Hedayat, Christian and Förstner, Jens and Hilleringmann, Ulrich and Otto, Thomas}},
  booktitle    = {{Smart Systems Integration; 13th International Conference and Exhibition on Integration Issues of Miniaturized Systems}},
  isbn         = {{978-3-8007-4919-5}},
  keywords     = {{tet_enas}},
  location     = {{Barcelona, Spain }},
  pages        = {{1--4}},
  publisher    = {{VDE VERLAG GMBH}},
  title        = {{{Method of superposing a multiple driven magnetic field to minimize stray fields around the receiver for inductive wireless power transmission}}},
  year         = {{2019}},
}

@inproceedings{3588,
  abstract     = {{In scientific computing, unstructured meshes are a crucial foundation for the simulation of real-world physical phenomena. Compared to regular grids, they allow resembling the computational domain with a much higher accuracy, which in turn leads to more efficient computations.<br />There exists a wealth of supporting libraries and frameworks that aid programmers with the implementation of applications working on such grids, each built on top of existing parallelization technologies. However, many approaches require the programmer to introduce a different programming paradigm into their application or provide different variants of the code. SYCL is a new programming standard providing a remedy to this dilemma by building on standard C ++17 with its so-called single-source approach: Programmers write standard C ++ code and expose parallelism using C++17 keywords. The application is<br />then transformed into a concrete implementation by the SYCL implementation. By encapsulating the OpenCL ecosystem, different SYCL implementations enable not only the programming of CPUs but also of heterogeneous platforms such as GPUs or other devices. For the first time, this paper showcases a SYCL-<br />based solver for the nodal Discontinuous Galerkin method for Maxwell’s equations on unstructured meshes. We compare our solution to a previous C-based implementation with respect to programmability and performance on heterogeneous platforms.<br}},
  author       = {{Afzal, Ayesha and Schmitt, Christian and Alhaddad, Samer and Grynko, Yevgen and Teich, Jürgen and Förstner, Jens and Hannig, Frank}},
  booktitle    = {{Proceedings of the 29th Annual IEEE International Conference on Application-specific Systems, Architectures and Processors (ASAP)}},
  isbn         = {{978-1-5386-7479-6}},
  keywords     = {{tet_topic_hpc}},
  pages        = {{49--56}},
  title        = {{{Solving Maxwell's Equations with Modern C++ and SYCL: A Case Study}}},
  doi          = {{10.1109/ASAP.2018.8445127}},
  year         = {{2018}},
}

@article{3740,
  abstract     = {{Oblique propagation of semi-guided waves across slab waveguide structures with bent corners is investigated. A critical angle can be defined beyond which all radiation losses are suppressed. Additionally an increase of the curvature radius of the bends also leads to low-loss configurations for incidence angles below that critical angle. A combination of two bent corner systems represents a step-like structure, behaving like a Fabry-Perot interferometer, with two partial reflectors separated by the vertical height between the horizontal slabs. We numerically analyse typical high-index-contrast Si/SiO2 structures for their reflectance and transmittance properties. When increasing the curvature radius the resonant effect becomes less relevant such that full transmittance is reached with less critical conditions on the vertical distance or the incidence angle. For practical interest 3-D problems are considered, where the structures are excited by the fundamental mode of a wide, shallow rib waveguide. High transmittance levels can be observed also for these 3-D configurations depending on the width of the rib.}},
  author       = {{Ebers, Lena and Hammer, Manfred and Förstner, Jens}},
  journal      = {{Optics Express}},
  keywords     = {{tet_topic_waveguide}},
  number       = {{14}},
  pages        = {{18621--18632}},
  publisher    = {{OSA Publishing}},
  title        = {{{Oblique incidence of semi-guided planar waves on slab waveguide steps: effects of rounded edges}}},
  doi          = {{10.1364/OE.26.018621}},
  volume       = {{26}},
  year         = {{2018}},
}

@inproceedings{4579,
  abstract     = {{Semi-guided waves confined in dielectric slab waveguides are being considered for oblique angles of propagation. If the waves encounter a linear discontinuity of (mostly) arbitrary shape and extension, a variant of Snell's law applies, separately for each pair of incoming and outgoing modes. Depending on the effective indices involved, and on the angle of incidence, power transfer to specific outgoing waves can be allowed or forbidden. In particular, critical angles of incidence can be identified, beyond which any power transfer to non-guided waves is forbidden, i.e. all radiative losses are suppressed. In that case the input power is carried away from the discontinuity exclusively by reflected semi-guided waves in the input slab, or by semi-guided waves that are transmitted into other outgoing slab waveguides. Vectorial equations on a 2-D cross sectional domain apply. These are formally identical to the equations that govern the eigenmodes of 3-D channel waveguides. Here, however, these need to be solved not as an eigenvalue problem, but as an inhomogeneous problem with a right-hand-side that is given by the incoming semi-guided wave, and subject to transparent boundary conditions. The equations resemble a standard 2-D Helmholtz problem, with an effective permittivity in place of the actual relative permittivity. Depending on the properties of the incoming wave, including the angle of incidence, this effective permittivity can become locally negative, causing the suppression of propagating outgoing waves. A series of high-contrast example configurations are discussed, where these effects lead to - in some respects - quite surprising transmission characteristics.}},
  author       = {{Hammer, Manfred and Ebers, Lena and Hildebrandt, Andre and Alhaddad, Samer and Förstner, Jens}},
  booktitle    = {{2018 IEEE 17th International Conference on Mathematical Methods in Electromagnetic Theory (MMET)}},
  isbn         = {{9781538654385}},
  keywords     = {{tet_topic_waveguides}},
  publisher    = {{IEEE}},
  title        = {{{Oblique Semi-Guided Waves: 2-D Integrated Photonics with Negative Effective Permittivity}}},
  doi          = {{10.1109/mmet.2018.8460455}},
  year         = {{2018}},
}

@inproceedings{4581,
  author       = {{Grynko, Yevgen and Förstner, Jens}},
  booktitle    = {{2018 IEEE 17th International Conference on Mathematical Methods in Electromagnetic Theory (MMET)}},
  isbn         = {{9781538654385}},
  keywords     = {{tet_topic_numerics, tet_topic_shg}},
  publisher    = {{IEEE}},
  title        = {{{Application of the Discontinuous Galerkin Time Domain Method in Nonlinear Nanoplasmonics}}},
  doi          = {{10.1109/mmet.2018.8460261}},
  year         = {{2018}},
}

@article{4831,
  abstract     = {{Polarization of light is essential for some living organisms and many optical applications. Here, an orientation dependent polarization conversion effect is reported for light reflected from diamond‐structure‐based photonic crystals (D‐structure) inside the scales of a beetle, the weevil Entimus imperialis. When linearly polarized light propagates along its 〈100〉 directions, the D‐structure behaves analogous to a half‐wave plate in reflection but based on a different mechanism. The D‐structure rotates the polarization direction of linearly polarized light, and reflects circularly polarized light of both handednesses without changing it. This polarization effect is different from circular dichroism occurring in chiral biological photonic structures discovered before. The structural origin of this effect is symmetry breaking inside D‐structure's unit cell. This finding demonstrates that natural photonic structures can exploit multiple functionalities inherent to the design principles of their structural organization. Aiming at transferring the inherent polarization effect of the biological D‐structure to technically realizable materials, three simplified biomimetic structural models are derived and it is theoretically demonstrated that they retain the effect. Out of these structures, functioning woodpile structure prototypes are fabricated.}},
  author       = {{Wu, Xia and Rodríguez-Gallegos, Fernando L. and Heep, Marie-Christin and Schwind, Bertram and Li, Guixin and Fabritius, Helge-Otto and von Freymann, Georg and Förstner, Jens}},
  issn         = {{2195-1071}},
  journal      = {{Advanced Optical Materials}},
  keywords     = {{tet_topic_phc, tet_topic_bio}},
  number       = {{24}},
  pages        = {{1800635}},
  publisher    = {{Wiley}},
  title        = {{{Polarization Conversion Effect in Biological and Synthetic Photonic Diamond Structures}}},
  doi          = {{10.1002/adom.201800635}},
  volume       = {{6}},
  year         = {{2018}},
}

@article{4165,
  abstract     = {{Metal nanoparticles host localized plasmon excitations that allow the manipulation of optical fields at the nanoscale. Despite the availability of several techniques for imaging plasmons, direct access into the symmetries of these excitations remains elusive, thus hindering progress in the development of applications. Here, we present a combination of angle-, polarization-, and space-resolved cathodoluminescence spectroscopy methods to selectively access the symmetry and degeneracy of plasmonic states in lithographically fabricated gold nanoprisms. We experimentally reveal and spatially map degenerate states of multipole plasmon modes with nanometer spatial resolution and further provide recipes for resolving optically dark and out-of-plane modes. Full-wave simulations in conjunction with a simple tight-binding model explain the complex plasmon structure in these particles and reveal intriguing mode-symmetry phenomena. Our approach introduces systematics for a comprehensive symmetry characterization of plasmonic states in high-symmetry nanostructures.}},
  author       = {{Myroshnychenko, Viktor and Nishio, Natsuki and García de Abajo, F. Javier and Förstner, Jens and Yamamoto, Naoki}},
  issn         = {{1936-0851}},
  journal      = {{ACS Nano}},
  keywords     = {{tet_topic_plasmonics}},
  number       = {{8}},
  pages        = {{8436--8446}},
  publisher    = {{American Chemical Society (ACS)}},
  title        = {{{Unveiling and Imaging Degenerate States in Plasmonic Nanoparticles with Nanometer Resolution}}},
  doi          = {{10.1021/acsnano.8b03926}},
  volume       = {{12}},
  year         = {{2018}},
}

@article{4324,
  abstract     = {{We study the dependence of the intensity and linear polarization of light scattered by isolated particles with the compact
irregular shape on their size using the discontinuous Galerkin time domain numerical method. The size parameter of particles varies in the range of X = 10 to 150, and the complex refractive index is m = 1.5 + 0i. Our results show
that the backscattering negative polarization branch weakens monotonously, but does not disappear at large sizes, up to the geometrical optics regime, and can be simulated without accounting for wave effects. The intensity backscattering surge becomes narrower with increasing particle size. For X = 150, the surge width is several degrees.}},
  author       = {{Grynko, Yevgen and Shkuratov, Yuriy and Förstner, Jens}},
  issn         = {{0146-9592}},
  journal      = {{Optics Letters}},
  keywords     = {{tet_topic_scattering}},
  number       = {{15}},
  pages        = {{3562}},
  publisher    = {{The Optical Society}},
  title        = {{{Intensity surge and negative polarization of light from compact irregular particles}}},
  doi          = {{10.1364/ol.43.003562}},
  volume       = {{43}},
  year         = {{2018}},
}

@inproceedings{5469,
  abstract     = {{In diesem Beitrag werden simulatorische und messtechnische EMV-Untersuchungen von Gleichspannungswandlern vorgestellt. Der Fokus liegt auf leitungsgeführten Störspannungen, ihre Abhängigkeit vom Schaltungslayout und ihre Unterdrückung durch Filterung. Der Simulationsprozess besteht aus kombinierten Feld- und Netzwerksimulationen. Zur Bewertung der Simulationsresultate werden zwei Prototypen gezeigt, die gute und schlechte EMV-Eigenschaften aufweisen. Bei der Beurteilung der Resultate wird insbesondere Wert auf die Untersuchung gelegt, inwieweit einfache Schaltungssimulationen ausreichen, um leitungsgeführte Störspannungen korrekt vorherzusagen und wann aufwändigere Feldsimulationen notwendig sind.}},
  author       = {{Baumgarten, Tim and Scholz, Peter and Sievers, Denis and Förstner, Jens}},
  booktitle    = {{Elektromagnetische Verträglichkeit - Internationale Fachmesse und Kongress 2018}},
  editor       = {{Garbe, Heyno}},
  isbn         = {{978-3-95735-077-0}},
  location     = {{Düsseldorf}},
  pages        = {{47}},
  title        = {{{Simulation leitungsgeführter Störspannungen von DC-DC-Wandlern}}},
  year         = {{2018}},
}

@article{1430,
  author       = {{Hoffmann, Sandro P. and Albert, Maximilian and Weber, Nils and Sievers, Denis and Förstner, Jens and Zentgraf, Thomas and Meier, Cedrik}},
  issn         = {{2330-4022}},
  journal      = {{ACS Photonics}},
  keywords     = {{tet_topic_phc}},
  pages        = {{1933--1942}},
  publisher    = {{American Chemical Society (ACS)}},
  title        = {{{Tailored UV Emission by Nonlinear IR Excitation from ZnO Photonic Crystal Nanocavities}}},
  doi          = {{10.1021/acsphotonics.7b01228}},
  volume       = {{5}},
  year         = {{2018}},
}

@article{3427,
  abstract     = {{We report on the coherent phase manipulation of quantum dot excitons by electric means. For our
experiments, we use a low capacitance single quantum dot photodiode which is electrically
controlled by a custom designed SiGe:C BiCMOS chip. The phase manipulation is performed and
quantified in a Ramsey experiment, where ultrafast transient detuning of the exciton energy is
performed synchronous to double pulse p/2 ps laser excitation. We are able to demonstrate
electrically controlled phase manipulations with magnitudes up to 3p within 100 ps which is below
the dephasing time of the quantum dot exciton.}},
  author       = {{Widhalm, Alex and Mukherjee, Amlan and Krehs, Sebastian and Sharma, Nandlal and Kölling, Peter and Thiede, Andreas and Reuter, Dirk and Förstner, Jens and Zrenner, Artur}},
  issn         = {{0003-6951}},
  journal      = {{Applied Physics Letters}},
  keywords     = {{tet_topic_qd}},
  number       = {{11}},
  pages        = {{111105}},
  title        = {{{Ultrafast electric phase control of a single exciton qubit}}},
  doi          = {{10.1063/1.5020364}},
  volume       = {{112}},
  year         = {{2018}},
}

@inproceedings{1588,
  abstract     = {{The exploration of FPGAs as accelerators for scientific simulations has so far mostly been focused on small kernels of methods working on regular data structures, for example in the form of stencil computations for finite difference methods. In computational sciences, often more advanced methods are employed that promise better stability, convergence, locality and scaling. Unstructured meshes are shown to be more effective and more accurate, compared to regular grids, in representing computation domains of various shapes. Using unstructured meshes, the discontinuous Galerkin method preserves the ability to perform explicit local update operations for simulations in the time domain. In this work, we investigate FPGAs as target platform for an implementation of the nodal discontinuous Galerkin method to find time-domain solutions of Maxwell's equations in an unstructured mesh. When maximizing data reuse and fitting constant coefficients into suitably partitioned on-chip memory, high computational intensity allows us to implement and feed wide data paths with hundreds of floating point operators. By decoupling off-chip memory accesses from the computations, high memory bandwidth can be sustained, even for the irregular access pattern required by parts of the application. Using the Intel/Altera OpenCL SDK for FPGAs, we present different implementation variants for different polynomial orders of the method. In different phases of the algorithm, either computational or bandwidth limits of the Arria 10 platform are almost reached, thus outperforming a highly multithreaded CPU implementation by around 2x.}},
  author       = {{Kenter, Tobias and Mahale, Gopinath and Alhaddad, Samer and Grynko, Yevgen and Schmitt, Christian and Afzal, Ayesha and Hannig, Frank and Förstner, Jens and Plessl, Christian}},
  booktitle    = {{Proc. Int. Symp. on Field-Programmable Custom Computing Machines (FCCM)}},
  keywords     = {{tet_topic_hpc}},
  publisher    = {{IEEE}},
  title        = {{{OpenCL-based FPGA Design to Accelerate the Nodal Discontinuous Galerkin Method for Unstructured Meshes}}},
  doi          = {{10.1109/FCCM.2018.00037}},
  year         = {{2018}},
}

@article{3523,
  abstract     = {{We numerically simulate the circular polarization ratio of the radar signal backscattered from a large-grain cometary coma and compare the simulation results with the radar measurements for seven comets. We apply the discrete dipole approximation method and a model of random irregular particles. Our results confirm water ice composition of the cm-sized chunks detected by the NASA Deep Impact space probe in the vicinity of the nucleus of Comet 103P/Hartley 2. The index of the power-law size distribution in this case can be constrained to the range n ≈ 3.3–4.3. For the other considered comets the circular polarization ratio can be reproduced with variations of the power index between 2 and 5.}},
  author       = {{Dogra, Shraddha and Grynko, Yevgen and Zubko, Evgenij and Förstner, Jens}},
  issn         = {{0004-6361}},
  journal      = {{Astronomy & Astrophysics}},
  keywords     = {{tet_topic_scattering}},
  pages        = {{A20}},
  publisher    = {{EDP Sciences}},
  title        = {{{Radar backscattering from a large-grain cometary coma: numerical simulation}}},
  doi          = {{10.1051/0004-6361/201730801}},
  volume       = {{608}},
  year         = {{2017}},
}

@inbook{3743,
  abstract     = {{Frequently, optical integrated circuits combine elements (waveguide channels, cavities), the simulation of which is well established through mature numerical eigenproblem solvers. It remains to predict the interaction of these modes. We address this task by a general, “Hybrid” variant (HCMT) of Coupled Mode Theory. Using methods from finite-element numerics, the properties of a circuit are approximated by superpositions of eigen-solutions for its constituents, leading to quantitative, computationally cheap, and easily interpretable models.}},
  author       = {{Hammer, Manfred}},
  booktitle    = {{Recent Trends in Computational Photonics}},
  editor       = {{Agrawal, Arti}},
  isbn         = {{978-3-319-55438-9}},
  keywords     = {{tet_topic_waveguide, tet_topic_numerics}},
  pages        = {{77--105}},
  publisher    = {{Springer}},
  title        = {{{Guided Wave Interaction in Photonic Integrated Circuits — A Hybrid Analytical/Numerical Approach to Coupled Mode Theory}}},
  volume       = {{204}},
  year         = {{2017}},
}

@article{3828,
  abstract     = {{The 3D implementation of a hybrid analytical/numerical variant of the coupled-mode theory is discussed.
Eigenmodes of the constituting dielectric channels are computed numerically. The frequency-domain
coupled-mode models then combine these into fully vectorial approximations for the optical electromagnetic
fields of the composite structure. Following a discretization of amplitude functions by 1D finite elements, pro-
cedures from the realm of finite-element numerics are applied to establish systems of linear equations for the then-
discrete modal amplitudes. Examples substantiate the functioning of the technique and allow for some numerical
assessment. The full 3D simulations are highly efficient in memory consumption, moderately demanding in com-
putational time, and, in regimes of low radiative losses, sufficiently accurate for practical design. Our results
include the perturbation of guided modes by changes of the refractive indices, the interaction of waves in parallel,
horizontally or vertically coupled straight waveguides, and a series of crossings of potentially overlapping channels
with fairly arbitrary relative positions and orientations.}},
  author       = {{Hammer, Manfred and Alhaddad, Samer and Förstner, Jens}},
  issn         = {{0740-3224}},
  journal      = {{Journal of the Optical Society of America B}},
  keywords     = {{tet_topic_waveguide, tet_topic_numerics}},
  number       = {{3}},
  pages        = {{613--624}},
  publisher    = {{The Optical Society}},
  title        = {{{Hybrid coupled-mode modeling in 3D: perturbed and coupled channels, and waveguide crossings}}},
  doi          = {{10.1364/josab.34.000613}},
  volume       = {{34}},
  year         = {{2017}},
}

@article{3830,
  abstract     = {{The modal properties of curved dielectric slab waveguides are investigated. We
consider quasi-confined, attenuated modes that propagate at oblique angles with respect to
the axis through the center of curvature. Our analytical model describes the transition from
scalar 2-D TE/TM bend modes to lossless spiral waves at near-axis propagation angles,
with a continuum of vectorial attenuated spiral modes in between. Modal solutions are
characterized in terms of directional wavenumbers and attenuation constants. Examples for
vectorial mode profiles illustrate the effects of oblique wave propagation along the curved
slab segments. For the regime of lossless spiral waves, the relation with the guided modes
of corresponding dielectric tubes is demonstrated.}},
  author       = {{Ebers, Lena and Hammer, Manfred and Förstner, Jens}},
  issn         = {{0306-8919}},
  journal      = {{Optical and Quantum Electronics}},
  keywords     = {{tet_topic_waveguide}},
  number       = {{4}},
  pages        = {{49:176}},
  publisher    = {{Springer Nature}},
  title        = {{{Spiral modes supported by circular dielectric tubes and tube segments}}},
  doi          = {{10.1007/s11082-017-1011-x}},
  volume       = {{49}},
  year         = {{2017}},
}

@article{3832,
  abstract     = {{Controlling light emission out of subwavelength nanoslit/aperture structures is of great important for highly integrated photonic circuits. Here we propose a new method to achieve direction-tunable emission based on a compact metallic microcavity with double nanoslit. Our method combines the principles of Young’s interference and surface plasmon polaritons interference. We show that the direction of the far-field beam can be controlled over a wide range of angles by manipulating the frequency and relative phase of light arriving at the two slits, which holds promise for applications in the ultracompact optoelectronic devices.}},
  author       = {{Song, Xiaohong and Wang, Nini and Yan, Ming and Lin, Cheng and Förstner, Jens and Yang, Weifeng}},
  issn         = {{1094-4087}},
  journal      = {{Optics Express}},
  keywords     = {{tet_topic_plasmonics}},
  number       = {{12}},
  pages        = {{13207--13214}},
  publisher    = {{The Optical Society}},
  title        = {{{Direction-tunable enhanced emission from a subwavelength metallic double-nanoslit structure}}},
  doi          = {{10.1364/oe.25.013207}},
  volume       = {{25}},
  year         = {{2017}},
}

