-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.py
354 lines (348 loc) · 10.7 KB
/
config.py
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
"""Configuration variables for ElementEmbeddings."""
from __future__ import annotations
DEFAULT_ELEMENT_EMBEDDINGS = {
"magpie": "magpie.csv",
"magpie_sc": "magpie_sc.json",
"mat2vec": "mat2vec.csv",
"matscholar": "matscholar-embedding.json",
"megnet16": "megnet16.json",
"mod_petti": "mod_petti.json",
"oliynyk": "oliynyk_preprocessed.csv",
"oliynyk_sc": "oliynyk_sc.json",
"random_200": "random_200_new.csv",
"skipatom": "skipatom_20201009_induced.csv",
"atomic": "atomic.json",
"crystallm": "crystallm_v24c.dim512_atom_vectors.csv",
"xenonpy": "xenonpy_element_features.csv",
"cgnf": "cgnf.json",
}
DEFAULT_SPECIES_EMBEDDINGS = {
"skipspecies": "skipspecies_2022_10_28_dim200.csv",
"skipspecies_induced": "skipspecies_2022_10_28_induced_dim200.csv",
}
CITATIONS = {
"magpie": [
"@article{ward2016general,"
"title={A general-purpose machine learning framework for "
"predicting properties of inorganic materials},"
"author={Ward, Logan and Agrawal, Ankit and Choudhary, Alok "
"and Wolverton, Christopher},"
"journal={npj Computational Materials},"
"volume={2},"
"number={1},"
"pages={1--7},"
"year={2016},"
"publisher={Nature Publishing Group}}",
],
"magpie_sc": [
"@article{ward2016general,"
"title={A general-purpose machine learning framework for "
"predicting properties of inorganic materials},"
"author={Ward, Logan and Agrawal, Ankit and Choudhary, Alok "
"and Wolverton, Christopher},"
"journal={npj Computational Materials},"
"volume={2},"
"number={1},"
"pages={1--7},"
"year={2016},"
"publisher={Nature Publishing Group}}",
],
"mat2vec": [
"@article{tshitoyan2019unsupervised,"
"title={Unsupervised word embeddings capture latent knowledge "
"from materials science literature},"
"author={Tshitoyan, Vahe and Dagdelen, John and Weston, Leigh "
"and Dunn, Alexander and Rong, Ziqin and Kononova, Olga "
"and Persson, Kristin A and Ceder, Gerbrand and Jain, Anubhav},"
"journal={Nature},"
"volume={571},"
"number={7763},"
"pages={95--98},"
"year={2019},"
"publisher={Nature Publishing Group} }",
],
"matscholar": [
"@article{weston2019named,"
"title={Named entity recognition and normalization applied to "
"large-scale information extraction from the materials "
"science literature},"
"author={Weston, Leigh and Tshitoyan, Vahe and Dagdelen, John and "
"Kononova, Olga and Trewartha, Amalie and Persson, Kristin A and "
"Ceder, Gerbrand and Jain, Anubhav},"
"journal={Journal of chemical information and modeling},"
"volume={59},"
"number={9},"
"pages={3692--3702},"
"year={2019},"
"publisher={ACS Publications} }",
],
"megnet16": [
"@article{chen2019graph,"
"title={Graph networks as a universal machine learning framework "
"for molecules and crystals},"
"author={Chen, Chi and Ye, Weike and Zuo, Yunxing and "
"Zheng, Chen and Ong, Shyue Ping},"
"journal={Chemistry of Materials},"
"volume={31},"
"number={9},"
"pages={3564--3572},"
"year={2019},"
"publisher={ACS Publications} }",
],
"oliynyk": [
" @article{oliynyk2016high,"
"title={High-throughput machine-learning-driven synthesis "
"of full-Heusler compounds},"
"author={Oliynyk, Anton O and Antono, Erin and Sparks, Taylor D and "
"Ghadbeigi, Leila and Gaultois, Michael W and "
"Meredig, Bryce and Mar, Arthur},"
"journal={Chemistry of Materials},"
"volume={28},"
"number={20},"
"pages={7324--7331},"
"year={2016},"
"publisher={ACS Publications} }",
],
"oliynyk_sc": [
" @article{oliynyk2016high,"
"title={High-throughput machine-learning-driven synthesis "
"of full-Heusler compounds},"
"author={Oliynyk, Anton O and Antono, Erin and Sparks, Taylor D and "
"Ghadbeigi, Leila and Gaultois, Michael W and "
"Meredig, Bryce and Mar, Arthur},"
"journal={Chemistry of Materials},"
"volume={28},"
"number={20},"
"pages={7324--7331},"
"year={2016},"
"publisher={ACS Publications} }",
],
"skipatom": [
"@article{antunes2022distributed,"
"title={Distributed representations of atoms and materials "
"for machine learning},"
"author={Antunes, Luis M and Grau-Crespo, Ricardo and Butler, Keith T},"
"journal={npj Computational Materials},"
"volume={8},"
"number={1},"
"pages={1--9},"
"year={2022},"
"publisher={Nature Publishing Group} }",
],
"mod_petti": [
"@article{glawe2016optimal,"
"title={The optimal one dimensional periodic table: "
"a modified Pettifor chemical scale from data mining},"
"author={Glawe, Henning and Sanna, Antonio and Gross, "
"EKU and Marques, Miguel AL},"
"journal={New Journal of Physics},"
"volume={18},"
"number={9},"
"pages={093011},"
"year={2016},"
"publisher={IOP Publishing} }",
],
"crystallm": [
"@article{antunes2023crystal,"
"title={Crystal structure generation "
"with autoregressive large language modeling},"
"author={Antunes, Luis M and Butler, Keith T and Grau-Crespo, Ricardo},"
"journal={arXiv preprint arXiv:2307.04340},"
"year={2023}}",
],
"xenonpy": [
"@article{liu2021machine,"
"title={Machine learning to predict quasicrystals from chemical compositions},"
"author={Liu, Chang and Fujita, Erina and "
"Katsura, Yukari and Inada, Yuki and Ishikawa, Asuka and "
"Tamura, Ryuji and Kimura, Kaoru and Yoshida, Ryo},"
"journal={Advanced Materials},"
"volume={33},"
"number={36},"
"pages={2102507},"
"year={2021},"
"publisher={Wiley Online Library}"
"}",
"@article{kusaba2022crystal,"
"title={Crystal structure prediction with machine "
"learning-based element substitution},"
"author={Kusaba, Minoru and Liu, Chang and Yoshida, Ryo},"
"journal={Computational Materials Science},"
"volume={211},"
"pages={111496},"
"year={2022},"
"publisher={Elsevier}"
"}",
"@article{kusaba2023representation,"
"title={Representation of materials by kernel mean embedding},"
"author={Kusaba, Minoru and Hayashi, Yoshihiro and "
"Liu, Chang and Wakiuchi, Araki and Yoshida, Ryo},"
"journal={Physical Review B},"
"volume={108},"
"number={13},"
"pages={134107},"
"year={2023},"
"publisher={APS}"
"}",
],
"cgnf": [
"@article{jang2024synthesizability,"
"title={Synthesizability of materials stoichiometry "
"using semi-supervised learning},"
"author={Jang, Jidon and Noh, Juhwan and Zhou, Lan "
"and Gu, Geun Ho and Gregoire, John M and Jung, Yousung},"
"journal={Matter},"
"volume={7},"
"number={6},"
"pages={2294--2312},"
"year={2024}",
],
"skipspecies": [
"@article{Onwuli_Butler_Walsh_2024, "
"title={Ionic species representations for materials informatics}, "
"DOI={10.26434/chemrxiv-2024-8621l}, "
"journal={ChemRxiv}, "
"author={Onwuli, Anthony and Butler, Keith T. and Walsh, Aron}, year={2024}} "
"This content is a preprint and has not been peer-reviewed.",
"@article{antunes2022distributed,"
"title={Distributed representations of atoms and materials "
"for machine learning},"
"author={Antunes, Luis M and Grau-Crespo, Ricardo and Butler, Keith T},"
"journal={npj Computational Materials},"
"volume={8},"
"number={1},"
"pages={1--9},"
"year={2022},"
"publisher={Nature Publishing Group} }",
],
"skipspecies_induced": [
"@article{Onwuli_Butler_Walsh_2024, "
"title={Ionic species representations for materials informatics}, "
"DOI={10.26434/chemrxiv-2024-8621l}, "
"journal={ChemRxiv}, "
"author={Onwuli, Anthony and Butler, Keith T. and Walsh, Aron}, year={2024}} "
"This content is a preprint and has not been peer-reviewed.",
"@article{antunes2022distributed,"
"title={Distributed representations of atoms and materials "
"for machine learning},"
"author={Antunes, Luis M and Grau-Crespo, Ricardo and Butler, Keith T},"
"journal={npj Computational Materials},"
"volume={8},"
"number={1},"
"pages={1--9},"
"year={2022},"
"publisher={Nature Publishing Group} }",
],
}
ELEMENT_GROUPS_PALETTES = {
"Alkali": "tab:blue",
"Alkaline": "tab:cyan",
"Lanthanoid": "tab:purple",
"TM": "tab:orange",
"Post-TM": "tab:green",
"Metalloid": "tab:pink",
"Halogen": "tab:red",
"Noble gas": "tab:olive",
"Chalcogen": "tab:brown",
"Others": "tab:gray",
"Actinoid": "thistle",
}
X = {
"H": 2.2,
"He": 1.63,
"Li": 0.98,
"Be": 1.57,
"B": 2.04,
"C": 2.55,
"N": 3.04,
"O": 3.44,
"F": 3.98,
"Ne": 1.63,
"Na": 0.93,
"Mg": 1.31,
"Al": 1.61,
"Si": 1.9,
"P": 2.19,
"S": 2.58,
"Cl": 3.16,
"Ar": 1.63,
"K": 0.82,
"Ca": 1.0,
"Sc": 1.36,
"Ti": 1.54,
"V": 1.63,
"Cr": 1.66,
"Mn": 1.55,
"Fe": 1.83,
"Co": 1.88,
"Ni": 1.91,
"Cu": 1.9,
"Zn": 1.65,
"Ga": 1.81,
"Ge": 2.01,
"As": 2.18,
"Se": 2.55,
"Br": 2.96,
"Kr": 3.0,
"Rb": 0.82,
"Sr": 0.95,
"Y": 1.22,
"Zr": 1.33,
"Nb": 1.6,
"Mo": 2.16,
"Tc": 1.9,
"Ru": 2.2,
"Rh": 2.28,
"Pd": 2.2,
"Ag": 1.93,
"Cd": 1.69,
"In": 1.78,
"Sn": 1.96,
"Sb": 2.05,
"Te": 2.1,
"I": 2.66,
"Xe": 2.6,
"Cs": 0.79,
"Ba": 0.89,
"La": 1.1,
"Ce": 1.12,
"Pr": 1.13,
"Nd": 1.14,
"Pm": 1.155,
"Sm": 1.17,
"Eu": 1.185,
"Gd": 1.2,
"Tb": 1.21,
"Dy": 1.22,
"Ho": 1.23,
"Er": 1.24,
"Tm": 1.25,
"Yb": 1.26,
"Lu": 1.27,
"Hf": 1.3,
"Ta": 1.5,
"W": 2.36,
"Re": 1.9,
"Os": 2.2,
"Ir": 2.2,
"Pt": 2.28,
"Au": 2.54,
"Hg": 2.0,
"Tl": 1.62,
"Pb": 2.33,
"Bi": 2.02,
"Po": 2.0,
"At": 2.2,
"Rn": 1.63,
"Fr": 0.7,
"Ra": 0.9,
"Ac": 1.1,
"Th": 1.3,
"Pa": 1.5,
"U": 1.38,
"Np": 1.36,
"Pu": 1.28,
"Am": 1.3,
"Cm": 1.3,
"Bk": 1.3,
}