Skip to content

Commit 3f81f19

Browse files
marc-flexmomchil-flex
authored andcommitted
Change doping ramp-up default
1 parent 2541396 commit 3f81f19

File tree

1 file changed

+1
-1
lines changed
  • tidy3d/components/spice/analysis

1 file changed

+1
-1
lines changed

tidy3d/components/spice/analysis/dc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ChargeToleranceSpec(Tidy3dBaseModel):
4040
)
4141

4242
ramp_up_iters: pd.PositiveInt = pd.Field(
43-
default=5,
43+
default=1,
4444
title="Ramp-up iterations.",
4545
description="In order to help in start up, quantities such as doping "
4646
"are ramped up until they reach their specified value. This parameter "

0 commit comments

Comments
 (0)