main.tex 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  1. %% График от E^2 и E^4 в зависимости от концентрации (меняем eplion)
  2. %% FDTD Lumerical ?
  3. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4. %This is the LaTeX ARTICLE template for RSC journals
  5. %Copyright The Royal Society of Chemistry 2014
  6. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7. \documentclass[twoside,twocolumn,9pt]{article}
  8. \usepackage{extsizes}
  9. \usepackage[super,sort&compress,comma]{natbib}
  10. \usepackage[version=3]{mhchem}
  11. \usepackage[left=1.5cm, right=1.5cm, top=1.785cm, bottom=2.0cm]{geometry}
  12. \usepackage{balance}
  13. \usepackage{widetext}
  14. \usepackage{times,mathptmx}
  15. \usepackage{sectsty}
  16. \usepackage{graphicx}
  17. \usepackage{lastpage}
  18. \usepackage[format=plain,justification=raggedright,singlelinecheck=false,font={stretch=1.125,small,sf},labelfont=bf,labelsep=space]{caption}
  19. \usepackage{float}
  20. \usepackage{fancyhdr}
  21. \usepackage{fnpos}
  22. \usepackage{tabularx}
  23. \usepackage[english]{babel}
  24. \usepackage{array}
  25. \usepackage{droidsans}
  26. \usepackage{charter}
  27. \usepackage[T1]{fontenc}
  28. \usepackage[usenames,dvipsnames]{xcolor}
  29. \usepackage{setspace}
  30. \usepackage[compact]{titlesec}
  31. %%% Please don't disable any packages in the preamble, as this may
  32. %%% cause the template to display incorrectly.%%%
  33. \usepackage{amsmath}
  34. \usepackage{epstopdf}%This line makes .eps figures into .pdf - please
  35. %comment out if not required.
  36. \definecolor{cream}{RGB}{222,217,201}
  37. \begin{document}
  38. \pagestyle{fancy}
  39. \thispagestyle{plain}
  40. \fancypagestyle{plain}{
  41. %%%HEADER%%%
  42. \fancyhead[C]{\includegraphics[width=18.5cm]{head_foot/header_bar}}
  43. \fancyhead[L]{\hspace{0cm}\vspace{1.5cm}\includegraphics[height=30pt]{head_foot/journal_name}}
  44. \fancyhead[R]{\hspace{0cm}\vspace{1.7cm}\includegraphics[height=55pt]{head_foot/RSC_LOGO_CMYK}}
  45. \renewcommand{\headrulewidth}{0pt}
  46. }
  47. %%%END OF HEADER%%%
  48. %%%PAGE SETUP - Please do not change any commands within this
  49. %%% section%%%
  50. \makeFNbottom
  51. \makeatletter
  52. \renewcommand\LARGE{\@setfontsize\LARGE{15pt}{17}}
  53. \renewcommand\Large{\@setfontsize\Large{12pt}{14}}
  54. \renewcommand\large{\@setfontsize\large{10pt}{12}}
  55. \renewcommand\footnotesize{\@setfontsize\footnotesize{7pt}{10}}
  56. \makeatother
  57. \renewcommand{\thefootnote}{\fnsymbol{footnote}}
  58. \renewcommand\footnoterule{\vspace*{1pt}%
  59. \color{cream}\hrule width 3.5in height 0.4pt \color{black}\vspace*{5pt}}
  60. \setcounter{secnumdepth}{5}
  61. \makeatletter
  62. \renewcommand\@biblabel[1]{#1}
  63. \renewcommand\@makefntext[1]%
  64. {\noindent\makebox[0pt][r]{\@thefnmark\,}#1}
  65. \makeatother
  66. \renewcommand{\figurename}{\small{Fig.}~}
  67. \sectionfont{\sffamily\Large}
  68. \subsectionfont{\normalsize}
  69. \subsubsectionfont{\bf}
  70. \setstretch{1.125} %In particular, please do not alter this line.
  71. \setlength{\skip\footins}{0.8cm}
  72. \setlength{\footnotesep}{0.25cm}
  73. \setlength{\jot}{10pt}
  74. \titlespacing*{\section}{0pt}{4pt}{4pt}
  75. \titlespacing*{\subsection}{0pt}{15pt}{1pt}
  76. %%%END OF PAGE SETUP%%%
  77. %%%FOOTER%%%
  78. \fancyfoot{}
  79. \fancyfoot[LO,RE]{\vspace{-7.1pt}\includegraphics[height=9pt]{head_foot/LF}}
  80. \fancyfoot[CO]{\vspace{-7.1pt}\hspace{13.2cm}\includegraphics{head_foot/RF}}
  81. \fancyfoot[CE]{\vspace{-7.2pt}\hspace{-14.2cm}\includegraphics{head_foot/RF}}
  82. \fancyfoot[RO]{\footnotesize{\sffamily{1--\pageref{LastPage} ~\textbar \hspace{2pt}\thepage}}}
  83. \fancyfoot[LE]{\footnotesize{\sffamily{\thepage~\textbar\hspace{3.45cm} 1--\pageref{LastPage}}}}
  84. \fancyhead{}
  85. \renewcommand{\headrulewidth}{0pt}
  86. \renewcommand{\footrulewidth}{0pt}
  87. \setlength{\arrayrulewidth}{1pt}
  88. \setlength{\columnsep}{6.5mm}
  89. \setlength\bibsep{1pt}
  90. %%%END OF FOOTER%%%
  91. %%%FIGURE SETUP - please do not change any commands within this
  92. %%% section%%%
  93. \makeatletter
  94. \newlength{\figrulesep}
  95. \setlength{\figrulesep}{0.5\textfloatsep}
  96. \newcommand{\topfigrule}{\vspace*{-1pt}%
  97. \noindent{\color{cream}\rule[-\figrulesep]{\columnwidth}{1.5pt}} }
  98. \newcommand{\botfigrule}{\vspace*{-2pt}%
  99. \noindent{\color{cream}\rule[\figrulesep]{\columnwidth}{1.5pt}} }
  100. \newcommand{\dblfigrule}{\vspace*{-1pt}%
  101. \noindent{\color{cream}\rule[-\figrulesep]{\textwidth}{1.5pt}} }
  102. \makeatother
  103. %%%END OF FIGURE SETUP%%%
  104. %%%TITLE, AUTHORS AND ABSTRACT%%%
  105. \twocolumn[
  106. \begin{@twocolumnfalse}
  107. \vspace{3cm}
  108. \sffamily
  109. \begin{tabular}{m{4.5cm} p{13.5cm} }
  110. \includegraphics{head_foot/DOI} & \noindent\LARGE{\textbf{Photo-generated Electron-Hole Plasma-Induced Symmetry Breaking in Spherical Silicon Nanoparticles}} \\%Article title goes here instead of the text "This is the title"
  111. \vspace{0.3cm} & \vspace{0.3cm} \\
  112. & \noindent\large{Anton Rudenko,$^{\ast}$\textit{$^{a}$} Konstantin Ladutenko,\textit{$^{b}$} Sergey Makarov\textit{$^{b}$} and Tatiana E. Itina\textit{$^{a}$$^{b}$}
  113. \textit{$^{a}$~Laboratoire Hubert Curien, UMR CNRS 5516, University of Lyon/UJM, 42000, Saint-Etienne, France }
  114. \textit{$^{b}$~ITMO University, Kronverksiy pr. 49, St. Petersburg, Russia}
  115. } \\%Author names go here instead of "Full name", etc.
  116. \includegraphics{head_foot/dates} & \noindent\normalsize
  117. {The concept of nonlinear all-dielectric nanophotonics based on high
  118. refractive index (e.g., silicon) nanoparticles supporting magnetic
  119. optical response has recently emerged as a powerful tool for ultrafast
  120. all-optical modulation at nanoscale. A strong modulation can be
  121. achieved via photo-generation of dense electron-hole plasma in the
  122. regime of simultaneous excitation of electric and magnetic optical
  123. resonances, resulting in an effective transient reconfiguration of
  124. nanoparticle scattering properties. Because only homogeneous plasma
  125. generation was previously considered in the photo-excited
  126. nanoparticle, a possibility of symmetry breaking, however, remain
  127. unexplored. To examine these effects, numerical modeling is
  128. performed. Based on the simulation results, we propose an original
  129. concept of a well-controlled deeply subwavelength
  130. ($\approx$$\lambda$$^3$/100) plasma-induced nanopatterning of
  131. spherical silicon nanoparticles. In particular, the revealed strong
  132. symmetry breaking in the initially symmetrical nanoparticle, which is
  133. observed during ultrafast photoexcitation near the magnetic dipole
  134. resonance, enables a considerable increase in the precision of
  135. laser-induced nanotreatment. Importantly, the proposed ultrafast
  136. manipulation of the nanoparticle inherent structure and symmetry paves
  137. a way to the novel principles that are also promising for nonlinear
  138. optical nanodevices.}
  139. \end{tabular}
  140. \end{@twocolumnfalse} \vspace{0.6cm}
  141. ]%%%END OF TITLE, AUTHORS AND ABSTRACT%%%
  142. %%%FONT SETUP - please do not change any commands within this section
  143. \renewcommand*\rmdefault{bch}\normalfont\upshape \rmfamily
  144. \section*{} \vspace{-1cm}
  145. %%%FOOTNOTES%%%
  146. \footnotetext{\textit{$^{a}$~Univ Lyon, UJM-St-Etienne, CNRS UMR 5516,
  147. F-42000, Saint-Etienne, France}} \footnotetext{\textit{$^{b}$~ITMO
  148. University, Kronverksiy pr. 49, St. Petersburg, Russia}}
  149. % Please use \dag to cite the ESI in the main text of the article.
  150. % If you article does not have ESI please remove the the \dag symbol
  151. % from the title and the footnotetext below.
  152. % \footnotetext{\dag~Electronic Supplementary Information (ESI)
  153. % available: [details of any supplementary information available
  154. % should be included here]. See DOI:10.1039/b000000x/} %additional
  155. % addresses can be cited as above using the lower-case letters, c, d,
  156. % e... If all authors are from the same address, no letter is required
  157. % \footnotetext{\ddag~Additional footnotes to the title and authors can
  158. % be included \emph{e.g.}\ `Present address:' or `These authors
  159. % contributed equally to this work' as above using the symbols: \ddag,
  160. % \textsection, and \P. Please place the appropriate symbol next to the
  161. % author's name and include a \texttt{\textbackslash footnotetext} entry
  162. % in the the correct place in the list.}
  163. %%%END OF FOOTNOTES%%%
  164. %%%MAIN TEXT%%%%
  165. \section{Introduction}
  166. All-dielectric nonlinear nanophotonics based on high refractive index
  167. dielectric has become prospective paradigm in modern optics, owing to
  168. recent advances in harmonics generation~\cite{shcherbakov2014enhanced,
  169. yang2015nonlinear, makarov2016self, shorokhov2016multifold} and
  170. ultrafast all-optical modulation~\cite{iyer2015reconfigurable,
  171. makarov2015tuning, shcherbakov2015ultrafast, yang2015nonlinear,
  172. baranov2016nonlinear, baranov2016tuning}. In fact, all-dielectric
  173. nanoantennas and metasurfaces possess much smaller parasitic Joule
  174. losses at high intensities as compared with their plasmonic
  175. counterparts, whereas their nonlinear properties are comparable. More
  176. importantly, the unique properties of the nonlinear all-dielectric
  177. nanodevices are due to existing of both electric and magnetic optical
  178. resonances in visible and near IR
  179. ranges~\cite{kuznetsov2016optically}. For instance, even slight
  180. variation of dielectric permittivity around magnetic dipole resonance
  181. leads to significant changes of optical properties (transmittance or
  182. reflectance) of all-dielectric nanoantennas~\cite{makarov2015tuning,
  183. baranov2016nonlinear, baranov2016tuning} and
  184. metasurfaces~\cite{iyer2015reconfigurable, shcherbakov2015ultrafast,
  185. yang2015nonlinear}.
  186. In these works on all-dielectric nonlinear nanostructures, the
  187. building blocks (nanoparticles) were considered as objects with
  188. dielectric permittivity homogeneously distributed over
  189. nanoparticle. Therefore, in order to manipulate the propagation angle
  190. of the transmitted light it is necessary to use complicated nanostructures
  191. with reduced symmetry~\cite{albella2015switchable, baranov2016tuning,
  192. shibanuma2016unidirectional}.
  193. \begin{figure}[t] \centering
  194. \includegraphics[width=0.75\linewidth]{Concept}
  195. \caption{Schematic illustration of electron-hole plasma 2D and 1D
  196. distributions in silicon nanoparticle around a magnetic resonance.}
  197. \label{fgr:concept}
  198. \end{figure}
  199. Recently, plasma explosion imaging technique has been used to observe
  200. electron-hole plasmas (EHP), produced by femtosecond lasers, inside
  201. nanoparticles \cite{Hickstein2014}. Particularly, a strongly localized
  202. EHP in the front side of NaCl nanocrystals of $R = 100$ nm was
  203. revealed. The forward ejection of ions in this case was attributed to
  204. a nanolensing effect inside the nanoparticle and the intensity
  205. enhancement as low as $10\%$ on the far side of the nanoparticle. Much
  206. stronger enhancements can be achived near electric and magnetic dipole
  207. resonances excited in single semiconductor nanoparticles, such as
  208. silicon (Si), germanium (Ge) etc. Interestingly, inhomogeneous
  209. resonant scattering patterns have been experimentally revealed inside
  210. a single silicon nanoparticle \cite{Valuckas2017}.
  211. In this Letter, we show that ultra-short laser-based EHP
  212. photo-excitation in a spherical semiconductor (e.g., silicon)
  213. nanoparticle leads to a strongly inhomogeneous carrier
  214. distribution. To reveal and study this effect, we perform a full-wave
  215. numerical simulation of the intense femtosecond ($\,f\!s$) laser pulse
  216. interaction with a silicon nanoparticle supporting Mie resonances and
  217. two-photon free carrier generation. In particular, we couple
  218. finite-difference time-domain (FDTD) method used to solve Maxwell
  219. equations with kinetic equations describing nonlinear EHP generation.
  220. Three-dimensional transient variation of the material dielectric
  221. permittivity is calculated for nanoparticles of several sizes. The
  222. obtained results propose a novel strategy to create complicated
  223. non-symmetrical nanostructures by using photo-excited single spherical
  224. silicon nanoparticles. Moreover, we show that a dense EHP can be
  225. generated at deeply subwavelength scale
  226. ($\approx$$\lambda$$^3$/100) supporting the formation of small
  227. metalized parts inside the nanoparticle. In fact, such effects
  228. transform an all-dielectric nanoparticle to a hybrid one strongly
  229. extending functionality of the ultrafast optical nanoantennas.
  230. %Plan:
  231. %\begin{itemize}
  232. %\item Fig.1: Beautiful conceptual picture
  233. %\item Fig.2: Temporal evolution of EHP in NP with different diameters
  234. %at fixed intensity, in order to show that we have the highest
  235. %asymmetry around magnetic dipole (MD) resonance. This would be really
  236. %nice!
  237. %\item Fig.3: Temporal evolution of EHP in NP with fixed diameter (at
  238. %MD) at different intensities, in order to show possible regimes of
  239. %plasma-patterning of NP volume. It would be nice, if we will show
  240. %power patterns decencies on intensity for side probe pulse to show beam steering due to symmetry breaking.
  241. %\item Fig.4: (a) Dependence on pulse duration is also interesting. We
  242. %have to show at which duration the asymmetry factor is saturated. (b)
  243. %2D map of asymmetry factor in false colors, where x-axis and y-axis correspond to intensity and NP diameter.
  244. %\end{itemize} %Additionally, if you will manage to calculate
  245. %evolution of scattering power pattern and show considerable effect of
  246. % beam steering, we can try Nanoscale or LPR, because the novelty will
  247. % be very high.
  248. \section{Modeling details}
  249. We focus attention on silicon because this material is promising for
  250. the implementation of numerous nonlinear photonic devices. This
  251. advantage is based on a broad range of optical nonlinearities, strong
  252. two-photon absorption, as well as a possibility of the photo-induced
  253. EHP excitation~\cite{leuthold2010nonlinear}. Furthermore, silicon
  254. nanoantennas demonstrate a sufficiently high damage threshold due to
  255. the large melting temperature ($\approx$1690~K), whereas its nonlinear
  256. optical properties have been extensively studied during last
  257. decays~\cite{Van1987, Sokolowski2000, leuthold2010nonlinear}. High
  258. silicon melting point typically preserves structures formed from this
  259. material up to the EHP densities on the order of the critical value
  260. $n_{cr} \approx 5\cdot{10}^{21}$ cm$^{-3}$ \cite{Korfiatis2007}. At
  261. the critical density and above, silicon acquires metallic properties
  262. ($Re(\epsilon) < 0$) and contributes to the EHP reconfiguration during
  263. ultrashort laser irradiation.
  264. The process of three-dimensional photo-generation of the EHP in
  265. silicon nanoparticles has not been modeled before in
  266. time-domain. Therefore, herein we propose a model considering
  267. ultrashort laser interactions with a resonant silicon sphere, where
  268. the EHP is generated via one- and two-photon absorption processes.
  269. Importantly, we also consider nonlinear feedback of the material by
  270. taking into account the intraband light absorption on the generated
  271. free carriers. To simplify our model, we neglect free carrier
  272. diffusion at the considered short time scales. In fact, the aim of the
  273. present work is to study the EHP dynamics \textit{during} ultra-short
  274. laser interaction with the nanoparticle. The created electron-hole
  275. plasma then will recombine, however, as its existence modifies both
  276. laser-particle interaction and, hence, the following particle
  277. evolution.
  278. \subsection{Light propagation}
  279. Ultra-short laser interaction and light propagation inside the silicon
  280. nanoparticle are modeled by solving the system of Maxwell's equations
  281. written in the following way
  282. \begin{align} \begin{cases} \label{Maxwell}$$
  283. \displaystyle{\frac{\partial{\vec{E}}}{\partial{t}}=\frac{\nabla\times\vec{H}}{\epsilon_0\epsilon}-\frac{1}{\epsilon_0\epsilon}(\vec{J}_p+\vec{J}_{Kerr})} \\
  284. \displaystyle{\frac{\partial{\vec{H}}}{\partial{t}}=-\frac{\nabla\times\vec{E}}{\mu_0}},
  285. $$ \end{cases}
  286. \end{align}
  287. where $\vec{E}$ is the electric field, $\vec{H}$ is the magnetizing
  288. field, $\epsilon_0$ is the free space permittivity, $\mu_0$ is the
  289. permeability of free space, $\epsilon = n^2 = 3.681^2$ is the
  290. permittivity of non-excited silicon at $800$ nm wavelength
  291. \cite{Green1995}, $\vec{J}_p$ and $\vec{J}_{Kerr}$ are the nonlinear
  292. currents, which include the contribution due to Kerr effect
  293. $\vec{J}_{Kerr} =
  294. \epsilon_0\epsilon_\infty\chi_3\frac{\partial\left(\left|\vec{E}\right|^2\vec{E}\right)}{\partial{t}}$,
  295. where $\chi_3 =4\cdot{10}^{-20}$ m$^2$/V$^2$ for laser wavelength
  296. $\lambda = 800$nm \cite{Bristow2007}, and heating of the conduction
  297. band, described by the differential equation derived from the Drude
  298. model
  299. \begin{equation} \label{Drude}
  300. \displaystyle{\frac{\partial{\vec{J_p}}}{\partial{t}} = -
  301. \nu_e\vec{J_p} + \frac{e^2n_e(t)}{m_e^*}\vec{E}},
  302. \end{equation}
  303. where $e$ is the elementary charge, $m_e^* = 0.18m_e$ is the reduced
  304. electron-hole mass \cite{Sokolowski2000}, $n_e(t)$ is the
  305. time-dependent free carrier density and $\nu_e = 10^{15}$ s$^{-1}$ is
  306. the electron collision frequency \cite{Sokolowski2000}. Silicon
  307. nanoparticle is surrounded by vacuum, where the light propagation is
  308. calculated by Maxwell's equations with $\vec{J} = 0$ and
  309. $\epsilon = 1$. The system of Maxwell's equations coupled with
  310. electron density equation is solved by the finite-difference numerical
  311. method \cite{Rudenko2016}, based on the finite-difference time-domain
  312. (FDTD) \cite{Yee1966} and auxiliary-differential methods for
  313. dispersive media \cite{Taflove1995}. At the edges of the grid, we
  314. apply the absorbing boundary conditions related to convolutional
  315. perfectly matched layers (CPML) to avoid nonphysical reflections
  316. \cite{Roden2000}. The initial electric field is introduced as a
  317. Gaussian slightly focused beam as follows
  318. \begin{align}
  319. \begin{aligned}
  320. \label{Gaussian}
  321. {E_x}(t, r, z) = \frac{w_0}{w(z)}{exp}\left(i\omega{t} - \frac{r^2}{{w(z)}^2} - ikz - ik\frac{r^2}{2R(z)} + i\varsigma(z)\right)\\
  322. \times\;{exp}\left(-\frac{(t-t_0)^2}{\theta^2}\right),
  323. \end{aligned}
  324. \end{align}
  325. where $\theta$ is the temporal pulse width at the half maximum (FWHM),
  326. $t_0$ is a time delay, $w_0 = 3{\mu}m$ is the waist beam,
  327. $w(z) = {w_0}\sqrt{1+(\frac{z}{z_R})^2}$ is the Gaussian's beam spot
  328. size, $\omega = 2{\pi}c/{\lambda}$ is the angular frequency,
  329. $\lambda = 800 nm$ is the laser wavelength in air, $c$ is the speed of
  330. light, ${z_R} = \frac{\pi{{w_0}^2}n_0}{\lambda}$ is the Rayleigh
  331. length, $r = \sqrt{x^2 + y^2}$ is the radial distance from the beam's
  332. waist, $R_z = z\left(1+(\frac{z_R}{z})^2\right)$ is the radius of
  333. curvature of the wavelength comprising the beam, and
  334. $\varsigma(z) = {\arctan}(\frac{z}{z_R}) $ is the Gouy phase shift.
  335. \subsection{Material ionization}
  336. To account for the material ionization that is induced by a
  337. sufficiently intense laser field inside the particle, we couple
  338. Maxwell's equations with the kinetic equation for the electron-hole
  339. plasma as described below.
  340. % \begin{figure*}[ht!]
  341. % \centering
  342. % \includegraphics[width=120mm]{fig2.png}
  343. % \caption{\label{fig2} Free carrier density snapshots of electron plasma evolution inside Si nanoparticle taken a) $30\:f\!s$ b) $10\:f\!s$ before the pulse peak, c) at the pulse peak, d) $10\:f\!s$ e) $30\:f\!s$ after the pulse peak. Pulse duration $50\:f\!s$ (FWHM). Wavelength $800$ nm in air. Radius of the nanoparticle $R \approx 105$ nm, corresponding to the resonance condition. Graph shows the dependence of the asymmetric parameter of electron plasma density on the average electron density in the front half of the nanoparticle. $n_{cr} = 5\cdot{10}^{21}$ cm$^{-3}$ is the critical plasma resonance electron density for silicon.}
  344. % \end{figure*}
  345. The time-dependent conduction-band carrier density evolution is
  346. described by a rate equation that was proposed by van Driel
  347. \cite{Van1987}. This equation takes into account such processes as
  348. photoionization, avalanche ionization and Auger recombination, and is
  349. written as
  350. \begin{equation} \label{Dens}
  351. \displaystyle{\frac{\partial{n_e}}{\partial t} =
  352. \frac{n_a-n_e}{n_a}\left(\frac{\sigma_1I}{\hbar\omega} +
  353. \frac{\sigma_2I^2}{2\hbar\omega}\right) + \alpha{I}n_e -
  354. \frac{C\cdot{n_e}^3}{C\tau_{rec}n_e^2+1},} \end{equation} where
  355. $I=\frac{n}{2}\sqrt{\frac{\epsilon_0}{\mu_0}}\left|\vec{E}\right|^2$
  356. is the intensity, $\sigma_1 = 1.021\cdot{10}^3 cm^{-1}$ and
  357. $\sigma_2 = 0.1\cdot{10}^{-7}$ cm/W are the one-photon and two-photon
  358. interband cross-sections \cite{Choi2002, Bristow2007, Derrien2013},
  359. $n_a = 5\cdot{10}^{22} cm^{-3}$ is the saturation particle density
  360. \cite{Derrien2013}, $C = 3.8\cdot{10}^{-31}$ cm$^6$/s is the Auger
  361. recombination rate \cite{Van1987}, $\tau_{rec} = 6\cdot{10}^{-12}$s is
  362. the minimum Auger recombination time \cite{Yoffa1980}, and
  363. $\alpha = 21.2$ cm$^2$/J is the avalanche ionization coefficient
  364. \cite{Pronko1998} at the wavelength $800$ nm in air. As we have noted,
  365. free carrier diffusion is neglected during and shortly after the laser
  366. excitation \cite{Van1987, Sokolowski2000}.
  367. \begin{figure}[ht!]
  368. \centering
  369. \includegraphics[width=0.495\textwidth]{mie-fdtd-3}
  370. \caption{\label{mie-fdtd} Mie and FDTD comparison. (c-f) Incident light propagates from the left to the right.}
  371. \end{figure}
  372. \begin{figure*}[ht!] \label{EHP}
  373. \centering
  374. \begin{tabular*}{0.76\textwidth}{ c@{\extracolsep{\fill}} c@{\extracolsep{\fill}} c@{\extracolsep{\fill}} c@{\extracolsep{\fill}} c}
  375. $-80\:f\!s$&$-60\:f\!s$&$-30\:f\!s$&$ -20\:f\!s$&$ -10\:f\!s$\\
  376. \end{tabular*}
  377. {\setlength\topsep{-1pt}
  378. \begin{flushleft}
  379. $R=75$~nm
  380. \end{flushleft}}
  381. \includegraphics[width=0.9\textwidth]{2nm_75}
  382. {\setlength\topsep{-1pt}
  383. \begin{flushleft}
  384. $R=100$~nm
  385. \end{flushleft}}
  386. \includegraphics[width=0.9\textwidth]{2nm_100}
  387. {\setlength\topsep{-1pt}
  388. \begin{flushleft}
  389. $R=115$~nm
  390. \end{flushleft}}
  391. \includegraphics[width=0.9\textwidth]{2nm_115}
  392. \caption{\label{plasma-105nm} Evolution of electron density $n_e$
  393. (using $10^{\,20} \ {\rm cm}^{-3}$ units) for
  394. (a$\,$--$\,$e)~$R=75$~nm, (f$\,$--$\,$j$\,$)~$R=100$~nm, and
  395. ($\,$k$\,$--$\,$o)~$R=115$~nm. Gaussian pulse duration $80\:f\!s$,
  396. snapshots are taken before the pulse maxima, the corresponding
  397. time-shifts are shown in the top of each column. Laser irradiation
  398. fluences are (a-e) $0.12$ J/cm$^2$, (f-o) $0.16$ J/cm$^2$.}
  399. \end{figure*}
  400. The changes of the real and imaginary parts of the permittivity
  401. associated with the time-dependent free carrier response
  402. \cite{Sokolowski2000} can be derived from equations (\ref{Maxwell},
  403. \ref{Drude}) and are written as follows
  404. \begin{align} \begin{cases} \label{Index} $$
  405. \displaystyle{Re(\epsilon) = \epsilon -\frac{{e^2}n_e}{\epsilon_0m_e^*(\omega^2+{\nu_e}^2)}} \\
  406. \displaystyle{Im(\epsilon) = \frac{{e^2}n_e\nu_e}{\epsilon_0m_e^*\omega(\omega^2+{\nu_e}^2)}.}
  407. $$ \end{cases} \end{align}
  408. \section{Results and discussion}
  409. %\subsection{Effect of the irradiation intensity on EHP generation}
  410. Firstly, we analyze the intensity distribution inside the non-excited
  411. Si nanoparticle as a function of its size for a fixed laser wavelength
  412. $\lambda = 800$ nm. We introduce $G$ factor of asymmetry,
  413. corresponding to ratio between the energy deposited in the front side
  414. of the nanoparticle to the energy in the back
  415. side. Fig. \ref{mie-fdtd}(b) shows the $G$ factor as a function of the
  416. nanoparticle size. For the nanoparticles of sizes below the first
  417. magnetic dipole resonance, the intensity is enhanced in the front side
  418. as in Fig. \ref{mie-fdtd}(c) and $G > 0$. The behavior changes near
  419. the size resonance value, corresponding to $R \approx 105$ nm. In
  420. contrast, for larger sizes, the intensity is enhanced in the back side
  421. of the nanoparticle as demonstrated in Fig. \ref{mie-fdtd}(d). In
  422. fact, the similar EHP distributions can be obtained by applying
  423. Maxwell's equations coupled with the rate equation for weak excitation
  424. $n_e \approx 10^{20}$ cm$^{-3}$ and low intensities
  425. $I \approx 10^{12}$ W/cm$^2$. The optical properties do not change
  426. considerably due to excitation according to (\ref{Index}). Therefore,
  427. the excitation processes follow the intensity distribution.
  428. % Fig. \ref{Mie} demonstrates the temporal evolution of the EHP
  429. % generated inside the silicon nanoparticle of $R \approx 105$
  430. % nm. Here, irradiation by high-intensity, $I\approx $ from XXX to YYY
  431. % (???), ultrashort laser Gaussian pulse is considered. Snapshots of
  432. % free carrier density taken at different times correspond to
  433. % different total amount of the deposited energy (different laser
  434. % intensities).
  435. %To better analyze the degree of inhomogeneity, we introduce the EHP
  436. % asymmetry parameter, $G$, which is defined as a relation between the
  437. % average electron density generated in the front side of the
  438. % nanoparticle and the average electron density in the back side, as
  439. % shown in Fig. \ref{fig2}. During the femtosecond pulse interaction,
  440. % this parameter significantly varies.
  441. In what follows, we present the calculation results obtained by using
  442. Maxwell's equations coupled with electron kinetics for different radii
  443. for resonant and non-resonant conditions and for stronger
  444. excitation. In this case, we demonstrate that the geometry of the EHP
  445. distribution can strongly deviate from the intensity distribution
  446. given by Mie theory. Far before the pulse peak shown in
  447. Fig. \ref{EHP}(a, e, i), the excitation processes follow the intensity
  448. distribution, generating a low-density electron plasma of a toroidal
  449. shape at magnetic dipole resonance conditions. For higher intensities,
  450. the optical properties of silicon change significantly according to
  451. the equations (\ref{Index}). As a result, the non-resonant electric
  452. dipole contributes to the forward shifting of EHP density
  453. maximum. Therefore, EHP is localized in the front part of the
  454. nanoparticle, increasing the asymmetry factor $G$ in
  455. Fig. \ref{EHP}. Approximately at the pulse peak, the critical electron
  456. density $n_{cr} = 5\cdot{10}^{21} cm^{-3}$ for silicon, which
  457. corresponds to the transition to quasi-metallic state
  458. $Re(\epsilon) \approx 0$ and to the electron plasma resonance
  459. (so-called "volume plasmons", and/or "localized plasmons" typical for
  460. metallic nanoparticles !??) \cite{Sokolowski2000}, is overcome. At
  461. the same time, $G$ factor reaches the maximum value close to $2.5$ in
  462. Fig. \ref{fig2}(c). Further irradiation leads to a decrease in the
  463. asymmetry parameter down to $1$ for higher electron densities, as one
  464. may observe in Fig. \ref{EHP}(e, i, o).
  465. It is worth noting that it is possible to achieve a formation of
  466. deeply subwavelength EHP regions due to high field localization. In
  467. particular, we observe very small EHP localization at magnetic dipole
  468. resonant conditions for $R \approx 105$ nm. The EHP distribution in
  469. Fig. \ref{EHP}(d) is optimal for symmetry breaking in silicon
  470. nanoparticle, as it results in the larger asymmetry factor $G$ and
  471. higher electron densities $n_e$. We stress here that such regime could
  472. be still safe for nanoparticle due to the very small volume where such
  473. high EHP density is formed.
  474. %\subsection{Effects of nanoparticle size and scattering efficiency factor on scattering directions}
  475. % \begin{figure}[ht] \centering
  476. % \includegraphics[width=90mm]{fig3.png}
  477. % \caption{\label{fig3} a) Scattering efficiency factor $Q_{sca}$
  478. % dependence on the radius $R$ of non-excited silicon nanoparticle
  479. % calculated by Mie theory; b) Parameter of forward/backward scattering
  480. % dependence on the radius $R$ calculated by Mie theory for non-excited
  481. % silicon nanoparticle c) Optimization parameter $K$ dependence on the
  482. % average electron density $n_e^{front}$ in the front half of the
  483. % nanoparticle for indicated radii (1-7).}
  484. % \end{figure}
  485. % We have discussed the EHP kinetics for a silicon nanoparticle of a
  486. % fixed radius $R \approx 105$ nm. In what follows, we investigate the
  487. % influence of the nanoparticle size on the EHP patterns and temporal
  488. % evolution during ultrashort laser irradiation. A brief analysis of
  489. % the initial intensity distribution inside the nanoparticle given by
  490. % the classical Mie theory for homogeneous spherical particles
  491. % \cite{Mie1908} can be useful in this case. Fig. \ref{fig3}(a, b)
  492. % shows the scattering efficiency and the asymmetry parameter for
  493. % forward/backward scattering for non-excited silicon nanoparticles of
  494. % different radii calculated by Mie theory \cite{Mie1908}. Scattering
  495. % efficiency dependence gives us the value of resonant sizes of
  496. % nanoparticles, where the initial electric fields are significantly
  497. % enhanced and, therefore, we can expect that the following conditions
  498. % will result in a stronger electron density gradients. Additionally,
  499. % in the case of maximum forward or backward scattering, the initial
  500. % intensity distribution has the maximum of asymmetry. One can note,
  501. % that for $R \approx 100$ nm and $R \approx 150$ nm both criteria are
  502. % fulfilled: the intensity is enhanced $5-10$ times due to
  503. % near-resonance conditions and its distribution has a strong
  504. % asymmetry.
  505. % In what follows, we present the calculation results obtained by
  506. % using Maxwell's equations coupled with electron kinetics for
  507. % different extremum radii for resonant and non-resonant
  508. % conditions. One can note, that the maximum asymmetry factor of EHP
  509. % $G$ does not guarantee the optimal asymmetry of intensity
  510. % distribution, as the size of generated plasma and the value of the
  511. % electron density equally contribute to the change of the modified
  512. % nanoparticle optical response. For example, it is easier to localize
  513. % high electron densities inside smaller nanoparticles, however, due
  514. % to the negligible size of the generated EHP with respect to laser
  515. % wavelength in media, the intensity distribution around the
  516. % nanoparticle will not change considerably. Therefore, we propose to
  517. % introduce the optimization factor
  518. % $K = \frac{n_e(G-1)R^2}{n_{cr}G{R_0^2}}$, where $R_0 = 100$ nm,
  519. % $n_{cr} = 5\cdot{10}^{21} cm^{-3}$, and $G$ is asymmetry of EHP,
  520. % defined previously. The calculation results for different radii of
  521. % silicon nanoparticles and electron densities are presented in
  522. % Fig. \ref{fig3}(c). One can see, that the maximum value are achieved
  523. % for the nanoparticles, that satisfy both initial maximum forward
  524. % scattering and not far from the first resonant condition. For larger
  525. % nanoparticles, lower values of EHP asymmetry factor are obtained, as
  526. % the electron density evolves not only from the intensity patterns in
  527. % the front side of the nanoparticle but also in the back side.
  528. TODO:
  529. Need to discuss agreement/differences between Mie and FDTD+rate. Anton ?!
  530. %To demonstrate the effect of symmetry breaking, we calculate the intensity distribution around the nanoparticle for double-pulse experiment. The first pulse of larger pulse energy and polarization along $Ox$ generates asymmetric EHP inside silicon nanoparticle, whereas the second pulse of lower pulse energy and polarization $Oz$ interacts with EHP after the first pulse is gone. The minimum relaxation time of high electron density in silicon is $\tau_{rec} = 6\cdot{10}^{-12}$ s \cite{Yoffa1980}, therefore, the electron density will not have time to decrease significantly for subpicosecond pulse separations. In our simulations, we use $\delta{t} = 200\:f\!s$ pulse separation. The intensity distributions near the silicon nanoparticle of $R = 95$ nm, corresponding to maxima value of $K$ optimization factor, without plasma and with generated plasma are shown in Fig. \ref{fig4}. The intensity distribution is strongly asymmetric in the case of EHP presence. One can note, that the excited nanoparticle is out of quasi-resonant condition and the intensity enhancements in Fig. \ref{fig4}(c) are weaker than in Fig. \ref{fig4}(b). Therefore, the generated nanoplasma acts like a quasi-metallic nonconcentric nanoshell inside the nanoparticle, providing a symmetry reduction \cite{Wang2006}.
  531. % \begin{figure}[ht] \centering
  532. % \includegraphics[width=90mm]{fig4.png}
  533. % \caption{\label{fig4} a) Electron plasma distribution inside Si
  534. % nanoparticle $R \approx 95$ nm $50\:f\!s$ after the pulse peak; (Kostya: Is it scattering field intensity snapshot $XXX\:f\!s$ after the second pulse maxima passed the particle?) Intensity
  535. % distributions around and inside the nanoparticle b) without plasma, c)
  536. % with electron plasma inside.}
  537. % \end{figure}
  538. %\begin{figure} %\centering
  539. % \includegraphics[height=0.7\linewidth]{Si-flow-R140-XYZ-Eabs}
  540. % \caption{EHP distributions for nonres., MD, ED, and MQ nanoparticles
  541. % at moderate photoexcitation. The aim is to show different possible
  542. % EHP patterns and how strong could be symmetry breaking.
  543. % \label{fgr:example}
  544. %\end{figure}
  545. %\subsection{Asymmetry analysis: effects of pulse duration, intensity and size} It is important to optimize asymmetry by varying pulse duration, intensity and size.
  546. TODO Kostya: add some discusion on rise-on time for optical switching
  547. like this: Small size will give as a magnetic dipole b1 resonance with
  548. Q-factor (ratio of wavelength to the resonance width at half-height)
  549. of about 8, a1 Q approx 4, the larger particle will have b2 Q approx
  550. 40. For large particle we will have e.g. at R=238.4 second order b4
  551. resonance with Q approx 800. As soon as the period at WL=800nm is $2.6\:f\!s$, we need about $25\:f\!s$ pulse to pump dipole response, about $150\:f\!s$
  552. for quadrupole, and about $2000\:f\!s$ for b4. If we think of optical
  553. switching applications this is a rise-on time.
  554. TODO Kostya: Add discussion about mode selection due to the formation
  555. of the plasma.
  556. \section{Conclusions} We have considered ultra-short and sufficiently
  557. intense light interactions with a single semiconductor nanoparticle
  558. under different irradiation conditions and for various particle
  559. sizes. As a result of the presented self-consistent calculations, we
  560. have obtained spatio-temporal EHP evolution inside the
  561. nanoparticle. % for different laser intensities. % and temporal pulse widths.
  562. It has been demonstrated that the EHP generation strongly affects
  563. nanoparticle scattering and, in particular, changes the preferable
  564. scattering direction. Different pathways of EHP evolution from the
  565. front side to the back side have been revealed, depending on the
  566. nanoparticle sizes, and the origin of different behavior has been
  567. explained by Mie theory. The higher EHP asymmetry is established for
  568. nanoparticles of smaller sizes below the first magnetic dipole
  569. resonance. Essentially different EHP evolution and lower asymmetry is
  570. achieved for larger nanoparticles due to the initial intensity
  571. enhancement in the back side of the nanoparticle.
  572. % In particular, the scattering efficiency factor is used to define
  573. % the optimum nanoparticle size for preferential forward or backward
  574. % scattering. Furthermore, a parameter has been introduced to describe
  575. % the scattering asymmetry as a ratio of the EHP density in the front
  576. % side to that in the back side of the nanoparticle. This parameter
  577. % can be then used for two-dimensional scattering mapping, which is
  578. % particularly important in numerous photonics applications.
  579. The EHP asymmetry opens a wide range of applications in nanoparticle
  580. nanomashining/manipulation at nanoscale, catalysis as well as
  581. nano-bio-applications. The observed plasma-induced breaking symmetry
  582. can be also useful for beam steering, or for the enhanced second
  583. harmonics generation.
  584. \section{Acknowledgments} We gratefully acknowledge support from The
  585. French Ministry of Science and Education, from the French Center of
  586. Scientific Research (CNRS) and from the PHC Kolmogorov project
  587. "FORMALAS".
  588. %%%END OF MAIN TEXT%%%
  589. %The \balance command can be used to balance the columns on the final
  590. %page if desired. It should be placed anywhere within the first column
  591. %of the last page.
  592. %\balance
  593. %If notes are included in your references you can change the title
  594. % from 'References' to 'Notes and references' using the following
  595. % command:
  596. % \renewcommand\refname{Notes and references}
  597. %%%REFERENCES%%%
  598. \bibliography{References.bib} %You need to replace "rsc" on this line
  599. %with the name of your .bib file
  600. \bibliographystyle{rsc} %the RSC's .bst file
  601. \end{document}