From d5f5a620a230b9dc7fe11b29815811b150e4037c Mon Sep 17 00:00:00 2001 From: Paul Shen Date: Thu, 14 Nov 2024 16:33:40 -0500 Subject: [PATCH] --- Luminescent_AI_docs.ipynb | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Luminescent_AI_docs.ipynb b/Luminescent_AI_docs.ipynb index 1f6f7c2..97d9210 100644 --- a/Luminescent_AI_docs.ipynb +++ b/Luminescent_AI_docs.ipynb @@ -6,8 +6,8 @@ "metadata": {}, "source": [ "# Generative AI Design & Simulation for Photonics\n", - "v0.2-beta\n", - "2024/09/30 \n", + "v0.3-beta\n", + "2024/11/14 \n", "Paul Shen " ] }, @@ -70,12 +70,15 @@ "metadata": {}, "source": [ "# Installation\n", + "Please contact us for latest installation files. We occasionally build and release installation binaries but they're out of date.\n", + "\n", "## Windows\n", - "1. [Download](https://github.com/paulxshen/Luminescent.jl/releases) & unzip `Luminescent_AI.zip` backend binaries. Add **where_you_unzipped**\\Luminescent_AI\\bin to Path (using \"edit environmental variables\")\n", - "2. Install Anaconda distribution of Python . Inside Anaconda Prompt do `pip install -U luminescent`\n", + "1. **Frontend**. Install Anaconda distribution of Python . Inside Anaconda Prompt do `pip install -U luminescent`\n", + "2. **Backend**. Unzip `Luminescent_AI.zip` binaries. Add **where_you_unzipped**`\\Luminescent_AI\\bin` to Path (using \"edit environmental variables\")\n", " \n", "## Linux\n", - "Please request" + "1. **Frontend**. `pip install -U luminescent`\n", + "2. **Backend**. TBD" ] }, { @@ -115,7 +118,7 @@ "source": [ "## waveguide bend\n", "### 5um radius\n", - "We characterize insertion loss (IL) of waveguide bends wrt radius. First we do R=5um, the often cited minimum radius in silicon photonics. Here, we only need S21\n" + "We characterize insertion loss (IL) of waveguide bends wrt radius. First we do R=5um, the often cited minimum radius in silicon photonics. Here, we only need S21. Note we use inner radius in accordance with gdsfactory \n" ] }, { @@ -182,7 +185,7 @@ "id": "13c566ae-b363-4fc6-ad94-87451c767185", "metadata": {}, "source": [ - "Loss is only -0.03dB. \n", + "Loss is only -0.03dB similar to [Tidy3D example](https://www.flexcompute.com/tidy3d/examples/notebooks/EulerWaveguideBend/)\n", "### 2um radius\n", "We now do a tighter bend R=2um" ]