Expand this Topic clickable element to expand a topic
Skip to content
Optica Publishing Group

Spectral domain inverse design for accelerating nanocomposite metamaterials discovery

Open Access Open Access

Abstract

Inverse design techniques in the context of nanophotonics have helped in discovery of compact and counter-intuitive structures/shapes. We introduce the concept of spectral domain inverse design to search through the optical trade-space (dispersive permittivity) of nanocomposite metamaterials. We develop a hybrid optimization technique that combines genetic algorithms and gradient descent methods. We utilize this technique to inverse design an ultra-thin thermophotovoltaic emitter coating material. Our work can lead to an efficient approach to search for new multi-functional optical/thermal metamaterials with desired complex permittivity.

© 2019 Optical Society of America under the terms of the OSA Open Access Publishing Agreement

1. Introduction

Topology optimization, machine learning, gradient descent, needle optimization and genetic algorithms have risen to the forefront of nanophotonics due to their ability to inverse design nanophotonic devices for specific applications [119]. Recent important examples include on-chip wavelength demultiplexer [3], multilayer thin films [49], chirped-mirrors [10], nanoparticle scattering [15], metasurfaces [16,18], core-shell nanoparticles [19] to name a few. The common theme in these works is the optimization of structural (topology/shape optimization) [3,14] or configurational (various possible combinations in multilayer thin films) [8,9] parameters for a given set of available materials to achieve predefined target goals. This motivates the search for analogous techniques that search through the optical dispersion (dispersive nature of material’s permitivitty) trade-space to enable discovery of new nanocomposites and metamaterials.

Searching through optical material dispersion space is challenging. Our aim in this work is to put forth spectral domain inverse design as an approach to achieve desired optical responses through nanocomposite materials and metamaterials. The goal is to search for an optimum material platform with an engineered complex dielectric permittivity that depends on frequency. Thus the target functionality is achieved by changing the effective dielectric permittivity of nano-composites. Coupled with existing structural [3,14] (i.e. shape) or configurational optimization [8,9], our approach can open the route to utilize unique metal-dielectric-semiconductor nanocomposites as well as unconventional emerging 2D materials to realize desired optical responses.

We perform a proof of principle optimization to show that spectral nanophotonic design can lead to the discovery of new metamaterials in an efficient manner. Conventional plasmonic thin films of gold, silver, etc. form the starting point for nano-structuring into metamaterials. To discover alternative optimal nanocomposite thin films with desired broadband spectral properties, we utilize effective medium theory in the inverse design algorithm. In our technique, we make use of genetic algorithms and gradient descent techniques in an alternating optimization scheme- thus we call it "Hybrid Optimization". We show that conventional multi-layer thin films can be replaced by an optimized metamaterial nanocomposite Fig. 1. This hybrid optimization method is used to find an optimal single layer disordered metamaterial for thermalphotovoltaic (TPV) emitter coating applications.

 figure: Fig. 1.

Fig. 1. Basic Idea: The spectral features of a N layered multilayer thermal emitter (TPV emitter) stack are mimicked by a single disordered nanocomposite metamaterial. Using a hybrid optimization technique we find the effective permittivity of this nanocomposite material that as the same reflection and transmission spectral features as the one shown.

Download Full Size | PDF

2. Hybrid Optimization

To start with, here we outline how the hybrid optimization is implemented. First, we specify the desired reflection, transmission and absorption spectra (total of three spectra). In our approach, unlike other implementations [8,9], our optimization is highly constrained as we simultaneously optimize on reflection $R^*(\lambda)$, and transmission $T^*(\lambda )$ target spectra. The spectral response of the nanocomposite metamaterial is computed via transfer matrix method. Effective Medium Theory (EMT) [2023] is used to compute the effective permittivity of the nanocomposite metamaterial, as shown in Eq. 1.

$$\epsilon_{eff} = \epsilon_{mat} - \frac{\frac{3\rho\epsilon_h}{2x^3}\Big[\sum_{l=1}^{N}i(2l+1)(a_l+b_l)\Big]}{1+\frac{\rho\epsilon_h}{2x^3}\Big[\sum_{l=1}^{N}i(2l+1)(a_l+b_l)\Big] },$$
where, $x = 2\pi r n_h/\lambda$ is the size parameter ($r$ is the radius, $\epsilon _{h} (n_h)$ is permitivitty (refractive index) of host medium and $\lambda$ is the wavelength of light), $\epsilon _{mat}$ corresponds to the permittivity of the inclusion material (nanoparticle’s material), $l$ is the order of the poles, $a_l$ and $b_l$ are the Mie coefficients that are expressed in terms of Ricatti-Bessel functions. The size parameter sets the cut-off for the number of terms to be considered. It is defined as, $N = [x+4.05x^{\frac {1}{3}}+2]$, where the square brackets mean rounding it to the nearest integer. This enables the equation Eq. 1 above to handle effects arising due to finite size spherical particle inclusions. This effective medium theory provides the additional degree of freedom in material permitivitty. Here, we use this idea to find an equivalent single layer nanocomposite metamaterial.

To find the optimum nanocomposite structure, we try to minimize the residuals between the specified target spectra as described by the merit function MF($d,r,\rho ,n^1,n^2$). The merit function is defined as Eq. (2), where $d$ is the thickness of the single layer, $r$ is the radius of the nanoparticle inclusions, $\rho$ is the fill fraction, $n^1$ and $n^2$ are the material indices corresponding to a discrete material set. We have used a discrete material set to account for practical limitations. In this specific problem we have used a total of 22 materials.

$$ MF = \sum_{\lambda} \sqrt{{\big[} {\big(}R(\lambda) - R^*(\lambda){\big)}^2 + {\big(}T(\lambda) - T^*(\lambda){\big)}^2 + {\big(}A(\lambda) - A^*(\lambda){\big)}^2 {\big]}},$$
where $A^*(\lambda )$ is $1-R^*(\lambda )-T^*(\lambda )$. As we are interested in optimizing over a broad wavelength range, we consider the material dispersion for accurate results. Given the desired target spectra, $R^*(\lambda )$ and $T^*( \lambda )$, the optimization problem is formulated as a mixed integer problem,
$$ [d^*,r^*,\rho^*,n^{1*},n^{2*}] = \operatorname*{arg\,min} MF(d,r,\rho,n^1,n^2),$$
where, $d$, $d^*$, $r$, $r^*$, $\rho , \rho ^* \in \textrm {I}\!\textrm{R}^+$ and $n^1, n^{1*}, n^2, n^{2*} \in \textrm {I}\!\textrm{N}$.

Having defined the optimization problem in Eq. (2.), we now describe the hybrid optimization approach that we have implemented. One can classify this optimization as a non-convex optimization problem. The merit function space is very complex and simultaneous optimization of all the parameters did not yield a satisfactory solution (the optimization often converged to a shallow local minimum). As part of the problem considered here has discrete variables, the problem falls in a class of combinatorial optimization. Many problems in this class are NP-hard and efficient optimal algorithms are infeasible unless P=NP [24]. NP-hard are class of problems which are at least as hard as the hardest problems in NP where NP is defined as a class of computational problems where given an answer, one can verify the solution in polynomial time by a deterministic Turing machine.

Considering the complexity of the problem, we have utilized hybrid optimization approach wherein we use a coordinate descent method. A schematic describing the basic algorithmic idea is shown in Fig. 2. In this method, we optimize one parameter keeping the rest of the parameters fixed. Once the favourable solution for the first parameter is optimized, the next (second) parameter is now optimized using the value of the first optimal parameter as the new initial guess value for the second parameter’s optimization run. This process is iteratively repeated across all the parameters until the desired convergence criteria is satisfied. Since each sub-problem of optimizing one parameter at a time converges (decreasing) and the overall problem is bounded from below, the hybrid algorithm converges to a stationary solution [25,26].

The hybrid approach can primarily be broken down into the following steps: (A) Initialization, (B) Optimal gradient descent, and (C) A discrete optimization. Considering the non-convex nature of the merit function space, it is very important to have an intelligent guess of the initialization parameters. These initialization parameters are chosen by evaluating the merit function value for 10000 sets of five independently generated random numbers. The five random numbers correspond to the thickness (d), fill fraction ($\rho$), radius (r), host material ($n^1$) and inclusion material ($n^2$). The merit function is evaluated for all these 10000 random sets of values for $(d, r, \rho , n^1, n^2)$. Amongst these, 10 sets having lowest value of the merit function are chosen as the "starting points" (starting guess values) for the hybrid optimization. The hybrid optimization is performed over these 10 sets of initial guess values and the best converged value over these 10 sets is chosen as the output of the algorithm. Using these multiple starting points helps in achieving a better optima. Optimal gradient descent optimization is used for optimizing thickness (d), fill fraction ($\rho$) and radius (r). Active-set constrained optimization algorithm technique [27] is used to find the optimal solution. The constraints are based on realistic assumptions set by physical limitations.

Discrete optimization is performed using a Genetic Algorithm (GA) [28,29]. Genetic Algorithms are a meta-heuristic optimization routine based on the ideas of natural selection (evolution). Here we utilize this algorithm to search through the material database (22 materials) that make up the nano-composite disordered metamaterial i.e. host material ($n^1$) and inclusion material ($n^2$). The permittivity, $\epsilon (\lambda )$ of each material in the material database is assigned a discrete identification number (unique). The Genetic Algorithm algorithm is utilized to search over these discrete identification numbers to find an optimal material for the host and nanoparticle inclusions. While searching, the corresponding dispersion, $\epsilon (\lambda )$ is used to evaluate Eq. (2.) and thus the reflection and transmission spectrum using transfer matrix method. This optimization algorithm is implemented for broad wavelength ranges. The typical run times for the algorithm to reach a reasonable solution is less than $\sim$6 hours. This is very promising considering the highly constrained nature of the optimization problem.

 figure: Fig. 2.

Fig. 2. Hybrid Optimization: The flowchart shows the algorithm used to obtain the optimal solution. Gradient descent technique was used for optimizing $d$, $\rho$, $r$, and a discrete search (Genetic algorithm) was used for searching over the material database.

Download Full Size | PDF

3. Epsilon-near-zero TPV emitter coating

A thermalphotovoltaic (TPV) system consists of a thermal emitter coating, and a photoconverter (photovolataic (PV) cell). Selective thermal absorption and emission by the thermal emitter coating can vastly improve the energy conversion efficiency of TPV system. This can be achieved by suppressing the emission of thermal photons below the PV cell bandgap and enhancing it above the cell bandgap [3032].

The hybrid optimization algorithm is used on realistic target spectra. Reflection and transmission spectral features of a 5 layered multilayer stack consisting of arbitrary materials and thickness serves as realistic target spectra. The target spectra are shown in Fig. 3 in black. The above introduced hybrid optimization approach is utilized to find the optimal parameters of the single disordered metamaterial layer. Fig. 3 shows the optimal solution obtained utilizing this algorithm. The equivalent single layer solution consists of $TiN$ host and $HfO_2$ particle inclusions.

The effective thickness of this single layer is $\sim 97 nm$ and host particles have a radius of $\sim 34.73 nm$. We note here that this approach is not limited to the infrared spectral region but can also be utilized in the visible wavelegnth range. The effective layer’s permitivity is shown in Fig. 4(a). The versatility of the proposed hybrid optimization is attributed to the ability of tuning the material dispersion properties of the disordered nanocomposite material over a range of wavelengths. The spectral position of epsilon near zero (ENZ) of the nanocomposite layer can be tuned by varying the fill fraction ($\rho$) of the inclusions. This is illustrated in Fig. 4(b).

We perform $abinitio$ FDTD simulations (Lumerical FDTD solutions) to find the reflection and transmission spectra of the actual disordered metamaterial. A spatial resolution of 1 nm and plane-wave source was used as an excitation source. We found no dependence on the polarization of incident light on the transmission and reflection spectra. Fig. 5 shows the obtained transmission and reflection spectra. There is a qualitative agreement between EMT and FDTD. Low transmission in FDTD results compared to EMT is attributed to the fact that in EMT we assume a uniform, clear medium which is not the case with finite size inclusions. Furthermore, as the higher fill fraction values are not practically possible to achieve (without the spherical inclusions merging into each other), there is an upper bound on the practically achievable fill fraction. This leads to the spectral mismatch between EMT and FDTD results. However, there is a qualitative agreement between the two.

 figure: Fig. 3.

Fig. 3. Optimal solution: The figure shows the target spectra and the obtained spectra of single layer disordered metamaterial found using the hybrid optimization technique. The host medium was found to be TiN with HfO2 particle inclusions having a radius of $\sim 34.73nm$ and a fill fraction $\rho \sim 0.84$. Subplots (a), (b) and (c), show the reflection, transmission and absorption spectra respectively.

Download Full Size | PDF

 figure: Fig. 4.

Fig. 4. Effective single layer permitivitty and tunning ENZ: The subplot (a) shows the effective permitivitty, $\epsilon = \epsilon ' + \iota \epsilon "$ of the single disordered nanocoposite layer. The subplot (b) shows real part of permitivitty $\epsilon '$ calculated for various fill fractions, $\rho$. The inset figure shows the red shift in the ENZ position with increasing fill fraction, $\rho$ = 0 and $\rho$ = 1 show the bounds within which the ENZ can be varied.

Download Full Size | PDF

 figure: Fig. 5.

Fig. 5. FDTD simulations The subplot (a) shows the transmission spectrum obtained using FDTD simulations. The subplot (b) shows the reflection spectrum obtained using FDTD simulations. This shows qualitative agreement with the EMT.

Download Full Size | PDF

4. Conclusions

We have introduced the concept of spectral domain inverse design. This is complementary to existing techniques of structural optimization since we search for a complex dielectric permittivity. We have shown an approach to engineer new metamaterials that can be utilized in inverse design problems. Using this approach we have found a new disordered metamaterial that can be utilized as a TPV thermal emitter. Our work can lead to a new approach for metamaterials discovery.

Funding

U.S. Department of Energy (DOE); Office of Science (SC); Basic Energy Sciences (BES) (DE-SC0017717).

Disclosures

The authors declare no conflicts of interest.

References

1. J. S. Jensen and O. Sigmund, “Topology optimization for nano-photonics,” Laser Photonics Rev. 5(2), 308–321 (2011). [CrossRef]  

2. S. Molesky, Z. Lin, A. Y. Piggott, W. Jin, J. Vucković, and A. W. Rodriguez, “Inverse design in nanophotonics,” Nat. Photonics 12, 659 (2018). [CrossRef]  

3. A. Y. Piggott, J. Lu, K. G. Lagoudakis, J. Petykiewicz, T. M. Babinec, and J. Vučković, “Inverse design and demonstration of a compact and broadband on-chip wavelength demultiplexer,” Nat. Photonics 9, 374–377 (2015). [CrossRef]  

4. C. P. Chang, Y. H. Lee, and S. Y. Wu, “Optimization of a thin-film multilayer design by use of the generalized simulated-annealing method,” Opt. Lett. 15(11), 595–597 (1990). [CrossRef]  

5. A. L. Bloom, “Refining and optimization in multilayers,” Appl. Opt. 20(1), 66–73 (1981). [CrossRef]  

6. B. T. Sullivan and J. A. Dobrowolski, “Implementation of a numerical needle method for thin-film design,” Appl. Opt. 35(28), 5484–5492 (1996). [CrossRef]  

7. A. V. Tikhonravov, M. K. Trubetskov, and G. W. DeBell, “Application of the needle optimization technique to the design of optical coatings,” Appl. Opt. 35(28), 5493–5508 (1996). [CrossRef]  

8. Y. Shi, W. Li, A. Raman, and S. Fan, “Optimization of multi-layer optical films with a memetic algorithm and mixed integer programming,” ACS Photon. 5, 684–691 (2018). [CrossRef]  

9. D. Liu, Y. Tan, E. Khoram, and Z. Yu, “Training Deep Neural Networks for the Inverse Design of Nanophotonic Structures,” ACS Photonics 5, 1365–1369 (2018). [CrossRef]  

10. V. Yakovlev and G. Tempea, “Optimization of chirped mirrors,” Appl. Opt. 41(30), 6514–6520 (2002). [CrossRef]  

11. I. Malkiel, M. Mrejen, A. Nagler, U. Arieli, L. Wolf, and H. Suchowski, “Plasmonic nanostructure design and characterization via Deep Learning,” Light. Sci. Appl. 760 (2018). [CrossRef]  

12. X. Sheng, S. G. Johnson, J. Michel, and L. C. Kimerling, “Optimization-based design of surface textures for thin-film Si solar cells,” Opt. Express 19(S4), A841–A850 (2011). [CrossRef]   [PubMed]  

13. J. Wang, Y. Shi, T. Hughes, Z. Zhao, and S. Fan, “Adjoint-based optimization of active nanophotonic devices,” Opt. Express 26, 3236 (2018). [CrossRef]   [PubMed]  

14. C. M. Lalau-Keraly, S. Bhargava, O. D. Miller, and E. Yablonovitch, “Adjoint shape optimization applied to electromagnetic design,” Opt. Express 21, 21693–21701 (2013). [CrossRef]   [PubMed]  

15. J. Peurifoy, Y. Shen, L. Jing, Y. Yang, F. Cano-Renteria, B. G. DeLacy, J. D. Joannopoulos, M. Tegmark, and M. Soljačić, “Nanophotonic particle simulation and inverse design using artificial neural networks,” Sci. Adv. 44206 (2018). [CrossRef]   [PubMed]  

16. T. Phan, D. Sell, E. W. Wang, S. Doshay, K. Edee, J. Yang, and J. A. Fan, “High-efficiency, large-area topology-optimized metasurfaces,” Light: Sci. Appl. 8(1), 48 (2019). [CrossRef]  

17. J. Lu and J. Vučković, “Nanophotonic computational design,” Opt. Express 21(11), 13351–13367 (2013). [CrossRef]  

18. Z. Liu, D. Zhu, S. P. Rodrigues, K. T. Lee, and W. Cai, “Generative model for the inverse design of metasurfaces,” Nano Lett. 18(10), 6570–6576 (2018). [CrossRef]  

19. S. So, J. Mun, and J. Rho, “Simultaneous Inverse-Design of Material and Structure via Deep-Learning: Demonstration of Dipole Resonance Engineering using Core-Shell Nanoparticles,” ACS Appl. Mater. Interfaces 11(27), 24264–24268 (2019). [CrossRef]  

20. B. A. Slovick, Z. G. Yu, and S. Krishnamurthy, “Generalized effective-medium theory for metamaterials,” Phys. Rev. B 89(15), 155118 (2014). [CrossRef]  

21. C.-A. Guérin, P. Mallet, and A. Sentenac, “Effective-medium theory for finite-size aggregates,” J. Opt. Soc. Am. A 23(2), 349–358 (2006). [CrossRef]  

22. W. T. Doyle, “Optical properties of a suspension of metal spheres,” Phys. Rev. B 39(14), 9852–9858 (1989). [CrossRef]  

23. A. Malasi, R. Kalyanaraman, and H. Garcia, “From Mie to Fresnel through effective medium approximation with multipole contributions,” J. Opt. 16(6), 065001 (2014). [CrossRef]  

24. F. Neumann and C. Witt, “Bioinspired Computation in Combinatorial Optimization: Algorithms and Their Computational Complexity (Springer-Verlag, 2010).

25. I. Csiszár, “Information geometry and alternating minimization procedures,” Statistics and Decisions 1 (1984): 205–237.

26. J. C. Bezdek and R. J. Hathaway, “Some notes on alternating optimization,” AFSS International Conference on Fuzzy Systems. (Springer, 2002.)

27. W. W. Hager and H. Zhang, “A new active set algorithm for box constrained optimization,” SIAM J. Optim. 17(2), 526–557 (2006). [CrossRef]  

28. D. Whitley, “A genetic algorithm tutorial,” Stat. Comput. 4(2), 65–85 (1994). [CrossRef]  

29. F. Stefanello, V. Aggarwal, L. S. Buriol, and M. G. C. Resende, “Hybrid algorithms for placement of virtual machines across geo-separated data centers,” J. Comb. Optim. 38(3), 748–793 (2019). [CrossRef]  

30. P. N. Dyachenko, S. Molesky, A. Y. Petrov, M. Störmer, T. Krekeler, S. Lang, M. Ritter, Z. Jacob, and M. Eich, “Controlling thermal emission with refractory epsilon-near-zero metamaterials via topological transitions,” Nat. Commun. 7(1), 11809 (2016). [CrossRef]  

31. S. Molesky, C. J. Dewalt, and Z. Jacob, “High temperature epsilon-near-zero and epsilon-near-pole metamaterial emitters for thermophotovoltaics,” Opt. Express 21(S1), A96–A110 (2013). [CrossRef]  

32. S. Pendharker, H. Hu, S. Molesky, R. Starko-Bowes, Z. Poursoti, S. Pramanik, N. Nazemifard, R. Fedosejevs, T. Thundat, and Z. Jacob, “Thermal graphene metamaterials and epsilon-near-zero high temperature plasmonics,” J. Opt. 19, 55101 (2017). [CrossRef]  

Cited By

Optica participates in Crossref's Cited-By Linking service. Citing articles from Optica Publishing Group journals and other participating publishers are listed here.

Alert me when this article is cited.


Figures (5)

Fig. 1.
Fig. 1. Basic Idea: The spectral features of a N layered multilayer thermal emitter (TPV emitter) stack are mimicked by a single disordered nanocomposite metamaterial. Using a hybrid optimization technique we find the effective permittivity of this nanocomposite material that as the same reflection and transmission spectral features as the one shown.
Fig. 2.
Fig. 2. Hybrid Optimization: The flowchart shows the algorithm used to obtain the optimal solution. Gradient descent technique was used for optimizing $d$, $\rho$, $r$, and a discrete search (Genetic algorithm) was used for searching over the material database.
Fig. 3.
Fig. 3. Optimal solution: The figure shows the target spectra and the obtained spectra of single layer disordered metamaterial found using the hybrid optimization technique. The host medium was found to be TiN with HfO2 particle inclusions having a radius of $\sim 34.73nm$ and a fill fraction $\rho \sim 0.84$. Subplots (a), (b) and (c), show the reflection, transmission and absorption spectra respectively.
Fig. 4.
Fig. 4. Effective single layer permitivitty and tunning ENZ: The subplot (a) shows the effective permitivitty, $\epsilon = \epsilon ' + \iota \epsilon "$ of the single disordered nanocoposite layer. The subplot (b) shows real part of permitivitty $\epsilon '$ calculated for various fill fractions, $\rho$. The inset figure shows the red shift in the ENZ position with increasing fill fraction, $\rho$ = 0 and $\rho$ = 1 show the bounds within which the ENZ can be varied.
Fig. 5.
Fig. 5. FDTD simulations The subplot (a) shows the transmission spectrum obtained using FDTD simulations. The subplot (b) shows the reflection spectrum obtained using FDTD simulations. This shows qualitative agreement with the EMT.

Equations (3)

Equations on this page are rendered with MathJax. Learn more.

ϵ e f f = ϵ m a t 3 ρ ϵ h 2 x 3 [ l = 1 N i ( 2 l + 1 ) ( a l + b l ) ] 1 + ρ ϵ h 2 x 3 [ l = 1 N i ( 2 l + 1 ) ( a l + b l ) ] ,
M F = λ [ ( R ( λ ) R ( λ ) ) 2 + ( T ( λ ) T ( λ ) ) 2 + ( A ( λ ) A ( λ ) ) 2 ] ,
[ d , r , ρ , n 1 , n 2 ] = a r g m i n M F ( d , r , ρ , n 1 , n 2 ) ,
Select as filters


Select Topics Cancel
© Copyright 2024 | Optica Publishing Group. All rights reserved, including rights for text and data mining and training of artificial technologies or similar technologies.