introvoyz041 commited on
Commit
cfeea40
·
verified ·
1 Parent(s): 491ece3

Migrated from GitHub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. data/.azure/component_detection.yml +34 -0
  2. data/.lfsconfig +2 -0
  3. data/CODE_OF_CONDUCT.md +9 -0
  4. data/CONTRIBUTING.md +15 -0
  5. data/LICENSE +21 -0
  6. data/MODEL_CARD.md +176 -0
  7. data/NOTICE +0 -0
  8. data/SECURITY.md +41 -0
  9. data/assets/MatterGenlogo_.png +3 -0
  10. data/assets/datasets_venn_diagram.png +3 -0
  11. data/checkpoints/chemical_system/checkpoints/last.ckpt +3 -0
  12. data/checkpoints/chemical_system/config.yaml +224 -0
  13. data/checkpoints/chemical_system_energy_above_hull/checkpoints/last.ckpt +3 -0
  14. data/checkpoints/chemical_system_energy_above_hull/config.yaml +251 -0
  15. data/checkpoints/dft_band_gap/checkpoints/last.ckpt +3 -0
  16. data/checkpoints/dft_band_gap/config.yaml +224 -0
  17. data/checkpoints/dft_mag_density/checkpoints/last.ckpt +3 -0
  18. data/checkpoints/dft_mag_density/config.yaml +224 -0
  19. data/checkpoints/dft_mag_density_hhi_score/checkpoints/last.ckpt +3 -0
  20. data/checkpoints/dft_mag_density_hhi_score/config.yaml +251 -0
  21. data/checkpoints/mattergen_base/checkpoints/last.ckpt +3 -0
  22. data/checkpoints/mattergen_base/config.yaml +184 -0
  23. data/checkpoints/ml_bulk_modulus/checkpoints/last.ckpt +3 -0
  24. data/checkpoints/ml_bulk_modulus/config.yaml +224 -0
  25. data/checkpoints/space_group/checkpoints/last.ckpt +3 -0
  26. data/checkpoints/space_group/config.yaml +224 -0
  27. data/data-release/alex-mp/alex_mp_20.zip +3 -0
  28. data/data-release/alex-mp/reference_MP2020correction.gz +3 -0
  29. data/data-release/cifs/LICENSE.md +35 -0
  30. data/data-release/cifs/chemsys/Sr2VO4.cif +33 -0
  31. data/data-release/cifs/chemsys/Sr2VO4_symmetrized.cif +61 -0
  32. data/data-release/cifs/chemsys/Sr3V2O8.cif +39 -0
  33. data/data-release/cifs/chemsys/Sr3V2O8_symmetrized.cif +48 -0
  34. data/data-release/cifs/chemsys/SrV2O4.cif +40 -0
  35. data/data-release/cifs/chemsys/SrV2O4_symmetrized.cif +40 -0
  36. data/data-release/cifs/chemsys/SrV2O6.cif +35 -0
  37. data/data-release/cifs/chemsys/SrV2O6_symmetrized.cif +38 -0
  38. data/data-release/cifs/experimental/Ta0.66666667Cr1.33333333O4.cif +34 -0
  39. data/data-release/cifs/experimental/Ta0.66666667Cr1.33333333O4_symmetrized.cif +44 -0
  40. data/data-release/cifs/experimental/TaCr2O6.cif +44 -0
  41. data/data-release/cifs/experimental/TaCr2O6_symmetrized.cif +45 -0
  42. data/data-release/cifs/joint_mag_hhi/Fe8Au.cif +35 -0
  43. data/data-release/cifs/joint_mag_hhi/Fe8Au_symmetrized.cif +38 -0
  44. data/data-release/cifs/joint_mag_hhi/MgMn4Fe3O8.cif +42 -0
  45. data/data-release/cifs/joint_mag_hhi/MgMn4Fe3O8_symmetrized.cif +39 -0
  46. data/data-release/cifs/joint_mag_hhi/Mn2Fe3O5.cif +46 -0
  47. data/data-release/cifs/joint_mag_hhi/Mn2Fe3O5_symmetrized.cif +38 -0
  48. data/data-release/cifs/joint_mag_hhi/MnFe3O4.cif +34 -0
  49. data/data-release/cifs/joint_mag_hhi/MnFe3O4_symmetrized.cif +47 -0
  50. data/data-release/cifs/single_prop/band_gap/TlNO3.cif +31 -0
data/.azure/component_detection.yml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ trigger:
2
+ - main
3
+
4
+ pool:
5
+ vmImage: 'ubuntu-latest'
6
+
7
+ schedules: # This cron expression schedules the pipeline to run every Tuesday at 9am GMT
8
+ - cron: '0 9 * * 2'
9
+ displayName: Weekly CG run
10
+ always: true
11
+ branches:
12
+ include:
13
+ - main
14
+
15
+ steps:
16
+ - script: |
17
+ export PipReportOverrideBehavior="SourceCodeScan"
18
+ echo $PipReportOverrideBehavior
19
+ pip install --upgrade pip
20
+ pip --version
21
+ which pip
22
+ pip install uv
23
+ uv venv .venv --python 3.10 && source .venv/bin/activate
24
+ uv pip compile pyproject.toml -o requirements.txt
25
+ # too.uv.sources information is ignored by the pip compile command, manually add the individual URLs to the wheels for torch.
26
+ # See https://github.com/astral-sh/uv/issues/8846
27
+ sed -i 's|torch==2.2.1+cu118|torch @ https://download.pytorch.org/whl/cu118/torch-2.2.1%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=438668ad1eec3a7d1a0473ebf8b60f4557e51548d6be0497d32cc6c3a26a1945|g' requirements.txt
28
+ sed -i 's|torchaudio==2.2.1+cu118|torchaudio @ https://download.pytorch.org/whl/cu118/torchaudio-2.2.1%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=734db8030b3c5ff6bb4135b0d0a9eec79690900c5b5edd259f230b02d6fbcb04|g' requirements.txt
29
+ sed -i 's|torchvision==0.17.1+cu118|torchvision @ https://download.pytorch.org/whl/cu118/torchvision-0.17.1%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=dfe27be6328d85300ba9c2f3862993841c41a0daa4b4ba99c22e9fd509a21e2f|g' requirements.txt
30
+ displayName: 'Export dependencies'
31
+
32
+ - task: ComponentGovernanceComponentDetection@0
33
+ env:
34
+ PipReportOverrideBehavior: SourceCodeScan
data/.lfsconfig ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ [lfs]
2
+ fetchexclude = *
data/CODE_OF_CONDUCT.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Microsoft Open Source Code of Conduct
2
+
3
+ This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4
+
5
+ Resources:
6
+
7
+ - [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8
+ - [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9
+ - Contact [[email protected]](mailto:[email protected]) with questions or concerns
data/CONTRIBUTING.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Contributing
2
+
3
+ This project welcomes contributions and suggestions.
4
+ Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to,
5
+ and actually do, grant us the rights to use your contribution.
6
+ For details, visit [https://cla.microsoft.com](https://cla.microsoft.com).
7
+
8
+ When you submit a pull request, a CLA-bot will automatically determine whether you need
9
+ to provide a CLA and decorate the PR appropriately (e.g., label, comment).
10
+ Simply follow the instructions provided by the bot.
11
+ You will only need to do this once across all repositories using our CLA.
12
+
13
+ This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
14
+ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
15
+ or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
data/LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE
data/MODEL_CARD.md ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ license_link: https://opensource.org/license/mit
4
+
5
+ arxiv: 2312.03687
6
+ language:
7
+ - en
8
+ tags:
9
+ - materials-science
10
+ - generative-ai
11
+ - materials-discovery
12
+ ---
13
+
14
+ # MatterGen
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+ MatterGen is a generative model for inorganic materials design.
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+ MatterGen is a generative model for inorganic materials design. It is a diffusion model which jointly predicts a material’s atomic fractional coordinates, elements, as well as unit cell lattice vectors. Besides unconditional generation of material candidates, MatterGen can also be trained or fine-tuned for conditional generation based on target property values, e.g., bulk modulus, chemical system, or magnetic density.
27
+
28
+ - **Developed by:** Materials Design Team, Microsoft Research AI for Science
29
+ - **Model type:** Diffusion model
30
+ - **License:** MIT
31
+
32
+ ### Model Sources
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** https://github.com/microsoft/mattergen
37
+ - **Paper:** https://arxiv.org/abs/2312.03687
38
+
39
+ ## Uses
40
+
41
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
42
+
43
+ ### Direct Use
44
+
45
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
46
+
47
+ 1. Generate inorganic materials candidates without property condition.
48
+ 2. Fine-tune the base model on user-provided data with property-labeled materials.
49
+ 3. Generate inorganic materials candidates with target property, e.g., bulk modulus, chemical system, magnetic density, or user-defined target properties after fine-tuning.
50
+
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ * Generate materials with more than 20 atoms inside the unit cell.
57
+ * Generate organic crystals or non-crystalline materials.
58
+ * Generate crystals containing noble gas elements, radioactive elements, or elements with atomic number greater than 84 – these elements were removed from the training data.
59
+
60
+ ## Bias, Risks, and Limitations
61
+
62
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
63
+
64
+ MatterGen was only trained on and evaluated on up to 20 atoms inside the unit cell; more atoms are currently not supported. MatterGen’s training data is materials below 0.1 eV/atoms below the reference convex hull. Therefore, it is expected that the fraction of generated materials on or below the convex hull is significantly lower than the fraction of materials within 0.1 eV/atom above the convex hull.
65
+
66
+
67
+ ### Recommendations
68
+
69
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
70
+
71
+ The performance on property-guided generation heavily depends on the quality and quantity of the property labels used to train MatterGen. For extreme property values where there are few training structures with similar values, the performance may degrade.
72
+
73
+ For fine-tuning the model on a new property, use a sufficient amount of labeled property data for training, i.e., at least several thousands of labeled structures. Also ensure good coverage of property values in the range of values which are intended for property-guided generation.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Clone the [repository](https://github.com/microsoft/mattergen) and follow the README instructions.
78
+
79
+ ## Training Details
80
+
81
+ ### Training Data
82
+
83
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
84
+
85
+ MatterGen was trained on crystalline materials from the following data sources:
86
+ 1. MP (https://next-gen.materialsproject.org/; v2022.10.28, Creative Commons Attribution 4.0 International License), an open-access resource containing DFT-relaxed crystal structures obtained from a variety of sources, but largely based upon experimentally-known crystals.
87
+ 2. The Alexandria dataset (https://alexandria.icams.rub.de/; Creative Commons Attribution 4.0 International License), an open-access resource containing DFT-relaxed crystal structures from a variety of sources, including a large quantity of hypothetical crystal structures generated by ML methods or other algorithmic means.
88
+ To train MatterGen, we select only structures with up to 20 atoms and whose energy above hull is below 0.1 eV/atom. Further, we remove structures that contain noble gas elements, elements with atomic number higher than 84 (which includes most radioactive elements), or the radioactive elements “Tc” and “Pm” from the training data. For more information, see paper, Supplementary C.1.
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing
95
+
96
+ We relax structures from the above data sources with DFT and select only those structures whose energy above the combined convex hull is below 0.1 eV/atom. MatterGen is trained solely on primitive structures. We further select only structures with up to 20 atoms inside the unit cell. We use the Niggli reduction to preprocess the unit cell lattices, followed by the polar decomposition to ensure the lattice matrices are symmetric matrices. See the paper for more detailed information.
97
+
98
+ #### Training Hyperparameters
99
+
100
+ * Starting learning rate 1e-4, reduces successively by a factor of 0.6 when training loss does not reduce within 100 epochs, up to 1e-6.
101
+ * Batch size 512
102
+ * float32 precision
103
+
104
+ #### Speeds, Sizes, Times
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ * MatterGen contains 46.8M parameters
109
+ * One training epoch of around 600K training samples takes around 6 minutes on 8 NVIDIA A100 GPUs
110
+ * Sampling 1,000 structures takes around two hours using a single NVIDIA V100 GPU
111
+
112
+
113
+ ## Evaluation
114
+
115
+ <!-- This section describes the evaluation protocols and provides the results. -->
116
+
117
+ ### Testing Data, Factors & Metrics
118
+
119
+
120
+ #### Metrics
121
+
122
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
123
+
124
+ MatterGen was evaluated on unconditional generation across the following metrics:
125
+ * The percentage of stable, novel, and unique (S.U.N.) structures among 1,024 generated samples.
126
+ - Stable means a structure’s energy is less than 0.1 eV/atom above the reference convex hull
127
+ - Novel means a structure does not match any structure in our reference dataset with the disordered structure matcher presented in the paper.
128
+ - Unique means that there is no other structure among the generated ones which matches a given structure.
129
+ * The average root mean square distance (RMSD) of generated structures and their DFT-relaxed local energy minima, measured in Angstrom.
130
+
131
+
132
+ ### Results
133
+
134
+ MatterGen achieves 38.57 % S.U.N. rate among generated structures, and the average RMSD of its samples is 0.021 Angstrom. For more details see Section 2.2 of the MatterGen paper.
135
+ We also evaluate MatterGen on property-conditioned generation.
136
+ • For generation conditioned on chemical system, MatterGen produces 83 % S.U.N. structures on well-explored chemical systems, 65 % on partially explored systems, and 49 % on unexplored chemical systems. For more details, see Section 2.3 of the MatterGen paper.
137
+ • Conditioning on a bulk modulus value of 400 GPa, MatterGen produces 106 S.U.N. structures with > 400 GPa bulk modulus given a budget of 180 DFT property calculations. For more details, see Section 2.4 of the MatterGen paper.
138
+ • Conditioning on magnetic density of > 0.2 Angstrom-3, MatterGen produces 18 S.U.N. structures complying with the condition given a budget of 180 DFT property calculations. For more details, see Section 2.4 of the MatterGen paper.
139
+
140
+ #### Summary
141
+
142
+ MatterGen is able to produce novel, unique, and stable material candidates both with and without property conditions. For property-guided generation, MatterGen is able to produce S.U.N. structures with extreme property values such as 400 GPa bulk modulus, where there are only two such structures in the labeled reference set. MatterGen outperforms both classical as well as recent deep generative model baselines. For more details on the performance of MatterGen, see the paper.
143
+
144
+ ## Technical Specifications
145
+
146
+ ### Model Architecture and Objective
147
+
148
+ The model architecture is based on GemNet (Gasteiger et al. 2021).
149
+
150
+ ## Citation
151
+
152
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
153
+
154
+ **BibTeX:**
155
+ ```bibtex
156
+ @article{zeni2023mattergen,
157
+ title={Mattergen: a generative model for inorganic materials design},
158
+ author={Zeni, Claudio and Pinsler, Robert and Z{\"u}gner, Daniel and Fowler, Andrew and Horton, Matthew and Fu, Xiang and Shysheya, Sasha and Crabb{\'e}, Jonathan and Sun, Lixin and Smith, Jake and others},
159
+ journal={arXiv preprint arXiv:2312.03687},
160
+ year={2023}
161
+ }
162
+ ```
163
+
164
+ **APA:**
165
+
166
+ Zeni, C., Pinsler, R., Zügner, D., Fowler, A., Horton, M., Fu, X., ... & Xie, T. (2023). Mattergen: a generative model for inorganic materials design. arXiv preprint arXiv:2312.03687.
167
+
168
+
169
+ ## Model Card Authors
170
+
171
+ Daniel Zügner ([email protected])
172
+
173
+ ## Model Card Contact
174
+
175
+ Daniel Zügner ([email protected])
176
+ Tian Xie ([email protected])
data/NOTICE ADDED
The diff for this file is too large to render. See raw diff
 
data/SECURITY.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- BEGIN MICROSOFT SECURITY.MD V0.0.9 BLOCK -->
2
+
3
+ ## Security
4
+
5
+ Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin).
6
+
7
+ If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below.
8
+
9
+ ## Reporting Security Issues
10
+
11
+ **Please do not report security vulnerabilities through public GitHub issues.**
12
+
13
+ Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report).
14
+
15
+ If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp).
16
+
17
+ You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
18
+
19
+ Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20
+
21
+ * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22
+ * Full paths of source file(s) related to the manifestation of the issue
23
+ * The location of the affected source code (tag/branch/commit or direct URL)
24
+ * Any special configuration required to reproduce the issue
25
+ * Step-by-step instructions to reproduce the issue
26
+ * Proof-of-concept or exploit code (if possible)
27
+ * Impact of the issue, including how an attacker might exploit the issue
28
+
29
+ This information will help us triage your report more quickly.
30
+
31
+ If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs.
32
+
33
+ ## Preferred Languages
34
+
35
+ We prefer all communications to be in English.
36
+
37
+ ## Policy
38
+
39
+ Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd).
40
+
41
+ <!-- END MICROSOFT SECURITY.MD BLOCK -->
data/assets/MatterGenlogo_.png ADDED

Git LFS Details

  • SHA256: db1bc6af0701aa5b8c4c95e7195eb2bf5f2f8b6142217ebd28ee786dbfe98623
  • Pointer size: 131 Bytes
  • Size of remote file: 865 kB
data/assets/datasets_venn_diagram.png ADDED

Git LFS Details

  • SHA256: d55e1ef7fc6ab1034475608ecfed18fd7981d2fdb6e1ec04d5387b12d3039ecc
  • Pointer size: 131 Bytes
  • Size of remote file: 473 kB
data/checkpoints/chemical_system/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ace0330f950a10142d3c8827642c38e9d5267672bdcdecd6fc9d2ab248193ca
3
+ size 134
data/checkpoints/chemical_system/config.yaml ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adapter:
2
+ adapter:
3
+ _target_: mattergen.adapter.GemNetTAdapter
4
+ atom_type_diffusion: mask
5
+ denoise_atom_types: true
6
+ gemnet:
7
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
8
+ atom_embedding:
9
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
10
+ emb_size: 512
11
+ with_mask_type: true
12
+ condition_on_adapt:
13
+ - chemical_system
14
+ cutoff: 7.0
15
+ emb_size_atom: 512
16
+ emb_size_edge: 512
17
+ latent_dim: 512
18
+ max_cell_images_per_dim: 5
19
+ max_neighbors: 50
20
+ num_blocks: 4
21
+ num_targets: 1
22
+ otf_graph: true
23
+ regress_stress: true
24
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
25
+ hidden_dim: 512
26
+ property_embeddings: {}
27
+ property_embeddings_adapt:
28
+ chemical_system:
29
+ _target_: mattergen.property_embeddings.PropertyEmbedding
30
+ conditional_embedding_module:
31
+ _target_: mattergen.property_embeddings.ChemicalSystemMultiHotEmbedding
32
+ hidden_dim: 512
33
+ name: chemical_system
34
+ scaler:
35
+ _target_: torch.nn.Identity
36
+ unconditional_embedding_module:
37
+ _target_: mattergen.property_embeddings.EmbeddingVector
38
+ hidden_dim: 512
39
+ full_finetuning: true
40
+ load_epoch: last
41
+ model_path: checkpoints/mattergen_base
42
+ data_module:
43
+ _recursive_: true
44
+ _target_: mattergen.common.data.datamodule.CrystDataModule
45
+ average_density: 0.05771451654022283
46
+ batch_size:
47
+ train: 64
48
+ val: 64
49
+ dataset_transforms:
50
+ - _partial_: true
51
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
52
+ max_epochs: 2200
53
+ num_workers:
54
+ train: 0
55
+ val: 0
56
+ properties:
57
+ - chemical_system
58
+ root_dir: datasets/cache/alex_mp_20/
59
+ train_dataset:
60
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
61
+ cache_path: datasets/cache/alex_mp_20/train
62
+ dataset_transforms:
63
+ - _partial_: true
64
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
65
+ properties:
66
+ - chemical_system
67
+ transforms:
68
+ - _partial_: true
69
+ _target_: mattergen.common.data.transform.symmetrize_lattice
70
+ - _partial_: true
71
+ _target_: mattergen.common.data.transform.set_chemical_system_string
72
+ transforms:
73
+ - _partial_: true
74
+ _target_: mattergen.common.data.transform.symmetrize_lattice
75
+ - _partial_: true
76
+ _target_: mattergen.common.data.transform.set_chemical_system_string
77
+ val_dataset:
78
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
79
+ cache_path: datasets/cache/alex_mp_20/val
80
+ dataset_transforms:
81
+ - _partial_: true
82
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
83
+ properties:
84
+ - chemical_system
85
+ transforms:
86
+ - _partial_: true
87
+ _target_: mattergen.common.data.transform.symmetrize_lattice
88
+ - _partial_: true
89
+ _target_: mattergen.common.data.transform.set_chemical_system_string
90
+ lightning_module:
91
+ _target_: mattergen.diffusion.lightning_module.DiffusionLightningModule
92
+ diffusion_module:
93
+ _target_: mattergen.diffusion.diffusion_module.DiffusionModule
94
+ corruption:
95
+ _target_: mattergen.diffusion.corruption.multi_corruption.MultiCorruption
96
+ discrete_corruptions:
97
+ atomic_numbers:
98
+ _target_: mattergen.diffusion.corruption.d3pm_corruption.D3PMCorruption
99
+ d3pm:
100
+ _target_: mattergen.diffusion.d3pm.d3pm.MaskDiffusion
101
+ dim: 101
102
+ schedule:
103
+ _target_: mattergen.diffusion.d3pm.d3pm.create_discrete_diffusion_schedule
104
+ kind: standard
105
+ num_steps: 1000
106
+ offset: 1
107
+ sdes:
108
+ cell:
109
+ _target_: mattergen.common.diffusion.corruption.LatticeVPSDE.from_vpsde_config
110
+ vpsde_config:
111
+ beta_max: 20
112
+ beta_min: 0.1
113
+ limit_density: 0.05771451654022283
114
+ limit_var_scaling_constant: 0.25
115
+ pos:
116
+ _target_: mattergen.common.diffusion.corruption.NumAtomsVarianceAdjustedWrappedVESDE
117
+ limit_info_key: num_atoms
118
+ sigma_max: 5.0
119
+ wrapping_boundary: 1.0
120
+ loss_fn:
121
+ _target_: mattergen.common.loss.MaterialsLoss
122
+ d3pm_hybrid_lambda: 0.01
123
+ include_atomic_numbers: true
124
+ include_cell: true
125
+ include_pos: true
126
+ reduce: sum
127
+ weights:
128
+ atomic_numbers: 1.0
129
+ cell: 1.0
130
+ pos: 0.1
131
+ model:
132
+ _target_: mattergen.adapter.GemNetTAdapter
133
+ atom_type_diffusion: mask
134
+ denoise_atom_types: true
135
+ gemnet:
136
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
137
+ atom_embedding:
138
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
139
+ emb_size: 512
140
+ with_mask_type: true
141
+ condition_on_adapt:
142
+ - chemical_system
143
+ cutoff: 7.0
144
+ emb_size_atom: 512
145
+ emb_size_edge: 512
146
+ latent_dim: 512
147
+ max_cell_images_per_dim: 5
148
+ max_neighbors: 50
149
+ num_blocks: 4
150
+ num_targets: 1
151
+ otf_graph: true
152
+ regress_stress: true
153
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
154
+ hidden_dim: 512
155
+ property_embeddings: {}
156
+ property_embeddings_adapt:
157
+ chemical_system:
158
+ _target_: mattergen.property_embeddings.PropertyEmbedding
159
+ conditional_embedding_module:
160
+ _target_: mattergen.property_embeddings.ChemicalSystemMultiHotEmbedding
161
+ hidden_dim: 512
162
+ name: chemical_system
163
+ scaler:
164
+ _target_: torch.nn.Identity
165
+ unconditional_embedding_module:
166
+ _target_: mattergen.property_embeddings.EmbeddingVector
167
+ hidden_dim: 512
168
+ pre_corruption_fn:
169
+ _target_: mattergen.property_embeddings.SetEmbeddingType
170
+ dropout_fields_iid: false
171
+ p_unconditional: 0.2
172
+ optimizer_partial:
173
+ _partial_: true
174
+ _target_: torch.optim.Adam
175
+ lr: 5.0e-06
176
+ scheduler_partials:
177
+ - frequency: 1
178
+ interval: epoch
179
+ monitor: loss_train
180
+ scheduler:
181
+ _partial_: true
182
+ _target_: torch.optim.lr_scheduler.ReduceLROnPlateau
183
+ factor: 0.6
184
+ min_lr: 1.0e-06
185
+ patience: 100
186
+ verbose: true
187
+ strict: true
188
+ trainer:
189
+ _target_: pytorch_lightning.Trainer
190
+ accelerator: gpu
191
+ accumulate_grad_batches: 1
192
+ callbacks:
193
+ - _target_: pytorch_lightning.callbacks.LearningRateMonitor
194
+ log_momentum: false
195
+ logging_interval: step
196
+ - _target_: pytorch_lightning.callbacks.ModelCheckpoint
197
+ every_n_epochs: 1
198
+ filename: '{epoch}-{loss_val:.2f}'
199
+ mode: min
200
+ monitor: loss_val
201
+ save_last: true
202
+ save_top_k: 1
203
+ verbose: false
204
+ - _target_: pytorch_lightning.callbacks.TQDMProgressBar
205
+ refresh_rate: 50
206
+ - _target_: mattergen.common.data.callback.SetPropertyScalers
207
+ check_val_every_n_epoch: 1
208
+ devices: 8
209
+ gradient_clip_algorithm: value
210
+ gradient_clip_val: 0.5
211
+ logger:
212
+ _target_: pytorch_lightning.loggers.WandbLogger
213
+ job_type: train_finetune
214
+ project: crystal-generation
215
+ settings:
216
+ _save_requirements: false
217
+ _target_: wandb.Settings
218
+ start_method: fork
219
+ max_epochs: 200
220
+ num_nodes: 1
221
+ precision: 32
222
+ strategy:
223
+ _target_: pytorch_lightning.strategies.ddp.DDPStrategy
224
+ find_unused_parameters: true
data/checkpoints/chemical_system_energy_above_hull/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8184d14c2e80e8eeb86906e773ee76b733380732929bb2e22148e81d53f906d3
3
+ size 134
data/checkpoints/chemical_system_energy_above_hull/config.yaml ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adapter:
2
+ adapter:
3
+ _target_: mattergen.adapter.GemNetTAdapter
4
+ atom_type_diffusion: mask
5
+ denoise_atom_types: true
6
+ gemnet:
7
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
8
+ atom_embedding:
9
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
10
+ emb_size: 512
11
+ with_mask_type: true
12
+ condition_on_adapt:
13
+ - chemical_system
14
+ - energy_above_hull
15
+ cutoff: 7.0
16
+ emb_size_atom: 512
17
+ emb_size_edge: 512
18
+ latent_dim: 512
19
+ max_cell_images_per_dim: 5
20
+ max_neighbors: 50
21
+ num_blocks: 4
22
+ num_targets: 1
23
+ otf_graph: true
24
+ regress_stress: true
25
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
26
+ hidden_dim: 512
27
+ property_embeddings: {}
28
+ property_embeddings_adapt:
29
+ chemical_system:
30
+ _target_: mattergen.property_embeddings.PropertyEmbedding
31
+ conditional_embedding_module:
32
+ _target_: mattergen.property_embeddings.ChemicalSystemMultiHotEmbedding
33
+ hidden_dim: 512
34
+ name: chemical_system
35
+ scaler:
36
+ _target_: torch.nn.Identity
37
+ unconditional_embedding_module:
38
+ _target_: mattergen.property_embeddings.EmbeddingVector
39
+ hidden_dim: 512
40
+ energy_above_hull:
41
+ _target_: mattergen.property_embeddings.PropertyEmbedding
42
+ conditional_embedding_module:
43
+ _target_: mattergen.diffusion.model_utils.NoiseLevelEncoding
44
+ d_model: 512
45
+ name: energy_above_hull
46
+ scaler:
47
+ _target_: mattergen.common.utils.data_utils.StandardScalerTorch
48
+ unconditional_embedding_module:
49
+ _target_: mattergen.property_embeddings.EmbeddingVector
50
+ hidden_dim: 512
51
+ full_finetuning: true
52
+ load_epoch: last
53
+ model_path: checkpoints/mattergen_base
54
+ data_module:
55
+ _recursive_: true
56
+ _target_: mattergen.common.data.datamodule.CrystDataModule
57
+ average_density: 0.05771451654022283
58
+ batch_size:
59
+ train: 64
60
+ val: 64
61
+ dataset_transforms:
62
+ - _partial_: true
63
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
64
+ max_epochs: 2200
65
+ num_workers:
66
+ train: 0
67
+ val: 0
68
+ properties:
69
+ - chemical_system
70
+ - energy_above_hull
71
+ root_dir: datasets/cache/alex_mp_20
72
+ train_dataset:
73
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
74
+ cache_path: datasets/cache/alex_mp_20/train
75
+ dataset_transforms:
76
+ - _partial_: true
77
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
78
+ properties:
79
+ - chemical_system
80
+ - energy_above_hull
81
+ transforms:
82
+ - _partial_: true
83
+ _target_: mattergen.common.data.transform.symmetrize_lattice
84
+ - _partial_: true
85
+ _target_: mattergen.common.data.transform.set_chemical_system_string
86
+ transforms:
87
+ - _partial_: true
88
+ _target_: mattergen.common.data.transform.symmetrize_lattice
89
+ - _partial_: true
90
+ _target_: mattergen.common.data.transform.set_chemical_system_string
91
+ val_dataset:
92
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
93
+ cache_path: datasets/cache/alex_mp_20/val
94
+ dataset_transforms:
95
+ - _partial_: true
96
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
97
+ properties:
98
+ - chemical_system
99
+ - energy_above_hull
100
+ transforms:
101
+ - _partial_: true
102
+ _target_: mattergen.common.data.transform.symmetrize_lattice
103
+ - _partial_: true
104
+ _target_: mattergen.common.data.transform.set_chemical_system_string
105
+ lightning_module:
106
+ _target_: mattergen.diffusion.lightning_module.DiffusionLightningModule
107
+ diffusion_module:
108
+ _target_: mattergen.diffusion.diffusion_module.DiffusionModule
109
+ corruption:
110
+ _target_: mattergen.diffusion.corruption.multi_corruption.MultiCorruption
111
+ discrete_corruptions:
112
+ atomic_numbers:
113
+ _target_: mattergen.diffusion.corruption.d3pm_corruption.D3PMCorruption
114
+ d3pm:
115
+ _target_: mattergen.diffusion.d3pm.d3pm.MaskDiffusion
116
+ dim: 101
117
+ schedule:
118
+ _target_: mattergen.diffusion.d3pm.d3pm.create_discrete_diffusion_schedule
119
+ kind: standard
120
+ num_steps: 1000
121
+ offset: 1
122
+ sdes:
123
+ cell:
124
+ _target_: mattergen.common.diffusion.corruption.LatticeVPSDE.from_vpsde_config
125
+ vpsde_config:
126
+ beta_max: 20
127
+ beta_min: 0.1
128
+ limit_density: 0.05771451654022283
129
+ limit_var_scaling_constant: 0.25
130
+ pos:
131
+ _target_: mattergen.common.diffusion.corruption.NumAtomsVarianceAdjustedWrappedVESDE
132
+ limit_info_key: num_atoms
133
+ sigma_max: 5.0
134
+ wrapping_boundary: 1.0
135
+ loss_fn:
136
+ _target_: mattergen.common.loss.MaterialsLoss
137
+ d3pm_hybrid_lambda: 0.01
138
+ include_atomic_numbers: true
139
+ include_cell: true
140
+ include_pos: true
141
+ reduce: sum
142
+ weights:
143
+ atomic_numbers: 1.0
144
+ cell: 1.0
145
+ pos: 0.1
146
+ model:
147
+ _target_: mattergen.adapter.GemNetTAdapter
148
+ atom_type_diffusion: mask
149
+ denoise_atom_types: true
150
+ gemnet:
151
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
152
+ atom_embedding:
153
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
154
+ emb_size: 512
155
+ with_mask_type: true
156
+ condition_on_adapt:
157
+ - chemical_system
158
+ - energy_above_hull
159
+ cutoff: 7.0
160
+ emb_size_atom: 512
161
+ emb_size_edge: 512
162
+ latent_dim: 512
163
+ max_cell_images_per_dim: 5
164
+ max_neighbors: 50
165
+ num_blocks: 4
166
+ num_targets: 1
167
+ otf_graph: true
168
+ regress_stress: true
169
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
170
+ hidden_dim: 512
171
+ property_embeddings: {}
172
+ property_embeddings_adapt:
173
+ chemical_system:
174
+ _target_: mattergen.property_embeddings.PropertyEmbedding
175
+ conditional_embedding_module:
176
+ _target_: mattergen.property_embeddings.ChemicalSystemMultiHotEmbedding
177
+ hidden_dim: 512
178
+ name: chemical_system
179
+ scaler:
180
+ _target_: torch.nn.Identity
181
+ unconditional_embedding_module:
182
+ _target_: mattergen.property_embeddings.EmbeddingVector
183
+ hidden_dim: 512
184
+ energy_above_hull:
185
+ _target_: mattergen.property_embeddings.PropertyEmbedding
186
+ conditional_embedding_module:
187
+ _target_: mattergen.diffusion.model_utils.NoiseLevelEncoding
188
+ d_model: 512
189
+ name: energy_above_hull
190
+ scaler:
191
+ _target_: mattergen.common.utils.data_utils.StandardScalerTorch
192
+ unconditional_embedding_module:
193
+ _target_: mattergen.property_embeddings.EmbeddingVector
194
+ hidden_dim: 512
195
+ pre_corruption_fn:
196
+ _target_: mattergen.property_embeddings.SetEmbeddingType
197
+ dropout_fields_iid: false
198
+ p_unconditional: 0.2
199
+ optimizer_partial:
200
+ _partial_: true
201
+ _target_: torch.optim.Adam
202
+ lr: 5.0e-06
203
+ scheduler_partials:
204
+ - frequency: 1
205
+ interval: epoch
206
+ monitor: loss_train
207
+ scheduler:
208
+ _partial_: true
209
+ _target_: torch.optim.lr_scheduler.ReduceLROnPlateau
210
+ factor: 0.6
211
+ min_lr: 1.0e-06
212
+ patience: 100
213
+ verbose: true
214
+ strict: true
215
+ trainer:
216
+ _target_: pytorch_lightning.Trainer
217
+ accelerator: gpu
218
+ accumulate_grad_batches: 1
219
+ callbacks:
220
+ - _target_: pytorch_lightning.callbacks.LearningRateMonitor
221
+ log_momentum: false
222
+ logging_interval: step
223
+ - _target_: pytorch_lightning.callbacks.ModelCheckpoint
224
+ every_n_epochs: 1
225
+ filename: '{epoch}-{loss_val:.2f}'
226
+ mode: min
227
+ monitor: loss_val
228
+ save_last: true
229
+ save_top_k: 1
230
+ verbose: false
231
+ - _target_: pytorch_lightning.callbacks.TQDMProgressBar
232
+ refresh_rate: 50
233
+ - _target_: mattergen.common.data.callback.SetPropertyScalers
234
+ check_val_every_n_epoch: 5
235
+ devices: 8
236
+ gradient_clip_algorithm: value
237
+ gradient_clip_val: 0.5
238
+ logger:
239
+ _target_: pytorch_lightning.loggers.WandbLogger
240
+ job_type: train_finetune
241
+ project: crystal-generation
242
+ settings:
243
+ _save_requirements: false
244
+ _target_: wandb.Settings
245
+ start_method: fork
246
+ max_epochs: 200
247
+ num_nodes: 1
248
+ precision: 32
249
+ strategy:
250
+ _target_: pytorch_lightning.strategies.ddp.DDPStrategy
251
+ find_unused_parameters: true
data/checkpoints/dft_band_gap/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6f844861a1218b3b414dfdd708b4c68750a6e63915ba41036dc94bbd4975076
3
+ size 134
data/checkpoints/dft_band_gap/config.yaml ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adapter:
2
+ adapter:
3
+ _target_: mattergen.adapter.GemNetTAdapter
4
+ atom_type_diffusion: mask
5
+ denoise_atom_types: true
6
+ gemnet:
7
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
8
+ atom_embedding:
9
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
10
+ emb_size: 512
11
+ with_mask_type: true
12
+ condition_on_adapt:
13
+ - dft_band_gap
14
+ cutoff: 7.0
15
+ emb_size_atom: 512
16
+ emb_size_edge: 512
17
+ latent_dim: 512
18
+ max_cell_images_per_dim: 5
19
+ max_neighbors: 50
20
+ num_blocks: 4
21
+ num_targets: 1
22
+ otf_graph: true
23
+ regress_stress: true
24
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
25
+ hidden_dim: 512
26
+ property_embeddings: {}
27
+ property_embeddings_adapt:
28
+ dft_band_gap:
29
+ _target_: mattergen.property_embeddings.PropertyEmbedding
30
+ conditional_embedding_module:
31
+ _target_: mattergen.diffusion.model_utils.NoiseLevelEncoding
32
+ d_model: 512
33
+ name: dft_band_gap
34
+ scaler:
35
+ _target_: mattergen.common.utils.data_utils.StandardScalerTorch
36
+ unconditional_embedding_module:
37
+ _target_: mattergen.property_embeddings.EmbeddingVector
38
+ hidden_dim: 512
39
+ full_finetuning: true
40
+ load_epoch: last
41
+ model_path: checkpoints/mattergen_base
42
+ data_module:
43
+ _recursive_: true
44
+ _target_: mattergen.common.data.datamodule.CrystDataModule
45
+ average_density: 0.05771451654022283
46
+ batch_size:
47
+ train: 64
48
+ val: 64
49
+ dataset_transforms:
50
+ - _partial_: true
51
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
52
+ max_epochs: 2200
53
+ num_workers:
54
+ train: 0
55
+ val: 0
56
+ properties:
57
+ - dft_band_gap
58
+ root_dir: datasets/cache/alex_mp_20
59
+ train_dataset:
60
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
61
+ cache_path: datasets/cache/alex_mp_20/train
62
+ dataset_transforms:
63
+ - _partial_: true
64
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
65
+ properties:
66
+ - dft_band_gap
67
+ transforms:
68
+ - _partial_: true
69
+ _target_: mattergen.common.data.transform.symmetrize_lattice
70
+ - _partial_: true
71
+ _target_: mattergen.common.data.transform.set_chemical_system_string
72
+ transforms:
73
+ - _partial_: true
74
+ _target_: mattergen.common.data.transform.symmetrize_lattice
75
+ - _partial_: true
76
+ _target_: mattergen.common.data.transform.set_chemical_system_string
77
+ val_dataset:
78
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
79
+ cache_path: datasets/cache/alex_mp_20/val
80
+ dataset_transforms:
81
+ - _partial_: true
82
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
83
+ properties:
84
+ - dft_band_gap
85
+ transforms:
86
+ - _partial_: true
87
+ _target_: mattergen.common.data.transform.symmetrize_lattice
88
+ - _partial_: true
89
+ _target_: mattergen.common.data.transform.set_chemical_system_string
90
+ lightning_module:
91
+ _target_: mattergen.diffusion.lightning_module.DiffusionLightningModule
92
+ diffusion_module:
93
+ _target_: mattergen.diffusion.diffusion_module.DiffusionModule
94
+ corruption:
95
+ _target_: mattergen.diffusion.corruption.multi_corruption.MultiCorruption
96
+ discrete_corruptions:
97
+ atomic_numbers:
98
+ _target_: mattergen.diffusion.corruption.d3pm_corruption.D3PMCorruption
99
+ d3pm:
100
+ _target_: mattergen.diffusion.d3pm.d3pm.MaskDiffusion
101
+ dim: 101
102
+ schedule:
103
+ _target_: mattergen.diffusion.d3pm.d3pm.create_discrete_diffusion_schedule
104
+ kind: standard
105
+ num_steps: 1000
106
+ offset: 1
107
+ sdes:
108
+ cell:
109
+ _target_: mattergen.common.diffusion.corruption.LatticeVPSDE.from_vpsde_config
110
+ vpsde_config:
111
+ beta_max: 20
112
+ beta_min: 0.1
113
+ limit_density: 0.05771451654022283
114
+ limit_var_scaling_constant: 0.25
115
+ pos:
116
+ _target_: mattergen.common.diffusion.corruption.NumAtomsVarianceAdjustedWrappedVESDE
117
+ limit_info_key: num_atoms
118
+ sigma_max: 5.0
119
+ wrapping_boundary: 1.0
120
+ loss_fn:
121
+ _target_: mattergen.common.loss.MaterialsLoss
122
+ d3pm_hybrid_lambda: 0.01
123
+ include_atomic_numbers: true
124
+ include_cell: true
125
+ include_pos: true
126
+ reduce: sum
127
+ weights:
128
+ atomic_numbers: 1.0
129
+ cell: 1.0
130
+ pos: 0.1
131
+ model:
132
+ _target_: mattergen.adapter.GemNetTAdapter
133
+ atom_type_diffusion: mask
134
+ denoise_atom_types: true
135
+ gemnet:
136
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
137
+ atom_embedding:
138
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
139
+ emb_size: 512
140
+ with_mask_type: true
141
+ condition_on_adapt:
142
+ - dft_band_gap
143
+ cutoff: 7.0
144
+ emb_size_atom: 512
145
+ emb_size_edge: 512
146
+ latent_dim: 512
147
+ max_cell_images_per_dim: 5
148
+ max_neighbors: 50
149
+ num_blocks: 4
150
+ num_targets: 1
151
+ otf_graph: true
152
+ regress_stress: true
153
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
154
+ hidden_dim: 512
155
+ property_embeddings: {}
156
+ property_embeddings_adapt:
157
+ dft_band_gap:
158
+ _target_: mattergen.property_embeddings.PropertyEmbedding
159
+ conditional_embedding_module:
160
+ _target_: mattergen.diffusion.model_utils.NoiseLevelEncoding
161
+ d_model: 512
162
+ name: dft_band_gap
163
+ scaler:
164
+ _target_: mattergen.common.utils.data_utils.StandardScalerTorch
165
+ unconditional_embedding_module:
166
+ _target_: mattergen.property_embeddings.EmbeddingVector
167
+ hidden_dim: 512
168
+ pre_corruption_fn:
169
+ _target_: mattergen.property_embeddings.SetEmbeddingType
170
+ dropout_fields_iid: false
171
+ p_unconditional: 0.2
172
+ optimizer_partial:
173
+ _partial_: true
174
+ _target_: torch.optim.Adam
175
+ lr: 5.0e-06
176
+ scheduler_partials:
177
+ - frequency: 1
178
+ interval: epoch
179
+ monitor: loss_train
180
+ scheduler:
181
+ _partial_: true
182
+ _target_: torch.optim.lr_scheduler.ReduceLROnPlateau
183
+ factor: 0.6
184
+ min_lr: 1.0e-06
185
+ patience: 100
186
+ verbose: true
187
+ strict: true
188
+ trainer:
189
+ _target_: pytorch_lightning.Trainer
190
+ accelerator: gpu
191
+ accumulate_grad_batches: 1
192
+ callbacks:
193
+ - _target_: pytorch_lightning.callbacks.LearningRateMonitor
194
+ log_momentum: false
195
+ logging_interval: step
196
+ - _target_: pytorch_lightning.callbacks.ModelCheckpoint
197
+ every_n_epochs: 1
198
+ filename: '{epoch}-{loss_val:.2f}'
199
+ mode: min
200
+ monitor: loss_val
201
+ save_last: true
202
+ save_top_k: 1
203
+ verbose: false
204
+ - _target_: pytorch_lightning.callbacks.TQDMProgressBar
205
+ refresh_rate: 50
206
+ - _target_: mattergen.common.data.callback.SetPropertyScalers
207
+ check_val_every_n_epoch: 5
208
+ devices: 8
209
+ gradient_clip_algorithm: value
210
+ gradient_clip_val: 0.5
211
+ logger:
212
+ _target_: pytorch_lightning.loggers.WandbLogger
213
+ job_type: train_finetune
214
+ project: crystal-generation
215
+ settings:
216
+ _save_requirements: false
217
+ _target_: wandb.Settings
218
+ start_method: fork
219
+ max_epochs: 200
220
+ num_nodes: 1
221
+ precision: 32
222
+ strategy:
223
+ _target_: pytorch_lightning.strategies.ddp.DDPStrategy
224
+ find_unused_parameters: true
data/checkpoints/dft_mag_density/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:908fa450a025993a79f6235734be9f29edd035461aece61ee8be3009d3b6e678
3
+ size 134
data/checkpoints/dft_mag_density/config.yaml ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adapter:
2
+ adapter:
3
+ _target_: mattergen.adapter.GemNetTAdapter
4
+ atom_type_diffusion: mask
5
+ denoise_atom_types: true
6
+ gemnet:
7
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
8
+ atom_embedding:
9
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
10
+ emb_size: 512
11
+ with_mask_type: true
12
+ condition_on_adapt:
13
+ - dft_mag_density
14
+ cutoff: 7.0
15
+ emb_size_atom: 512
16
+ emb_size_edge: 512
17
+ latent_dim: 512
18
+ max_cell_images_per_dim: 5
19
+ max_neighbors: 50
20
+ num_blocks: 4
21
+ num_targets: 1
22
+ otf_graph: true
23
+ regress_stress: true
24
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
25
+ hidden_dim: 512
26
+ property_embeddings: {}
27
+ property_embeddings_adapt:
28
+ dft_mag_density:
29
+ _target_: mattergen.property_embeddings.PropertyEmbedding
30
+ conditional_embedding_module:
31
+ _target_: mattergen.diffusion.model_utils.NoiseLevelEncoding
32
+ d_model: 512
33
+ name: dft_mag_density
34
+ scaler:
35
+ _target_: mattergen.common.utils.data_utils.StandardScalerTorch
36
+ unconditional_embedding_module:
37
+ _target_: mattergen.property_embeddings.EmbeddingVector
38
+ hidden_dim: 512
39
+ full_finetuning: true
40
+ load_epoch: last
41
+ model_path: checkpoints/mattergen_base
42
+ data_module:
43
+ _recursive_: true
44
+ _target_: mattergen.common.data.datamodule.CrystDataModule
45
+ average_density: 0.05771451654022283
46
+ batch_size:
47
+ train: 64
48
+ val: 64
49
+ dataset_transforms:
50
+ - _partial_: true
51
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
52
+ max_epochs: 2200
53
+ num_workers:
54
+ train: 0
55
+ val: 0
56
+ properties:
57
+ - dft_mag_density
58
+ root_dir: datasets/cache/alex_mp_20
59
+ train_dataset:
60
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
61
+ cache_path: datasets/cache/alex_mp_20/train
62
+ dataset_transforms:
63
+ - _partial_: true
64
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
65
+ properties:
66
+ - dft_mag_density
67
+ transforms:
68
+ - _partial_: true
69
+ _target_: mattergen.common.data.transform.symmetrize_lattice
70
+ - _partial_: true
71
+ _target_: mattergen.common.data.transform.set_chemical_system_string
72
+ transforms:
73
+ - _partial_: true
74
+ _target_: mattergen.common.data.transform.symmetrize_lattice
75
+ - _partial_: true
76
+ _target_: mattergen.common.data.transform.set_chemical_system_string
77
+ val_dataset:
78
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
79
+ cache_path: datasets/cache/alex_mp_20/val
80
+ dataset_transforms:
81
+ - _partial_: true
82
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
83
+ properties:
84
+ - dft_mag_density
85
+ transforms:
86
+ - _partial_: true
87
+ _target_: mattergen.common.data.transform.symmetrize_lattice
88
+ - _partial_: true
89
+ _target_: mattergen.common.data.transform.set_chemical_system_string
90
+ lightning_module:
91
+ _target_: mattergen.diffusion.lightning_module.DiffusionLightningModule
92
+ diffusion_module:
93
+ _target_: mattergen.diffusion.diffusion_module.DiffusionModule
94
+ corruption:
95
+ _target_: mattergen.diffusion.corruption.multi_corruption.MultiCorruption
96
+ discrete_corruptions:
97
+ atomic_numbers:
98
+ _target_: mattergen.diffusion.corruption.d3pm_corruption.D3PMCorruption
99
+ d3pm:
100
+ _target_: mattergen.diffusion.d3pm.d3pm.MaskDiffusion
101
+ dim: 101
102
+ schedule:
103
+ _target_: mattergen.diffusion.d3pm.d3pm.create_discrete_diffusion_schedule
104
+ kind: standard
105
+ num_steps: 1000
106
+ offset: 1
107
+ sdes:
108
+ cell:
109
+ _target_: mattergen.common.diffusion.corruption.LatticeVPSDE.from_vpsde_config
110
+ vpsde_config:
111
+ beta_max: 20
112
+ beta_min: 0.1
113
+ limit_density: 0.05771451654022283
114
+ limit_var_scaling_constant: 0.25
115
+ pos:
116
+ _target_: mattergen.common.diffusion.corruption.NumAtomsVarianceAdjustedWrappedVESDE
117
+ limit_info_key: num_atoms
118
+ sigma_max: 5.0
119
+ wrapping_boundary: 1.0
120
+ loss_fn:
121
+ _target_: mattergen.common.loss.MaterialsLoss
122
+ d3pm_hybrid_lambda: 0.01
123
+ include_atomic_numbers: true
124
+ include_cell: true
125
+ include_pos: true
126
+ reduce: sum
127
+ weights:
128
+ atomic_numbers: 1.0
129
+ cell: 1.0
130
+ pos: 0.1
131
+ model:
132
+ _target_: mattergen.adapter.GemNetTAdapter
133
+ atom_type_diffusion: mask
134
+ denoise_atom_types: true
135
+ gemnet:
136
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
137
+ atom_embedding:
138
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
139
+ emb_size: 512
140
+ with_mask_type: true
141
+ condition_on_adapt:
142
+ - dft_mag_density
143
+ cutoff: 7.0
144
+ emb_size_atom: 512
145
+ emb_size_edge: 512
146
+ latent_dim: 512
147
+ max_cell_images_per_dim: 5
148
+ max_neighbors: 50
149
+ num_blocks: 4
150
+ num_targets: 1
151
+ otf_graph: true
152
+ regress_stress: true
153
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
154
+ hidden_dim: 512
155
+ property_embeddings: {}
156
+ property_embeddings_adapt:
157
+ dft_mag_density:
158
+ _target_: mattergen.property_embeddings.PropertyEmbedding
159
+ conditional_embedding_module:
160
+ _target_: mattergen.diffusion.model_utils.NoiseLevelEncoding
161
+ d_model: 512
162
+ name: dft_mag_density
163
+ scaler:
164
+ _target_: mattergen.common.utils.data_utils.StandardScalerTorch
165
+ unconditional_embedding_module:
166
+ _target_: mattergen.property_embeddings.EmbeddingVector
167
+ hidden_dim: 512
168
+ pre_corruption_fn:
169
+ _target_: mattergen.property_embeddings.SetEmbeddingType
170
+ dropout_fields_iid: false
171
+ p_unconditional: 0.2
172
+ optimizer_partial:
173
+ _partial_: true
174
+ _target_: torch.optim.Adam
175
+ lr: 5.0e-06
176
+ scheduler_partials:
177
+ - frequency: 1
178
+ interval: epoch
179
+ monitor: loss_train
180
+ scheduler:
181
+ _partial_: true
182
+ _target_: torch.optim.lr_scheduler.ReduceLROnPlateau
183
+ factor: 0.6
184
+ min_lr: 1.0e-06
185
+ patience: 100
186
+ verbose: true
187
+ strict: true
188
+ trainer:
189
+ _target_: pytorch_lightning.Trainer
190
+ accelerator: gpu
191
+ accumulate_grad_batches: 1
192
+ callbacks:
193
+ - _target_: pytorch_lightning.callbacks.LearningRateMonitor
194
+ log_momentum: false
195
+ logging_interval: step
196
+ - _target_: pytorch_lightning.callbacks.ModelCheckpoint
197
+ every_n_epochs: 1
198
+ filename: '{epoch}-{loss_val:.2f}'
199
+ mode: min
200
+ monitor: loss_val
201
+ save_last: true
202
+ save_top_k: 1
203
+ verbose: false
204
+ - _target_: pytorch_lightning.callbacks.TQDMProgressBar
205
+ refresh_rate: 50
206
+ - _target_: mattergen.common.data.callback.SetPropertyScalers
207
+ check_val_every_n_epoch: 1
208
+ devices: 8
209
+ gradient_clip_algorithm: value
210
+ gradient_clip_val: 0.5
211
+ logger:
212
+ _target_: pytorch_lightning.loggers.WandbLogger
213
+ job_type: train_finetune
214
+ project: crystal-generation
215
+ settings:
216
+ _save_requirements: false
217
+ _target_: wandb.Settings
218
+ start_method: fork
219
+ max_epochs: 200
220
+ num_nodes: 1
221
+ precision: 32
222
+ strategy:
223
+ _target_: pytorch_lightning.strategies.ddp.DDPStrategy
224
+ find_unused_parameters: true
data/checkpoints/dft_mag_density_hhi_score/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c410c7e10fc8a38ebc35bbc36c2a6c94bfe3b332b0c3de27c65854dae4e977d
3
+ size 134
data/checkpoints/dft_mag_density_hhi_score/config.yaml ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adapter:
2
+ adapter:
3
+ _target_: mattergen.adapter.GemNetTAdapter
4
+ atom_type_diffusion: mask
5
+ denoise_atom_types: true
6
+ gemnet:
7
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
8
+ atom_embedding:
9
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
10
+ emb_size: 512
11
+ with_mask_type: true
12
+ condition_on_adapt:
13
+ - dft_mag_density
14
+ - hhi_score
15
+ cutoff: 7.0
16
+ emb_size_atom: 512
17
+ emb_size_edge: 512
18
+ latent_dim: 512
19
+ max_cell_images_per_dim: 5
20
+ max_neighbors: 50
21
+ num_blocks: 4
22
+ num_targets: 1
23
+ otf_graph: true
24
+ regress_stress: true
25
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
26
+ hidden_dim: 512
27
+ property_embeddings: {}
28
+ property_embeddings_adapt:
29
+ dft_mag_density:
30
+ _target_: mattergen.property_embeddings.PropertyEmbedding
31
+ conditional_embedding_module:
32
+ _target_: mattergen.diffusion.model_utils.NoiseLevelEncoding
33
+ d_model: 512
34
+ name: dft_mag_density
35
+ scaler:
36
+ _target_: mattergen.common.utils.data_utils.StandardScalerTorch
37
+ unconditional_embedding_module:
38
+ _target_: mattergen.property_embeddings.EmbeddingVector
39
+ hidden_dim: 512
40
+ hhi_score:
41
+ _target_: mattergen.property_embeddings.PropertyEmbedding
42
+ conditional_embedding_module:
43
+ _target_: mattergen.diffusion.model_utils.NoiseLevelEncoding
44
+ d_model: 512
45
+ name: hhi_score
46
+ scaler:
47
+ _target_: mattergen.common.utils.data_utils.StandardScalerTorch
48
+ unconditional_embedding_module:
49
+ _target_: mattergen.property_embeddings.EmbeddingVector
50
+ hidden_dim: 512
51
+ full_finetuning: true
52
+ load_epoch: last
53
+ model_path: checkpoints/mattergen_base
54
+ data_module:
55
+ _recursive_: true
56
+ _target_: mattergen.common.data.datamodule.CrystDataModule
57
+ average_density: 0.05771451654022283
58
+ batch_size:
59
+ train: 64
60
+ val: 64
61
+ dataset_transforms:
62
+ - _partial_: true
63
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
64
+ max_epochs: 2200
65
+ num_workers:
66
+ train: 0
67
+ val: 0
68
+ properties:
69
+ - dft_mag_density
70
+ - hhi_score
71
+ root_dir: datasets/cache/alex_mp_20
72
+ train_dataset:
73
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
74
+ cache_path: datasets/cache/alex_mp_20/train
75
+ dataset_transforms:
76
+ - _partial_: true
77
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
78
+ properties:
79
+ - dft_mag_density
80
+ - hhi_score
81
+ transforms:
82
+ - _partial_: true
83
+ _target_: mattergen.common.data.transform.symmetrize_lattice
84
+ - _partial_: true
85
+ _target_: mattergen.common.data.transform.set_chemical_system_string
86
+ transforms:
87
+ - _partial_: true
88
+ _target_: mattergen.common.data.transform.symmetrize_lattice
89
+ - _partial_: true
90
+ _target_: mattergen.common.data.transform.set_chemical_system_string
91
+ val_dataset:
92
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
93
+ cache_path: datasets/cache/alex_mp_20/val
94
+ dataset_transforms:
95
+ - _partial_: true
96
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
97
+ properties:
98
+ - dft_mag_density
99
+ - hhi_score
100
+ transforms:
101
+ - _partial_: true
102
+ _target_: mattergen.common.data.transform.symmetrize_lattice
103
+ - _partial_: true
104
+ _target_: mattergen.common.data.transform.set_chemical_system_string
105
+ lightning_module:
106
+ _target_: mattergen.diffusion.lightning_module.DiffusionLightningModule
107
+ diffusion_module:
108
+ _target_: mattergen.diffusion.diffusion_module.DiffusionModule
109
+ corruption:
110
+ _target_: mattergen.diffusion.corruption.multi_corruption.MultiCorruption
111
+ discrete_corruptions:
112
+ atomic_numbers:
113
+ _target_: mattergen.diffusion.corruption.d3pm_corruption.D3PMCorruption
114
+ d3pm:
115
+ _target_: mattergen.diffusion.d3pm.d3pm.MaskDiffusion
116
+ dim: 101
117
+ schedule:
118
+ _target_: mattergen.diffusion.d3pm.d3pm.create_discrete_diffusion_schedule
119
+ kind: standard
120
+ num_steps: 1000
121
+ offset: 1
122
+ sdes:
123
+ cell:
124
+ _target_: mattergen.common.diffusion.corruption.LatticeVPSDE.from_vpsde_config
125
+ vpsde_config:
126
+ beta_max: 20
127
+ beta_min: 0.1
128
+ limit_density: 0.05771451654022283
129
+ limit_var_scaling_constant: 0.25
130
+ pos:
131
+ _target_: mattergen.common.diffusion.corruption.NumAtomsVarianceAdjustedWrappedVESDE
132
+ limit_info_key: num_atoms
133
+ sigma_max: 5.0
134
+ wrapping_boundary: 1.0
135
+ loss_fn:
136
+ _target_: mattergen.common.loss.MaterialsLoss
137
+ d3pm_hybrid_lambda: 0.01
138
+ include_atomic_numbers: true
139
+ include_cell: true
140
+ include_pos: true
141
+ reduce: sum
142
+ weights:
143
+ atomic_numbers: 1.0
144
+ cell: 1.0
145
+ pos: 0.1
146
+ model:
147
+ _target_: mattergen.adapter.GemNetTAdapter
148
+ atom_type_diffusion: mask
149
+ denoise_atom_types: true
150
+ gemnet:
151
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
152
+ atom_embedding:
153
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
154
+ emb_size: 512
155
+ with_mask_type: true
156
+ condition_on_adapt:
157
+ - dft_mag_density
158
+ - hhi_score
159
+ cutoff: 7.0
160
+ emb_size_atom: 512
161
+ emb_size_edge: 512
162
+ latent_dim: 512
163
+ max_cell_images_per_dim: 5
164
+ max_neighbors: 50
165
+ num_blocks: 4
166
+ num_targets: 1
167
+ otf_graph: true
168
+ regress_stress: true
169
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
170
+ hidden_dim: 512
171
+ property_embeddings: {}
172
+ property_embeddings_adapt:
173
+ dft_mag_density:
174
+ _target_: mattergen.property_embeddings.PropertyEmbedding
175
+ conditional_embedding_module:
176
+ _target_: mattergen.diffusion.model_utils.NoiseLevelEncoding
177
+ d_model: 512
178
+ name: dft_mag_density
179
+ scaler:
180
+ _target_: mattergen.common.utils.data_utils.StandardScalerTorch
181
+ unconditional_embedding_module:
182
+ _target_: mattergen.property_embeddings.EmbeddingVector
183
+ hidden_dim: 512
184
+ hhi_score:
185
+ _target_: mattergen.property_embeddings.PropertyEmbedding
186
+ conditional_embedding_module:
187
+ _target_: mattergen.diffusion.model_utils.NoiseLevelEncoding
188
+ d_model: 512
189
+ name: hhi_score
190
+ scaler:
191
+ _target_: mattergen.common.utils.data_utils.StandardScalerTorch
192
+ unconditional_embedding_module:
193
+ _target_: mattergen.property_embeddings.EmbeddingVector
194
+ hidden_dim: 512
195
+ pre_corruption_fn:
196
+ _target_: mattergen.property_embeddings.SetEmbeddingType
197
+ dropout_fields_iid: false
198
+ p_unconditional: 0.2
199
+ optimizer_partial:
200
+ _partial_: true
201
+ _target_: torch.optim.Adam
202
+ lr: 5.0e-06
203
+ scheduler_partials:
204
+ - frequency: 1
205
+ interval: epoch
206
+ monitor: loss_train
207
+ scheduler:
208
+ _partial_: true
209
+ _target_: torch.optim.lr_scheduler.ReduceLROnPlateau
210
+ factor: 0.6
211
+ min_lr: 1.0e-06
212
+ patience: 100
213
+ verbose: true
214
+ strict: true
215
+ trainer:
216
+ _target_: pytorch_lightning.Trainer
217
+ accelerator: gpu
218
+ accumulate_grad_batches: 1
219
+ callbacks:
220
+ - _target_: pytorch_lightning.callbacks.LearningRateMonitor
221
+ log_momentum: false
222
+ logging_interval: step
223
+ - _target_: pytorch_lightning.callbacks.ModelCheckpoint
224
+ every_n_epochs: 1
225
+ filename: '{epoch}-{loss_val:.2f}'
226
+ mode: min
227
+ monitor: loss_val
228
+ save_last: true
229
+ save_top_k: 1
230
+ verbose: false
231
+ - _target_: pytorch_lightning.callbacks.TQDMProgressBar
232
+ refresh_rate: 50
233
+ - _target_: mattergen.common.data.callback.SetPropertyScalers
234
+ check_val_every_n_epoch: 5
235
+ devices: 8
236
+ gradient_clip_algorithm: value
237
+ gradient_clip_val: 0.5
238
+ logger:
239
+ _target_: pytorch_lightning.loggers.WandbLogger
240
+ job_type: train_finetune
241
+ project: crystal-generation
242
+ settings:
243
+ _save_requirements: false
244
+ _target_: wandb.Settings
245
+ start_method: fork
246
+ max_epochs: 200
247
+ num_nodes: 1
248
+ precision: 32
249
+ strategy:
250
+ _target_: pytorch_lightning.strategies.ddp.DDPStrategy
251
+ find_unused_parameters: true
data/checkpoints/mattergen_base/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3407829227a1071dda19824f3dbcb074be4598419cebbd33d25df95617b2325e
3
+ size 134
data/checkpoints/mattergen_base/config.yaml ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ auto_resume: true
2
+ checkpoint_path: null
3
+ data_module:
4
+ _recursive_: true
5
+ _target_: mattergen.common.data.datamodule.CrystDataModule
6
+ average_density: 0.05771451654022283
7
+ batch_size:
8
+ train: 32
9
+ val: 32
10
+ max_epochs: 2200
11
+ num_workers:
12
+ train: 0
13
+ val: 0
14
+ properties:
15
+ - dft_bulk_modulus
16
+ - dft_band_gap
17
+ - dft_mag_density
18
+ - ml_bulk_modulus
19
+ - hhi_score
20
+ - space_group
21
+ - energy_above_hull
22
+ root_dir: datasets/cache/alex_mp_20/
23
+ train_dataset:
24
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
25
+ cache_path: datasets/cache/alex_mp_20/train
26
+ properties:
27
+ - dft_bulk_modulus
28
+ - dft_band_gap
29
+ - dft_mag_density
30
+ - ml_bulk_modulus
31
+ - hhi_score
32
+ - space_group
33
+ - energy_above_hull
34
+ transforms:
35
+ - _partial_: true
36
+ _target_: mattergen.common.data.transform.symmetrize_lattice
37
+ - _partial_: true
38
+ _target_: mattergen.common.data.transform.set_chemical_system_string
39
+ transforms:
40
+ - _partial_: true
41
+ _target_: mattergen.common.data.transform.symmetrize_lattice
42
+ - _partial_: true
43
+ _target_: mattergen.common.data.transform.set_chemical_system_string
44
+ val_dataset:
45
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
46
+ cache_path: datasets/cache/alex_mp_20/val
47
+ properties:
48
+ - dft_bulk_modulus
49
+ - dft_band_gap
50
+ - dft_mag_density
51
+ - ml_bulk_modulus
52
+ - hhi_score
53
+ - space_group
54
+ - energy_above_hull
55
+ transforms:
56
+ - _partial_: true
57
+ _target_: mattergen.common.data.transform.symmetrize_lattice
58
+ - _partial_: true
59
+ _target_: mattergen.common.data.transform.set_chemical_system_string
60
+ lightning_module:
61
+ _target_: mattergen.diffusion.lightning_module.DiffusionLightningModule
62
+ diffusion_module:
63
+ _target_: mattergen.diffusion.diffusion_module.DiffusionModule
64
+ corruption:
65
+ _target_: mattergen.diffusion.corruption.multi_corruption.MultiCorruption
66
+ discrete_corruptions:
67
+ atomic_numbers:
68
+ _target_: mattergen.diffusion.corruption.d3pm_corruption.D3PMCorruption
69
+ d3pm:
70
+ _target_: mattergen.diffusion.d3pm.d3pm.MaskDiffusion
71
+ dim: 101
72
+ schedule:
73
+ _target_: mattergen.diffusion.d3pm.d3pm.create_discrete_diffusion_schedule
74
+ kind: standard
75
+ num_steps: 1000
76
+ offset: 1
77
+ sdes:
78
+ cell:
79
+ _target_: mattergen.common.diffusion.corruption.LatticeVPSDE.from_vpsde_config
80
+ vpsde_config:
81
+ beta_max: 20
82
+ beta_min: 0.1
83
+ limit_density: 0.05771451654022283
84
+ limit_var_scaling_constant: 0.25
85
+ pos:
86
+ _target_: mattergen.common.diffusion.corruption.NumAtomsVarianceAdjustedWrappedVESDE
87
+ limit_info_key: num_atoms
88
+ sigma_max: 5.0
89
+ wrapping_boundary: 1.0
90
+ loss_fn:
91
+ _target_: mattergen.common.loss.MaterialsLoss
92
+ d3pm_hybrid_lambda: 0.01
93
+ include_atomic_numbers: true
94
+ include_cell: true
95
+ include_pos: true
96
+ reduce: sum
97
+ weights:
98
+ atomic_numbers: 1.0
99
+ cell: 1.0
100
+ pos: 0.1
101
+ model:
102
+ _target_: mattergen.denoiser.GemNetTDenoiser
103
+ atom_type_diffusion: mask
104
+ denoise_atom_types: true
105
+ gemnet:
106
+ _target_: mattergen.common.gemnet.gemnet.GemNetT
107
+ atom_embedding:
108
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
109
+ emb_size: 512
110
+ with_mask_type: true
111
+ cutoff: 7.0
112
+ emb_size_atom: 512
113
+ emb_size_edge: 512
114
+ latent_dim: 512
115
+ max_cell_images_per_dim: 5
116
+ max_neighbors: 50
117
+ num_blocks: 4
118
+ num_targets: 1
119
+ otf_graph: true
120
+ regress_stress: true
121
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
122
+ hidden_dim: 512
123
+ property_embeddings: {}
124
+ property_embeddings_adapt: {}
125
+ pre_corruption_fn:
126
+ _target_: mattergen.property_embeddings.SetEmbeddingType
127
+ dropout_fields_iid: false
128
+ p_unconditional: 0.2
129
+ optimizer_partial:
130
+ _partial_: true
131
+ _target_: torch.optim.Adam
132
+ lr: 0.0001
133
+ scheduler_partials:
134
+ - frequency: 1
135
+ interval: epoch
136
+ monitor: loss_train
137
+ scheduler:
138
+ _partial_: true
139
+ _target_: torch.optim.lr_scheduler.ReduceLROnPlateau
140
+ factor: 0.6
141
+ min_lr: 1.0e-06
142
+ patience: 100
143
+ verbose: true
144
+ strict: true
145
+ load_original: false
146
+ params: {}
147
+ train: true
148
+ trainer:
149
+ _target_: pytorch_lightning.Trainer
150
+ accelerator: gpu
151
+ accumulate_grad_batches: 1
152
+ callbacks:
153
+ - _target_: pytorch_lightning.callbacks.LearningRateMonitor
154
+ log_momentum: false
155
+ logging_interval: step
156
+ - _target_: pytorch_lightning.callbacks.ModelCheckpoint
157
+ every_n_epochs: 1
158
+ filename: '{epoch}-{loss_val:.2f}'
159
+ mode: min
160
+ monitor: loss_val
161
+ save_last: true
162
+ save_top_k: 1
163
+ verbose: false
164
+ - _target_: pytorch_lightning.callbacks.TQDMProgressBar
165
+ refresh_rate: 50
166
+ - _target_: mattergen.common.data.callback.SetPropertyScalers
167
+ check_val_every_n_epoch: 5
168
+ devices: 8
169
+ gradient_clip_algorithm: value
170
+ gradient_clip_val: 0.5
171
+ logger:
172
+ _target_: pytorch_lightning.loggers.WandbLogger
173
+ job_type: train
174
+ project: crystal-generation
175
+ settings:
176
+ _save_requirements: false
177
+ _target_: wandb.Settings
178
+ start_method: fork
179
+ max_epochs: 2200
180
+ num_nodes: 2
181
+ precision: 32
182
+ strategy:
183
+ _target_: pytorch_lightning.strategies.ddp.DDPStrategy
184
+ find_unused_parameters: true
data/checkpoints/ml_bulk_modulus/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26ad45013b6382211534c39f629ec98e8751c22a2bb62592c12d901baacdbea5
3
+ size 134
data/checkpoints/ml_bulk_modulus/config.yaml ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adapter:
2
+ adapter:
3
+ _target_: mattergen.adapter.GemNetTAdapter
4
+ atom_type_diffusion: mask
5
+ denoise_atom_types: true
6
+ gemnet:
7
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
8
+ atom_embedding:
9
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
10
+ emb_size: 512
11
+ with_mask_type: true
12
+ condition_on_adapt:
13
+ - ml_bulk_modulus
14
+ cutoff: 7.0
15
+ emb_size_atom: 512
16
+ emb_size_edge: 512
17
+ latent_dim: 512
18
+ max_cell_images_per_dim: 5
19
+ max_neighbors: 50
20
+ num_blocks: 4
21
+ num_targets: 1
22
+ otf_graph: true
23
+ regress_stress: true
24
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
25
+ hidden_dim: 512
26
+ property_embeddings: {}
27
+ property_embeddings_adapt:
28
+ ml_bulk_modulus:
29
+ _target_: mattergen.property_embeddings.PropertyEmbedding
30
+ conditional_embedding_module:
31
+ _target_: mattergen.diffusion.model_utils.NoiseLevelEncoding
32
+ d_model: 512
33
+ name: ml_bulk_modulus
34
+ scaler:
35
+ _target_: mattergen.common.utils.data_utils.StandardScalerTorch
36
+ unconditional_embedding_module:
37
+ _target_: mattergen.property_embeddings.EmbeddingVector
38
+ hidden_dim: 512
39
+ full_finetuning: true
40
+ load_epoch: last
41
+ model_path: checkpoints/mattergen_base
42
+ data_module:
43
+ _recursive_: true
44
+ _target_: mattergen.common.data.datamodule.CrystDataModule
45
+ average_density: 0.05771451654022283
46
+ batch_size:
47
+ train: 64
48
+ val: 64
49
+ dataset_transforms:
50
+ - _partial_: true
51
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
52
+ max_epochs: 2200
53
+ num_workers:
54
+ train: 0
55
+ val: 0
56
+ properties:
57
+ - ml_bulk_modulus
58
+ root_dir: datasets/cache/alex_mp_20
59
+ train_dataset:
60
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
61
+ cache_path: datasets/cache/alex_mp_20/train
62
+ dataset_transforms:
63
+ - _partial_: true
64
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
65
+ properties:
66
+ - ml_bulk_modulus
67
+ transforms:
68
+ - _partial_: true
69
+ _target_: mattergen.common.data.transform.symmetrize_lattice
70
+ - _partial_: true
71
+ _target_: mattergen.common.data.transform.set_chemical_system_string
72
+ transforms:
73
+ - _partial_: true
74
+ _target_: mattergen.common.data.transform.symmetrize_lattice
75
+ - _partial_: true
76
+ _target_: mattergen.common.data.transform.set_chemical_system_string
77
+ val_dataset:
78
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
79
+ cache_path: datasets/cache/alex_mp_20/val
80
+ dataset_transforms:
81
+ - _partial_: true
82
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
83
+ properties:
84
+ - ml_bulk_modulus
85
+ transforms:
86
+ - _partial_: true
87
+ _target_: mattergen.common.data.transform.symmetrize_lattice
88
+ - _partial_: true
89
+ _target_: mattergen.common.data.transform.set_chemical_system_string
90
+ lightning_module:
91
+ _target_: mattergen.diffusion.lightning_module.DiffusionLightningModule
92
+ diffusion_module:
93
+ _target_: mattergen.diffusion.diffusion_module.DiffusionModule
94
+ corruption:
95
+ _target_: mattergen.diffusion.corruption.multi_corruption.MultiCorruption
96
+ discrete_corruptions:
97
+ atomic_numbers:
98
+ _target_: mattergen.diffusion.corruption.d3pm_corruption.D3PMCorruption
99
+ d3pm:
100
+ _target_: mattergen.diffusion.d3pm.d3pm.MaskDiffusion
101
+ dim: 101
102
+ schedule:
103
+ _target_: mattergen.diffusion.d3pm.d3pm.create_discrete_diffusion_schedule
104
+ kind: standard
105
+ num_steps: 1000
106
+ offset: 1
107
+ sdes:
108
+ cell:
109
+ _target_: mattergen.common.diffusion.corruption.LatticeVPSDE.from_vpsde_config
110
+ vpsde_config:
111
+ beta_max: 20
112
+ beta_min: 0.1
113
+ limit_density: 0.05771451654022283
114
+ limit_var_scaling_constant: 0.25
115
+ pos:
116
+ _target_: mattergen.common.diffusion.corruption.NumAtomsVarianceAdjustedWrappedVESDE
117
+ limit_info_key: num_atoms
118
+ sigma_max: 5.0
119
+ wrapping_boundary: 1.0
120
+ loss_fn:
121
+ _target_: mattergen.common.loss.MaterialsLoss
122
+ d3pm_hybrid_lambda: 0.01
123
+ include_atomic_numbers: true
124
+ include_cell: true
125
+ include_pos: true
126
+ reduce: sum
127
+ weights:
128
+ atomic_numbers: 1.0
129
+ cell: 1.0
130
+ pos: 0.1
131
+ model:
132
+ _target_: mattergen.adapter.GemNetTAdapter
133
+ atom_type_diffusion: mask
134
+ denoise_atom_types: true
135
+ gemnet:
136
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
137
+ atom_embedding:
138
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
139
+ emb_size: 512
140
+ with_mask_type: true
141
+ condition_on_adapt:
142
+ - ml_bulk_modulus
143
+ cutoff: 7.0
144
+ emb_size_atom: 512
145
+ emb_size_edge: 512
146
+ latent_dim: 512
147
+ max_cell_images_per_dim: 5
148
+ max_neighbors: 50
149
+ num_blocks: 4
150
+ num_targets: 1
151
+ otf_graph: true
152
+ regress_stress: true
153
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
154
+ hidden_dim: 512
155
+ property_embeddings: {}
156
+ property_embeddings_adapt:
157
+ ml_bulk_modulus:
158
+ _target_: mattergen.property_embeddings.PropertyEmbedding
159
+ conditional_embedding_module:
160
+ _target_: mattergen.diffusion.model_utils.NoiseLevelEncoding
161
+ d_model: 512
162
+ name: ml_bulk_modulus
163
+ scaler:
164
+ _target_: mattergen.common.utils.data_utils.StandardScalerTorch
165
+ unconditional_embedding_module:
166
+ _target_: mattergen.property_embeddings.EmbeddingVector
167
+ hidden_dim: 512
168
+ pre_corruption_fn:
169
+ _target_: mattergen.property_embeddings.SetEmbeddingType
170
+ dropout_fields_iid: false
171
+ p_unconditional: 0.2
172
+ optimizer_partial:
173
+ _partial_: true
174
+ _target_: torch.optim.Adam
175
+ lr: 5.0e-06
176
+ scheduler_partials:
177
+ - frequency: 1
178
+ interval: epoch
179
+ monitor: loss_train
180
+ scheduler:
181
+ _partial_: true
182
+ _target_: torch.optim.lr_scheduler.ReduceLROnPlateau
183
+ factor: 0.6
184
+ min_lr: 1.0e-06
185
+ patience: 100
186
+ verbose: true
187
+ strict: true
188
+ trainer:
189
+ _target_: pytorch_lightning.Trainer
190
+ accelerator: gpu
191
+ accumulate_grad_batches: 1
192
+ callbacks:
193
+ - _target_: pytorch_lightning.callbacks.LearningRateMonitor
194
+ log_momentum: false
195
+ logging_interval: step
196
+ - _target_: pytorch_lightning.callbacks.ModelCheckpoint
197
+ every_n_epochs: 1
198
+ filename: '{epoch}-{loss_val:.2f}'
199
+ mode: min
200
+ monitor: loss_val
201
+ save_last: true
202
+ save_top_k: 1
203
+ verbose: false
204
+ - _target_: pytorch_lightning.callbacks.TQDMProgressBar
205
+ refresh_rate: 50
206
+ - _target_: mattergen.common.data.callback.SetPropertyScalers
207
+ check_val_every_n_epoch: 1
208
+ devices: 8
209
+ gradient_clip_algorithm: value
210
+ gradient_clip_val: 0.5
211
+ logger:
212
+ _target_: pytorch_lightning.loggers.WandbLogger
213
+ job_type: train_finetune
214
+ project: crystal-generation
215
+ settings:
216
+ _save_requirements: false
217
+ _target_: wandb.Settings
218
+ start_method: fork
219
+ max_epochs: 200
220
+ num_nodes: 1
221
+ precision: 32
222
+ strategy:
223
+ _target_: pytorch_lightning.strategies.ddp.DDPStrategy
224
+ find_unused_parameters: true
data/checkpoints/space_group/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a58b06008a935a56a6842bd631ee2c74aa668936111d0678001c11c88ba66e80
3
+ size 134
data/checkpoints/space_group/config.yaml ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adapter:
2
+ adapter:
3
+ _target_: mattergen.adapter.GemNetTAdapter
4
+ atom_type_diffusion: mask
5
+ denoise_atom_types: true
6
+ gemnet:
7
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
8
+ atom_embedding:
9
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
10
+ emb_size: 512
11
+ with_mask_type: true
12
+ condition_on_adapt:
13
+ - space_group
14
+ cutoff: 7.0
15
+ emb_size_atom: 512
16
+ emb_size_edge: 512
17
+ latent_dim: 512
18
+ max_cell_images_per_dim: 5
19
+ max_neighbors: 50
20
+ num_blocks: 4
21
+ num_targets: 1
22
+ otf_graph: true
23
+ regress_stress: true
24
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
25
+ hidden_dim: 512
26
+ property_embeddings: {}
27
+ property_embeddings_adapt:
28
+ space_group:
29
+ _target_: mattergen.property_embeddings.PropertyEmbedding
30
+ conditional_embedding_module:
31
+ _target_: mattergen.property_embeddings.SpaceGroupEmbeddingVector
32
+ hidden_dim: 512
33
+ name: space_group
34
+ scaler:
35
+ _target_: torch.nn.Identity
36
+ unconditional_embedding_module:
37
+ _target_: mattergen.property_embeddings.EmbeddingVector
38
+ hidden_dim: 512
39
+ full_finetuning: true
40
+ load_epoch: last
41
+ model_path: checkpoints/mattergen_base
42
+ data_module:
43
+ _recursive_: true
44
+ _target_: mattergen.common.data.datamodule.CrystDataModule
45
+ average_density: 0.05771451654022283
46
+ batch_size:
47
+ train: 64
48
+ val: 64
49
+ dataset_transforms:
50
+ - _partial_: true
51
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
52
+ max_epochs: 2200
53
+ num_workers:
54
+ train: 0
55
+ val: 0
56
+ properties:
57
+ - space_group
58
+ root_dir: datasets/cache/alex_mp_20
59
+ train_dataset:
60
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
61
+ cache_path: datasets/cache/alex_mp_20/train
62
+ dataset_transforms:
63
+ - _partial_: true
64
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
65
+ properties:
66
+ - space_group
67
+ transforms:
68
+ - _partial_: true
69
+ _target_: mattergen.common.data.transform.symmetrize_lattice
70
+ - _partial_: true
71
+ _target_: mattergen.common.data.transform.set_chemical_system_string
72
+ transforms:
73
+ - _partial_: true
74
+ _target_: mattergen.common.data.transform.symmetrize_lattice
75
+ - _partial_: true
76
+ _target_: mattergen.common.data.transform.set_chemical_system_string
77
+ val_dataset:
78
+ _target_: mattergen.common.data.dataset.CrystalDataset.from_cache_path
79
+ cache_path: datasets/cache/alex_mp_20/val
80
+ dataset_transforms:
81
+ - _partial_: true
82
+ _target_: mattergen.common.data.dataset_transform.filter_sparse_properties
83
+ properties:
84
+ - space_group
85
+ transforms:
86
+ - _partial_: true
87
+ _target_: mattergen.common.data.transform.symmetrize_lattice
88
+ - _partial_: true
89
+ _target_: mattergen.common.data.transform.set_chemical_system_string
90
+ lightning_module:
91
+ _target_: mattergen.diffusion.lightning_module.DiffusionLightningModule
92
+ diffusion_module:
93
+ _target_: mattergen.diffusion.diffusion_module.DiffusionModule
94
+ corruption:
95
+ _target_: mattergen.diffusion.corruption.multi_corruption.MultiCorruption
96
+ discrete_corruptions:
97
+ atomic_numbers:
98
+ _target_: mattergen.diffusion.corruption.d3pm_corruption.D3PMCorruption
99
+ d3pm:
100
+ _target_: mattergen.diffusion.d3pm.d3pm.MaskDiffusion
101
+ dim: 101
102
+ schedule:
103
+ _target_: mattergen.diffusion.d3pm.d3pm.create_discrete_diffusion_schedule
104
+ kind: standard
105
+ num_steps: 1000
106
+ offset: 1
107
+ sdes:
108
+ cell:
109
+ _target_: mattergen.common.diffusion.corruption.LatticeVPSDE.from_vpsde_config
110
+ vpsde_config:
111
+ beta_max: 20
112
+ beta_min: 0.1
113
+ limit_density: 0.05771451654022283
114
+ limit_var_scaling_constant: 0.25
115
+ pos:
116
+ _target_: mattergen.common.diffusion.corruption.NumAtomsVarianceAdjustedWrappedVESDE
117
+ limit_info_key: num_atoms
118
+ sigma_max: 5.0
119
+ wrapping_boundary: 1.0
120
+ loss_fn:
121
+ _target_: mattergen.common.loss.MaterialsLoss
122
+ d3pm_hybrid_lambda: 0.01
123
+ include_atomic_numbers: true
124
+ include_cell: true
125
+ include_pos: true
126
+ reduce: sum
127
+ weights:
128
+ atomic_numbers: 1.0
129
+ cell: 1.0
130
+ pos: 0.1
131
+ model:
132
+ _target_: mattergen.adapter.GemNetTAdapter
133
+ atom_type_diffusion: mask
134
+ denoise_atom_types: true
135
+ gemnet:
136
+ _target_: mattergen.common.gemnet.gemnet_ctrl.GemNetTCtrl
137
+ atom_embedding:
138
+ _target_: mattergen.common.gemnet.layers.embedding_block.AtomEmbedding
139
+ emb_size: 512
140
+ with_mask_type: true
141
+ condition_on_adapt:
142
+ - space_group
143
+ cutoff: 7.0
144
+ emb_size_atom: 512
145
+ emb_size_edge: 512
146
+ latent_dim: 512
147
+ max_cell_images_per_dim: 5
148
+ max_neighbors: 50
149
+ num_blocks: 4
150
+ num_targets: 1
151
+ otf_graph: true
152
+ regress_stress: true
153
+ scale_file: /scratch/amlt_code/mattergen/common/gemnet/gemnet-dT.json
154
+ hidden_dim: 512
155
+ property_embeddings: {}
156
+ property_embeddings_adapt:
157
+ space_group:
158
+ _target_: mattergen.property_embeddings.PropertyEmbedding
159
+ conditional_embedding_module:
160
+ _target_: mattergen.property_embeddings.SpaceGroupEmbeddingVector
161
+ hidden_dim: 512
162
+ name: space_group
163
+ scaler:
164
+ _target_: torch.nn.Identity
165
+ unconditional_embedding_module:
166
+ _target_: mattergen.property_embeddings.EmbeddingVector
167
+ hidden_dim: 512
168
+ pre_corruption_fn:
169
+ _target_: mattergen.property_embeddings.SetEmbeddingType
170
+ dropout_fields_iid: false
171
+ p_unconditional: 0.2
172
+ optimizer_partial:
173
+ _partial_: true
174
+ _target_: torch.optim.Adam
175
+ lr: 5.0e-06
176
+ scheduler_partials:
177
+ - frequency: 1
178
+ interval: epoch
179
+ monitor: loss_train
180
+ scheduler:
181
+ _partial_: true
182
+ _target_: torch.optim.lr_scheduler.ReduceLROnPlateau
183
+ factor: 0.6
184
+ min_lr: 1.0e-06
185
+ patience: 100
186
+ verbose: true
187
+ strict: true
188
+ trainer:
189
+ _target_: pytorch_lightning.Trainer
190
+ accelerator: gpu
191
+ accumulate_grad_batches: 1
192
+ callbacks:
193
+ - _target_: pytorch_lightning.callbacks.LearningRateMonitor
194
+ log_momentum: false
195
+ logging_interval: step
196
+ - _target_: pytorch_lightning.callbacks.ModelCheckpoint
197
+ every_n_epochs: 1
198
+ filename: '{epoch}-{loss_val:.2f}'
199
+ mode: min
200
+ monitor: loss_val
201
+ save_last: true
202
+ save_top_k: 1
203
+ verbose: false
204
+ - _target_: pytorch_lightning.callbacks.TQDMProgressBar
205
+ refresh_rate: 50
206
+ - _target_: mattergen.common.data.callback.SetPropertyScalers
207
+ check_val_every_n_epoch: 1
208
+ devices: 8
209
+ gradient_clip_algorithm: value
210
+ gradient_clip_val: 0.5
211
+ logger:
212
+ _target_: pytorch_lightning.loggers.WandbLogger
213
+ job_type: train_finetune
214
+ project: crystal-generation
215
+ settings:
216
+ _save_requirements: false
217
+ _target_: wandb.Settings
218
+ start_method: fork
219
+ max_epochs: 200
220
+ num_nodes: 1
221
+ precision: 32
222
+ strategy:
223
+ _target_: pytorch_lightning.strategies.ddp.DDPStrategy
224
+ find_unused_parameters: true
data/data-release/alex-mp/alex_mp_20.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:449975d6083eddd23b73d60b543a89fb449a159b3dcec5d55e350eb7a71ca481
3
+ size 134
data/data-release/alex-mp/reference_MP2020correction.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c660071e14130853c4f3ce5b61c16b38c9e2b94fdb0e19e639fcde783cfacde6
3
+ size 134
data/data-release/cifs/LICENSE.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Community Data License Agreement - Permissive - Version 2.0
2
+
3
+ This is the Community Data License Agreement - Permissive, Version 2.0 (the "agreement"). Data Provider(s) and Data Recipient(s) agree as follows:
4
+
5
+ ## 1. Provision of the Data
6
+
7
+ 1.1. A Data Recipient may use, modify, and share the Data made available by Data Provider(s) under this agreement if that Data Recipient follows the terms of this agreement.
8
+
9
+ 1.2. This agreement does not impose any restriction on a Data Recipient's use, modification, or sharing of any portions of the Data that are in the public domain or that may be used, modified, or shared under any other legal exception or limitation.
10
+
11
+ ## 2. Conditions for Sharing Data
12
+
13
+ 2.1. A Data Recipient may share Data, with or without modifications, so long as the Data Recipient makes available the text of this agreement with the shared Data.
14
+
15
+ ## 3. No Restrictions on Results
16
+
17
+ 3.1. This agreement does not impose any restriction or obligations with respect to the use, modification, or sharing of Results.
18
+
19
+ ## 4. No Warranty; Limitation of Liability
20
+
21
+ 4.1. All Data Recipients receive the Data subject to the following terms:
22
+
23
+ THE DATA IS PROVIDED ON AN "AS IS" BASIS, WITHOUT REPRESENTATIONS, WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
24
+
25
+ NO DATA PROVIDER SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE DATA OR RESULTS, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
26
+
27
+ ## 5. Definitions
28
+
29
+ 5.1. "Data" means the material received by a Data Recipient under this agreement.
30
+
31
+ 5.2. "Data Provider" means any person who is the source of Data provided under this agreement and in reliance on a Data Recipient's agreement to its terms.
32
+
33
+ 5.3. "Data Recipient" means any person who receives Data directly or indirectly from a Data Provider and agrees to the terms of this agreement.
34
+
35
+ 5.4. "Results" means any outcome obtained by computational analysis of Data, including for example machine learning models and models' insights.
data/data-release/cifs/chemsys/Sr2VO4.cif ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_Sr2VO4
3
+ _symmetry_space_group_name_H-M 'P 1'
4
+ _cell_length_a 3.96465000
5
+ _cell_length_b 3.96465000
6
+ _cell_length_c 6.80348000
7
+ _cell_angle_alpha 106.94000000
8
+ _cell_angle_beta 106.94000000
9
+ _cell_angle_gamma 90.00000000
10
+ _symmetry_Int_Tables_number 1
11
+ _chemical_formula_structural Sr2VO4
12
+ _chemical_formula_sum 'Sr2 V1 O4'
13
+ _cell_volume 97.43926415
14
+ _cell_formula_units_Z 1
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ loop_
20
+ _atom_site_type_symbol
21
+ _atom_site_label
22
+ _atom_site_symmetry_multiplicity
23
+ _atom_site_fract_x
24
+ _atom_site_fract_y
25
+ _atom_site_fract_z
26
+ _atom_site_occupancy
27
+ Sr Sr1 1 0.35932000 0.35932000 0.71864000 1.0
28
+ Sr Sr2 1 0.64068000 0.64068000 0.28136000 1.0
29
+ V V1 1 0.00000000 0.00000000 0.00000000 1.0
30
+ O O1 1 0.84364000 0.84364000 0.68728000 1.0
31
+ O O2 1 0.15636000 0.15636000 0.31272000 1.0
32
+ O O3 1 0.00000000 0.50000000 0.00000000 1.0
33
+ O O4 1 0.50000000 0.00000000 0.00000000 1.0
data/data-release/cifs/chemsys/Sr2VO4_symmetrized.cif ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_Sr2VO4
3
+ _symmetry_space_group_name_H-M I4/mmm
4
+ _cell_length_a 3.96465000
5
+ _cell_length_b 3.96465000
6
+ _cell_length_c 12.39807570
7
+ _cell_angle_alpha 90.00000000
8
+ _cell_angle_beta 90.00000000
9
+ _cell_angle_gamma 90.00000000
10
+ _symmetry_Int_Tables_number 139
11
+ _chemical_formula_structural Sr2VO4
12
+ _chemical_formula_sum 'Sr4 V2 O8'
13
+ _cell_volume 194.87852831
14
+ _cell_formula_units_Z 2
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ 2 '-x, -y, -z'
20
+ 3 '-y, x, z'
21
+ 4 'y, -x, -z'
22
+ 5 '-x, -y, z'
23
+ 6 'x, y, -z'
24
+ 7 'y, -x, z'
25
+ 8 '-y, x, -z'
26
+ 9 'x, -y, -z'
27
+ 10 '-x, y, z'
28
+ 11 '-y, -x, -z'
29
+ 12 'y, x, z'
30
+ 13 '-x, y, -z'
31
+ 14 'x, -y, z'
32
+ 15 'y, x, -z'
33
+ 16 '-y, -x, z'
34
+ 17 'x+1/2, y+1/2, z+1/2'
35
+ 18 '-x+1/2, -y+1/2, -z+1/2'
36
+ 19 '-y+1/2, x+1/2, z+1/2'
37
+ 20 'y+1/2, -x+1/2, -z+1/2'
38
+ 21 '-x+1/2, -y+1/2, z+1/2'
39
+ 22 'x+1/2, y+1/2, -z+1/2'
40
+ 23 'y+1/2, -x+1/2, z+1/2'
41
+ 24 '-y+1/2, x+1/2, -z+1/2'
42
+ 25 'x+1/2, -y+1/2, -z+1/2'
43
+ 26 '-x+1/2, y+1/2, z+1/2'
44
+ 27 '-y+1/2, -x+1/2, -z+1/2'
45
+ 28 'y+1/2, x+1/2, z+1/2'
46
+ 29 '-x+1/2, y+1/2, -z+1/2'
47
+ 30 'x+1/2, -y+1/2, z+1/2'
48
+ 31 'y+1/2, x+1/2, -z+1/2'
49
+ 32 '-y+1/2, -x+1/2, z+1/2'
50
+ loop_
51
+ _atom_site_type_symbol
52
+ _atom_site_label
53
+ _atom_site_symmetry_multiplicity
54
+ _atom_site_fract_x
55
+ _atom_site_fract_y
56
+ _atom_site_fract_z
57
+ _atom_site_occupancy
58
+ Sr Sr0 4 0.00000000 0.00000000 0.35932000 1.0
59
+ V V1 2 0.00000000 0.00000000 0.00000000 1.0
60
+ O O2 4 0.00000000 0.00000000 0.15636000 1.0
61
+ O O3 4 0.00000000 0.50000000 0.00000000 1.0
data/data-release/cifs/chemsys/Sr3V2O8.cif ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_Sr3V2O8
3
+ _symmetry_space_group_name_H-M 'P 1'
4
+ _cell_length_a 5.72412000
5
+ _cell_length_b 5.72717000
6
+ _cell_length_c 7.51409000
7
+ _cell_angle_alpha 67.76830000
8
+ _cell_angle_beta 67.68030000
9
+ _cell_angle_gamma 60.15960000
10
+ _symmetry_Int_Tables_number 1
11
+ _chemical_formula_structural Sr3V2O8
12
+ _chemical_formula_sum 'Sr3 V2 O8'
13
+ _cell_volume 192.08149380
14
+ _cell_formula_units_Z 1
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ loop_
20
+ _atom_site_type_symbol
21
+ _atom_site_label
22
+ _atom_site_symmetry_multiplicity
23
+ _atom_site_fract_x
24
+ _atom_site_fract_y
25
+ _atom_site_fract_z
26
+ _atom_site_occupancy
27
+ Sr Sr1 1 0.79832000 0.79943000 0.60317000 1.0
28
+ Sr Sr2 1 0.20168000 0.20057000 0.39683000 1.0
29
+ Sr Sr3 1 0.00000000 0.00000000 0.00000000 1.0
30
+ V V1 1 0.40749000 0.40438000 0.78106000 1.0
31
+ V V2 1 0.59251000 0.59562000 0.21894000 1.0
32
+ O O1 1 0.31376000 0.22351000 0.69664000 1.0
33
+ O O2 1 0.76617000 0.31011000 0.69727000 1.0
34
+ O O3 1 0.22754000 0.76206000 0.69713000 1.0
35
+ O O4 1 0.68624000 0.77649000 0.30336000 1.0
36
+ O O5 1 0.32254000 0.31971000 0.03504000 1.0
37
+ O O6 1 0.67746000 0.68029000 0.96496000 1.0
38
+ O O7 1 0.23383000 0.68989000 0.30273000 1.0
39
+ O O8 1 0.77246000 0.23794000 0.30287000 1.0
data/data-release/cifs/chemsys/Sr3V2O8_symmetrized.cif ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_Sr3V2O8
3
+ _symmetry_space_group_name_H-M R-3
4
+ _cell_length_a 5.73178616
5
+ _cell_length_b 5.73178616
6
+ _cell_length_c 20.26433495
7
+ _cell_angle_alpha 90.00000000
8
+ _cell_angle_beta 90.00000000
9
+ _cell_angle_gamma 120.00000000
10
+ _symmetry_Int_Tables_number 148
11
+ _chemical_formula_structural Sr3V2O8
12
+ _chemical_formula_sum 'Sr9 V6 O24'
13
+ _cell_volume 576.55792558
14
+ _cell_formula_units_Z 3
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ 2 '-x, -y, -z'
20
+ 3 '-y, x-y, z'
21
+ 4 'y, -x+y, -z'
22
+ 5 '-x+y, -x, z'
23
+ 6 'x-y, x, -z'
24
+ 7 'x+2/3, y+1/3, z+1/3'
25
+ 8 '-x+2/3, -y+1/3, -z+1/3'
26
+ 9 '-y+2/3, x-y+1/3, z+1/3'
27
+ 10 'y+2/3, -x+y+1/3, -z+1/3'
28
+ 11 '-x+y+2/3, -x+1/3, z+1/3'
29
+ 12 'x-y+2/3, x+1/3, -z+1/3'
30
+ 13 'x+1/3, y+2/3, z+2/3'
31
+ 14 '-x+1/3, -y+2/3, -z+2/3'
32
+ 15 '-y+1/3, x-y+2/3, z+2/3'
33
+ 16 'y+1/3, -x+y+2/3, -z+2/3'
34
+ 17 '-x+y+1/3, -x+2/3, z+2/3'
35
+ 18 'x-y+1/3, x+2/3, -z+2/3'
36
+ loop_
37
+ _atom_site_type_symbol
38
+ _atom_site_label
39
+ _atom_site_symmetry_multiplicity
40
+ _atom_site_fract_x
41
+ _atom_site_fract_y
42
+ _atom_site_fract_z
43
+ _atom_site_occupancy
44
+ Sr Sr0 6 0.00000000 0.00000000 0.20030000 1.0
45
+ Sr Sr1 3 0.00000000 0.00000000 0.00000000 1.0
46
+ V V2 6 0.00000000 0.00000000 0.40707000 1.0
47
+ O O3 18 0.00245333 0.45765667 0.23145667 1.0
48
+ O O4 6 0.00000000 0.00000000 0.32241000 1.0
data/data-release/cifs/chemsys/SrV2O4.cif ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_SrV2O4
3
+ _symmetry_space_group_name_H-M 'P 1'
4
+ _cell_length_a 5.32206000
5
+ _cell_length_b 6.06570000
6
+ _cell_length_c 6.79311000
7
+ _cell_angle_alpha 115.76000000
8
+ _cell_angle_beta 103.70800000
9
+ _cell_angle_gamma 90.79170000
10
+ _symmetry_Int_Tables_number 1
11
+ _chemical_formula_structural SrV2O4
12
+ _chemical_formula_sum 'Sr2 V4 O8'
13
+ _cell_volume 190.15914603
14
+ _cell_formula_units_Z 2
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ loop_
20
+ _atom_site_type_symbol
21
+ _atom_site_label
22
+ _atom_site_symmetry_multiplicity
23
+ _atom_site_fract_x
24
+ _atom_site_fract_y
25
+ _atom_site_fract_z
26
+ _atom_site_occupancy
27
+ Sr Sr1 1 0.29723000 0.24339000 0.98897000 1.0
28
+ Sr Sr2 1 0.70277000 0.75661000 0.01103000 1.0
29
+ V V1 1 0.50000000 0.00000000 0.50000000 1.0
30
+ V V2 1 0.50000000 0.50000000 0.50000000 1.0
31
+ V V3 1 0.99986000 0.25458000 0.50018000 1.0
32
+ V V4 1 0.00014000 0.74542000 0.49982000 1.0
33
+ O O1 1 0.39916000 0.35266000 0.69498000 1.0
34
+ O O2 1 0.39997000 0.84777000 0.69415000 1.0
35
+ O O3 1 0.88630000 0.58548000 0.67681000 1.0
36
+ O O4 1 0.11340000 0.91515000 0.32502000 1.0
37
+ O O5 1 0.11370000 0.41452000 0.32319000 1.0
38
+ O O6 1 0.88660000 0.08485000 0.67498000 1.0
39
+ O O7 1 0.60003000 0.15223000 0.30585000 1.0
40
+ O O8 1 0.60084000 0.64734000 0.30502000 1.0
data/data-release/cifs/chemsys/SrV2O4_symmetrized.cif ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_SrV2O4
3
+ _symmetry_space_group_name_H-M C2/m
4
+ _cell_length_a 12.23711449
5
+ _cell_length_b 6.06570000
6
+ _cell_length_c 5.32206000
7
+ _cell_angle_alpha 90.00000000
8
+ _cell_angle_beta 105.66119862
9
+ _cell_angle_gamma 90.00000000
10
+ _symmetry_Int_Tables_number 12
11
+ _chemical_formula_structural SrV2O4
12
+ _chemical_formula_sum 'Sr4 V8 O16'
13
+ _cell_volume 380.37286526
14
+ _cell_formula_units_Z 4
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ 2 '-x, -y, -z'
20
+ 3 '-x, y, -z'
21
+ 4 'x, -y, z'
22
+ 5 'x+1/2, y+1/2, z'
23
+ 6 '-x+1/2, -y+1/2, -z'
24
+ 7 '-x+1/2, y+1/2, -z'
25
+ 8 'x+1/2, -y+1/2, z'
26
+ loop_
27
+ _atom_site_type_symbol
28
+ _atom_site_label
29
+ _atom_site_symmetry_multiplicity
30
+ _atom_site_fract_x
31
+ _atom_site_fract_y
32
+ _atom_site_fract_z
33
+ _atom_site_occupancy
34
+ Sr Sr0 4 0.24558000 0.00000000 0.29723000 1.0
35
+ V V1 4 0.00000000 0.25339500 0.00000000 1.0
36
+ V V2 2 0.00000000 0.00000000 0.50000000 1.0
37
+ V V3 2 0.00000000 0.50000000 0.50000000 1.0
38
+ O O4 8 0.09858500 0.25407500 0.39916000 1.0
39
+ O O5 4 0.08639500 0.00000000 0.88660000 1.0
40
+ O O6 4 0.08950000 0.50000000 0.88630000 1.0
data/data-release/cifs/chemsys/SrV2O6.cif ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_SrV2O6
3
+ _symmetry_space_group_name_H-M 'P 1'
4
+ _cell_length_a 3.78110000
5
+ _cell_length_b 5.87562000
6
+ _cell_length_c 7.42507000
7
+ _cell_angle_alpha 101.11100000
8
+ _cell_angle_beta 90.07430000
9
+ _cell_angle_gamma 108.64000000
10
+ _symmetry_Int_Tables_number 1
11
+ _chemical_formula_structural SrV2O6
12
+ _chemical_formula_sum 'Sr1 V2 O6'
13
+ _cell_volume 153.02377039
14
+ _cell_formula_units_Z 1
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ loop_
20
+ _atom_site_type_symbol
21
+ _atom_site_label
22
+ _atom_site_symmetry_multiplicity
23
+ _atom_site_fract_x
24
+ _atom_site_fract_y
25
+ _atom_site_fract_z
26
+ _atom_site_occupancy
27
+ Sr Sr1 1 0.45571000 0.74499000 0.36646000 1.0
28
+ V V1 1 0.20762000 0.24997000 0.70002000 1.0
29
+ V V2 1 0.70384000 0.24084000 0.03353000 1.0
30
+ O O1 1 0.21440000 0.26230000 0.96862000 1.0
31
+ O O2 1 0.08321000 0.00080000 0.52151000 1.0
32
+ O O3 1 0.82839000 0.48974000 0.21229000 1.0
33
+ O O4 1 0.69748000 0.22918000 0.76522000 1.0
34
+ O O5 1 0.57683000 0.98440000 0.11398000 1.0
35
+ O O6 1 0.33439000 0.50598000 0.61906000 1.0
data/data-release/cifs/chemsys/SrV2O6_symmetrized.cif ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_SrV2O6
3
+ _symmetry_space_group_name_H-M C2/m
4
+ _cell_length_a 11.13486304
5
+ _cell_length_b 3.78110000
6
+ _cell_length_c 7.42507000
7
+ _cell_angle_alpha 90.00000000
8
+ _cell_angle_beta 101.76033251
9
+ _cell_angle_gamma 90.00000000
10
+ _symmetry_Int_Tables_number 12
11
+ _chemical_formula_structural SrV2O6
12
+ _chemical_formula_sum 'Sr2 V4 O12'
13
+ _cell_volume 306.04843361
14
+ _cell_formula_units_Z 2
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ 2 '-x, -y, -z'
20
+ 3 '-x, y, -z'
21
+ 4 'x, -y, z'
22
+ 5 'x+1/2, y+1/2, z'
23
+ 6 '-x+1/2, -y+1/2, -z'
24
+ 7 '-x+1/2, y+1/2, -z'
25
+ 8 'x+1/2, -y+1/2, z'
26
+ loop_
27
+ _atom_site_type_symbol
28
+ _atom_site_label
29
+ _atom_site_symmetry_multiplicity
30
+ _atom_site_fract_x
31
+ _atom_site_fract_y
32
+ _atom_site_fract_z
33
+ _atom_site_occupancy
34
+ Sr Sr0 2 0.00000000 0.00000000 0.00000000 1.0
35
+ V V1 4 0.24751000 0.00000000 0.66644000 1.0
36
+ O O2 4 0.11970500 0.00000000 0.74752000 1.0
37
+ O O3 4 0.12790500 0.50000000 0.15505000 1.0
38
+ O O4 4 0.24134500 0.00000000 0.39784000 1.0
data/data-release/cifs/experimental/Ta0.66666667Cr1.33333333O4.cif ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_Ta0.66666667Cr1.33333333O4
3
+ _symmetry_space_group_name_H-M 'P 1'
4
+ _cell_length_a 4.63975247
5
+ _cell_length_b 4.63975247
6
+ _cell_length_c 3.03638782
7
+ _cell_angle_alpha 90.00000000
8
+ _cell_angle_beta 90.00000000
9
+ _cell_angle_gamma 90.00000000
10
+ _symmetry_Int_Tables_number 1
11
+ _chemical_formula_structural Ta0.66666667Cr1.33333333O4
12
+ _chemical_formula_sum 'Ta0.66666667 Cr1.33333333 O4'
13
+ _cell_volume 65.36524057
14
+ _cell_formula_units_Z 1
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ loop_
20
+ _atom_site_type_symbol
21
+ _atom_site_label
22
+ _atom_site_symmetry_multiplicity
23
+ _atom_site_fract_x
24
+ _atom_site_fract_y
25
+ _atom_site_fract_z
26
+ _atom_site_occupancy
27
+ Ta Cr1 1 0.00000000 0.00000000 0.00000000 0.3333333333333333
28
+ Cr Cr1 1 0.00000000 0.00000000 0.00000000 0.6666666666666666
29
+ Ta Cr1 1 0.50000000 0.50000000 0.50000000 0.3333333333333333
30
+ Cr Cr1 1 0.50000000 0.50000000 0.50000000 0.6666666666666666
31
+ O O2 1 0.19655223 0.19655223 0.50000000 1.0
32
+ O O2 1 0.80344777 0.80344777 0.50000000 1.0
33
+ O O2 1 0.30344777 0.69655223 0.00000000 1.0
34
+ O O2 1 0.69655223 0.30344777 0.00000000 1.0
data/data-release/cifs/experimental/Ta0.66666667Cr1.33333333O4_symmetrized.cif ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_Ta0.66666667Cr1.33333333O4
3
+ _symmetry_space_group_name_H-M P4_2/mnm
4
+ _cell_length_a 4.63975247
5
+ _cell_length_b 4.63975247
6
+ _cell_length_c 3.03638782
7
+ _cell_angle_alpha 90.00000000
8
+ _cell_angle_beta 90.00000000
9
+ _cell_angle_gamma 90.00000000
10
+ _symmetry_Int_Tables_number 136
11
+ _chemical_formula_structural Ta0.66666667Cr1.33333333O4
12
+ _chemical_formula_sum 'Ta0.66666667 Cr1.33333333 O4'
13
+ _cell_volume 65.36524057
14
+ _cell_formula_units_Z 1
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ 2 '-x, -y, -z'
20
+ 3 '-y+1/2, x+1/2, z+1/2'
21
+ 4 'y+1/2, -x+1/2, -z+1/2'
22
+ 5 '-x, -y, z'
23
+ 6 'x, y, -z'
24
+ 7 'y+1/2, -x+1/2, z+1/2'
25
+ 8 '-y+1/2, x+1/2, -z+1/2'
26
+ 9 'x+1/2, -y+1/2, -z+1/2'
27
+ 10 '-x+1/2, y+1/2, z+1/2'
28
+ 11 '-y, -x, -z'
29
+ 12 'y, x, z'
30
+ 13 '-x+1/2, y+1/2, -z+1/2'
31
+ 14 'x+1/2, -y+1/2, z+1/2'
32
+ 15 'y, x, -z'
33
+ 16 '-y, -x, z'
34
+ loop_
35
+ _atom_site_type_symbol
36
+ _atom_site_label
37
+ _atom_site_symmetry_multiplicity
38
+ _atom_site_fract_x
39
+ _atom_site_fract_y
40
+ _atom_site_fract_z
41
+ _atom_site_occupancy
42
+ Ta Ta0 2 0.00000000 0.00000000 0.00000000 0.3333333333333333
43
+ Cr Cr1 2 0.00000000 0.00000000 0.00000000 0.6666666666666666
44
+ O O2 4 0.19655223 0.19655223 0.50000000 1.0
data/data-release/cifs/experimental/TaCr2O6.cif ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_TaCr2O6
3
+ _symmetry_space_group_name_H-M 'P 1'
4
+ _cell_length_a 4.63975247
5
+ _cell_length_b 4.63975247
6
+ _cell_length_c 9.10916345
7
+ _cell_angle_alpha 90.00000000
8
+ _cell_angle_beta 90.00000000
9
+ _cell_angle_gamma 90.00000000
10
+ _symmetry_Int_Tables_number 1
11
+ _chemical_formula_structural TaCr2O6
12
+ _chemical_formula_sum 'Ta2 Cr4 O12'
13
+ _cell_volume 196.09572151
14
+ _cell_formula_units_Z 2
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ loop_
20
+ _atom_site_type_symbol
21
+ _atom_site_label
22
+ _atom_site_symmetry_multiplicity
23
+ _atom_site_fract_x
24
+ _atom_site_fract_y
25
+ _atom_site_fract_z
26
+ _atom_site_occupancy
27
+ Ta Ta0 1 0.00000000 0.00000000 0.00000000 1.0
28
+ Ta Ta0 1 0.50000000 0.50000000 0.50000000 1.0
29
+ Cr Cr1 1 0.00000000 0.00000000 0.33285057 1.0
30
+ Cr Cr1 1 0.00000000 0.00000000 0.66714943 1.0
31
+ Cr Cr1 1 0.50000000 0.50000000 0.83285057 1.0
32
+ Cr Cr1 1 0.50000000 0.50000000 0.16714943 1.0
33
+ O O2 1 0.19756912 0.19756912 0.16559713 1.0
34
+ O O2 1 0.80243088 0.80243088 0.83440287 1.0
35
+ O O2 1 0.30243088 0.69756912 0.66559713 1.0
36
+ O O2 1 0.69756912 0.30243088 0.33440287 1.0
37
+ O O2 1 0.80243088 0.80243088 0.16559713 1.0
38
+ O O2 1 0.19756912 0.19756912 0.83440287 1.0
39
+ O O2 1 0.69756912 0.30243088 0.66559713 1.0
40
+ O O2 1 0.30243088 0.69756912 0.33440287 1.0
41
+ O O3 1 0.19464118 0.19464118 0.50000000 1.0
42
+ O O3 1 0.80535882 0.80535882 0.50000000 1.0
43
+ O O3 1 0.30535882 0.69464118 0.00000000 1.0
44
+ O O3 1 0.69464118 0.30535882 0.00000000 1.0
data/data-release/cifs/experimental/TaCr2O6_symmetrized.cif ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_TaCr2O6
3
+ _symmetry_space_group_name_H-M P4_2/mnm
4
+ _cell_length_a 4.63975247
5
+ _cell_length_b 4.63975247
6
+ _cell_length_c 9.10916345
7
+ _cell_angle_alpha 90.00000000
8
+ _cell_angle_beta 90.00000000
9
+ _cell_angle_gamma 90.00000000
10
+ _symmetry_Int_Tables_number 136
11
+ _chemical_formula_structural TaCr2O6
12
+ _chemical_formula_sum 'Ta2 Cr4 O12'
13
+ _cell_volume 196.09572151
14
+ _cell_formula_units_Z 2
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ 2 '-x, -y, -z'
20
+ 3 '-y+1/2, x+1/2, z+1/2'
21
+ 4 'y+1/2, -x+1/2, -z+1/2'
22
+ 5 '-x, -y, z'
23
+ 6 'x, y, -z'
24
+ 7 'y+1/2, -x+1/2, z+1/2'
25
+ 8 '-y+1/2, x+1/2, -z+1/2'
26
+ 9 'x+1/2, -y+1/2, -z+1/2'
27
+ 10 '-x+1/2, y+1/2, z+1/2'
28
+ 11 '-y, -x, -z'
29
+ 12 'y, x, z'
30
+ 13 '-x+1/2, y+1/2, -z+1/2'
31
+ 14 'x+1/2, -y+1/2, z+1/2'
32
+ 15 'y, x, -z'
33
+ 16 '-y, -x, z'
34
+ loop_
35
+ _atom_site_type_symbol
36
+ _atom_site_label
37
+ _atom_site_symmetry_multiplicity
38
+ _atom_site_fract_x
39
+ _atom_site_fract_y
40
+ _atom_site_fract_z
41
+ _atom_site_occupancy
42
+ Ta Ta0 2 0.00000000 0.00000000 0.00000000 1.0
43
+ Cr Cr1 4 0.00000000 0.00000000 0.33285057 1.0
44
+ O O2 8 0.19756912 0.19756912 0.16559713 1.0
45
+ O O3 4 0.19464118 0.19464118 0.50000000 1.0
data/data-release/cifs/joint_mag_hhi/Fe8Au.cif ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_Fe8Au
3
+ _symmetry_space_group_name_H-M 'P 1'
4
+ _cell_length_a 4.11732000
5
+ _cell_length_b 4.83558000
6
+ _cell_length_c 6.61890000
7
+ _cell_angle_alpha 81.76470000
8
+ _cell_angle_beta 71.87880000
9
+ _cell_angle_gamma 64.80300000
10
+ _symmetry_Int_Tables_number 1
11
+ _chemical_formula_structural Fe8Au
12
+ _chemical_formula_sum 'Fe8 Au1'
13
+ _cell_volume 113.31767108
14
+ _cell_formula_units_Z 1
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ loop_
20
+ _atom_site_type_symbol
21
+ _atom_site_label
22
+ _atom_site_symmetry_multiplicity
23
+ _atom_site_fract_x
24
+ _atom_site_fract_y
25
+ _atom_site_fract_z
26
+ _atom_site_occupancy
27
+ Fe Fe1 1 0.00249000 0.83783000 0.15719000 1.0
28
+ Fe Fe2 1 0.34471000 0.92559000 0.38499000 1.0
29
+ Fe Fe3 1 0.33647000 0.27250000 0.05457000 1.0
30
+ Fe Fe4 1 0.99751000 0.16217000 0.84281000 1.0
31
+ Fe Fe5 1 0.66353000 0.72750000 0.94543000 1.0
32
+ Fe Fe6 1 0.65529000 0.07441000 0.61501000 1.0
33
+ Fe Fe7 1 0.31511000 0.62773000 0.74206000 1.0
34
+ Fe Fe8 1 0.68489000 0.37227000 0.25794000 1.0
35
+ Au Au1 1 0.00000000 0.50000000 0.50000000 1.0
data/data-release/cifs/joint_mag_hhi/Fe8Au_symmetrized.cif ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_Fe8Au
3
+ _symmetry_space_group_name_H-M C2/m
4
+ _cell_length_a 8.75094279
5
+ _cell_length_b 4.11732000
6
+ _cell_length_c 7.61732314
7
+ _cell_angle_alpha 90.00000000
8
+ _cell_angle_beta 124.33400420
9
+ _cell_angle_gamma 90.00000000
10
+ _symmetry_Int_Tables_number 12
11
+ _chemical_formula_structural Fe8Au
12
+ _chemical_formula_sum 'Fe16 Au2'
13
+ _cell_volume 226.63534216
14
+ _cell_formula_units_Z 2
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ 2 '-x, -y, -z'
20
+ 3 '-x, y, -z'
21
+ 4 'x, -y, z'
22
+ 5 'x+1/2, y+1/2, z'
23
+ 6 '-x+1/2, -y+1/2, -z'
24
+ 7 '-x+1/2, y+1/2, -z'
25
+ 8 'x+1/2, -y+1/2, z'
26
+ loop_
27
+ _atom_site_type_symbol
28
+ _atom_site_label
29
+ _atom_site_symmetry_multiplicity
30
+ _atom_site_fract_x
31
+ _atom_site_fract_y
32
+ _atom_site_fract_z
33
+ _atom_site_occupancy
34
+ Fe Fe0 4 0.00249000 0.00000000 0.84281000 1.0
35
+ Fe Fe1 4 0.15529000 0.50000000 0.38499000 1.0
36
+ Fe Fe2 4 0.16353500 0.50000000 0.05457000 1.0
37
+ Fe Fe3 4 0.18489500 0.50000000 0.74206000 1.0
38
+ Au Au4 2 0.00000000 0.00000000 0.50000000 1.0
data/data-release/cifs/joint_mag_hhi/MgMn4Fe3O8.cif ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_MgMn4Fe3O8
3
+ _symmetry_space_group_name_H-M 'P 1'
4
+ _cell_length_a 6.23428000
5
+ _cell_length_b 6.27508000
6
+ _cell_length_c 6.27016000
7
+ _cell_angle_alpha 88.68040000
8
+ _cell_angle_beta 60.59250000
9
+ _cell_angle_gamma 119.18200000
10
+ _symmetry_Int_Tables_number 1
11
+ _chemical_formula_structural MgMn4Fe3O8
12
+ _chemical_formula_sum 'Mg1 Mn4 Fe3 O8'
13
+ _cell_volume 175.10593603
14
+ _cell_formula_units_Z 1
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ loop_
20
+ _atom_site_type_symbol
21
+ _atom_site_label
22
+ _atom_site_symmetry_multiplicity
23
+ _atom_site_fract_x
24
+ _atom_site_fract_y
25
+ _atom_site_fract_z
26
+ _atom_site_occupancy
27
+ Mg Mg1 1 0.10320000 0.98096000 0.78987000 1.0
28
+ Mn Mn1 1 0.60337000 0.48109000 0.78966000 1.0
29
+ Mn Mn2 1 0.10328000 0.98136000 0.28970000 1.0
30
+ Mn Mn3 1 0.60309000 0.48113000 0.28985000 1.0
31
+ Mn Mn4 1 0.10258000 0.48085000 0.79012000 1.0
32
+ Fe Fe1 1 0.60292000 0.98095000 0.28984000 1.0
33
+ Fe Fe2 1 0.10355000 0.48137000 0.28948000 1.0
34
+ Fe Fe3 1 0.60313000 0.98117000 0.78982000 1.0
35
+ O O1 1 0.10051000 0.72232000 0.04797000 1.0
36
+ O O2 1 0.10587000 0.24001000 0.53160000 1.0
37
+ O O3 1 0.58586000 0.21497000 0.55713000 1.0
38
+ O O4 1 0.60240000 0.23478000 0.03947000 1.0
39
+ O O5 1 0.08715000 0.21496000 0.03943000 1.0
40
+ O O6 1 0.60335000 0.72740000 0.54035000 1.0
41
+ O O7 1 0.11913000 0.74709000 0.54018000 1.0
42
+ O O8 1 0.62078000 0.74734000 0.02221000 1.0
data/data-release/cifs/joint_mag_hhi/MgMn4Fe3O8_symmetrized.cif ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_MgMn4Fe3O8
3
+ _symmetry_space_group_name_H-M P-1
4
+ _cell_length_a 6.23428000
5
+ _cell_length_b 6.26167648
6
+ _cell_length_c 6.27016000
7
+ _cell_angle_alpha 119.30159630
8
+ _cell_angle_beta 119.40750000
9
+ _cell_angle_gamma 90.87738125
10
+ _symmetry_Int_Tables_number 2
11
+ _chemical_formula_structural MgMn4Fe3O8
12
+ _chemical_formula_sum 'Mg1 Mn4 Fe3 O8'
13
+ _cell_volume 175.10593603
14
+ _cell_formula_units_Z 1
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ 2 '-x, -y, -z'
20
+ loop_
21
+ _atom_site_type_symbol
22
+ _atom_site_label
23
+ _atom_site_symmetry_multiplicity
24
+ _atom_site_fract_x
25
+ _atom_site_fract_y
26
+ _atom_site_fract_z
27
+ _atom_site_occupancy
28
+ Mg Mg0 1 0.00000000 0.00000000 0.00000000 1.0
29
+ Mn Mn1 1 0.00000000 0.00000000 0.50000000 1.0
30
+ Mn Mn2 1 0.00000000 0.50000000 0.00000000 1.0
31
+ Mn Mn3 1 0.00000000 0.50000000 0.50000000 1.0
32
+ Mn Mn4 1 0.50000000 0.50000000 0.50000000 1.0
33
+ Fe Fe5 1 0.50000000 0.00000000 0.00000000 1.0
34
+ Fe Fe6 1 0.50000000 0.00000000 0.50000000 1.0
35
+ Fe Fe7 1 0.50000000 0.50000000 0.00000000 1.0
36
+ O O8 2 0.24538000 0.74618000 0.49658000 1.0
37
+ O O9 2 0.24865000 0.76599000 0.99873000 1.0
38
+ O O10 2 0.25005000 0.23400000 0.48356000 1.0
39
+ O O11 2 0.25595000 0.25864000 0.00054000 1.0
data/data-release/cifs/joint_mag_hhi/Mn2Fe3O5.cif ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_Mn2Fe3O5
3
+ _symmetry_space_group_name_H-M 'P 1'
4
+ _cell_length_a 5.50230000
5
+ _cell_length_b 5.47512000
6
+ _cell_length_c 8.24408000
7
+ _cell_angle_alpha 71.33730000
8
+ _cell_angle_beta 82.96680000
9
+ _cell_angle_gamma 69.54000000
10
+ _symmetry_Int_Tables_number 1
11
+ _chemical_formula_structural Mn2Fe3O5
12
+ _chemical_formula_sum 'Mn4 Fe6 O10'
13
+ _cell_volume 220.44084459
14
+ _cell_formula_units_Z 2
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ loop_
20
+ _atom_site_type_symbol
21
+ _atom_site_label
22
+ _atom_site_symmetry_multiplicity
23
+ _atom_site_fract_x
24
+ _atom_site_fract_y
25
+ _atom_site_fract_z
26
+ _atom_site_occupancy
27
+ Mn Mn1 1 0.24469000 0.99172000 0.76556000 1.0
28
+ Mn Mn2 1 0.24625000 0.59180000 0.56158000 1.0
29
+ Mn Mn3 1 0.74631000 0.09155000 0.56184000 1.0
30
+ Mn Mn4 1 0.24863000 0.19141000 0.35759000 1.0
31
+ Fe Fe1 1 0.24773000 0.39496000 0.96082000 1.0
32
+ Fe Fe2 1 0.74356000 0.88970000 0.96233000 1.0
33
+ Fe Fe3 1 0.74913000 0.29359000 0.16136000 1.0
34
+ Fe Fe4 1 0.74893000 0.69100000 0.35740000 1.0
35
+ Fe Fe5 1 0.74366000 0.49308000 0.76538000 1.0
36
+ Fe Fe6 1 0.24477000 0.78875000 0.16279000 1.0
37
+ O O1 1 0.98668000 0.75300000 0.76510000 1.0
38
+ O O2 1 0.48255000 0.25076000 0.76801000 1.0
39
+ O O3 1 0.01024000 0.93230000 0.35545000 1.0
40
+ O O4 1 0.50299000 0.83061000 0.56909000 1.0
41
+ O O5 1 0.50719000 0.43039000 0.35836000 1.0
42
+ O O6 1 0.51029000 0.02392000 0.16498000 1.0
43
+ O O7 1 0.98100000 0.15990000 0.95827000 1.0
44
+ O O8 1 0.99076000 0.35157000 0.55441000 1.0
45
+ O O9 1 0.00776000 0.53535000 0.15381000 1.0
46
+ O O10 1 0.48537000 0.64941000 0.96978000 1.0
data/data-release/cifs/joint_mag_hhi/Mn2Fe3O5_symmetrized.cif ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_Mn2Fe3O5
3
+ _symmetry_space_group_name_H-M P-1
4
+ _cell_length_a 5.47512000
5
+ _cell_length_b 5.50230000
6
+ _cell_length_c 8.24408000
7
+ _cell_angle_alpha 82.96680000
8
+ _cell_angle_beta 71.33730000
9
+ _cell_angle_gamma 69.54000000
10
+ _symmetry_Int_Tables_number 2
11
+ _chemical_formula_structural Mn2Fe3O5
12
+ _chemical_formula_sum 'Mn4 Fe6 O10'
13
+ _cell_volume 220.44084459
14
+ _cell_formula_units_Z 2
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ 2 '-x, -y, -z'
20
+ loop_
21
+ _atom_site_type_symbol
22
+ _atom_site_label
23
+ _atom_site_symmetry_multiplicity
24
+ _atom_site_fract_x
25
+ _atom_site_fract_y
26
+ _atom_site_fract_z
27
+ _atom_site_occupancy
28
+ Mn Mn0 2 0.40015500 0.49803000 0.20398500 1.0
29
+ Mn Mn1 1 0.00000000 0.50000000 0.00000000 1.0
30
+ Mn Mn2 1 0.50000000 0.00000000 0.00000000 1.0
31
+ Fe Fe3 2 0.09943500 0.00227000 0.79582500 1.0
32
+ Fe Fe4 2 0.19660500 0.49893000 0.60075500 1.0
33
+ Fe Fe5 2 0.29813500 0.99690000 0.40075500 1.0
34
+ O O6 2 0.05621500 0.73890000 0.40776500 1.0
35
+ O O7 2 0.16143500 0.24002000 0.20352500 1.0
36
+ O O8 2 0.23904500 0.75633000 0.00751500 1.0
37
+ O O9 2 0.34080500 0.26411000 0.79356500 1.0
38
+ O O10 2 0.43235500 0.76363000 0.60340500 1.0
data/data-release/cifs/joint_mag_hhi/MnFe3O4.cif ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_MnFe3O4
3
+ _symmetry_space_group_name_H-M 'P 1'
4
+ _cell_length_a 3.16722000
5
+ _cell_length_b 3.17168000
6
+ _cell_length_c 8.62096000
7
+ _cell_angle_alpha 90.05770000
8
+ _cell_angle_beta 89.65480000
9
+ _cell_angle_gamma 89.93640000
10
+ _symmetry_Int_Tables_number 1
11
+ _chemical_formula_structural MnFe3O4
12
+ _chemical_formula_sum 'Mn1 Fe3 O4'
13
+ _cell_volume 86.59939377
14
+ _cell_formula_units_Z 1
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ loop_
20
+ _atom_site_type_symbol
21
+ _atom_site_label
22
+ _atom_site_symmetry_multiplicity
23
+ _atom_site_fract_x
24
+ _atom_site_fract_y
25
+ _atom_site_fract_z
26
+ _atom_site_occupancy
27
+ Mn Mn1 1 0.36624000 0.50372000 0.18560000 1.0
28
+ Fe Fe1 1 0.86799000 0.00412000 0.43880000 1.0
29
+ Fe Fe2 1 0.86782000 0.00426000 0.93232000 1.0
30
+ Fe Fe3 1 0.37083000 0.50478000 0.68555000 1.0
31
+ O O1 1 0.86938000 0.00537000 0.68559000 1.0
32
+ O O2 1 0.36713000 0.50447000 0.93032000 1.0
33
+ O O3 1 0.36741000 0.50431000 0.44077000 1.0
34
+ O O4 1 0.86584000 0.00365000 0.18552000 1.0
data/data-release/cifs/joint_mag_hhi/MnFe3O4_symmetrized.cif ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_MnFe3O4
3
+ _symmetry_space_group_name_H-M P4/mmm
4
+ _cell_length_a 3.16945000
5
+ _cell_length_b 3.16945000
6
+ _cell_length_c 8.62096000
7
+ _cell_angle_alpha 90.00000000
8
+ _cell_angle_beta 90.00000000
9
+ _cell_angle_gamma 90.00000000
10
+ _symmetry_Int_Tables_number 123
11
+ _chemical_formula_structural MnFe3O4
12
+ _chemical_formula_sum 'Mn1 Fe3 O4'
13
+ _cell_volume 86.60110626
14
+ _cell_formula_units_Z 1
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ 2 '-x, -y, -z'
20
+ 3 '-y, x, z'
21
+ 4 'y, -x, -z'
22
+ 5 '-x, -y, z'
23
+ 6 'x, y, -z'
24
+ 7 'y, -x, z'
25
+ 8 '-y, x, -z'
26
+ 9 'x, -y, -z'
27
+ 10 '-x, y, z'
28
+ 11 '-y, -x, -z'
29
+ 12 'y, x, z'
30
+ 13 '-x, y, -z'
31
+ 14 'x, -y, z'
32
+ 15 'y, x, -z'
33
+ 16 '-y, -x, z'
34
+ loop_
35
+ _atom_site_type_symbol
36
+ _atom_site_label
37
+ _atom_site_symmetry_multiplicity
38
+ _atom_site_fract_x
39
+ _atom_site_fract_y
40
+ _atom_site_fract_z
41
+ _atom_site_occupancy
42
+ Mn Mn0 1 0.50000000 0.50000000 0.00000000 1.0
43
+ Fe Fe1 2 0.00000000 0.00000000 0.25320000 1.0
44
+ Fe Fe2 1 0.50000000 0.50000000 0.50000000 1.0
45
+ O O3 2 0.50000000 0.50000000 0.25528000 1.0
46
+ O O4 1 0.00000000 0.00000000 0.00000000 1.0
47
+ O O5 1 0.00000000 0.00000000 0.50000000 1.0
data/data-release/cifs/single_prop/band_gap/TlNO3.cif ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # generated using pymatgen
2
+ data_TlNO3
3
+ _symmetry_space_group_name_H-M 'P 1'
4
+ _cell_length_a 4.66793000
5
+ _cell_length_b 4.66793000
6
+ _cell_length_c 4.68451000
7
+ _cell_angle_alpha 74.43760000
8
+ _cell_angle_beta 74.43760000
9
+ _cell_angle_gamma 74.42240000
10
+ _symmetry_Int_Tables_number 1
11
+ _chemical_formula_structural TlNO3
12
+ _chemical_formula_sum 'Tl1 N1 O3'
13
+ _cell_volume 92.57711299
14
+ _cell_formula_units_Z 1
15
+ loop_
16
+ _symmetry_equiv_pos_site_id
17
+ _symmetry_equiv_pos_as_xyz
18
+ 1 'x, y, z'
19
+ loop_
20
+ _atom_site_type_symbol
21
+ _atom_site_label
22
+ _atom_site_symmetry_multiplicity
23
+ _atom_site_fract_x
24
+ _atom_site_fract_y
25
+ _atom_site_fract_z
26
+ _atom_site_occupancy
27
+ Tl Tl1 1 0.96394000 0.96394000 0.69108000 1.0
28
+ N N1 1 0.41520000 0.41520000 0.14164000 1.0
29
+ O O1 1 0.54412000 0.15432000 0.26959000 1.0
30
+ O O2 1 0.15432000 0.54412000 0.26959000 1.0
31
+ O O3 1 0.54410000 0.54410000 0.88105000 1.0