diff --git a/docs/notebooks/12_sim_plugins_tidy3d.ipynb b/docs/notebooks/12_sim_plugins_tidy3d.ipynb index 06200345..87c19d76 100644 --- a/docs/notebooks/12_sim_plugins_tidy3d.ipynb +++ b/docs/notebooks/12_sim_plugins_tidy3d.ipynb @@ -161,7 +161,7 @@ "circuit, _ = sax.circuit(\n", " netlist=netlist,\n", " models={\n", - " \"bend_euler_sc\": bend_euler,\n", + " \"bend_euler\": bend_euler,\n", " \"ebeam_y_1550\": ebeam_y_1550,\n", " \"straight\": straight,\n", " },\n", @@ -208,7 +208,7 @@ "circuit, _ = sax.circuit(\n", " netlist=netlist,\n", " models={\n", - " \"bend_euler_sc\": bend_euler,\n", + " \"bend_euler\": bend_euler,\n", " \"ebeam_y_1550\": ebeam_y_1550,\n", " \"straight\": straight,\n", " },\n", @@ -232,22 +232,6 @@ "plt.grid(True)\n", "plt.show()" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "17", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "18", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { diff --git a/docs/notebooks/14_sax_tidy3d.ipynb b/docs/notebooks/14_sax_tidy3d.ipynb index b119c296..ec091e8b 100644 --- a/docs/notebooks/14_sax_tidy3d.ipynb +++ b/docs/notebooks/14_sax_tidy3d.ipynb @@ -359,7 +359,7 @@ "outputs": [], "source": [ "netlist = mzi.get_netlist()\n", - "pprint(netlist[\"connections\"])" + "pprint(netlist[\"nets\"])" ] }, { @@ -631,7 +631,7 @@ "metadata": {}, "outputs": [], "source": [ - "mzi_yaml = mzi_component.get_netlist_yaml()\n", + "mzi_yaml = mzi_component.get_netlist()\n", "mzi_component2 = gf.read.from_yaml(mzi_yaml)\n", "fig = mzi_component2.plot()" ] @@ -830,12 +830,6 @@ "source": [ "As you can see two couplers have more broadband response" ] - }, - { - "cell_type": "markdown", - "id": "53", - "metadata": {}, - "source": [] } ], "metadata": {