Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
paulxshen committed Nov 14, 2024
1 parent f3b9a43 commit d5f5a62
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Luminescent_AI_docs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pxshen@alumni.stanford.edu>"
]
},
Expand Down Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -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"
]
Expand Down

0 comments on commit d5f5a62

Please sign in to comment.