{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# PyGBe on Localized Surface Plasmon Resonance (LSPR)\n", "\n", "*Natalia C. Clementi & Lorena A. Barba*\n", "\n", "The George Washington University, April 2017" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## PyGBe \n", "\n", "PyGBe—pronounced _pigbē_—is a Python library that uses the boundary integral method applied to biomolecular electrostatics and (most recently) simple nanoparticle plasmonics. \n", "\n", "The official citation for PyGBE is given in Reference 1. The software is shared under the BSD 3-clause license and the development repository is available on Github at [https://github.com/barbagroup/pygbe](https://github.com/barbagroup/pygbe).\n", "\n", "The physical model behind PyGBE is an implicit-solvent representation of biomolecules in an ionic solution (i.e., continuum approximation). Interfaces between biomolecules and surroundings (so-called solvent-accessible surfaces) are discretized with triangular elements, where values of electrostatic potential are obtained by collocation. Algorithmically, the solver is accelerated using a treecode; further acceleration on hardware is obtained using GPUs.\n", "\n", "The most recent updates to PyGBe allow treating localized surface plasmons quasi-statically. Localized surface plasmon resonance (LSPR) is an optical effect, but electrostatics is a good approximation in the long-wavelength limit. For nanoparticles smaller than the wavelength of incident light, PyGBe can compute the extinction cross-section. We plan to use this new feature of PyGBe to study the suitability and performance of nanobiosensors. \n", "\n", "We believe PyGBe to be the first open-source software able to compute extinction cross-sections of arbitrary geometry." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Response of LSPR biosensors\n", "\n", "LSPR is an optical effect, but electrostatics makes a good approximation in the long-wavelength limit. In this regime, PyGBe's approach can be suitable. \n", "\n", "The electric field decays rapidly away from the nanoparticle. Reference 2 shows that analytes are hard to sense if placed further than approximately $15$ nm from the biosensor.\n", "\n", "As the sensitivity of LSPR biosensors is highly dependent on distance, we will use PyGBE to study this behavior using a spherical biosensor responding to analytes at different distances. \n", "\n", "The boundary integral method used in PyGBe accounts for fine structural details of the analyte and the nanoparticle, as well as the relative position between them. \n", "\n", " \n", "\n", "#### Fig 1. Sketch of an LSPR biosensor from Ref. 3." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Scattering in the far field\n", "\n", "In LSPR computations, we measure the scattered electromagnetic field on a detector that is located far away from the nanoparticle. In the quasistatic approximation, we only need to compute the electric field and the magnetic contribution can be neglected (Ref. 4).\n", "\n", "In the far-field limit, the scattered field in the outside region ($\\Omega_2$) is given by: \n", "\n", "\\begin{equation*}\n", " \\mathbf{E}_{2s} = \\frac{1}{4\\pi\\epsilon_2}k^2\\frac{e^{ikr}}{r} (\\mathbf{\\hat{r}} \\times \\mathbf{p})\\times\\mathbf{\\hat{r}}.\n", "\\end{equation*} \n", "\n", "where $k=2\\pi/\\lambda$ is the wave number and $\\lambda$ the wavelength, $\\mathbf{\\hat{r}}$ is a unit vector in the direction of the observation point, and $\\mathbf{p}$ is the dipole moment.\n", "\n", "We can also obtain the scattered field with the forward-scattering amplitude (Ref. 5):\n", "\n", "\\begin{equation*}\n", " \\mathbf{E}_{2s}(\\mathbf{r})_{r\\to\\infty} = \\frac{e^{ikr}}{r} \\mathbf{F}(\\mathbf{k},\\mathbf{k}_0),\n", "\\end{equation*}\n", "\n", "where $\\mathbf{F}$ is the forward-scattering amplitude, $\\mathbf{k}$ is the scattered wave vector in the direction of propagation, and $\\mathbf{k}_0$ the wave vector of the incident field. \n", "\n", "Via these two equations, we use PyGBe to compute the scattered electric field and then solve for the forward-scattering amplitude.\n", "\n", "### Cross extinction section and optical theorem\n", "\n", "The optical theorem relates the extinction cross-section with the forward-scattering amplitude. The traditional expression for this relationship applies for non-absorbing media (4,5). The expression for absorbing media (Refs. 7 and 8) was recently corrected by Mishchenko (Ref. 9), who gives the following expression:\n", "\n", "\\begin{equation*}\n", " C_\\text{ext} = \\frac{4\\pi}{k^\\prime} \\operatorname{Im} \\left[ \\frac{\\mathbf{\\hat{e}}_i}{|\\mathbf{E}_i|}\\mathbf{F}(\\mathbf{k}=\\mathbf{k}_0, \\mathbf{k}_0) \\right].\n", "\\end{equation*}\n", "\n", "Here, $k^\\prime$ is the real part of the complex wave number. \n", "\n", "\\begin{equation*}\n", " k = k^\\prime + ik^{\\prime\\prime} = \\frac{2\\pi}{\\lambda} n,\n", "\\end{equation*}\n", "\n", "and $n$ is the refraction index of the host medium." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Preliminary results\n", "\n", "In the following notebooks, we report on code verification of PyGBe's new LSPR feature using analytical solutions, and grid-convergence analysis.\n", "\n", "Analytical solutions for extinction cross-sections are available only for simple spherical geometries. We first compare the results obtained with PyGBe and the analytical solution for isolated spheres. We use four increasingly refined triangular meshes on the spherical surface to study grid convergence. Next, we compute the extinction cross-section as a function of wevelength for silver and gold spheres in water, and compare with the analytical result. See:\n", "\n", "* [Results for an isolated nanoparticle](http://nbviewer.jupyter.org/github/barbagroup/pygbe_lspr/blob/master/reports/02_Isolated_nanoparticle_verification.ipynb)\n", "\n", "The final notebook presents calculations of LSPR response for one spherical nanoparticle surrounded by six spherical \"molecules.\" A grid-convergence study (using Richardson extrapolation) shows that PyGBe is suitable for modeling this phenomenon. See:\n", "\n", "* [LSPR sensor response calculation](http://nbviewer.jupyter.org/github/barbagroup/pygbe_lspr/blob/master/reports/03_LSPR_sensor_response_POC.ipynb)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## References\n", "\n", "1. Cooper, C.D., Clementi, N.C., Forsyth, G.F. and Barba, L.A. (2016), PyGBe: Python, GPUs and Boundary elements for biomolecular electrostatics, _The Journal of Open Source Software (JOSS)_, Vol.1(4), [doi:10.21105/joss.00043](http://dx.doi.org/10.21105/joss.00043).\n", "\n", "2. Haes, A.J., Zou, S., Schatz, G.C., & Van Duyne, R.P. (2004), A nanoscale optical biosensor: the long range distance dependence of the localized surface plasmon resonance of noble metal nanoparticles, _The Journal of Physical Chemistry B_ Vol.108(1):109-116.\n", "\n", "3. Cooper Villagran, Christopher D. (2015), Biomolecular electrostatics with continuum models: a boundary integral implementation and applications to biosensors, Boston University PhD Thesis. https://open.bu.edu/handle/2144/15650\n", "\n", "4. Mayergoyz, I.D. and Zhang, Z. (2007), The computation of extinction cross sections of resonant metallic nanoparticles subject to optical radiation. _IEEE Transactions on Magnetics_, Vol.43(4):1681–1684, [doi:10.1021/jp0361327](http://dx.doi.org/10.1021/jp0361327).\n", "\n", "5. Jackson, J. D. (1998), _Classical Electrodynamics_ Wiley, 3rd edition.\n", "\n", "6. Bohren, C.F. and Huffman, D.R. (1983), _Absorption and Scattering of Light by Small Particles_, John Wiley & Sons.\n", "\n", "7. Bohren, C.F. and Gilra, D.P. (1979). Extinction by a spherical particle in an absorbing medium, _Journal of Colloid and Interface Science_, Vol.72(2):215–221 [doi:10.1016/0021-9797(79)90103-6](https://doi.org/10.1016/0021-9797(79)90103-6).\n", "\n", "8. Videen, G. and Sun, W. (2003), Yet another look at light scattering from particles in absorbing media, _Applied Optics_, Vol.42(33):6724–6727 [doi:10.1364/AO.42.006724](https://doi.org/10.1364/AO.42.006724).\n", "\n", "9. Mishchenko, M. I. (2007). Electromagnetic scattering by a fixed finite object embedded in an absorbing medium, _Optics Express_, Vol.20(15):13188–13202 [doi:10.1364/OE.15.013188](https://doi.org/10.1364/OE.15.013188)." ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "#Ignore this cell, It simply loads a style for the notebook.\n", "\n", "from IPython.core.display import HTML\n", "def css_styling():\n", " try:\n", " styles = open(\"styles/custom.css\", \"r\").read()\n", " return HTML(styles)\n", " except:\n", " pass\n", "css_styling()" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.5.2" } }, "nbformat": 4, "nbformat_minor": 2 }