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/optimized.py
spicelab/analysis/pipeline.py
spicelab/analysis/result.py
spicelab/analysis/sensitivity_extended.py
spicelab/analysis/signal.py
spicelab/analysis/stats.py
spicelab/analysis/sweep_grid.py
spicelab/analysis/wca.py
spicelab/analysis/viz/plot.py
spicelab/cache/__init__.py
spicelab/cache/compressed.py
spicelab/cache/distributed.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/subcircuit.py
spicelab/core/types.py
spicelab/core/typing.py
spicelab/core/union_find.py
spicelab/core/units.py
spicelab/debug/__init__.py
spicelab/debug/debugger.py
spicelab/debug/dry_run.py
spicelab/debug/interactive.py
spicelab/debug/verbose.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/gpu/__init__.py
spicelab/gpu/accelerator.py
spicelab/help/__init__.py
spicelab/help/cheatsheet.py
spicelab/help/context_help.py
spicelab/help/examples.py
spicelab/help/tutorial.py
spicelab/incremental/__init__.py
spicelab/incremental/simulator.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/raw_streaming.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/model_validation.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/ad8221.sub
spicelab/library/data/opamps/ina128.sub
spicelab/library/data/opamps/lm324.sub
spicelab/library/data/opamps/lm358.sub
spicelab/library/data/opamps/lm386.sub
spicelab/library/data/opamps/lm741.sub
spicelab/library/data/opamps/mcp6001.sub
spicelab/library/data/opamps/ne5532.sub
spicelab/library/data/opamps/op07.sub
spicelab/library/data/opamps/opa2134.sub
spicelab/library/data/opamps/tl072.sub
spicelab/library/data/opamps/tl081.sub
spicelab/measurements/__init__.py
spicelab/measurements/ac.py
spicelab/measurements/analog.py
spicelab/measurements/base.py
spicelab/measurements/digital.py
spicelab/measurements/power.py
spicelab/measurements/registry.py
spicelab/measurements/spectrum.py
spicelab/measurements/transient.py
spicelab/optimization/__init__.py
spicelab/optimization/base.py
spicelab/optimization/corner.py
spicelab/optimization/doe.py
spicelab/optimization/genetic.py
spicelab/optimization/scipy_optimizers.py
spicelab/optimization/sensitivity.py
spicelab/optimization/utils.py
spicelab/parallel/__init__.py
spicelab/parallel/executor.py
spicelab/plugins/__init__.py
spicelab/plugins/base.py
spicelab/plugins/hooks.py
spicelab/plugins/loader.py
spicelab/plugins/manager.py
spicelab/plugins/marketplace.py
spicelab/plugins/protocols.py
spicelab/plugins/testing.py
spicelab/plugins/examples/__init__.py
spicelab/plugins/examples/backup_plugin.py
spicelab/plugins/examples/circuit_templates_plugin.py
spicelab/plugins/examples/design_rules_plugin.py
spicelab/plugins/examples/logging_plugin.py
spicelab/plugins/examples/profiler_plugin.py
spicelab/plugins/examples/report_plugin.py
spicelab/plugins/examples/telemetry_plugin.py
spicelab/reporting/__init__.py
spicelab/reporting/report.py
spicelab/shortcuts/__init__.py
spicelab/shortcuts/chainable.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/storage/__init__.py
spicelab/storage/hdf5.py
spicelab/templates/__init__.py
spicelab/templates/circuits.py
spicelab/templates/reference_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/ux/__init__.py
spicelab/ux/bookmarks.py
spicelab/ux/clipboard.py
spicelab/ux/diff.py
spicelab/ux/history.py
spicelab/ux/progress.py
spicelab/validators/__init__.py
spicelab/validators/advanced_drc.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_advanced_drc.py
tests/test_analog_measurements.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_asc_transistors.py
tests/test_cache.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_comprehensive.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_debug.py
tests/test_distributed_cache.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_example_plugins.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_gpu.py
tests/test_hash_with_probes.py
tests/test_hdf5_storage.py
tests/test_help.py
tests/test_incremental.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_measurements.py
tests/test_model_library.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_optimization.py
tests/test_optimization_integration.py
tests/test_optimized_analysis.py
tests/test_orchestrator_monte_carlo_demo.py
tests/test_orchestrator_sweep.py
tests/test_parallel.py
tests/test_parameter.py
tests/test_phase3_lazy_process.py
tests/test_plugins.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_raw_streaming.py
tests/test_readers_smoke.py
tests/test_reference_circuits.py
tests/test_registry_and_runner.py
tests/test_reporting.py
tests/test_sensitivity_extended.py
tests/test_signal_helpers.py
tests/test_slew_rate.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_subcircuit.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_typing.py
tests/test_units.py
tests/test_units_extra.py
tests/test_usability.py
tests/test_utils_helpers.py
tests/test_ux.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_viz_sprint5.py
tests/test_wca.py