Skip to content

Commit

Permalink
Change n´´ to kappa
Browse files Browse the repository at this point in the history
Signed-off-by: ClemensLinnhoff <[email protected]>
  • Loading branch information
ClemensLinnhoff committed Mar 6, 2025
1 parent 69676ce commit b96327a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/material_optical_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@
"number",
"null"
],
"description": "Real part of index of refraction of material, which is \\(n^{'}\\) in \\(n = n^{'} - j n^{''}\\)."
"description": "Real part of index of refraction of material, which is \\(n^{'}\\) in \\(n = n^{'} - j \\kappa\\)."
},
{
"type": [
"number",
"null"
],
"description": "Imaginary part of index of refraction of material, which is \\(n^{''}\\) in \\(n = n^{'} - j n^{''}\\)."
"description": "Imaginary part of index of refraction of material, which is \\(\\kappa\\) in \\(n = n^{'} - j \\kappa\\)."
}
],
"minItems": 4,
Expand Down

0 comments on commit b96327a

Please sign in to comment.