Datasets:
File size: 1,753 Bytes
a11d750 4191e25 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | {
"allowed_materials": [
"ag",
"al",
"al2o3",
"aln",
"hfo2",
"mgf2",
"si",
"si3n4",
"sic",
"sio2",
"ti",
"tio2",
"zno",
"zns"
],
"role_to_materials": {
"metal": [
"ag",
"al",
"ti"
],
"low_index_dielectric": [
"mgf2",
"sio2",
"al2o3"
],
"high_index_dielectric": [
"hfo2",
"tio2",
"zno",
"zns",
"si3n4",
"aln"
],
"lossy_semiconductor": [
"si",
"sic"
],
"transparent_spacer": [
"mgf2",
"sio2",
"al2o3"
],
"IR_active": [
"sic",
"si",
"aln",
"hfo2",
"zno",
"al2o3"
]
},
"material_to_roles": {
"ag": [
"metal"
],
"al": [
"metal"
],
"al2o3": [
"IR_active",
"low_index_dielectric",
"transparent_spacer"
],
"aln": [
"IR_active",
"high_index_dielectric"
],
"hfo2": [
"IR_active",
"high_index_dielectric"
],
"mgf2": [
"low_index_dielectric",
"transparent_spacer"
],
"si": [
"IR_active",
"lossy_semiconductor"
],
"si3n4": [
"high_index_dielectric"
],
"sic": [
"IR_active",
"lossy_semiconductor"
],
"sio2": [
"low_index_dielectric",
"transparent_spacer"
],
"ti": [
"metal"
],
"tio2": [
"high_index_dielectric"
],
"zno": [
"IR_active",
"high_index_dielectric"
],
"zns": [
"high_index_dielectric"
]
},
"substrate_choices": [
"si",
"sio2"
]
} |