LICENSE
README.md
pyproject.toml
spicelab/__init__.py
spicelab/doctor.py
spicelab/exceptions.py
spicelab/orchestrator.py
spicelab/py.typed
spicelab.egg-info/PKG-INFO
spicelab.egg-info/SOURCES.txt
spicelab.egg-info/dependency_links.txt
spicelab.egg-info/entry_points.txt
spicelab.egg-info/requires.txt
spicelab.egg-info/top_level.txt
spicelab/ai/llm.py
spicelab/analysis/__init__.py
spicelab/analysis/measure.py
spicelab/analysis/montecarlo.py
spicelab/analysis/pipeline.py
spicelab/analysis/result.py
spicelab/analysis/signal.py
spicelab/analysis/stats.py
spicelab/analysis/sweep_grid.py
spicelab/analysis/wca.py
spicelab/analysis/viz/plot.py
spicelab/cli/__init__.py
spicelab/cli/measure.py
spicelab/cli/troubleshoot.py
spicelab/cli/validate.py
spicelab/core/__init__.py
spicelab/core/adc.py
spicelab/core/circuit.py
spicelab/core/circuit_v2.py
spicelab/core/components.py
spicelab/core/expressions.py
spicelab/core/net.py
spicelab/core/net_registry.py
spicelab/core/parameter.py
spicelab/core/types.py
spicelab/core/typing.py
spicelab/core/union_find.py
spicelab/core/units.py
spicelab/dsl/__init__.py
spicelab/dsl/builder.py
spicelab/dsl/context.py
spicelab/dsl/expressions.py
spicelab/dsl/flow.py
spicelab/dsl/schematic.py
spicelab/dsl/spec.py
spicelab/engines/__init__.py
spicelab/engines/base.py
spicelab/engines/directives.py
spicelab/engines/exceptions.py
spicelab/engines/factory.py
spicelab/engines/lazy_result.py
spicelab/engines/ltspice.py
spicelab/engines/ltspice_cli.py
spicelab/engines/ngspice.py
spicelab/engines/ngspice_proc.py
spicelab/engines/ngspice_shared.py
spicelab/engines/orchestrator.py
spicelab/engines/result.py
spicelab/engines/selection.py
spicelab/engines/xyce.py
spicelab/engines/xyce_cli.py
spicelab/extensions/__init__.py
spicelab/extensions/adc.py
spicelab/io/__init__.py
spicelab/io/asc_converter.py
spicelab/io/asc_parser.py
spicelab/io/log_reader.py
spicelab/io/ltspice_asc.py
spicelab/io/ltspice_parser.py
spicelab/io/raw_reader.py
spicelab/io/readers.py
spicelab/io/spice_parser.py
spicelab/library/__init__.py
spicelab/library/behavioral.py
spicelab/library/capacitors.py
spicelab/library/diodes.py
spicelab/library/factory_typing.py
spicelab/library/importers.py
spicelab/library/inductors.py
spicelab/library/metadata.py
spicelab/library/opamps.py
spicelab/library/registry.py
spicelab/library/resistors.py
spicelab/library/switches.py
spicelab/library/transistors.py
spicelab/library/utils.py
spicelab/library/data/opamps/lm741.sub
spicelab/library/data/opamps/tl081.sub
spicelab/reporting/__init__.py
spicelab/reporting/report.py
spicelab/shortcuts/__init__.py
spicelab/shortcuts/simulation.py
spicelab/spice/__init__.py
spicelab/spice/base.py
spicelab/spice/ltspice_cli.py
spicelab/spice/ngspice_cli.py
spicelab/spice/ngspice_shared.py
spicelab/spice/ngspice_shared_backend.py
spicelab/spice/registry.py
spicelab/spice/xyce_cli.py
spicelab/templates/__init__.py
spicelab/templates/circuits.py
spicelab/troubleshooting/__init__.py
spicelab/troubleshooting/diagnostics.py
spicelab/troubleshooting/interactive.py
spicelab/utils/__init__.py
spicelab/utils/design.py
spicelab/utils/e_series.py
spicelab/utils/log.py
spicelab/utils/spice_compat.py
spicelab/utils/synth.py
spicelab/utils/topologies.py
spicelab/utils/units.py
spicelab/validators/__init__.py
spicelab/validators/circuit_validation.py
spicelab/viz/__init__.py
spicelab/viz/circuit.py
spicelab/viz/netlist_diff.py
spicelab/viz/notebook.py
spicelab/viz/plotly.py
spicelab/viz/plots.py
tests/test_adc.py
tests/test_asc_component_rotations.py
tests/test_asc_converter.py
tests/test_asc_parser.py
tests/test_asc_pin_offsets.py
tests/test_asc_roundtrip.py
tests/test_circuit_introspection.py
tests/test_circuit_parameter.py
tests/test_circuit_rc_netlist.py
tests/test_circuit_v2.py
tests/test_circuit_validation_new.py
tests/test_cli_adapters.py
tests/test_cli_measure_schema_smoke.py
tests/test_cli_schema_and_sanitization.py
tests/test_component_library.py
tests/test_component_parameter.py
tests/test_component_values.py
tests/test_components_controlled_diode.py
tests/test_components_new.py
tests/test_components_typed_sources.py
tests/test_core_models.py
tests/test_core_negative.py
tests/test_dataset_result_handle.py
tests/test_doctor.py
tests/test_doctor_ask_json_contract.py
tests/test_doctor_ask_json_fallback.py
tests/test_dsl_builder.py
tests/test_dsl_context.py
tests/test_dsl_flow.py
tests/test_dsl_spec.py
tests/test_e_series.py
tests/test_engine_missing_binaries.py
tests/test_engine_multi_parity.py
tests/test_engine_phase3.py
tests/test_engines_basic_rc.py
tests/test_engines_ngspice.py
tests/test_engines_other.py
tests/test_examples_monte_carlo_metric.py
tests/test_examples_monte_carlo_pandas.py
tests/test_examples_opamp_closed_loop.py
tests/test_examples_rc_highpass.py
tests/test_extensions_adc.py
tests/test_hash_with_probes.py
tests/test_io_binary_raw.py
tests/test_io_complex_expansion.py
tests/test_io_device_current_norm.py
tests/test_io_list_signals.py
tests/test_io_load_dataset.py
tests/test_io_ltspice_metadata.py
tests/test_io_multistep_and_log.py
tests/test_io_parity_skeleton.py
tests/test_io_readers.py
tests/test_library_expanded.py
tests/test_library_importers.py
tests/test_log_reader.py
tests/test_ltspice_asc_stub.py
tests/test_ltspice_parser_controlled_diode.py
tests/test_ltspice_parser_mvp.py
tests/test_ltspice_parser_sin_pwl.py
tests/test_ltspice_subckt_flatten.py
tests/test_ltspice_universal_opamp.py
tests/test_measure.py
tests/test_measure_ac_specs.py
tests/test_measure_api_contract.py
tests/test_measure_edge_cases.py
tests/test_measure_gain_margin.py
tests/test_measure_tran_specs.py
tests/test_montecarlo_csv.py
tests/test_montecarlo_distributions.py
tests/test_montecarlo_extras.py
tests/test_montecarlo_job.py
tests/test_montecarlo_op.py
tests/test_montecarlo_parallel.py
tests/test_montecarlo_repro_and_tran.py
tests/test_montecarlo_sanity.py
tests/test_montecarlo_stack.py
tests/test_montecarlo_to_dataframe.py
tests/test_mux.py
tests/test_net_registry.py
tests/test_netlist_diff.py
tests/test_netlist_parser.py
tests/test_netlist_roundtrip.py
tests/test_ngspice_ascii_forced.py
tests/test_ngspice_cli_env.py
tests/test_ngspice_shared.py
tests/test_ngspice_smoke.py
tests/test_ngspice_smoke_2.py
tests/test_opamp_ideal.py
tests/test_orchestrator_monte_carlo_demo.py
tests/test_orchestrator_sweep.py
tests/test_parameter.py
tests/test_phase3_lazy_process.py
tests/test_post_pick_columns.py
tests/test_probe_normalizers.py
tests/test_probes_in_results.py
tests/test_raw_reader_ascii.py
tests/test_raw_reader_binary_flag.py
tests/test_raw_reader_errors.py
tests/test_raw_reader_multi.py
tests/test_readers_smoke.py
tests/test_registry_and_runner.py
tests/test_reporting.py
tests/test_signal_helpers.py
tests/test_spice_compat.py
tests/test_spice_preprocessor.py
tests/test_stats.py
tests/test_step_and_montecarlo_stubbed.py
tests/test_step_grid.py
tests/test_step_grid_progress.py
tests/test_step_param.py
tests/test_sweep_orchestrator.py
tests/test_sweep_python.py
tests/test_switches_and_models.py
tests/test_templates.py
tests/test_trace_ac_helpers.py
tests/test_tran_with_ngspice.py
tests/test_troubleshooting.py
tests/test_types_contract.py
tests/test_units.py
tests/test_units_extra.py
tests/test_usability.py
tests/test_utils_helpers.py
tests/test_validation.py
tests/test_viz_circuit_tables.py
tests/test_viz_new_helpers.py
tests/test_viz_notebook.py
tests/test_viz_plotly_wrappers.py
tests/test_viz_plotting.py
tests/test_wca.py