From a6fcd4f317b088db79a1102e2c149d6bb16c6f8e Mon Sep 17 00:00:00 2001 From: Guillaume Demesy <guillaume.demesy@fresnel.fr> Date: Mon, 23 Sep 2019 00:18:10 +0200 Subject: [PATCH] Update README.md --- ElectromagneticScattering/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ElectromagneticScattering/README.md b/ElectromagneticScattering/README.md index 248de22..80a201b 100644 --- a/ElectromagneticScattering/README.md +++ b/ElectromagneticScattering/README.md @@ -2,17 +2,18 @@ A Onelab model for 3D scattering problems in nanophotonics. ## Synopsis -This project contains a [Onelab](http://onelab.info/wiki/ONELAB) model for solving various 3D electromagnetic scattering problems on an isolated object : +This project contains a [Onelab](http://onelab.info/wiki/ONELAB) model for solving various 3D electromagnetic problems on an isolated arbitrary object : * T-matrix computation: See https://arxiv.org/abs/1802.00596 for details * Quasi-normal modes * Plane wave response -* Green's function (LDOS) +* Green's function ## Installation -This model requires the following (open-source) programs: -* [onelab](http://onelab.info/wiki/ONELAB), which bundles both [gmsh](http://www.gmsh.info/) and [getdp](http://www.getdp.info/) -* python (v2.7.x or v3.6.x) with numpy, scipy and matplotlib +This model requires the following programs: +* [gmsh](http://www.gmsh.info/) +* [getdp](http://www.getdp.info/) compiled with python support (see below) +* python (>3.5.x) with numpy, scipy and matplotlib ## Running the model @@ -20,4 +21,4 @@ Open `scattering.pro` with Gmsh. ## Authors -Guillaume Demésy and Brian Stout \ No newline at end of file +Guillaume Demésy and Brian Stout -- GitLab