References¶
Theoretical background¶
The phasematching spectrum of a nonlinear optical process in an ideal guiding structure (waveguide, fibre, etc…) of length \(L\) can be calculated using the equation
where \(\Delta\beta\) is the phase mismatch of the process, \(z\) is the optical axis of the system and \(sinc(x) = sin(x)/x\). For example, in a three-wave mixing process, the \(\Delta\beta\) is usually given by
being \(\beta_i\) the wavevector of the \(i^{th}\) field.
If, however, the structure is not ideal and its properties change along the propagation axis z, the phase mismatch \(\Delta\beta\) may vary along the guiding structure, i.e. \(\Delta\beta = \Delta\beta(z)\). In this case, the phasematching spectrum is given by
The integral \(\int_0^z\Delta\beta(\xi)d\xi\) is necessary to correctly keep track of the phase acquired by the fields as they travel along an inhomogeneous medium.
In the current iteration of the software, the previous integral is solved in two slightly different ways.
The class pynumpm.phasematching.SimplePhasematchingDeltaBeta discretises it as
This is an exact piecewise integration of (2).
The classes pynumpm.phasematching.SimplePhasematching1D and pynumpm.phasematching.SimplePhasematching2D
discretise (2) as
which is the rectangular approximation of (2). In the future, I will update also these calculations. However, there is no real difference between the two methods, if the wavelength and the z meshes have enough resolution.
While this API can be used to calculate the spectrum of an ideal waveguide, this task is quite trivial, since an analytic expression exist (see first integral). This API was developed to calculate the phasematching of an inhomogeneous structure for a given profile \(\Delta\beta(z)\) or, equivalently, if the variation of the refractive index \(n(z)\) along the guiding structure is known.
Useful literature¶
Publications¶
The code developed in this package has been used to write the following scientific papers:
- M. Santandrea et al., Fabrication limits of waveguides in nonlinear crystals and their impact on quantum optics applications, 2019 New J. Phys. 21 033038
- M. Santandrea et al., General framework for the analysis of imperfections in nonlinear systems, arXiv:1906.09857
- M. Santandrea et al., Characterisation of Inhomogeneities in Ti:LiNbO3 waveguides, arXiv:1906.10018