We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13d7d3 commit 918eaa9Copy full SHA for 918eaa9
tidy3d/config/sections.py
@@ -164,12 +164,14 @@ class AutogradConfig(ConfigSection):
164
500,
165
title="Max traced structures",
166
description="Maximum number of structures that can have traced fields in an autograd run.",
167
+ json_schema_extra={"persist": True},
168
)
169
170
max_adjoint_per_fwd: pd.PositiveInt = pd.Field(
171
10,
172
title="Max adjoint solves per forward",
173
description="Maximum number of adjoint simulations dispatched per forward solve.",
174
175
176
177
0 commit comments