gplugins 1.2.2__tar.gz → 1.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gplugins-1.2.2 → gplugins-1.2.4}/PKG-INFO +26 -19
- {gplugins-1.2.2 → gplugins-1.2.4}/README.md +24 -17
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/__init__.py +1 -1
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/get_component_with_local_layers.py +2 -1
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/netlist_spice_reader.py +3 -1
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/models.py +1 -2
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sentaurus/sdevice.py +6 -6
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/component.py +8 -5
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/get_simulation_grating_coupler.py +212 -211
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/vlsir/export_netlist.py +5 -6
- {gplugins-1.2.2 → gplugins-1.2.4}/pyproject.toml +3 -3
- {gplugins-1.2.2 → gplugins-1.2.4}/LICENSE +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/base_models/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/base_models/component.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/base_models/simulation.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/config.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/types.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/add_simulation_markers.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/async_helpers.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/cache.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/convert_sparameters.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/disable_print.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/get_capacitance.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/get_component_with_net_layers.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/get_effective_indices.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/get_scattering.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/get_sparameters_path.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/optical_constants.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/parse_layer_stack.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/plot.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/plot_csv.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/port_symmetries.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/common/utils/tests/test_get_component_with_new_port_layers.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/dagster/Makefile +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/dagster/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/dagster/workflow.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/devsim/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/devsim/doping.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/devsim/get_simulation.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/devsim/get_simulation_xsection.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/devsim/get_solver.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/devsim/test_devsim.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/elmer/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/elmer/electrostatic.sif.j2 +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/elmer/get_capacitance.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/elmer/tests/test_elmer.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/fdtdz/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/fdtdz/get_epsilon_fdtdz.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/fdtdz/get_ports_fdtdz.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/fdtdz/get_sparameters_fdtdz.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/femwell/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/femwell/mode_solver.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/femwell/solve_thermal.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/femwell/test_mode_solver.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gfviz/Makefile +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gfviz/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gfviz/b64.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gfviz/gfviz.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gfviz/netlist.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gfviz/serve.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gfviz/static/b64.js +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gfviz/static/schemedit.js +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gfviz/static/schemedit.wasm +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gfviz/templates/example.json +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gfviz/templates/index.html +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/get_material.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/get_meep_geometry.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/get_port_eigenmode.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/get_simulation.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/get_simulation_grating_farfield.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/get_simulation_grating_fiber.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/meep_adjoint_optimization.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_eigenmode.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_materials.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_sparameterNxN/test_sparameterNxN_crossing.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_sparameterNxN/test_sparameterNxN_straight.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_write_sparameters_meep/test_sparameterNxN_crossing.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_write_sparameters_meep/test_sparameterNxN_straight.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_write_sparameters_meep/test_sparameterNxN_symmetries_straight.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_write_sparameters_meep/test_sparameter_straight_mpi.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_write_sparameters_meep/test_sparameter_straight_mpi_pool.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_crossing_symmetric.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight_batch.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight_mpi.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight_mpi_pool.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight_symmetric.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/test_write_sparameters_meep.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/write_sparameters_grating.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/write_sparameters_meep.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/write_sparameters_meep_batch.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmeep/write_sparameters_meep_mpi.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmsh/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmsh/define_polysurfaces.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmsh/get_mesh.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmsh/parse_component.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmsh/parse_gds.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmsh/tests/test_custom_names.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmsh/tests/test_meshing_2D.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmsh/tests/test_meshing_3D.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmsh/uz_xsection_mesh.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmsh/xy_xsection_mesh.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/gmsh/xyz_mesh.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/dataprep/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/dataprep/regions.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/drc/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/drc/check_duplicated_cells.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/drc/check_exclusion.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/drc/check_inclusion.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/drc/check_space.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/drc/check_width.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/drc/count_drc.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/drc/samples/drc_errors.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/drc/write_drc.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/get_density.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/get_netlist.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/netlist_graph.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/plot_nets.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/tests/test_dataprep_regions.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/tests/test_density.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/tests/test_drc_exclusion.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/tests/test_drc_inclusion.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/tests/test_drc_space.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/tests/test_drc_width.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/tests/test_global_density.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/tests/test_netlist_spice_reader.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/klayout/tests/test_plot_nets.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/lumerical/README.md +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/lumerical/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/lumerical/interconnect.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/lumerical/mapping_ubcpdk.yml +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/lumerical/read.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/lumerical/settings.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/lumerical/tests/test_lumerical_read_sparameters.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/lumerical/tests/test_netlist.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/lumerical/tests/test_netlist_get_routes.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/lumerical/write_sparameters_lumerical.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/lumerical/write_sparameters_lumerical_components.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/materials/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/materials/inorganic.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/materials/optical/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/materials/optical/optical_mat.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/materials/optical/refractive_index_info.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/materials/semiconductor/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/materials/semiconductor/semiconductor_mat.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/meow/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/meow/meow_eme.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/meow/test_meow_simulation.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/coupler.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/find_coupling_vs_gap.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/find_mode_dispersion.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/find_modes.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/find_modes_cross_section.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/find_neff_ng_dw_dh.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/find_neff_vs_width.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/get_mode_solver_coupler.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/get_mode_solver_cross_section.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/get_mode_solver_rib.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/modes/neff_vs_width_nitride.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/modes/neff_vs_width_rib.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/modes/neff_vs_width_strip.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/neff_convergence_test.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/neff_vs_width.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/overlap.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/tests/test_dw_dh/test_dw_dh.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/tests/test_dw_dh/test_dw_dh.obtained.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/tests/test_dw_dh/test_dw_dh_dispersion.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/tests/test_dw_dh.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/tests/test_find_modes.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/tests/test_find_modes_dispersion.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/tests/test_neff_vs_width/test_neff_vs_width.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/tests/test_neff_vs_width/test_neff_vs_width.obtained.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/tests/test_neff_vs_width.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/types.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/modes/waveguide.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/palace/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/palace/driven.json +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/palace/electrostatic.json +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/palace/get_capacitance.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/palace/get_scattering.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/palace/tests/test_palace.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/path_length_analysis/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/path_length_analysis/path_length_analysis.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/path_length_analysis/path_length_analysis_from_gds.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/path_length_analysis/test_pathlength_extraction.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/photonic_circuit_models/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/photonic_circuit_models/coupler.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/photonic_circuit_models/fsr.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/photonic_circuit_models/heater.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/photonic_circuit_models/mzi.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/photonic_circuit_models/ring.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/process/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/process/diffusion.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/process/implant_tables.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/process/pysrim.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/process/silicon.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/process/skew/antimony_si_skew.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/process/skew/arsenic_si_skew.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/process/skew/boron_si_skew.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/process/skew/phosphorus_si_skew.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/build_model.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/integrations/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/integrations/femwell_waveguide_model.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/integrations/meep_FDTD_model.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/integrations/meow_eme_model.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/interpolators.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/mlp.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/parameter.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/plot_model.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/read.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/tests/test_mzi.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/tests/test_mzi_lattice/test_mzi_lattice.obtained.yml +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/tests/test_mzi_lattice/test_mzi_lattice.yml +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/tests/test_mzi_lattice.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sax/tests/test_parameters.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sentaurus/mask_sde.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sentaurus/mask_sprocess.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sentaurus/sde.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sentaurus/sprocess.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/sentaurus/svisual.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/spice/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/spice/spice_to_yaml.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/spice/tests/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/spice/tests/test_interconnect.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/get_results.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/materials.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/modes.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/tests/test_component_modeler.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/tests/test_materials.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/tests/test_modes/test_sweep_width.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/tests/test_modes/test_sweep_width.obtained.csv +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/tests/test_modes_coupler.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/tests/test_modes_waveguide.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/tests/test_plot_simulation_grating_coupler.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/tests/test_write_sparameters.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/tests/tests_sparameters/sim_ref.yaml +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/tests/tests_sparameters/test_write_sparameters.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/tests/tests_sparameters/test_write_sparameters_grating_coupler.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/types.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/util.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/tidy3d/write_sparameters_grating_coupler.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/vlsir/__init__.py +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/vlsir/tests/resources/pads_correct.cir +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/vlsir/tests/resources/pads_correct.scs +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/vlsir/tests/resources/pads_correct.sp +0 -0
- {gplugins-1.2.2 → gplugins-1.2.4}/gplugins/vlsir/tests/test_vlsir.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: gplugins
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: gdsfactory plugins
|
|
5
5
|
Keywords: python
|
|
6
6
|
Author-email: gdsfactory <contact@gdsfactory.com>
|
|
@@ -50,7 +50,7 @@ Requires-Dist: klayout ; extra == "klayout"
|
|
|
50
50
|
Requires-Dist: pyvis<=0.3.1 ; extra == "klayout"
|
|
51
51
|
Requires-Dist: vlsir ; extra == "klayout"
|
|
52
52
|
Requires-Dist: vlsirtools ; extra == "klayout"
|
|
53
|
-
Requires-Dist: luminescent
|
|
53
|
+
Requires-Dist: luminescent>=0.2.12,<0.4.0 ; extra == "luminescent"
|
|
54
54
|
Requires-Dist: sortedcontainers ; extra == "luminescent"
|
|
55
55
|
Requires-Dist: mypy ; extra == "maintainer"
|
|
56
56
|
Requires-Dist: tbump ; extra == "maintainer"
|
|
@@ -91,7 +91,7 @@ Provides-Extra: schematic
|
|
|
91
91
|
Provides-Extra: tidy3d
|
|
92
92
|
Provides-Extra: vlsir
|
|
93
93
|
|
|
94
|
-
# gplugins 1.2.
|
|
94
|
+
# gplugins 1.2.4
|
|
95
95
|
|
|
96
96
|
[](https://gdsfactory.github.io/gplugins/)
|
|
97
97
|
[](https://pypi.org/project/gplugins/)
|
|
@@ -101,22 +101,29 @@ Provides-Extra: vlsir
|
|
|
101
101
|
|
|
102
102
|
GDSFactory plugins:
|
|
103
103
|
|
|
104
|
-
-
|
|
105
|
-
-
|
|
106
|
-
-
|
|
107
|
-
- `
|
|
108
|
-
-
|
|
109
|
-
-
|
|
110
|
-
-
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
- `
|
|
114
|
-
- `
|
|
115
|
-
- `
|
|
116
|
-
-
|
|
117
|
-
- `
|
|
118
|
-
-
|
|
119
|
-
-
|
|
104
|
+
- Device simulators
|
|
105
|
+
- Meshing
|
|
106
|
+
- FDTD
|
|
107
|
+
- `Ansys Lumerical`
|
|
108
|
+
- tidy3d
|
|
109
|
+
- Luminescent
|
|
110
|
+
- FDTDz
|
|
111
|
+
- MEEP
|
|
112
|
+
- FEM
|
|
113
|
+
- `femwell` Finite Element Method Solver (heaters, modes, TCAD, RF waveguides).
|
|
114
|
+
- `elmer` for electrostatic (capacitive) simulations.
|
|
115
|
+
- `palace` for full-wave driven (S parameter) and electrostatic (capacitive) simulations.
|
|
116
|
+
- EME
|
|
117
|
+
- `meow` Eigen Mode Expansion (EME).
|
|
118
|
+
- Mode Solver
|
|
119
|
+
- Tidy3d
|
|
120
|
+
- Femwell
|
|
121
|
+
- MPB
|
|
122
|
+
- TCAD
|
|
123
|
+
- `devsim` TCAD device simulator.
|
|
124
|
+
- Circuit simulations
|
|
125
|
+
- `sax` S-parameter circuit solver.
|
|
126
|
+
- `vlsir` for parsing GDS-extracted circuit netlists into Cadence Spectre, NgSpice and Xyce Schematic File formats.
|
|
120
127
|
|
|
121
128
|
|
|
122
129
|
## Installation
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# gplugins 1.2.
|
|
1
|
+
# gplugins 1.2.4
|
|
2
2
|
|
|
3
3
|
[](https://gdsfactory.github.io/gplugins/)
|
|
4
4
|
[](https://pypi.org/project/gplugins/)
|
|
@@ -8,22 +8,29 @@
|
|
|
8
8
|
|
|
9
9
|
GDSFactory plugins:
|
|
10
10
|
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
- `
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
- `
|
|
21
|
-
- `
|
|
22
|
-
- `
|
|
23
|
-
-
|
|
24
|
-
- `
|
|
25
|
-
-
|
|
26
|
-
-
|
|
11
|
+
- Device simulators
|
|
12
|
+
- Meshing
|
|
13
|
+
- FDTD
|
|
14
|
+
- `Ansys Lumerical`
|
|
15
|
+
- tidy3d
|
|
16
|
+
- Luminescent
|
|
17
|
+
- FDTDz
|
|
18
|
+
- MEEP
|
|
19
|
+
- FEM
|
|
20
|
+
- `femwell` Finite Element Method Solver (heaters, modes, TCAD, RF waveguides).
|
|
21
|
+
- `elmer` for electrostatic (capacitive) simulations.
|
|
22
|
+
- `palace` for full-wave driven (S parameter) and electrostatic (capacitive) simulations.
|
|
23
|
+
- EME
|
|
24
|
+
- `meow` Eigen Mode Expansion (EME).
|
|
25
|
+
- Mode Solver
|
|
26
|
+
- Tidy3d
|
|
27
|
+
- Femwell
|
|
28
|
+
- MPB
|
|
29
|
+
- TCAD
|
|
30
|
+
- `devsim` TCAD device simulator.
|
|
31
|
+
- Circuit simulations
|
|
32
|
+
- `sax` S-parameter circuit solver.
|
|
33
|
+
- `vlsir` for parsing GDS-extracted circuit netlists into Cadence Spectre, NgSpice and Xyce Schematic File formats.
|
|
27
34
|
|
|
28
35
|
|
|
29
36
|
## Installation
|
|
@@ -41,7 +41,8 @@ def get_component_with_local_layers(
|
|
|
41
41
|
precision: of the boolean operations.
|
|
42
42
|
"""
|
|
43
43
|
# Initialize returned component and layerstack
|
|
44
|
-
local_component = component.
|
|
44
|
+
local_component = component.copy()
|
|
45
|
+
local_component.flatten()
|
|
45
46
|
local_layer_stack = layer_stack.model_copy()
|
|
46
47
|
|
|
47
48
|
for mapping in mappings:
|
|
@@ -54,7 +54,9 @@ class CalibreSpiceReader(NetlistSpiceReaderDelegateWithStrings):
|
|
|
54
54
|
@override
|
|
55
55
|
def parse_element(self, s: str, element: str) -> kdb.ParseElementData:
|
|
56
56
|
# Allow Calibre-style model name given as `$[model_name]` by removing the brackets
|
|
57
|
-
|
|
57
|
+
# This is used for resistors and capacitors
|
|
58
|
+
if element != "X":
|
|
59
|
+
s = re.sub(r"\$\[([^\]]+)\]", r"\1", s)
|
|
58
60
|
|
|
59
61
|
x_value, y_value = None, None
|
|
60
62
|
if "$" in s:
|
|
@@ -413,10 +413,9 @@ def mmi2x2(
|
|
|
413
413
|
loss_dB: loss in dB.
|
|
414
414
|
shift: shift in wavelength for both cross and thru ports.
|
|
415
415
|
loss_dB_cross: loss in dB for the cross port.
|
|
416
|
-
|
|
416
|
+
loss_dB_thru: loss in dB for the bar port.
|
|
417
417
|
splitting_ratio_cross: splitting ratio for the cross port.
|
|
418
418
|
splitting_ratio_thru: splitting ratio for the bar port.
|
|
419
|
-
|
|
420
419
|
"""
|
|
421
420
|
loss_dB_cross = loss_dB_cross or loss_dB
|
|
422
421
|
loss_dB_thru = loss_dB_thru or loss_dB
|
|
@@ -96,12 +96,12 @@ def write_sdevice_quasistationary_ramp_voltage_dd(
|
|
|
96
96
|
ramp_max_step: maximum ramping step.
|
|
97
97
|
ramp_min_step: minimum ramping step.
|
|
98
98
|
ramp_sample_voltages: list of voltages between 0V and ramp_final_voltage to report.
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
99
|
+
filename: name of the TCL file to save.
|
|
100
|
+
save_directory: directory to save the TCL file.
|
|
101
|
+
execution_directory: directory to execute the TCL file.
|
|
102
|
+
output_settings: "Plot" field settings to add to the TCL file.
|
|
103
|
+
physics_settings: "Physics" field settings to add to the TCL file.
|
|
104
|
+
math_settings: str = "Math" field settings to add to the TCL file.
|
|
105
105
|
"""
|
|
106
106
|
save_directory = (
|
|
107
107
|
Path("./sdevice/") if save_directory is None else Path(save_directory)
|
|
@@ -590,6 +590,8 @@ def write_sparameters(
|
|
|
590
590
|
dirpath.mkdir(parents=True, exist_ok=True)
|
|
591
591
|
filepath = filepath or dirpath / f"{modeler._hash_self()}.npz"
|
|
592
592
|
filepath = pathlib.Path(filepath)
|
|
593
|
+
if filepath.suffix != ".npz":
|
|
594
|
+
filepath = filepath.with_suffix(".npz")
|
|
593
595
|
|
|
594
596
|
if filepath.exists() and not overwrite:
|
|
595
597
|
print(f"Simulation loaded from {filepath!r}")
|
|
@@ -703,15 +705,16 @@ if __name__ == "__main__":
|
|
|
703
705
|
# ]
|
|
704
706
|
# )
|
|
705
707
|
# s_params_list = [sim.result() for sim in sims]
|
|
706
|
-
c = gf.components.
|
|
708
|
+
c = gf.components.straight(length=1, cross_section="rib")
|
|
707
709
|
|
|
708
710
|
sp = write_sparameters(
|
|
709
711
|
c,
|
|
710
|
-
sim_size_z=4,
|
|
712
|
+
# sim_size_z=4,
|
|
711
713
|
center_z="core",
|
|
712
|
-
plot_simulation_x=10,
|
|
713
|
-
plot_simulation_layer_name="core",
|
|
714
|
-
plot_epsilon=True,
|
|
714
|
+
# plot_simulation_x=10,
|
|
715
|
+
# plot_simulation_layer_name="core",
|
|
716
|
+
# plot_epsilon=True,
|
|
717
|
+
filepath="straight2",
|
|
715
718
|
# plot_mode_port_name="o1",
|
|
716
719
|
# plot_mode_index=1,
|
|
717
720
|
# mode_spec=mode_spec,
|