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 1ffff7d commit ff2f598Copy full SHA for ff2f598
tidy3d/plugins/adjoint/__init__.py
@@ -14,13 +14,13 @@
14
f"""
15
The 'adjoint' plugin (legacy JAX-based adjoint plugin) was deprecated in Tidy3D '2.7.0' and will be disabled as of '2.9.0'.
16
17
- ➤ Migrate to the native autograd workflow:
+ Migrate to the native autograd workflow:
18
import tidy3d as td
19
import autograd.numpy as np
20
from autograd import grad
21
22
- It uses standard 'td.' objects, has fewer dependencies, and offers a smoother optimization experience.
23
- Full guide ↗ {_DOC_URL}
+ It uses standard 'td.' objects, has fewer dependencies, and offers a smoother optimization experience.
+ Full guide: {_DOC_URL}
24
"""
25
).strip()
26
0 commit comments