We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a547bf7 commit 7aae775Copy full SHA for 7aae775
docs/gracemaker/faq.md
@@ -91,4 +91,12 @@ or
91
92
```bash
93
export TF_CPP_MIN_LOG_LEVEL=3
94
-```
+```
95
+
96
+## How to Provide Custom Weights
97
98
+To assign custom weights to each structure, include the following columns in the DataFrame:
99
100
+* `energy_weight`: A single value representing the weight for each structure.
101
+* `force_weight`: A per-atom array with a size equal to the number of atoms in the structure.
102
+* `virial_weight`: (optional): A six-component array representing the weight for virial terms.
0 commit comments