LICENSE
README.md
pyproject.toml
setup.py
chipify/__init__.py
chipify/analyses.py
chipify/analyzer.py
chipify/app_config.py
chipify/cli.py
chipify/data_loader.py
chipify/debug_export.py
chipify/export_latex.py
chipify/expression.py
chipify/md_export.py
chipify/pdf_export.py
chipify/plot_manager.py
chipify/plugin_loader.py
chipify/project_config.py
chipify/py.typed
chipify/run_meta.py
chipify/schema.py
chipify/settings.py
chipify/simulator.py
chipify/util.py
chipify.egg-info/PKG-INFO
chipify.egg-info/SOURCES.txt
chipify.egg-info/dependency_links.txt
chipify.egg-info/entry_points.txt
chipify.egg-info/requires.txt
chipify.egg-info/top_level.txt
chipify/engines/__init__.py
chipify/engines/abort.py
chipify/engines/base.py
chipify/engines/ngspice.py
chipify/engines/rawfile.py
chipify/engines/staging.py
chipify/engines/vacask.py
chipify/engines/xschem.py
chipify/exporters/__init__.py
chipify/exporters/_white_bg.py
chipify/exporters/png_exporter.py
chipify/exporters/svg_exporter.py
chipify/gui_qt/__init__.py
chipify/gui_qt/app.py
chipify/gui_qt/main_window.py
chipify/gui_qt/multiplot_window.py
chipify/gui_qt/theme.py
chipify/gui_qt/controllers/__init__.py
chipify/gui_qt/controllers/history_controller.py
chipify/gui_qt/controllers/simulation_controller.py
chipify/gui_qt/resources/chipify.ico
chipify/gui_qt/resources/chipify.png
chipify/gui_qt/services/__init__.py
chipify/gui_qt/services/canvas_menu.py
chipify/gui_qt/services/figure_export.py
chipify/gui_qt/services/latex_export.py
chipify/gui_qt/services/main_thread.py
chipify/gui_qt/services/throttle.py
chipify/gui_qt/tabs/__init__.py
chipify/gui_qt/tabs/analytics_tab.py
chipify/gui_qt/tabs/editor_tab.py
chipify/gui_qt/tabs/equations_tab.py
chipify/gui_qt/tabs/histogram_tab.py
chipify/gui_qt/tabs/measurements_tab.py
chipify/gui_qt/tabs/transient_tab.py
chipify/gui_qt/widgets/__init__.py
chipify/gui_qt/widgets/helpers.py
chipify/gui_qt/widgets/mpl_canvas.py
chipify/gui_qt/widgets/run_annotation_dialog.py
chipify/gui_qt/widgets/settings_dialog.py
chipify/gui_qt/workers/__init__.py
chipify/gui_qt/workers/sim_worker.py
chipify/plot_plugins/__init__.py
chipify/plot_plugins/distribution_plots.py
chipify/uikit/__init__.py
chipify/uikit/state.py
chipify/uikit/services/__init__.py
chipify/uikit/services/equation_service.py
chipify/uikit/services/measurements.py
chipify/uikit/services/netlist_export.py
chipify/uikit/services/plugin_context.py
chipify/uikit/services/scatter_hover.py
chipify/uikit/services/transient_loader.py
chipify/uikit/services/yaml_editor_service.py
chipify/uikit/widgets/__init__.py
chipify/uikit/widgets/yaml_dumper.py
tests/test_analyses_raw.py
tests/test_builtin_plot_plugins.py
tests/test_data_loader_history.py
tests/test_data_loader_summary.py
tests/test_datasheet_equations.py
tests/test_engine_registry.py
tests/test_equation_service.py
tests/test_export_latex.py
tests/test_expression.py
tests/test_gui_qt_smoke.py
tests/test_netlist_export.py
tests/test_ng2vc.py
tests/test_plugin_context.py
tests/test_run_meta.py
tests/test_simulator_engine.py
tests/test_simulator_persist.py
tests/test_util_range_dsl.py
tests/test_yaml_editor_service.py