Kaipengm2 commited on
Commit
4e7ba10
·
verified ·
1 Parent(s): 046c3ed

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. LICENSE +25 -0
  2. README.md +76 -0
  3. equiv_pt/equiv_1100908.pt +3 -0
  4. equiv_pt/equiv_1501653.pt +3 -0
  5. equiv_pt/equiv_1502367.pt +3 -0
  6. equiv_pt/equiv_1502368.pt +3 -0
  7. equiv_pt/equiv_1504348.pt +3 -0
  8. equiv_pt/equiv_1504349.pt +3 -0
  9. equiv_pt/equiv_1505219.pt +3 -0
  10. equiv_pt/equiv_1505805.pt +3 -0
  11. equiv_pt/equiv_1506466.pt +3 -0
  12. equiv_pt/equiv_1506804.pt +3 -0
  13. equiv_pt/equiv_1508397.pt +3 -0
  14. equiv_pt/equiv_1508796.pt +3 -0
  15. equiv_pt/equiv_1508867.pt +3 -0
  16. equiv_pt/equiv_1508868.pt +3 -0
  17. equiv_pt/equiv_1508869.pt +3 -0
  18. equiv_pt/equiv_1508870.pt +3 -0
  19. equiv_pt/equiv_1508871.pt +3 -0
  20. equiv_pt/equiv_1511801.pt +3 -0
  21. equiv_pt/equiv_1511807.pt +3 -0
  22. equiv_pt/equiv_1511809.pt +3 -0
  23. equiv_pt/equiv_1511810.pt +3 -0
  24. equiv_pt/equiv_1511811.pt +3 -0
  25. equiv_pt/equiv_1511815.pt +3 -0
  26. equiv_pt/equiv_1511816.pt +3 -0
  27. equiv_pt/equiv_1511965.pt +3 -0
  28. equiv_pt/equiv_1511966.pt +3 -0
  29. equiv_pt/equiv_1512050.pt +3 -0
  30. equiv_pt/equiv_1512104.pt +3 -0
  31. equiv_pt/equiv_1512142.pt +3 -0
  32. equiv_pt/equiv_1512199.pt +3 -0
  33. equiv_pt/equiv_1512215.pt +3 -0
  34. equiv_pt/equiv_1512216.pt +3 -0
  35. equiv_pt/equiv_1512315.pt +3 -0
  36. equiv_pt/equiv_1512336.pt +3 -0
  37. equiv_pt/equiv_1512337.pt +3 -0
  38. equiv_pt/equiv_1512348.pt +3 -0
  39. equiv_pt/equiv_1512375.pt +3 -0
  40. equiv_pt/equiv_1512389.pt +3 -0
  41. equiv_pt/equiv_1512390.pt +3 -0
  42. equiv_pt/equiv_1512391.pt +3 -0
  43. equiv_pt/equiv_1512393.pt +3 -0
  44. equiv_pt/equiv_1512394.pt +3 -0
  45. equiv_pt/equiv_1512597.pt +3 -0
  46. equiv_pt/equiv_1512598.pt +3 -0
  47. equiv_pt/equiv_1513102.pt +3 -0
  48. equiv_pt/equiv_1513114.pt +3 -0
  49. equiv_pt/equiv_1513126.pt +3 -0
  50. equiv_pt/equiv_1513156.pt +3 -0
LICENSE ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ CrystalX Dataset Notice
2
+
3
+ This release contains preprocessed records derived from the open-access
4
+ Crystallography Open Database (COD) together with CrystalX project
5
+ preprocessing outputs.
6
+
7
+ Use of this dataset release must comply with:
8
+
9
+ 1. the terms and attribution requirements applicable to the original COD data;
10
+ 2. any third-party rights attached to individual source structures; and
11
+ 3. applicable law, institutional policy, and publication policy.
12
+
13
+ This repository does not grant additional rights beyond those already attached
14
+ to the underlying source data and the CrystalX preprocessing artifacts.
15
+
16
+ Recommended use:
17
+
18
+ - research
19
+ - benchmarking
20
+ - reproducibility of the CrystalX paper
21
+
22
+ If you redistribute this package or publish results derived from it, cite both
23
+ the CrystalX paper and the COD.
24
+
25
+ This dataset is provided "as is", without warranty of any kind.
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: CrystalX Dataset
3
+ license: other
4
+ size_categories:
5
+ - 10K<n<100K
6
+ tags:
7
+ - crystallography
8
+ - x-ray-diffraction
9
+ - materials-science
10
+ - computational-chemistry
11
+ - deep-learning
12
+ ---
13
+
14
+ # CrystalX Dataset
15
+
16
+ This repository provides the preprocessed CrystalX dataset for training and dataset-level evaluation.
17
+
18
+ ## Files
19
+
20
+ - `equiv_pt/`: preprocessed `equiv_*.pt` files
21
+ - `splits/sorted_by_journal_year.txt`: publication-year metadata used for splitting
22
+ - `LICENSE`
23
+
24
+ The year metadata covers `1994-2024`.
25
+
26
+ ## Data Format
27
+
28
+ Each `equiv_*.pt` file is a Python dictionary saved with `torch.save`.
29
+
30
+ Main fields:
31
+
32
+ - `z`: input heavy-atom element symbols
33
+ - `equiv_gt`: heavy atoms with symmetry-expanded context
34
+ - `gt`: heavy-atom labels
35
+ - `hydro_gt`: hydrogen-count labels
36
+ - `pos`: Cartesian coordinates with shape `[N, 3]` in angstrom
37
+
38
+ Other auxiliary fields may also be present.
39
+
40
+ ## Split File
41
+
42
+ Each line in `splits/sorted_by_journal_year.txt` has this format:
43
+
44
+ ```text
45
+ year timestamp cif_name
46
+ ```
47
+
48
+ The current CrystalX code uses:
49
+
50
+ - column 1 as the publication year
51
+ - column 3 as the CIF stem
52
+
53
+ ## Usage
54
+
55
+ ```bash
56
+ python -m crystalx_train.trainers.trainer_heavy \
57
+ --pt_dir equiv_pt \
58
+ --txt_path splits/sorted_by_journal_year.txt
59
+ ```
60
+
61
+ ## Source
62
+
63
+ The dataset is derived from the open-access Crystallography Open Database (COD) and CrystalX preprocessing.
64
+
65
+ ## Citation
66
+
67
+ If you use this dataset, please cite the CrystalX paper and the COD.
68
+
69
+ ```bibtex
70
+ @article{doi:10.1021/jacs.5c21832,
71
+ author = {Zheng, Kaipeng and Huang, Weiran and Ouyang, Wanli and Zhong, Han-Sen and Li, Yuqiang},
72
+ title = {CrystalX: High-Accuracy Crystal Structure Analysis Using Deep Learning},
73
+ journal = {Journal of the American Chemical Society},
74
+ doi = {10.1021/jacs.5c21832}
75
+ }
76
+ ```
equiv_pt/equiv_1100908.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2eab6004ff98ae24240420ea5be394c52dbf32c1a83535363741e310ac30cbe
3
+ size 2936
equiv_pt/equiv_1501653.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd59e613a24a783baafe4cd3fa54453140e0557b1936ea78d8f21b1492e15901
3
+ size 2744
equiv_pt/equiv_1502367.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08662ad1c84c0a2fd54bb88736f58a64cf8be20ba1e3d73ffbc5284a50b79877
3
+ size 3640
equiv_pt/equiv_1502368.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edf2a4edc4d2893216ed1ec75ad7af91f9d23f6cbf7c6aedc303a3cdd4807717
3
+ size 3384
equiv_pt/equiv_1504348.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f15f511f97e51dc2cca99c6ba5fda9f0a11cca459c7b9b26aaf32c07b56ff21
3
+ size 1592
equiv_pt/equiv_1504349.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ab92388fe50517f5499bc6a9c485277a6488277d43265ce66e8d05400fa7a2e
3
+ size 1592
equiv_pt/equiv_1505219.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41f0f07079db7fd144b9a1426c35c03ff66bd68d75af5cda1bf46951b0226641
3
+ size 2488
equiv_pt/equiv_1505805.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4ee51bec190014e8d043f02bdb6c9000a81bb1c70f3eeee9b3643db6e1f6fb
3
+ size 2552
equiv_pt/equiv_1506466.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4513e773a6c795e3fd9163fae9922097968420459eb253e52e3dddab0c7195db
3
+ size 5368
equiv_pt/equiv_1506804.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d4d97dd3ea2aa82537e49c99506d7d41f3c23c001f4581a136b57a79f82b32
3
+ size 3192
equiv_pt/equiv_1508397.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af2b8d16824a4b503c38b46ae75a75e0a57aceb3424af3d583e4ce4837a8a5b5
3
+ size 4088
equiv_pt/equiv_1508796.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a234ee31c4221971815145a0aa69407e3915a0fa6e7a0afac0bf3a998fc00b
3
+ size 3256
equiv_pt/equiv_1508867.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85fc7f26acf5a5fec9c562dd0a7e5b16e19b83e72b5176b316232b4dcde6095f
3
+ size 3704
equiv_pt/equiv_1508868.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fe8d38d63bf164fb3d5638d35907093b49ceacce748c22c4caa263d3af53ee0
3
+ size 3960
equiv_pt/equiv_1508869.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8a635881fac598ca132b6f74e27425cbee9b585792412e03b5eb0a5f19628e9
3
+ size 6712
equiv_pt/equiv_1508870.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1184e68ee50f60696c8934880ac13399d6377411bcb3e7590547c35d5ac1b0d8
3
+ size 3832
equiv_pt/equiv_1508871.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed0a77f75948f985fcd830144f83d11b7fd92b58515b95d3667c393a536d0946
3
+ size 3960
equiv_pt/equiv_1511801.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e01a8559cb12fd1d25f3951d96e2091cc35570e5f24fbf8f446de69cb52898c9
3
+ size 1400
equiv_pt/equiv_1511807.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf6310491becbffad9130545476a1bf57479a3042b8709fc8c0b404d984a36fa
3
+ size 1464
equiv_pt/equiv_1511809.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0e3816757735a8ea17414031beb5c8869e539aee3f27f1b2768086cf052193
3
+ size 1464
equiv_pt/equiv_1511810.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0bd575d6f2d9bccaf7845c1e7be9905a7c327f60ba89668f40e6e227ebcb5e7
3
+ size 1464
equiv_pt/equiv_1511811.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f51ba6d215e1e217fcbc79a5592c15cf6dfbd9ab256669baaa70d95848a70655
3
+ size 1464
equiv_pt/equiv_1511815.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbfb86be50f1678ada0989eb88a75f0333ac563faa2e49f03b7e0be467d95a24
3
+ size 2040
equiv_pt/equiv_1511816.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6ab737c8bcb31c1d259bd93abdb5c1640096070ee6e6e509b2cf5905aecf82f
3
+ size 2104
equiv_pt/equiv_1511965.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1284ef273b6755e31b9ad0348b45527183ff5fc24988b757dee4b3522bf30c7
3
+ size 2616
equiv_pt/equiv_1511966.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9c8c02eafe87306c5c40037d38681ebd101f37779598bb00c234319d5d02ddf
3
+ size 2808
equiv_pt/equiv_1512050.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:404f4959b0c97985714f12d03be9163a30386e247ad9f632beceec2a495a035b
3
+ size 9592
equiv_pt/equiv_1512104.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef9876d32f7d46babcd47cba8eaff2e885bb614b6c63feae3697a21ec70b8616
3
+ size 3384
equiv_pt/equiv_1512142.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:feeae0437c7d2ea36365628d29f306ea8e48c5dcb21af27b011a3c14a4485e3b
3
+ size 4088
equiv_pt/equiv_1512199.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bc348b33b2254c2d56445332b39c8534969fb39e625f4402e48fd888b6a8ee1
3
+ size 4216
equiv_pt/equiv_1512215.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd88a896d389f8246f120f330f4fef72275247456353250cac01797222e4769e
3
+ size 3576
equiv_pt/equiv_1512216.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:750a8198c32c48ab85883ad32733152c4c2a9987a91b7e29d49981360e2927a2
3
+ size 3832
equiv_pt/equiv_1512315.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b138471c9f157bd29fa59156b0d311692e23080074310ca420c4e2ed115c35bd
3
+ size 3384
equiv_pt/equiv_1512336.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a001a9e4472cff164bb7f2b9f3ea1c4b85b442cc84ad62d2317bf9b5b8a26f4e
3
+ size 3960
equiv_pt/equiv_1512337.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a019d5e8b02103085ac1b8d7d48f0d577a407e773cfb6572c1489a9b8bf06b83
3
+ size 6328
equiv_pt/equiv_1512348.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca3a09c322fe69037ce4188f1e1e0a84d69d5b79d2397006d62524b3038d0129
3
+ size 3320
equiv_pt/equiv_1512375.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94b64df7218e9ac5005923223c43c922199ee1fa95e79759d93c5ca0d4599800
3
+ size 3256
equiv_pt/equiv_1512389.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29797f2372bfc22adf6d91531b1047ce52ecf5d415111b2ffaeef92099677aa8
3
+ size 3256
equiv_pt/equiv_1512390.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:719f777a06098d50b658057c8cc86ffb777943402207014845ead165fbf17aca
3
+ size 4152
equiv_pt/equiv_1512391.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40104b7e9ee46822390ca8f312d1c764bb40abd92a43c6efb974db08387495b0
3
+ size 3384
equiv_pt/equiv_1512393.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e0923313e5cbc399e5704911f4aa33d86843306647f44bfbf2acc3a7594ce8f
3
+ size 3384
equiv_pt/equiv_1512394.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dbe1212ee66da55927fd19a6458c224ac51101a5568a15aabebbdb384ba8b2c
3
+ size 3320
equiv_pt/equiv_1512597.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:357e321f460852a14988520cbac4bf88e9a8a3ba2ff40400576013f6e57e628e
3
+ size 6264
equiv_pt/equiv_1512598.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5abff85e4997bdcdb85722fd53894120aeeda4dffc22af20c7f81b9948515d40
3
+ size 3896
equiv_pt/equiv_1513102.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69332c671197e3531c26c75e6b9496ed819a6b05366ed7483eec6dd61bf0954d
3
+ size 2680
equiv_pt/equiv_1513114.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90ae02a32e0e19438e51ee14434cbc04a11165a2599142bd6a5abcdcef7bafb2
3
+ size 4408
equiv_pt/equiv_1513126.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f75f3da789241fd25f4418995cd0b0693c5187f5d1172920d2a0fe06ab31d2
3
+ size 5304
equiv_pt/equiv_1513156.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b85bb42795af8f383bf7272e89ad67b8b9ffb1bd1f123b93a031bef75f719d94
3
+ size 2808