gplugins 1.3.6__tar.gz → 1.3.7__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.3.6 → gplugins-1.3.7}/PKG-INFO +2 -2
- {gplugins-1.3.6 → gplugins-1.3.7}/README.md +1 -1
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/__init__.py +1 -1
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/base_models/component.py +3 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/get_sparameters_path.py +2 -3
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/get_meep_geometry.py +2 -5
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/write_sparameters_meep.py +6 -6
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/write_sparameters_meep_mpi.py +4 -2
- {gplugins-1.3.6 → gplugins-1.3.7}/pyproject.toml +2 -2
- {gplugins-1.3.6 → gplugins-1.3.7}/LICENSE +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/base_models/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/base_models/simulation.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/config.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/types.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/add_simulation_markers.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/async_helpers.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/cache.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/convert_sparameters.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/disable_print.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/get_capacitance.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/get_component_with_net_layers.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/get_effective_indices.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/get_scattering.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/optical_constants.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/parse_layer_stack.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/plot.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/plot_csv.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/port_symmetries.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/common/utils/tests/test_get_component_with_new_port_layers.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/devsim/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/devsim/doping.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/devsim/get_simulation.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/devsim/get_simulation_xsection.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/devsim/get_solver.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/devsim/test_devsim.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/elmer/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/elmer/electrostatic.sif.j2 +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/elmer/get_capacitance.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/elmer/tests/test_elmer.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/fdtdz/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/fdtdz/get_epsilon_fdtdz.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/fdtdz/get_ports_fdtdz.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/fdtdz/get_sparameters_fdtdz.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/femwell/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/femwell/mode_solver.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/femwell/solve_thermal.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/femwell/test_mode_solver.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gfviz/Makefile +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gfviz/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gfviz/b64.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gfviz/gfviz.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gfviz/netlist.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gfviz/serve.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gfviz/static/b64.js +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gfviz/static/schemedit.js +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gfviz/static/schemedit.wasm +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gfviz/templates/example.json +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gfviz/templates/index.html +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/get_material.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/get_port_eigenmode.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/get_simulation.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/get_simulation_grating_farfield.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/get_simulation_grating_fiber.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/meep_adjoint_optimization.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_eigenmode.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_materials.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_sparameterNxN/test_sparameterNxN_crossing.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_sparameterNxN/test_sparameterNxN_straight.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameterNxN_crossing.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameterNxN_straight.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameterNxN_symmetries_straight.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameter_straight_mpi.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameter_straight_mpi_pool.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_crossing_symmetric.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight_batch.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight_mpi.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight_mpi_pool.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight_symmetric.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_write_sparameters_meep.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/write_sparameters_grating.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/write_sparameters_meep_batch.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmsh/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmsh/define_polysurfaces.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmsh/get_mesh.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmsh/parse_component.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmsh/parse_gds.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmsh/tests/test_custom_names.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmsh/tests/test_meshing_2D.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmsh/tests/test_meshing_3D.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmsh/uz_xsection_mesh.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmsh/xy_xsection_mesh.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmsh/xyz_mesh.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/dataprep/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/dataprep/regions.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/drc/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/drc/check_duplicated_cells.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/drc/check_exclusion.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/drc/check_inclusion.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/drc/check_space.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/drc/check_width.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/drc/count_drc.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/drc/samples/drc_errors.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/drc/write_drc.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/get_density.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/get_netlist.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/netlist_graph.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/netlist_spice_reader.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/plot_nets.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/tests/test_dataprep_regions.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/tests/test_density.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/tests/test_drc_exclusion.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/tests/test_drc_inclusion.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/tests/test_drc_space.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/tests/test_drc_width.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/tests/test_global_density.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/tests/test_netlist_spice_reader.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/klayout/tests/test_plot_nets.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/README.md +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/interconnect.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/mapping_ubcpdk.yml +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/read.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/settings.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/tests/test_lumerical_read_sparameters.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/tests/test_netlist.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/tests/test_netlist_get_routes.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/write_sparameters_lumerical.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/write_sparameters_lumerical_components.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/materials/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/materials/inorganic.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/materials/optical/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/materials/optical/optical_mat.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/materials/optical/refractive_index_info.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/materials/semiconductor/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/materials/semiconductor/semiconductor_mat.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/meow/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/meow/meow_eme.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/meow/test_meow_simulation.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/coupler.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/find_coupling_vs_gap.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/find_mode_dispersion.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/find_modes.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/find_modes_cross_section.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/find_neff_ng_dw_dh.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/find_neff_vs_width.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/get_mode_solver_coupler.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/get_mode_solver_cross_section.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/get_mode_solver_rib.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/modes/neff_vs_width_nitride.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/modes/neff_vs_width_rib.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/modes/neff_vs_width_strip.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/neff_convergence_test.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/neff_vs_width.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/overlap.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/tests/test_dw_dh/test_dw_dh.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/tests/test_dw_dh/test_dw_dh.obtained.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/tests/test_dw_dh/test_dw_dh_dispersion.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/tests/test_dw_dh.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/tests/test_find_modes.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/tests/test_find_modes_dispersion.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/tests/test_neff_vs_width/test_neff_vs_width.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/tests/test_neff_vs_width/test_neff_vs_width.obtained.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/tests/test_neff_vs_width.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/types.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/waveguide.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/palace/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/palace/driven.json +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/palace/electrostatic.json +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/palace/get_capacitance.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/palace/get_scattering.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/palace/tests/test_palace.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/path_length_analysis/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/path_length_analysis/path_length_analysis.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/path_length_analysis/path_length_analysis_from_gds.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/path_length_analysis/test_pathlength_extraction.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/photonic_circuit_models/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/photonic_circuit_models/coupler.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/photonic_circuit_models/fsr.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/photonic_circuit_models/heater.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/photonic_circuit_models/mzi.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/photonic_circuit_models/ring.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/process/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/process/diffusion.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/process/implant_tables.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/process/pysrim.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/process/silicon.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/process/skew/antimony_si_skew.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/process/skew/arsenic_si_skew.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/process/skew/boron_si_skew.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/process/skew/phosphorus_si_skew.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/interpolators.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/mlp.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/models.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/parameter.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/plot_model.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/read.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/tests/test_mzi.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/tests/test_mzi_lattice/test_mzi_lattice.obtained.yml +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/tests/test_mzi_lattice/test_mzi_lattice.yml +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/tests/test_mzi_lattice.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/tests/test_parameters.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sentaurus/mask_sde.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sentaurus/mask_sprocess.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sentaurus/sde.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sentaurus/sdevice.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sentaurus/sprocess.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sentaurus/svisual.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/spice/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/spice/spice_to_yaml.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/spice/tests/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/spice/tests/test_interconnect.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/component.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/get_results.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/get_simulation_grating_coupler.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/materials.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/modes.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/test_component_modeler.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/test_materials.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/test_modes/test_sweep_width.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/test_modes/test_sweep_width.obtained.csv +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/test_modes_coupler.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/test_modes_waveguide.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/test_plot_simulation_grating_coupler.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/test_write_sparameters.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/tests_sparameters/sim_ref.yaml +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/tests_sparameters/test_write_sparameters.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/tests_sparameters/test_write_sparameters_grating_coupler.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/types.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/util.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/write_sparameters_grating_coupler.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/typings.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/vlsir/__init__.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/vlsir/export_netlist.py +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/vlsir/tests/resources/pads_correct.cir +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/vlsir/tests/resources/pads_correct.scs +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/vlsir/tests/resources/pads_correct.sp +0 -0
- {gplugins-1.3.6 → gplugins-1.3.7}/gplugins/vlsir/tests/test_vlsir.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gplugins
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.7
|
|
4
4
|
Summary: gdsfactory plugins
|
|
5
5
|
Keywords: python
|
|
6
6
|
Author-email: gdsfactory <contact@gdsfactory.com>
|
|
@@ -82,7 +82,7 @@ Provides-Extra: schematic
|
|
|
82
82
|
Provides-Extra: tidy3d
|
|
83
83
|
Provides-Extra: vlsir
|
|
84
84
|
|
|
85
|
-
# gplugins 1.3.
|
|
85
|
+
# gplugins 1.3.7
|
|
86
86
|
|
|
87
87
|
[](https://gdsfactory.github.io/gplugins/)
|
|
88
88
|
[](https://pypi.org/project/gplugins/)
|
|
@@ -290,6 +290,9 @@ class LayeredComponentBase(BaseModel):
|
|
|
290
290
|
def get_port_layers(self, port: gf.Port) -> tuple[str, ...]:
|
|
291
291
|
layer_name = get_layer_name(port.layer)
|
|
292
292
|
|
|
293
|
+
if "_intent" in layer_name:
|
|
294
|
+
layer_name = layer_name.replace("_intent", "")
|
|
295
|
+
|
|
293
296
|
derived_layers = []
|
|
294
297
|
for l_name, level in self.layer_stack.layers.items():
|
|
295
298
|
if layer_name in str(level.layer):
|
|
@@ -31,8 +31,7 @@ def _get_sparameters_path(
|
|
|
31
31
|
dirpath: PathType | None = PATH.sparameters,
|
|
32
32
|
**kwargs,
|
|
33
33
|
) -> Path:
|
|
34
|
-
"""Return Sparameters npz filepath hashing simulation settings for
|
|
35
|
-
a consistent unique name.
|
|
34
|
+
"""Return Sparameters npz filepath hashing simulation settings for a consistent unique name.
|
|
36
35
|
|
|
37
36
|
Args:
|
|
38
37
|
component: component or component factory.
|
|
@@ -47,7 +46,7 @@ def _get_sparameters_path(
|
|
|
47
46
|
|
|
48
47
|
dirpath = pathlib.Path(dirpath)
|
|
49
48
|
dirpath = (
|
|
50
|
-
dirpath / component.
|
|
49
|
+
dirpath / component.name
|
|
51
50
|
if hasattr(component, "function_name")
|
|
52
51
|
else dirpath
|
|
53
52
|
)
|
|
@@ -58,12 +58,9 @@ def get_meep_geometry_from_component(
|
|
|
58
58
|
layer = level.layer
|
|
59
59
|
|
|
60
60
|
if isinstance(layer, LogicalLayer):
|
|
61
|
-
|
|
62
|
-
layer_tuple = cast(tuple[int, int], tuple(layer.layer))
|
|
61
|
+
layer_tuple = gf.get_layer_tuple(layer.layer)
|
|
63
62
|
elif isinstance(layer, DerivedLayer):
|
|
64
|
-
|
|
65
|
-
assert isinstance(level.derived_layer.layer, tuple | LayerEnum)
|
|
66
|
-
layer_tuple = cast(tuple[int, int], tuple(level.derived_layer.layer))
|
|
63
|
+
layer_tuple = gf.get_layer_tuple(level.derived_layer.layer)
|
|
67
64
|
else:
|
|
68
65
|
raise ValueError(f"Layer {layer!r} is not a DerivedLayer or LogicalLayer")
|
|
69
66
|
|
|
@@ -54,8 +54,7 @@ def remove_simulation_kwargs(d: dict[str, Any]) -> dict[str, Any]:
|
|
|
54
54
|
def parse_port_eigenmode_coeff(
|
|
55
55
|
port_name: str, ports: dict[str, Port], sim_dict: dict, port_mode: int = 0
|
|
56
56
|
):
|
|
57
|
-
"""Returns the coefficients relative to whether the wavevector is entering or
|
|
58
|
-
exiting simulation.
|
|
57
|
+
"""Returns the coefficients relative to whether the wavevector is entering or exiting simulation.
|
|
59
58
|
|
|
60
59
|
Args:
|
|
61
60
|
port_index: index of port.
|
|
@@ -320,7 +319,7 @@ def write_sparameters_meep(
|
|
|
320
319
|
filepath = filepath or get_sparameters_path(
|
|
321
320
|
component=component,
|
|
322
321
|
dirpath=dirpath,
|
|
323
|
-
layer_stack=layer_stack,
|
|
322
|
+
layer_stack=layer_stack.to_dict(),
|
|
324
323
|
**sim_settings,
|
|
325
324
|
)
|
|
326
325
|
|
|
@@ -605,8 +604,8 @@ settings_write_sparameters_meep = set(sig.parameters.keys()).union(
|
|
|
605
604
|
)
|
|
606
605
|
|
|
607
606
|
if __name__ == "__main__":
|
|
608
|
-
wavelength_start = 1.
|
|
609
|
-
wavelength_stop = 1.
|
|
607
|
+
wavelength_start = 1.5
|
|
608
|
+
wavelength_stop = 1.6
|
|
610
609
|
sim_settings = dict(
|
|
611
610
|
wavelength_start=wavelength_start, wavelength_stop=wavelength_stop
|
|
612
611
|
)
|
|
@@ -621,8 +620,9 @@ if __name__ == "__main__":
|
|
|
621
620
|
sp = write_sparameters_meep(
|
|
622
621
|
c,
|
|
623
622
|
run=True,
|
|
624
|
-
animate=True,
|
|
623
|
+
#animate=True,
|
|
625
624
|
is_3d=False,
|
|
625
|
+
ymargin=3,
|
|
626
626
|
plot_args={
|
|
627
627
|
"eps_parameters": {"contour": True},
|
|
628
628
|
"field_parameters": {
|
|
@@ -45,7 +45,7 @@ def write_sparameters_meep_mpi(
|
|
|
45
45
|
cores: int = core_materials,
|
|
46
46
|
filepath: PathType | None = None,
|
|
47
47
|
dirpath: PathType | None = None,
|
|
48
|
-
temp_dir: Path = temp_dir_default,
|
|
48
|
+
temp_dir: Path|str = temp_dir_default,
|
|
49
49
|
temp_file_str: str = "write_sparameters_meep_mpi",
|
|
50
50
|
live_output: bool = False,
|
|
51
51
|
overwrite: bool = False,
|
|
@@ -152,6 +152,7 @@ def write_sparameters_meep_mpi(
|
|
|
152
152
|
filepath.unlink()
|
|
153
153
|
|
|
154
154
|
# Save all the simulation arguments for later retrieval
|
|
155
|
+
temp_dir = Path(temp_dir)
|
|
155
156
|
temp_dir.mkdir(exist_ok=True, parents=True)
|
|
156
157
|
tempfile = temp_dir / temp_file_str
|
|
157
158
|
filepath_json = tempfile.with_suffix(".json")
|
|
@@ -178,7 +179,7 @@ def write_sparameters_meep_mpi(
|
|
|
178
179
|
"if __name__ == '__main__':\n",
|
|
179
180
|
f"\twith open(\"{parameters_file}\", 'rb') as inp:\n",
|
|
180
181
|
"\t\tparameters_dict = pickle.load(inp)\n\n",
|
|
181
|
-
f"\tcomponent = import_gds({str(component_file)!r}
|
|
182
|
+
f"\tcomponent = import_gds({str(component_file)!r})\n",
|
|
182
183
|
f"\tfilepath_json = pathlib.Path({str(filepath_json)!r})\n",
|
|
183
184
|
"\tlayer_stack = LayerStack.parse_raw(filepath_json.read_text())\n",
|
|
184
185
|
f"\twrite_sparameters_meep(component=component, overwrite={overwrite}, "
|
|
@@ -254,6 +255,7 @@ if __name__ == "__main__":
|
|
|
254
255
|
temp_dir="./test/",
|
|
255
256
|
filepath="instance_dict.csv",
|
|
256
257
|
resolution=20,
|
|
258
|
+
is_3d=False,
|
|
257
259
|
)
|
|
258
260
|
sp = np.load(filepath)
|
|
259
261
|
print(list(sp.keys()))
|
|
@@ -25,7 +25,7 @@ license = {file = "LICENSE"}
|
|
|
25
25
|
name = "gplugins"
|
|
26
26
|
readme = "README.md"
|
|
27
27
|
requires-python = ">=3.11"
|
|
28
|
-
version = "1.3.
|
|
28
|
+
version = "1.3.7"
|
|
29
29
|
|
|
30
30
|
[project.optional-dependencies]
|
|
31
31
|
dev = [
|
|
@@ -189,7 +189,7 @@ message_template = "Bump to {new_version}"
|
|
|
189
189
|
tag_template = "v{new_version}"
|
|
190
190
|
|
|
191
191
|
[tool.tbump.version]
|
|
192
|
-
current = "1.3.
|
|
192
|
+
current = "1.3.7"
|
|
193
193
|
regex = '''
|
|
194
194
|
(?P<major>\d+)
|
|
195
195
|
\.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_sparameterNxN/test_sparameterNxN_crossing.csv
RENAMED
|
File without changes
|
{gplugins-1.3.6 → gplugins-1.3.7}/gplugins/gmeep/test_sparameterNxN/test_sparameterNxN_straight.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/tests/test_lumerical_read_sparameters.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-1.3.6 → gplugins-1.3.7}/gplugins/lumerical/write_sparameters_lumerical_components.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-1.3.6 → gplugins-1.3.7}/gplugins/modes/tests/test_neff_vs_width/test_neff_vs_width.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-1.3.6 → gplugins-1.3.7}/gplugins/path_length_analysis/path_length_analysis_from_gds.py
RENAMED
|
File without changes
|
{gplugins-1.3.6 → gplugins-1.3.7}/gplugins/path_length_analysis/test_pathlength_extraction.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-1.3.6 → gplugins-1.3.7}/gplugins/sax/tests/test_mzi_lattice/test_mzi_lattice.obtained.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/test_modes/test_sweep_width.obtained.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/test_plot_simulation_grating_coupler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-1.3.6 → gplugins-1.3.7}/gplugins/tidy3d/tests/tests_sparameters/test_write_sparameters.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|