Problem
transient_options.md has a table of "Not Yet Implemented" options that incorrectly lists tran_itl:
tran_itl | ❌ | Max NR iterations per step
Reality
tran_itl is fully implemented:
vajax/analysis/options.py: defines tran_itl: int = 20 with validation
vajax/analysis/transient/full_mna.py: uses config.tran_itl as max_iterations in the NR loop
This is the same class of bug as #112 (tran_ft incorrectly listed as not implemented).
Problem
transient_options.mdhas a table of "Not Yet Implemented" options that incorrectly liststran_itl:Reality
tran_itlis fully implemented:vajax/analysis/options.py: definestran_itl: int = 20with validationvajax/analysis/transient/full_mna.py: usesconfig.tran_itlasmax_iterationsin the NR loopThis is the same class of bug as #112 (tran_ft incorrectly listed as not implemented).