@@ -25,14 +25,14 @@ The representations were computed with [C1]_ using the hyperparameters:
25
25
26
26
+---------------------------+------------+
27
27
| key | value |
28
- +---------------------------+------------ +
28
+ +===========================+============ +
29
29
| interaction_cutoff: | 3.5 |
30
30
+---------------------------+------------+
31
31
| max_radial: | 6 |
32
32
+---------------------------+------------+
33
33
| max_angular: | 6 |
34
34
+---------------------------+------------+
35
- | gaussian_sigma_constant": | 0.4 |
35
+ | gaussian_sigma_constant: | 0.4 |
36
36
+---------------------------+------------+
37
37
| gaussian_sigma_type: | "Constant"|
38
38
+---------------------------+------------+
@@ -43,11 +43,31 @@ The representations were computed with [C1]_ using the hyperparameters:
43
43
44
44
Of the 2'520 resulting features, 100 were selected via FPS using [C2 ]_.
45
45
46
+ Chemical Properties
47
+ -------------------
48
+
49
+ The CSD-1000R dataset consists of 100 atomic environments selected from crystal
50
+ structures in the Cambridge Structural Database (CSD) [C3 ]_. These environments
51
+ represent a diverse set of chemical compositions and bonding types, including:
52
+
53
+ - Metals, metalloids, and non-metals
54
+ - Covalent, ionic, and metallic bonding environments
55
+ - Various coordination numbers and geometries
56
+
57
+ The dataset captures local chemical environments relevant for modeling properties
58
+ such as nuclear magnetic resonance (NMR) chemical shieldings, aiding in the
59
+ understanding of structure-property relationships in materials chemistry.
60
+
61
+ For more detailed chemical information, users can refer to the original Cambridge
62
+ Structural Database [C3 ]_ or the publication by Ceriotti et al. (2019) [C4 ]_.
63
+
46
64
References
47
65
----------
48
66
49
67
.. [C1 ] https://github.com/lab-cosmo/librascal commit ade202a6
50
68
.. [C2 ] https://github.com/lab-cosmo/scikit-matter commit 4ed1d92
69
+ .. [C3 ] https://www.ccdc.cam.ac.uk/structures/
70
+ .. [C4 ] https://www.nature.com/articles/s41597-019-0224-1
51
71
52
72
Reference Code
53
73
--------------
0 commit comments