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 08ea743 commit aee23aaCopy full SHA for aee23aa
tidy3d/material_library/material_library.py
@@ -2116,14 +2116,14 @@ class MaterialItem2D(MaterialItem):
2116
default="Horiba",
2117
),
2118
aSi=MaterialItem(
2119
- name="Amorphous Silicon",
+ name="Silicon (Amorphous)",
2120
variants=dict(
2121
Horiba=aSi_Horiba,
2122
2123
2124
2125
cSi=MaterialItem(
2126
- name="Crystalline Silicon",
+ name="Silicon (Crystalline)",
2127
2128
Palik_Lossless=cSi_PalikLossless,
2129
Palik_Lossy=cSi_PalikLossy,
0 commit comments