phase03/validation #96

Merged
fuzzy merged 4 commits from phase03/validation into main 2026-05-03 13:35:27 +00:00
Owner
No description provided.
# Previous message:
feat: extract netlist into PySpice circuit with value parsing

Add simulation module with parse_value() for engineering notation
and build_circuit() to create PySpice Circuit objects from input.

closes: #21
closes: #22
- add functions for operating point, DC, AC, and transient analyses
- implement ngspice availability check
- update ROADMAP.md to mark completed tasks
- add comprehensive tests for simulation functions
- extend unit imports in simulation module

# Previous message:
feat: implement DC, AC, and transient simulation analyses

Add run_operating_point, run_dc_sweep, run_ac_sweep, run_transient
functions to simulation module. Tests skip automatically when
ngspice is not available.

closes: #23
closes: #24
closes: #25
closes: #26
closes: #27
# Previous message:
feat: add circuit validation with expect rules and report generation

Add validation module with get_expect_rules, validate_circuit,
format_report functions. Add expect section to RLC circuit.

closes: #28
closes: #29
closes: #30
closes: #31
feat: implement lcapy symbolic circuit analysis and validation
All checks were successful
CI / lint-test (pull_request) Successful in 34s
Generate Artifacts / generate (push) Successful in 1m13s
4c36d7f65d
# Previous message:
feat: add Lcapy symbolic transfer function analysis

Add lcapy_analysis module with netlist conversion, transfer function
derivation, evaluation, and comparison with PySpice simulation.

closes: #32
closes: #33
closes: #34
fuzzy scheduled this pull request to auto merge when all checks succeed 2026-05-03 13:35:24 +00:00
fuzzy merged commit 4c36d7f65d into main 2026-05-03 13:35:27 +00:00
fuzzy deleted branch phase03/validation 2026-05-03 13:35:28 +00:00
Sign in to join this conversation.
No reviewers
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/circuitci!96
No description provided.