Curated mlmm all Starter Snapshot¶
This page is a curated, non-exhaustive starter snapshot for mlmm all. It shows a common subset of keys whose values are pinned to (and equal) their runtime owners; it is not the full configuration schema. For every configurable section and option, see the YAML Reference.
Source template:
.github/scripts/generate_reference.py::_ALL_TEMPLATETemplate digest:
e777ecfc5686
Included Sections¶
Section |
|---|
|
|
|
|
Starter Template¶
# Starter config for `mlmm all`
calc:
backend: uma # ML backend: uma, orb, mace, aimnet2
orb_model: orb_v3_conservative_omol # ORB model name (when backend=orb)
orb_precision: float64 # ORB precision default (when backend=orb; "float32-high" = TF32 matmul, also via --precision fp32; legacy "float32" alias accepted)
mace_model: MACE-OMOL-0 # MACE model path or name (when backend=mace)
mace_dtype: float64 # MACE dtype, e.g. float32 / float64 (when backend=mace)
aimnet2_model: aimnet2 # AIMNet2 model name (when backend=aimnet2)
freq:
max_write: 10
amplitude_ang: 0.8
n_frames: 20
sort: value
thermo:
temperature: 298.15
pressure_atm: 1.0
symmetry_number: null
dft:
func_basis: wb97m-v/def2-tzvpd
max_cycle: 100
conv_tol: 1.0e-9
grid_level: 3
Scalar Defaults¶
Each scalar is pinned to (and equals) the runtime owner shown.
Key |
Type |
Default |
Runtime owner |
|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Scan Spec Shapes¶
Accepted by scan, scan2d, and scan3d with -s/--scan-lists.
# scan (1D staged)
one_based: false
stages:
- - [1, 2, 1.65]
- - [2, 3, 2.30]
# scan2d
one_based: false
pairs:
- [1, 2, 1.40, 2.20]
- [2, 3, 1.20, 2.00]
# scan3d
one_based: false
pairs:
- [1, 2, 1.40, 2.20]
- [2, 3, 1.20, 2.00]
- [3, 4, 1.00, 1.80]