Skip to content

Commit

Permalink
fixed typo in Lorentz.coeffs
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerflex authored and momchil-flex committed Dec 29, 2022
1 parent 211ba45 commit 6d362a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidy3d/components/medium.py
Expand Up @@ -587,7 +587,7 @@ class Lorentz(DispersiveMedium):

coeffs: Tuple[Tuple[float, float, float], ...] = pd.Field(
...,
title="Epsilon at Infinity",
title="Coefficients",
description="List of (:math:`\\Delta\\epsilon_i, f_i, \\delta_i`) values for model.",
units=(PERMITTIVITY, HERTZ, HERTZ),
)
Expand Down

0 comments on commit 6d362a1

Please sign in to comment.