Hello DEVSIM Community,
I am working on performing a transient simulation for the BJT example provided in the DEVSIM BJT Example Repository. My goal is to simulate transient behavior where the collector voltage Vc is incrementally increased over time.
Below is the code I am using:
import devsim
import bjt_common
def transient_simulation():
# Uncomment the following lines for extended mode
# devsim.set_parameter(name="extended_solver", value=True)
# devsim.set_parameter(name="extended_model", value=True)
# devsim.set_parameter(name="extended_equation", value=True)
bjt_common.run()
# Initial DC solution
devsim.solve(type="transient_dc", absolute_error=1e6, relative_error=1e-1, maximum_iterations=40)
devsim.circuit_alter(name="Vb", value=0.6)
devsim.solve(type="dc", absolute_error=1e6, relative_error=1e-1, maximum_iterations=40)
devsim.solve(type="transient_dc", absolute_error=1e6, relative_error=1e-1, maximum_iterations=40)
# Transient simulation settings
time_step = 1e-9 # Time step
total_time = 1e-7 # Total simulation time
current_time = 0.0
target_vc = 1.0 # Final Vc value
vc_step = target_vc / (total_time / time_step)
while current_time < total_time:
new_vc = current_time / time_step * vc_step # Increment Vc
devsim.circuit_alter(name="Vc", value=new_vc)
devsim.solve(type="transient_bdf1",
absolute_error=1e6,
relative_error=1e-1,
maximum_iterations=100,
tdelta=time_step,
charge_error=1)
current_time += time_step
if __name__ == "__main__":
transient_simulation()
Issue: The script executes, but I am encountering different behaviors depending on the mode I use:
- In normal mode, the simulation fails due to overflow or convergence failure.
- In extended mode (with
extended_solver
,extended_model
, andextended_equation
parameters enabled), the simulation runs but stops progressing at a certain point without explicitly reporting a convergence failure.
Observations:
- I am using the mesh and setup from the DEVSIM BJT Example Repository.
- The transient simulation starts but fails to complete as expected.
- Adding a collector resistor did not help improve convergence or stability.
- The way I increment Vc over time might be contributing to instability.
Questions:
- Are there specific solver settings or parameters to improve the stability and convergence for this transient simulation?
- Is my method of incrementing Vc in the loop correct, or does it need adjustment?
- Are there additional strategies or configurations I should consider to enhance solver robustness?
I have attached the log file with further details for reference. Thank you for your time and assistance!
Best regards,
AC
Log File Output
Adding 14773 nodes
Adding 43698 edges with 0 duplicates removed
Adding 28926 triangles with 0 duplicate removed
Contact base in region bjt with 63 nodes
Contact collector in region bjt with 345 nodes
Contact emitter in region bjt with 63 nodes
Replacing Node Model Acceptors in region bjt of material Silicon
Replacing Node Model DEG in region bjt of material Silicon
Replacing Edge Model DField in region bjt of material Silicon
Replacing Edge Model DField:Potential@n0 in region bjt of material Silicon
Replacing Edge Model DField:Potential@n1 in region bjt of material Silicon
Replacing Node Model Donors in region bjt of material Silicon
Replacing Node Model EC in region bjt of material Silicon
Replacing Node Model EC:Potential in region bjt of material Silicon
Replacing Node Model EFN in region bjt of material Silicon
Replacing Node Model EFN:Electrons in region bjt of material Silicon
Replacing Node Model EFN:Potential in region bjt of material Silicon
Replacing Node Model EFP in region bjt of material Silicon
Replacing Node Model EFP:Holes in region bjt of material Silicon
Replacing Node Model EFP:Potential in region bjt of material Silicon
Replacing Edge Model EField in region bjt of material Silicon
Replacing Edge Model EField:Potential@n0 in region bjt of material Silicon
Replacing Edge Model EField:Potential@n1 in region bjt of material Silicon
Replacing Triangle Edge Model EField_x in region bjt of material Silicon
Replacing Triangle Edge Model EField_y in region bjt of material Silicon
Replacing Node Model EG in region bjt of material Silicon
Replacing Node Model EI in region bjt of material Silicon
Replacing Node Model EI:Potential in region bjt of material Silicon
Replacing Node Model EV in region bjt of material Silicon
Replacing Node Model EV:Potential in region bjt of material Silicon
Replacing Node Model ElectronGeneration in region bjt of material Silicon
Replacing Node Model ElectronGeneration:Electrons in region bjt of material Silicon
Replacing Node Model ElectronGeneration:Holes in region bjt of material Silicon
Replacing Edge Model Electrons@n0 in region bjt of material Silicon
Replacing Edge Model Electrons@n1 in region bjt of material Silicon
Replacing Triangle Edge Model Emag in region bjt of material Silicon
Replacing Edge Model Epar_n in region bjt of material Silicon
Replacing Edge Model Epar_n:Potential@n0 in region bjt of material Silicon
Replacing Edge Model Epar_n:Potential@n1 in region bjt of material Silicon
Replacing Edge Model Epar_p in region bjt of material Silicon
Replacing Edge Model Epar_p:Potential@n0 in region bjt of material Silicon
Replacing Edge Model Epar_p:Potential@n1 in region bjt of material Silicon
Replacing Node Model HoleGeneration in region bjt of material Silicon
Replacing Node Model HoleGeneration:Electrons in region bjt of material Silicon
Replacing Node Model HoleGeneration:Holes in region bjt of material Silicon
Replacing Edge Model Holes@n0 in region bjt of material Silicon
Replacing Edge Model Holes@n1 in region bjt of material Silicon
Replacing Node Model IntrinsicCharge in region bjt of material Silicon
Replacing Node Model IntrinsicCharge:Potential in region bjt of material Silicon
Replacing Node Model IntrinsicElectrons in region bjt of material Silicon
Replacing Node Model IntrinsicElectrons:Potential in region bjt of material Silicon
Replacing Node Model IntrinsicHoles in region bjt of material Silicon
Replacing Node Model IntrinsicHoles:Potential in region bjt of material Silicon
Replacing Edge Model Jn in region bjt of material Silicon
Replacing Edge Model Jn:Electrons@n0 in region bjt of material Silicon
Replacing Edge Model Jn:Electrons@n1 in region bjt of material Silicon
Replacing Edge Model Jn:Holes@n0 in region bjt of material Silicon
Replacing Edge Model Jn:Holes@n1 in region bjt of material Silicon
Replacing Edge Model Jn:Potential@n0 in region bjt of material Silicon
Replacing Edge Model Jn:Potential@n1 in region bjt of material Silicon
Replacing Edge Model Jn_arora_lf in region bjt of material Silicon
Replacing Edge Model Jn_arora_lf:Electrons@n0 in region bjt of material Silicon
Replacing Edge Model Jn_arora_lf:Electrons@n1 in region bjt of material Silicon
Replacing Edge Model Jn_arora_lf:Holes@n0 in region bjt of material Silicon
Replacing Edge Model Jn_arora_lf:Holes@n1 in region bjt of material Silicon
Replacing Edge Model Jn_arora_lf:Potential@n0 in region bjt of material Silicon
Replacing Edge Model Jn_arora_lf:Potential@n1 in region bjt of material Silicon
Replacing Triangle Edge Model Jn_x in region bjt of material Silicon
Replacing Triangle Edge Model Jn_y in region bjt of material Silicon
Replacing Triangle Edge Model Jnmag in region bjt of material Silicon
Replacing Edge Model Jp in region bjt of material Silicon
Replacing Edge Model Jp:Electrons@n0 in region bjt of material Silicon
Replacing Edge Model Jp:Electrons@n1 in region bjt of material Silicon
Replacing Edge Model Jp:Holes@n0 in region bjt of material Silicon
Replacing Edge Model Jp:Holes@n1 in region bjt of material Silicon
Replacing Edge Model Jp:Potential@n0 in region bjt of material Silicon
Replacing Edge Model Jp:Potential@n1 in region bjt of material Silicon
Replacing Edge Model Jp_arora_lf in region bjt of material Silicon
Replacing Edge Model Jp_arora_lf:Electrons@n0 in region bjt of material Silicon
Replacing Edge Model Jp_arora_lf:Electrons@n1 in region bjt of material Silicon
Replacing Edge Model Jp_arora_lf:Holes@n0 in region bjt of material Silicon
Replacing Edge Model Jp_arora_lf:Holes@n1 in region bjt of material Silicon
Replacing Edge Model Jp_arora_lf:Potential@n0 in region bjt of material Silicon
Replacing Edge Model Jp_arora_lf:Potential@n1 in region bjt of material Silicon
Replacing Triangle Edge Model Jp_x in region bjt of material Silicon
Replacing Triangle Edge Model Jp_y in region bjt of material Silicon
Replacing Triangle Edge Model Jpmag in region bjt of material Silicon
Replacing Node Model LogNetDoping in region bjt of material Silicon
Replacing Node Model NC in region bjt of material Silicon
Replacing Node Model NCharge in region bjt of material Silicon
Replacing Node Model NCharge:Electrons in region bjt of material Silicon
Replacing Node Model NIE in region bjt of material Silicon
Replacing Node Model NTOT in region bjt of material Silicon
Replacing Node Model NV in region bjt of material Silicon
Replacing Node Model NetDoping in region bjt of material Silicon
Replacing Node Model PCharge in region bjt of material Silicon
Replacing Node Model PCharge:Holes in region bjt of material Silicon
Replacing Edge Model Potential@n0 in region bjt of material Silicon
Replacing Edge Model Potential@n1 in region bjt of material Silicon
Replacing Node Model PotentialIntrinsicCharge in region bjt of material Silicon
Replacing Node Model PotentialIntrinsicCharge:Potential in region bjt of material Silicon
Replacing Node Model PotentialNodeCharge in region bjt of material Silicon
Replacing Node Model PotentialNodeCharge:Electrons in region bjt of material Silicon
Replacing Node Model PotentialNodeCharge:Holes in region bjt of material Silicon
Replacing Node Model Tn in region bjt of material Silicon
Replacing Node Model USRH in region bjt of material Silicon
Replacing Node Model USRH:Electrons in region bjt of material Silicon
Replacing Node Model USRH:Holes in region bjt of material Silicon
Replacing Node Model V_t in region bjt of material Silicon
Replacing Edge Model V_t_edge in region bjt of material Silicon
Replacing Node Model basenodeelectrons in region bjt of material Silicon
Replacing Node Model basenodeelectrons:Electrons in region bjt of material Silicon
Replacing Node Model basenodeholes in region bjt of material Silicon
Replacing Node Model basenodeholes:Holes in region bjt of material Silicon
Replacing Node Model basenodemodel in region bjt of material Silicon
Replacing Node Model basenodemodel:Potential in region bjt of material Silicon
Replacing Edge Model beta_n in region bjt of material Silicon
Replacing Edge Model beta_p in region bjt of material Silicon
Replacing Node Model collectornodeelectrons in region bjt of material Silicon
Replacing Node Model collectornodeelectrons:Electrons in region bjt of material Silicon
Replacing Node Model collectornodeholes in region bjt of material Silicon
Replacing Node Model collectornodeholes:Holes in region bjt of material Silicon
Replacing Node Model collectornodemodel in region bjt of material Silicon
Replacing Node Model collectornodemodel:Potential in region bjt of material Silicon
Replacing Node Model contactcharge_node in region bjt of material Silicon
Replacing Node Model emitternodeelectrons in region bjt of material Silicon
Replacing Node Model emitternodeelectrons:Electrons in region bjt of material Silicon
Replacing Node Model emitternodeholes in region bjt of material Silicon
Replacing Node Model emitternodeholes:Holes in region bjt of material Silicon
Replacing Node Model emitternodemodel in region bjt of material Silicon
Replacing Node Model emitternodemodel:Potential in region bjt of material Silicon
Replacing Edge Model mu_arora_n_lf in region bjt of material Silicon
Replacing Node Model mu_arora_n_node in region bjt of material Silicon
Replacing Edge Model mu_arora_p_lf in region bjt of material Silicon
Replacing Node Model mu_arora_p_node in region bjt of material Silicon
Replacing Edge Model mu_n in region bjt of material Silicon
Replacing Edge Model mu_n:Electrons@n0 in region bjt of material Silicon
Replacing Edge Model mu_n:Electrons@n1 in region bjt of material Silicon
Replacing Edge Model mu_n:Holes@n0 in region bjt of material Silicon
Replacing Edge Model mu_n:Holes@n1 in region bjt of material Silicon
Replacing Edge Model mu_n:Potential@n0 in region bjt of material Silicon
Replacing Edge Model mu_n:Potential@n1 in region bjt of material Silicon
Replacing Edge Model mu_p in region bjt of material Silicon
Replacing Edge Model mu_p:Electrons@n0 in region bjt of material Silicon
Replacing Edge Model mu_p:Electrons@n1 in region bjt of material Silicon
Replacing Edge Model mu_p:Holes@n0 in region bjt of material Silicon
Replacing Edge Model mu_p:Holes@n1 in region bjt of material Silicon
Replacing Edge Model mu_p:Potential@n0 in region bjt of material Silicon
Replacing Edge Model mu_p:Potential@n1 in region bjt of material Silicon
Replacing Edge Model vsat_n in region bjt of material Silicon
Replacing Edge Model vsat_p in region bjt of material Silicon
Replacing Node Model basenodemodel in region bjt of material Silicon
Replacing Node Model basenodemodel:Potential in region bjt of material Silicon
Warning: Replacing Contact Equation with Contact Equation of the same name.
Contact: base, Equation: PotentialEquation
Replacing Node Model basenodeelectrons in region bjt of material Silicon
Replacing Node Model basenodeelectrons:Electrons in region bjt of material Silicon
Replacing Node Model basenodeholes in region bjt of material Silicon
Replacing Node Model basenodeholes:Holes in region bjt of material Silicon
Warning: Replacing Contact Equation with Contact Equation of the same name.
Contact: base, Equation: ElectronContinuityEquation
Warning: Replacing Contact Equation with Contact Equation of the same name.
Contact: base, Equation: HoleContinuityEquation
Replacing Node Model emitternodemodel in region bjt of material Silicon
Replacing Node Model emitternodemodel:Potential in region bjt of material Silicon
Warning: Replacing Contact Equation with Contact Equation of the same name.
Contact: emitter, Equation: PotentialEquation
Replacing Node Model emitternodeelectrons in region bjt of material Silicon
Replacing Node Model emitternodeelectrons:Electrons in region bjt of material Silicon
Replacing Node Model emitternodeholes in region bjt of material Silicon
Replacing Node Model emitternodeholes:Holes in region bjt of material Silicon
Warning: Replacing Contact Equation with Contact Equation of the same name.
Contact: emitter, Equation: ElectronContinuityEquation
Warning: Replacing Contact Equation with Contact Equation of the same name.
Contact: emitter, Equation: HoleContinuityEquation
Replacing Node Model collectornodemodel in region bjt of material Silicon
Replacing Node Model collectornodemodel:Potential in region bjt of material Silicon
Warning: Replacing Contact Equation with Contact Equation of the same name.
Contact: collector, Equation: PotentialEquation
Replacing Node Model collectornodeelectrons in region bjt of material Silicon
Replacing Node Model collectornodeelectrons:Electrons in region bjt of material Silicon
Replacing Node Model collectornodeholes in region bjt of material Silicon
Replacing Node Model collectornodeholes:Holes in region bjt of material Silicon
Warning: Replacing Contact Equation with Contact Equation of the same name.
Contact: collector, Equation: ElectronContinuityEquation
Warning: Replacing Contact Equation with Contact Equation of the same name.
Contact: collector, Equation: HoleContinuityEquation
creating solution dcop with 6 nodes
number of equations 44325
creating solution dcop_prev with 6 nodes
Iteration: 0
Device: “bjt” RelError: 2.79806e-01 AbsError: 1.13014e+07
Region: “bjt” RelError: 2.79806e-01 AbsError: 1.13014e+07
Equation: “ElectronContinuityEquation” RelError: 1.24746e-02 AbsError: 8.73575e+06
Equation: “HoleContinuityEquation” RelError: 2.67332e-01 AbsError: 2.56566e+06
Equation: “PotentialEquation” RelError: 2.43219e-08 AbsError: 5.39830e-12
Circuit: RelError: 2.83219e-06 AbsError: 2.84249e-16
Iteration: 1
Device: “bjt” RelError: 6.41556e-02 AbsError: 8.28313e+03
Region: “bjt” RelError: 6.41556e-02 AbsError: 8.28313e+03
Equation: “ElectronContinuityEquation” RelError: 5.46127e-02 AbsError: 8.17775e+03
Equation: “HoleContinuityEquation” RelError: 9.54290e-03 AbsError: 1.05385e+02
Equation: “PotentialEquation” RelError: 1.84650e-12 AbsError: 2.28823e-16
Circuit: RelError: 2.84794e-06 AbsError: 2.88152e-16
number of equations 44325
Iteration: 0
Device: “bjt” RelError: 4.93139e-02 AbsError: 8.27283e+03
Region: “bjt” RelError: 4.93139e-02 AbsError: 8.27283e+03
Equation: “ElectronContinuityEquation” RelError: 4.92892e-02 AbsError: 8.17775e+03
Equation: “HoleContinuityEquation” RelError: 2.47177e-05 AbsError: 9.50865e+01
Equation: “PotentialEquation” RelError: 4.34556e-12 AbsError: 1.38444e-16
Circuit: RelError: 2.33512e-08 AbsError: 3.05173e-18
number of equations 44325
Iteration: 0
Device: “bjt” RelError: 1.04642e+01 AbsError: 7.61305e+17
Region: “bjt” RelError: 1.04642e+01 AbsError: 7.61305e+17
Equation: “ElectronContinuityEquation” RelError: 9.58639e-01 AbsError: 4.38268e+17
Equation: “HoleContinuityEquation” RelError: 9.64430e-01 AbsError: 3.23037e+17
Equation: “PotentialEquation” RelError: 8.54112e+00 AbsError: 6.00000e-01
Circuit: RelError: 1.00000e+00 AbsError: 6.00000e-01
Iteration: 1
Device: “bjt” RelError: 2.73680e+00 AbsError: 6.37560e+17
Region: “bjt” RelError: 2.73680e+00 AbsError: 6.37560e+17
Equation: “ElectronContinuityEquation” RelError: 1.00000e+00 AbsError: 3.19413e+17
Equation: “HoleContinuityEquation” RelError: 1.00000e+00 AbsError: 3.18147e+17
Equation: “PotentialEquation” RelError: 7.36795e-01 AbsError: 1.32042e-01
Circuit: RelError: 1.00000e+00 AbsError: 3.66509e-04
Iteration: 2
Device: “bjt” RelError: 2.13024e+00 AbsError: 1.93793e+17
Region: “bjt” RelError: 2.13024e+00 AbsError: 1.93793e+17
Equation: “ElectronContinuityEquation” RelError: 9.94521e-01 AbsError: 9.28883e+16
Equation: “HoleContinuityEquation” RelError: 9.95892e-01 AbsError: 1.00904e+17
Equation: “PotentialEquation” RelError: 1.39829e-01 AbsError: 5.00367e-02
Circuit: RelError: 4.59849e+00 AbsError: 4.95548e-04
Iteration: 3
Device: “bjt” RelError: 1.38090e+00 AbsError: 7.28651e+15
Region: “bjt” RelError: 1.38090e+00 AbsError: 7.28651e+15
Equation: “ElectronContinuityEquation” RelError: 4.95951e-01 AbsError: 3.14751e+15
Equation: “HoleContinuityEquation” RelError: 8.48025e-01 AbsError: 4.13900e+15
Equation: “PotentialEquation” RelError: 3.69213e-02 AbsError: 1.26512e-02
Circuit: RelError: 1.23915e+01 AbsError: 1.25466e-04
Iteration: 4
Device: “bjt” RelError: 1.41460e-01 AbsError: 2.07027e+14
Region: “bjt” RelError: 1.41460e-01 AbsError: 2.07027e+14
Equation: “ElectronContinuityEquation” RelError: 7.35700e-02 AbsError: 1.44573e+14
Equation: “HoleContinuityEquation” RelError: 6.48800e-02 AbsError: 6.24539e+13
Equation: “PotentialEquation” RelError: 3.01010e-03 AbsError: 1.04471e-03
Circuit: RelError: 7.93485e+02 AbsError: 1.95994e-05
Iteration: 5
Device: “bjt” RelError: 1.55914e-03 AbsError: 2.12314e+12
Region: “bjt” RelError: 1.55914e-03 AbsError: 2.12314e+12
Equation: “ElectronContinuityEquation” RelError: 7.27669e-04 AbsError: 1.50960e+12
Equation: “HoleContinuityEquation” RelError: 8.08492e-04 AbsError: 6.13541e+11
Equation: “PotentialEquation” RelError: 2.29807e-05 AbsError: 7.93527e-06
Circuit: RelError: 1.15915e+00 AbsError: 1.70627e-07
Iteration: 6
Device: “bjt” RelError: 1.90023e-04 AbsError: 2.07918e+10
Region: “bjt” RelError: 1.90023e-04 AbsError: 2.07918e+10
Equation: “ElectronContinuityEquation” RelError: 1.87659e-04 AbsError: 1.10948e+10
Equation: “HoleContinuityEquation” RelError: 2.28603e-06 AbsError: 9.69698e+09
Equation: “PotentialEquation” RelError: 7.73106e-08 AbsError: 2.15189e-08
Circuit: RelError: 9.39505e-05 AbsError: 2.23722e-09
Iteration: 7
Device: “bjt” RelError: 1.95439e-08 AbsError: 3.93944e+07
Region: “bjt” RelError: 1.95439e-08 AbsError: 3.93944e+07
Equation: “ElectronContinuityEquation” RelError: 1.73213e-08 AbsError: 3.01255e+07
Equation: “HoleContinuityEquation” RelError: 2.14447e-09 AbsError: 9.26888e+06
Equation: “PotentialEquation” RelError: 7.81739e-11 AbsError: 2.43572e-11
Circuit: RelError: 1.36799e-07 AbsError: 7.93968e-14
Iteration: 8
Device: “bjt” RelError: 7.62995e-11 AbsError: 2.32146e+04
Region: “bjt” RelError: 7.62995e-11 AbsError: 2.32146e+04
Equation: “ElectronContinuityEquation” RelError: 5.74589e-11 AbsError: 2.02093e+04
Equation: “HoleContinuityEquation” RelError: 1.87928e-11 AbsError: 3.00526e+03
Equation: “PotentialEquation” RelError: 4.78202e-14 AbsError: 1.35556e-14
Circuit: RelError: 9.42600e-11 AbsError: 1.25978e-17
number of equations 44325
Iteration: 0
Device: “bjt” RelError: 1.41734e-11 AbsError: 8.25129e+03
Region: “bjt” RelError: 1.41734e-11 AbsError: 8.25129e+03
Equation: “ElectronContinuityEquation” RelError: 7.61290e-12 AbsError: 8.17103e+03
Equation: “HoleContinuityEquation” RelError: 6.56013e-12 AbsError: 8.02604e+01
Equation: “PotentialEquation” RelError: 4.15251e-16 AbsError: 7.65172e-17
Circuit: RelError: 3.48785e-11 AbsError: 5.14189e-18
number of equations 44325
Iteration: 0
Device: “bjt” RelError: 3.05222e-11 AbsError: 8.31617e+03
Region: “bjt” RelError: 3.05222e-11 AbsError: 8.31617e+03
Equation: “ElectronContinuityEquation” RelError: 8.84944e-12 AbsError: 8.17103e+03
Equation: “HoleContinuityEquation” RelError: 2.16717e-11 AbsError: 1.45136e+02
Equation: “PotentialEquation” RelError: 1.12779e-15 AbsError: 1.53100e-16
Circuit: RelError: 1.73927e-08 AbsError: 1.76881e-15
Charge Relative Error 1.63468e-02
number of equations 44325
Iteration: 0
Device: “bjt” RelError: 1.72092e-11 AbsError: 9.56686e+03
Region: “bjt” RelError: 1.72092e-11 AbsError: 9.56686e+03
Equation: “ElectronContinuityEquation” RelError: 8.10094e-12 AbsError: 8.17103e+03
Equation: “HoleContinuityEquation” RelError: 9.09306e-12 AbsError: 1.39583e+03
Equation: “PotentialEquation” RelError: 1.52031e-14 AbsError: 2.03374e-15
Circuit: RelError: 3.64276e-09 AbsError: 5.79067e-16
Charge Relative Error 1.63350e-02
number of equations 44325
Iteration: 0
Device: “bjt” RelError: 2.68240e-10 AbsError: 1.18980e+05
Region: “bjt” RelError: 2.68240e-10 AbsError: 1.18980e+05
Equation: “ElectronContinuityEquation” RelError: 5.26740e-12 AbsError: 6.44312e+04
Equation: “HoleContinuityEquation” RelError: 2.62367e-10 AbsError: 5.45484e+04
Equation: “PotentialEquation” RelError: 6.05485e-13 AbsError: 8.10606e-14
Circuit: RelError: 1.28537e-07 AbsError: 1.81937e-14
Charge Relative Error 1.63336e-02
number of equations 44325
Iteration: 0
Device: “bjt” RelError: 1.19562e-08 AbsError: 5.32026e+06
Region: “bjt” RelError: 1.19562e-08 AbsError: 5.32026e+06
Equation: “ElectronContinuityEquation” RelError: 1.78224e-10 AbsError: 2.87982e+06
Equation: “HoleContinuityEquation” RelError: 1.17509e-08 AbsError: 2.44044e+06
Equation: “PotentialEquation” RelError: 2.70383e-11 AbsError: 3.61992e-12
Circuit: RelError: 5.72876e-06 AbsError: 8.25063e-13
Iteration: 1
Device: “bjt” RelError: 4.77850e-11 AbsError: 8.38070e+03
Region: “bjt” RelError: 4.77850e-11 AbsError: 8.38070e+03
Equation: “ElectronContinuityEquation” RelError: 2.65621e-11 AbsError: 8.18802e+03
Equation: “HoleContinuityEquation” RelError: 2.12214e-11 AbsError: 1.92677e+02
Equation: “PotentialEquation” RelError: 1.53896e-15 AbsError: 2.05789e-16
Circuit: RelError: 2.62286e-08 AbsError: 2.41003e-15
Charge Relative Error 1.62717e-02
number of equations 44325
Iteration: 0
Device: “bjt” RelError: 5.26411e-07 AbsError: 2.34613e+08
Region: “bjt” RelError: 5.26411e-07 AbsError: 2.34613e+08
Equation: “ElectronContinuityEquation” RelError: 7.87554e-09 AbsError: 1.27022e+08
Equation: “HoleContinuityEquation” RelError: 5.17343e-07 AbsError: 1.07591e+08
Equation: “PotentialEquation” RelError: 1.19261e-09 AbsError: 1.59666e-10
Circuit: RelError: 2.52674e-04 AbsError: 3.63479e-11
Iteration: 1
Device: “bjt” RelError: 6.48790e-11 AbsError: 8.30848e+03
Region: “bjt” RelError: 6.48790e-11 AbsError: 8.30848e+03
Equation: “ElectronContinuityEquation” RelError: 3.27627e-11 AbsError: 8.18600e+03
Equation: “HoleContinuityEquation” RelError: 3.21154e-11 AbsError: 1.22486e+02
Equation: “PotentialEquation” RelError: 8.51962e-16 AbsError: 1.19510e-16
Circuit: RelError: 1.14065e-07 AbsError: 1.35255e-14
Charge Relative Error 1.03878e-02
number of equations 44325
Iteration: 0
Device: “bjt” RelError: 2.33788e-05 AbsError: 1.04140e+10
Region: “bjt” RelError: 2.33788e-05 AbsError: 1.04140e+10
Equation: “ElectronContinuityEquation” RelError: 3.49575e-07 AbsError: 5.63772e+09
Equation: “HoleContinuityEquation” RelError: 2.29763e-05 AbsError: 4.77629e+09
Equation: “PotentialEquation” RelError: 5.29320e-08 AbsError: 7.08653e-09
Circuit: RelError: 1.10922e-02 AbsError: 1.61360e-09
Iteration: 1
Device: “bjt” RelError: 4.30693e-09 AbsError: 2.85163e+05
Region: “bjt” RelError: 4.30693e-09 AbsError: 2.85163e+05
Equation: “ElectronContinuityEquation” RelError: 1.20274e-11 AbsError: 1.55496e+05
Equation: “HoleContinuityEquation” RelError: 4.29344e-09 AbsError: 1.29667e+05
Equation: “PotentialEquation” RelError: 1.46048e-12 AbsError: 1.95510e-13
Circuit: RelError: 2.12032e-07 AbsError: 6.32542e-14
Charge Relative Error 4.12999e-03
number of equations 44325
Iteration: 0
Device: “bjt” RelError: 3.07237e+03 AbsError: 4.67169e+16
Region: “bjt” RelError: 3.07237e+03 AbsError: 4.67169e+16
Equation: “ElectronContinuityEquation” RelError: 2.05051e+03 AbsError: 2.52709e+16
Equation: “HoleContinuityEquation” RelError: 1.02155e+03 AbsError: 2.14459e+16
Equation: “PotentialEquation” RelError: 3.09367e-01 AbsError: 3.17885e-02
Circuit: RelError: 1.05240e+00 AbsError: 7.23519e-03
Iteration: 1
Device: “bjt” RelError: 4.88095e+03 AbsError: 2.34092e+16
Region: “bjt” RelError: 4.88095e+03 AbsError: 2.34092e+16
Equation: “ElectronContinuityEquation” RelError: 1.66681e+02 AbsError: 1.27705e+16
Equation: “HoleContinuityEquation” RelError: 4.71410e+03 AbsError: 1.06387e+16
Equation: “PotentialEquation” RelError: 1.71631e-01 AbsError: 3.73252e-02
Circuit: RelError: 1.11064e+00 AbsError: 6.10344e-02
Iteration: 2
Device: “bjt” RelError: 9.43829e+02 AbsError: 1.69650e+16
Region: “bjt” RelError: 9.43829e+02 AbsError: 1.69650e+16
Equation: “ElectronContinuityEquation” RelError: 4.03964e+00 AbsError: 7.55082e+15
Equation: “HoleContinuityEquation” RelError: 9.39643e+02 AbsError: 9.41418e+15
Equation: “PotentialEquation” RelError: 1.46287e-01 AbsError: 4.37047e-02
Circuit: RelError: 6.57858e-01 AbsError: 2.28269e-02
Iteration: 3
Device: “bjt” RelError: 2.76754e+02 AbsError: 1.65791e+16
Region: “bjt” RelError: 2.76754e+02 AbsError: 1.65791e+16
Equation: “ElectronContinuityEquation” RelError: 4.96005e+00 AbsError: 7.52971e+15
Equation: “HoleContinuityEquation” RelError: 2.71674e+02 AbsError: 9.04938e+15
Equation: “PotentialEquation” RelError: 1.19791e-01 AbsError: 3.77931e-02
Circuit: RelError: 2.70849e-01 AbsError: 8.40170e-03
Iteration: 4
Device: “bjt” RelError: 9.31479e+02 AbsError: 1.10955e+16
Region: “bjt” RelError: 9.31479e+02 AbsError: 1.10955e+16
Equation: “ElectronContinuityEquation” RelError: 1.90627e+00 AbsError: 5.20046e+15
Equation: “HoleContinuityEquation” RelError: 9.29505e+02 AbsError: 5.89504e+15
Equation: “PotentialEquation” RelError: 6.71850e-02 AbsError: 2.47877e-02
Circuit: RelError: 8.13139e-03 AbsError: 9.73656e-05
Iteration: 5
Device: “bjt” RelError: 8.48824e+03 AbsError: 2.64936e+16
Region: “bjt” RelError: 8.48824e+03 AbsError: 2.64936e+16
Equation: “ElectronContinuityEquation” RelError: 1.10308e+00 AbsError: 1.22364e+16
Equation: “HoleContinuityEquation” RelError: 8.48697e+03 AbsError: 1.42572e+16
Equation: “PotentialEquation” RelError: 1.67272e-01 AbsError: 6.69905e-02
Circuit: RelError: 3.30267e-01 AbsError: 1.23252e-02
Iteration: 6
Device: “bjt” RelError: 8.21682e+03 AbsError: 6.93979e+17
Region: “bjt” RelError: 8.21682e+03 AbsError: 6.93979e+17
Equation: “ElectronContinuityEquation” RelError: 7.78065e+00 AbsError: 2.76293e+17
Equation: “HoleContinuityEquation” RelError: 8.20464e+03 AbsError: 4.17686e+17
Equation: “PotentialEquation” RelError: 4.40276e+00 AbsError: 1.82916e+00
Circuit: RelError: 2.74308e+00 AbsError: 1.24827e-02
Iteration: 7
Device: “bjt” RelError: 9.86477e+04 AbsError: 1.40023e+18
Region: “bjt” RelError: 9.86477e+04 AbsError: 1.40023e+18
Equation: “ElectronContinuityEquation” RelError: 6.00597e+04 AbsError: 5.85128e+17
Equation: “HoleContinuityEquation” RelError: 3.08589e+03 AbsError: 8.15103e+17
Equation: “PotentialEquation” RelError: 3.55022e+04 AbsError: 3.29294e+00
Circuit: RelError: 1.40239e+00 AbsError: 9.90147e-02
Iteration: 8
Device: “bjt” RelError: 8.17687e+04 AbsError: 2.17717e+18
Region: “bjt” RelError: 8.17687e+04 AbsError: 2.17717e+18
Equation: “ElectronContinuityEquation” RelError: 5.57840e+03 AbsError: 9.52540e+17
Equation: “HoleContinuityEquation” RelError: 2.96513e+03 AbsError: 1.22463e+18
Equation: “PotentialEquation” RelError: 7.32252e+04 AbsError: 5.63977e+00
Circuit: RelError: 1.69114e+00 AbsError: 3.60203e-01
Iteration: 9
Device: “bjt” RelError: 7.63745e+03 AbsError: 6.19079e+20
Region: “bjt” RelError: 7.63745e+03 AbsError: 6.19079e+20
Equation: “ElectronContinuityEquation” RelError: 7.26125e+03 AbsError: 2.82408e+20
Equation: “HoleContinuityEquation” RelError: 8.34334e+01 AbsError: 3.36671e+20
Equation: “PotentialEquation” RelError: 2.92767e+02 AbsError: 5.30890e+02
Circuit: RelError: 1.00130e+00 AbsError: 2.10281e+02
while evaluating node model IntrinsicElectrons on Device: bjt on Region: bjt
There was a Overflow floating point exception while evaluating exp((Potential * pow(V_t,(-1))))
while evaluating node model IntrinsicElectrons on Device: bjt on Region: bjt
There was a Overflow floating point exception while evaluating exp((Potential * pow(V_t,(-1))))
while evaluating model IntrinsicElectrons: expression (NIE * exp((Potential * pow(V_t,(-1))))) evaluates to invalid