gplugins 0.9.6__tar.gz → 0.9.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-0.9.6 → gplugins-0.9.7}/PKG-INFO +3 -3
- {gplugins-0.9.6 → gplugins-0.9.7}/README.md +1 -1
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/__init__.py +1 -1
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/component.py +23 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/pyproject.toml +3 -3
- {gplugins-0.9.6 → gplugins-0.9.7}/LICENSE +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/base_models/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/base_models/component.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/base_models/simulation.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/config.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/types.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/add_simulation_markers.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/async_helpers.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/cache.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/convert_sparameters.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/disable_print.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/get_capacitance.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/get_component_with_net_layers.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/get_effective_indices.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/get_scattering.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/get_sparameters_path.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/optical_constants.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/parse_layer_stack.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/plot.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/plot_csv.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/port_symmetries.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/common/utils/tests/test_get_component_with_new_port_layers.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/dagster/Makefile +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/dagster/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/dagster/workflow.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/devsim/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/devsim/doping.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/devsim/get_simulation.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/devsim/get_simulation_xsection.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/devsim/get_solver.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/devsim/test_devsim.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/elmer/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/elmer/electrostatic.sif.j2 +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/elmer/get_capacitance.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/elmer/tests/test_elmer.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/fdtdz/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/fdtdz/get_epsilon_fdtdz.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/fdtdz/get_ports_fdtdz.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/fdtdz/get_sparameters_fdtdz.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/femwell/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/femwell/mode_solver.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/femwell/solve_thermal.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/femwell/test_mode_solver.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/get_material.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/get_meep_geometry.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/get_port_eigenmode.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/get_simulation.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/get_simulation_grating_farfield.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/get_simulation_grating_fiber.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/meep_adjoint_optimization.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_eigenmode.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_materials.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_sparameterNxN/test_sparameterNxN_crossing.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_sparameterNxN/test_sparameterNxN_straight.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameterNxN_crossing.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameterNxN_straight.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameterNxN_symmetries_straight.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameter_straight_mpi.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameter_straight_mpi_pool.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_crossing_symmetric.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight_batch.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight_mpi.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight_mpi_pool.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_write_sparameters_meep/test_sparameters_straight_symmetric.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_write_sparameters_meep.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/write_sparameters_grating.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/write_sparameters_meep.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/write_sparameters_meep_batch.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/write_sparameters_meep_mpi.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmsh/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmsh/define_polysurfaces.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmsh/get_mesh.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmsh/parse_component.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmsh/parse_gds.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmsh/scratch/mesh3D.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmsh/tests/test_custom_names.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmsh/tests/test_meshing_2D.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmsh/tests/test_meshing_3D.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmsh/uz_xsection_mesh.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmsh/xy_xsection_mesh.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/gmsh/xyz_mesh.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/dataprep/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/dataprep/regions.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/drc/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/drc/check_duplicated_cells.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/drc/check_exclusion.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/drc/check_inclusion.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/drc/check_space.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/drc/check_width.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/drc/write_connectivity.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/drc/write_drc.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/get_netlist.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/netlist_spice_reader.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/plot_nets.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/tests/test_dataprep_regions.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/tests/test_drc_exclusion.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/tests/test_drc_inclusion.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/tests/test_drc_space.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/tests/test_drc_width.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/tests/test_geometry_write_connectivity.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/tests/test_netlist_spice_reader.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/tests/test_plot_nets.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/lumerical/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/lumerical/interconnect.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/lumerical/read.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/lumerical/settings.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/lumerical/tests/test_lumerical_read_sparameters.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/lumerical/write_sparameters_lumerical.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/lumerical/write_sparameters_lumerical_components.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/materials/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/materials/inorganic.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/materials/optical/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/materials/optical/optical_mat.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/materials/optical/refractive_index_info.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/materials/semiconductor/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/materials/semiconductor/semiconductor_mat.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/meow/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/meow/meow_eme.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/meow/test_meow_simulation.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/coupler.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/find_coupling_vs_gap.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/find_mode_dispersion.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/find_modes.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/find_modes_cross_section.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/find_neff_ng_dw_dh.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/find_neff_vs_width.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/get_mode_solver_coupler.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/get_mode_solver_cross_section.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/get_mode_solver_rib.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/modes/neff_vs_width_nitride.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/modes/neff_vs_width_rib.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/modes/neff_vs_width_strip.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/neff_convergence_test.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/neff_vs_width.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/overlap.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/tests/test_dw_dh/test_dw_dh.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/tests/test_dw_dh/test_dw_dh.obtained.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/tests/test_dw_dh/test_dw_dh_dispersion.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/tests/test_dw_dh.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/tests/test_find_modes.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/tests/test_find_modes_dispersion.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/tests/test_neff_vs_width/test_neff_vs_width.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/tests/test_neff_vs_width/test_neff_vs_width.obtained.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/tests/test_neff_vs_width.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/types.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/modes/waveguide.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/palace/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/palace/driven.json +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/palace/electrostatic.json +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/palace/get_capacitance.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/palace/get_scattering.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/palace/tests/test_palace.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/path_length_analysis/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/path_length_analysis/path_length_analysis.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/path_length_analysis/test_pathlength_extraction.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/photonic_circuit_models/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/photonic_circuit_models/coupler.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/photonic_circuit_models/fsr.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/photonic_circuit_models/heater.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/photonic_circuit_models/mzi.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/photonic_circuit_models/ring.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/process/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/process/diffusion.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/process/implant_tables.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/process/pysrim.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/process/silicon.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/process/skew/antimony_si_skew.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/process/skew/arsenic_si_skew.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/process/skew/boron_si_skew.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/process/skew/phosphorus_si_skew.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/build_model.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/integrations/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/integrations/femwell_waveguide_model.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/integrations/meep_FDTD_model.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/integrations/meow_eme_model.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/interpolators.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/mlp.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/models.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/parameter.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/plot_model.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/read.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/tests/test_mzi.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/tests/test_mzi_lattice/test_mzi_lattice.obtained.yml +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/tests/test_mzi_lattice/test_mzi_lattice.yml +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/tests/test_mzi_lattice.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/sax/tests/test_parameters.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/schematic_editor/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/schematic_editor/circuitviz.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/schematic_editor/schematic_editor.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/get_results.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/get_simulation_grating_coupler.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/materials.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/modes.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/test_component_modeler.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/test_materials.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/test_modes/test_sweep_width.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/test_modes/test_sweep_width.obtained.csv +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/test_modes_coupler.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/test_modes_waveguide.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/test_plot_simulation_grating_coupler.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/test_write_sparameters.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/tests_sparameters/sim_ref.yaml +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/tests_sparameters/test_simulation.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/tests_sparameters/test_write_sparameters.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/tests_sparameters/test_write_sparameters_grating_coupler.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/types.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/util.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/write_sparameters_grating_coupler.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/vlsir/__init__.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/vlsir/export_netlist.py +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/vlsir/tests/resources/pads_correct.cir +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/vlsir/tests/resources/pads_correct.scs +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/vlsir/tests/resources/pads_correct.sp +0 -0
- {gplugins-0.9.6 → gplugins-0.9.7}/gplugins/vlsir/tests/test_vlsir.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gplugins
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.7
|
|
4
4
|
Summary: gdsfactory plugins
|
|
5
5
|
Keywords: python
|
|
6
6
|
Author-email: gdsfactory <contact@gdsfactory.com>
|
|
@@ -43,7 +43,7 @@ Requires-Dist: pyvista<=0.40 ; extra == "gmsh"
|
|
|
43
43
|
Requires-Dist: trimesh ; extra == "gmsh"
|
|
44
44
|
Requires-Dist: shapely ; extra == "gmsh"
|
|
45
45
|
Requires-Dist: meshwell>=1.0.0,<1.1.0 ; extra == "gmsh"
|
|
46
|
-
Requires-Dist: kfactory[git,ipy]>=0.9.3,<0.
|
|
46
|
+
Requires-Dist: kfactory[git,ipy]>=0.9.3,<0.11 ; extra == "klayout"
|
|
47
47
|
Requires-Dist: pyvis<=0.3.1 ; extra == "klayout"
|
|
48
48
|
Requires-Dist: jaxlib ; extra == "meow"
|
|
49
49
|
Requires-Dist: jax ; extra == "meow"
|
|
@@ -73,7 +73,7 @@ Provides-Extra: schematic
|
|
|
73
73
|
Provides-Extra: tidy3d
|
|
74
74
|
Provides-Extra: vlsir
|
|
75
75
|
|
|
76
|
-
# gplugins 0.9.
|
|
76
|
+
# gplugins 0.9.7
|
|
77
77
|
|
|
78
78
|
[](https://gdsfactory.github.io/gplugins/)
|
|
79
79
|
[](https://pypi.org/project/gplugins/)
|
|
@@ -27,6 +27,7 @@ from gdsfactory.component import Component
|
|
|
27
27
|
from gdsfactory.pdk import get_layer_stack
|
|
28
28
|
from gdsfactory.technology import LayerStack
|
|
29
29
|
from pydantic import NonNegativeFloat
|
|
30
|
+
from tidy3d.components.types import Symmetry
|
|
30
31
|
from tidy3d.plugins.smatrix import ComponentModeler, Port
|
|
31
32
|
|
|
32
33
|
from gplugins.common.base_models.component import LayeredComponentBase
|
|
@@ -180,6 +181,8 @@ class Tidy3DComponent(LayeredComponentBase):
|
|
|
180
181
|
monitors: tuple[Any, ...] | None = None,
|
|
181
182
|
run_time: float = 10e-12,
|
|
182
183
|
shutoff: float = 1e-5,
|
|
184
|
+
symmetry: tuple[Symmetry, Symmetry, Symmetry] = (0, 0, 0),
|
|
185
|
+
**kwargs,
|
|
183
186
|
) -> td.Simulation:
|
|
184
187
|
"""
|
|
185
188
|
Returns a Simulation instance for the component.
|
|
@@ -192,6 +195,10 @@ class Tidy3DComponent(LayeredComponentBase):
|
|
|
192
195
|
monitors (tuple[Any, ...] | None, optional): The monitors for the simulation. If None, no monitors are used. Defaults to None.
|
|
193
196
|
run_time (float, optional): The run time for the simulation. Defaults to 1e-12.
|
|
194
197
|
shutoff (float, optional): The shutoff value for the simulation. Defaults to 1e-5.
|
|
198
|
+
symmetry (tuple[Symmetry, Symmetry, Symmetry], optional): The symmetry for the simulation. Defaults to (0,0,0).
|
|
199
|
+
|
|
200
|
+
Keyword Args:
|
|
201
|
+
**kwargs: Additional keyword arguments for the Simulation constructor.
|
|
195
202
|
|
|
196
203
|
Returns:
|
|
197
204
|
td.Simulation: A Simulation instance.
|
|
@@ -207,6 +214,8 @@ class Tidy3DComponent(LayeredComponentBase):
|
|
|
207
214
|
boundary_spec=boundary_spec,
|
|
208
215
|
run_time=run_time,
|
|
209
216
|
shutoff=shutoff,
|
|
217
|
+
symmetry=symmetry,
|
|
218
|
+
**kwargs,
|
|
210
219
|
)
|
|
211
220
|
return sim
|
|
212
221
|
|
|
@@ -229,6 +238,8 @@ class Tidy3DComponent(LayeredComponentBase):
|
|
|
229
238
|
folder_name: str = "default",
|
|
230
239
|
path_dir: str = ".",
|
|
231
240
|
verbose: bool = True,
|
|
241
|
+
symmetry: tuple[Symmetry, Symmetry, Symmetry] = (0, 0, 0),
|
|
242
|
+
**kwargs,
|
|
232
243
|
) -> ComponentModeler:
|
|
233
244
|
"""
|
|
234
245
|
Returns a ComponentModeler instance for the component.
|
|
@@ -251,6 +262,8 @@ class Tidy3DComponent(LayeredComponentBase):
|
|
|
251
262
|
folder_name: The folder name for the ComponentModeler. Defaults to "default".
|
|
252
263
|
path_dir: The directory path for the ComponentModeler. Defaults to ".".
|
|
253
264
|
verbose: Whether to print verbose output for the ComponentModeler. Defaults to True.
|
|
265
|
+
symmetry (tuple[Symmetry, Symmetry, Symmetry], optional): The symmetry for the simulation. Defaults to (0,0,0).
|
|
266
|
+
kwargs: Additional keyword arguments for the Simulation constructor.
|
|
254
267
|
|
|
255
268
|
Returns:
|
|
256
269
|
ComponentModeler: A ComponentModeler instance.
|
|
@@ -285,6 +298,8 @@ class Tidy3DComponent(LayeredComponentBase):
|
|
|
285
298
|
monitors=extra_monitors,
|
|
286
299
|
run_time=run_time,
|
|
287
300
|
shutoff=shutoff,
|
|
301
|
+
symmetry=symmetry,
|
|
302
|
+
**kwargs,
|
|
288
303
|
)
|
|
289
304
|
|
|
290
305
|
ports = self.get_ports(mode_spec, port_size_mult)
|
|
@@ -421,6 +436,7 @@ def write_sparameters(
|
|
|
421
436
|
extra_monitors: tuple[Any, ...] | None = None,
|
|
422
437
|
mode_spec: td.ModeSpec = td.ModeSpec(num_modes=1, filter_pol="te"),
|
|
423
438
|
boundary_spec: td.BoundarySpec = td.BoundarySpec.all_sides(boundary=td.PML()),
|
|
439
|
+
symmetry: tuple[Symmetry, Symmetry, Symmetry] = (0, 0, 0),
|
|
424
440
|
run_time: float = 1e-12,
|
|
425
441
|
shutoff: float = 1e-5,
|
|
426
442
|
folder_name: str = "default",
|
|
@@ -435,6 +451,7 @@ def write_sparameters(
|
|
|
435
451
|
plot_epsilon: bool = False,
|
|
436
452
|
filepath: PathType | None = None,
|
|
437
453
|
overwrite: bool = False,
|
|
454
|
+
**kwargs,
|
|
438
455
|
) -> Sparameters:
|
|
439
456
|
"""Writes the S-parameters for a component.
|
|
440
457
|
|
|
@@ -463,6 +480,7 @@ def write_sparameters(
|
|
|
463
480
|
mode_spec: The mode specification for the ComponentModeler. Defaults to td.ModeSpec(num_modes=1, filter_pol="te").
|
|
464
481
|
boundary_spec: The boundary specification for the ComponentModeler.
|
|
465
482
|
Defaults to td.BoundarySpec.all_sides(boundary=td.PML()).
|
|
483
|
+
symmetry (tuple[Symmetry, Symmetry, Symmetry], optional): The symmetry for the simulation. Defaults to (0,0,0).
|
|
466
484
|
run_time: The run time for the ComponentModeler.
|
|
467
485
|
shutoff: The shutoff value for the ComponentModeler. Defaults to 1e-5.
|
|
468
486
|
folder_name: The folder name for the ComponentModeler in flexcompute website. Defaults to "default".
|
|
@@ -476,6 +494,7 @@ def write_sparameters(
|
|
|
476
494
|
plot_mode_port_name: which port name to plot. Defaults to None.
|
|
477
495
|
filepath: Optional file path for the S-parameters. If None, uses hash of simulation.
|
|
478
496
|
overwrite: Whether to overwrite existing S-parameters. Defaults to False.
|
|
497
|
+
kwargs: Additional keyword arguments for the tidy3d Simulation constructor.
|
|
479
498
|
|
|
480
499
|
"""
|
|
481
500
|
layer_stack = layer_stack or get_layer_stack()
|
|
@@ -510,6 +529,8 @@ def write_sparameters(
|
|
|
510
529
|
shutoff=shutoff,
|
|
511
530
|
folder_name=folder_name,
|
|
512
531
|
verbose=verbose,
|
|
532
|
+
symmetry=symmetry,
|
|
533
|
+
**kwargs,
|
|
513
534
|
)
|
|
514
535
|
|
|
515
536
|
path_dir = pathlib.Path(dirpath) / modeler._hash_self()
|
|
@@ -630,6 +651,7 @@ def write_sparameters_batch(
|
|
|
630
651
|
mode_spec: The mode specification for the ComponentModeler. Defaults to td.ModeSpec(num_modes=1, filter_pol="te").
|
|
631
652
|
boundary_spec: The boundary specification for the ComponentModeler.
|
|
632
653
|
Defaults to td.BoundarySpec.all_sides(boundary=td.PML()).
|
|
654
|
+
symmetry (tuple[Symmetry, Symmetry, Symmetry], optional): The symmetry for the simulation. Defaults to (0,0,0).
|
|
633
655
|
run_time: The run time for the ComponentModeler. Defaults to 1e-12.
|
|
634
656
|
shutoff: The shutoff value for the ComponentModeler. Defaults to 1e-5.
|
|
635
657
|
folder_name: The folder name for the ComponentModeler in flexcompute website. Defaults to "default".
|
|
@@ -643,6 +665,7 @@ def write_sparameters_batch(
|
|
|
643
665
|
plot_mode_port_name: which port name to plot. Defaults to None.
|
|
644
666
|
filepath: Optional file path for the S-parameters. If None, uses hash of simulation.
|
|
645
667
|
overwrite: Whether to overwrite existing S-parameters. Defaults to False.
|
|
668
|
+
kwargs: Additional keyword arguments for the tidy3d Simulation constructor.
|
|
646
669
|
"""
|
|
647
670
|
kwargs.update(verbose=False)
|
|
648
671
|
return [_executor.submit(write_sparameters, **job, **kwargs) for job in jobs]
|
|
@@ -23,7 +23,7 @@ license = {file = "LICENSE"}
|
|
|
23
23
|
name = "gplugins"
|
|
24
24
|
readme = "README.md"
|
|
25
25
|
requires-python = ">=3.10"
|
|
26
|
-
version = "0.9.
|
|
26
|
+
version = "0.9.7"
|
|
27
27
|
|
|
28
28
|
[project.optional-dependencies]
|
|
29
29
|
dagster = ["dagster", "dagit"]
|
|
@@ -68,7 +68,7 @@ gmsh = [
|
|
|
68
68
|
"meshwell>=1.0.0,<1.1.0"
|
|
69
69
|
]
|
|
70
70
|
klayout = [
|
|
71
|
-
"kfactory[git,ipy]>=0.9.3,<0.
|
|
71
|
+
"kfactory[git,ipy]>=0.9.3,<0.11",
|
|
72
72
|
"pyvis<=0.3.1"
|
|
73
73
|
]
|
|
74
74
|
meow = [
|
|
@@ -207,7 +207,7 @@ message_template = "Bump to {new_version}"
|
|
|
207
207
|
tag_template = "v{new_version}"
|
|
208
208
|
|
|
209
209
|
[tool.tbump.version]
|
|
210
|
-
current = "0.9.
|
|
210
|
+
current = "0.9.7"
|
|
211
211
|
regex = '''
|
|
212
212
|
(?P<major>\d+)
|
|
213
213
|
\.
|
|
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-0.9.6 → gplugins-0.9.7}/gplugins/gmeep/test_sparameterNxN/test_sparameterNxN_crossing.csv
RENAMED
|
File without changes
|
{gplugins-0.9.6 → gplugins-0.9.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
|
{gplugins-0.9.6 → gplugins-0.9.7}/gplugins/klayout/tests/test_geometry_write_connectivity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-0.9.6 → gplugins-0.9.7}/gplugins/lumerical/tests/test_lumerical_read_sparameters.py
RENAMED
|
File without changes
|
|
File without changes
|
{gplugins-0.9.6 → gplugins-0.9.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-0.9.6 → gplugins-0.9.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-0.9.6 → gplugins-0.9.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-0.9.6 → gplugins-0.9.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
|
{gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/test_modes/test_sweep_width.obtained.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/test_plot_simulation_grating_coupler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gplugins-0.9.6 → gplugins-0.9.7}/gplugins/tidy3d/tests/tests_sparameters/test_simulation.py
RENAMED
|
File without changes
|
{gplugins-0.9.6 → gplugins-0.9.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
|