Skip to content

Commit 434f13c

Browse files
committed
Add docs for lattice constants
1 parent f2c6a37 commit 434f13c

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
============
2+
Bulk Crystal
3+
============
4+
5+
Lattice constants
6+
=================
7+
8+
Summary
9+
-------
10+
11+
Performance in evaluating lattice constants for 23 solids, including pure elements,
12+
binary compounds, and semiconductors.
13+
14+
15+
Metrics
16+
-------
17+
18+
1. MAE (Experimental)
19+
20+
Mean lattice constant error compared to experimental data
21+
22+
For each formula, a bulk crystal is built using the experimental lattice constants and
23+
lattice type for the initial structure. This structure is optimised for each model
24+
using the LBFGS optimiser, with the FrechetCellFilter applied to allow optimisation of
25+
the cell, until the largest absolute Cartesian component of any interatomic force is
26+
less than 0.03 eV/Å. The lattice constants of this optimised structure are then
27+
compared to experimental values.
28+
29+
30+
2. MAE (PBE)
31+
32+
Mean lattice constant error compared to PBE data
33+
34+
Same as (1), but optimised lattice constants are compared to reference PBE data.
35+
36+
37+
Computational cost
38+
------------------
39+
40+
Low: tests are likely to less than a minute to run on CPU.
41+
42+
Data availability
43+
-----------------
44+
45+
Input structures:
46+
47+
* Built from experimental lattice constants from various sources
48+
49+
Reference data:
50+
51+
* Experimental data same as input data
52+
53+
* DFT data
54+
55+
* Batatia, I., Benner, P., Chiang, Y., Elena, A.M., Kovács, D.P., Riebesell, J.,
56+
Advincula, X.R., Asta, M., Avaylon, M., Baldwin, W.J. and Berger, F., 2025. A
57+
foundation model for atomistic materials chemistry. The Journal of Chemical
58+
Physics, 163(18).
59+
* PBE-D3(BJ)

docs/source/user_guide/benchmarks/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Benchmarks
1111
physicality
1212
molecular_crystal
1313
molecular
14+
bulk_crystal

0 commit comments

Comments
 (0)