|
6 | 6 | const ppd_doc_url = `https://github.com/materialsproject/pymatgen/blob/v2023.5.10/pymatgen/analysis/phase_diagram.py#L1480-L1814`
|
7 | 7 | const ppd_link = `<a href=${ppd_doc_url}>PatchedPhaseDiagram</a>`
|
8 | 8 | const cse_doc_url = `https://github.com/materialsproject/pymatgen/blob/v2023.5.10/pymatgen/entries/computed_entries.py#L579-L722`
|
9 |
| - const cse_link = `<a href=${cse_doc_url}>ComputedStructureEntry</a>` |
10 | 9 |
|
11 | 10 | const mp_trj_link = `<a href="https://figshare.com/articles/dataset/23713842">MPtrj</a>`
|
12 | 11 | const descriptions = {
|
13 | 12 | alignn_checkpoint: `ALIGNN model trained on <code>mp_computed_structure_entries</code>`,
|
14 | 13 | mp_computed_structure_entries:
|
15 |
| - `JSON-Serialized MP ${cse_link} objects containing relaxed structures and DFT final energies`, |
| 14 | + `JSON-Serialized MP <a href=${cse_doc_url}>ComputedStructureEntries</a> containing DFT relaxed structures and corresponding final energies`, |
16 | 15 | mp_elemental_ref_entries: `Minimum energy ComputedEntry for each element in MP`,
|
17 | 16 | mp_energies: `Materials Project formation energies and energies above convex hull`,
|
18 | 17 | mp_patched_phase_diagram:
|
19 | 18 | `${ppd_link} constructed from all MP ComputedStructureEntries`,
|
20 |
| - wbm_computed_structure_entries: `Materials Project computed structure entries`, |
| 19 | + wbm_computed_structure_entries: `WBM <a href=${cse_doc_url}>ComputedStructureEntries</a> containing DFT relaxed structures and corresponding final energies`, |
21 | 20 | wbm_initial_structures: `Unrelaxed WBM structures`,
|
22 |
| - wbm_cses_plus_init_structs: `Both unrelaxed and DFT-relaxed WBM structures, the latter stored with their final VASP energies as ${cse_link}`, |
| 21 | + wbm_cses_plus_init_structs: `Both unrelaxed and DFT-relaxed WBM structures, the latter stored with their final VASP energies as <a href=${cse_doc_url}>ComputedStructureEntry</a>`, |
23 | 22 | wbm_summary:
|
24 | 23 | `Computed material properties only, no structures. Available properties are VASP energy, formation energy, energy above the convex hull, volume, band gap, number of sites per unit cell, and more.`,
|
25 | 24 | mp_trj_extxyz_by_yuan: `${mp_trj_link} converted to <code>ase</code>-compatible extended XYZ format and compressed (11.3 to 1.6 GB) by Yuan Chiang`,
|
|
0 commit comments