You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quick_start/output.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,13 @@ The following files are the central output files for ABACUS. After executing the
6
6
7
7
Different from `INPUT` given by the users, `OUT.suffix/INPUT` contains all parameters in ABACUS.
8
8
9
-
> **Note:**`OUT.suffix/INPUT` contain the initial default of ABACUS instead of the real parameters used in calculations. This file is stored for reproduction in case the default value is changed during development. If you want to figure out the real parameters used in calculations, you can open `OUT.suffix/runing_scf.log` and research corresponding parameter you are interested.
9
+
> **Note:**`OUT.suffix/INPUT` contains the **actual parameters used in the calculation**, including:
10
+
> 1.**User-specified parameters** (explicitly defined in your input file or command-line arguments, overriding default parameters).
11
+
> 2.**System default parameters** (automatically applied when not explicitly provided by the user).
12
+
13
+
14
+
This file ensures calculations can be fully reproduced, even if default values change in future ABACUS versions.
15
+
Also notice that in rare cases, a small number of parameters may be dynamically reset to appropriate values during runtime.
10
16
11
17
For a complete list of input parameters, please consult this [instruction](../advanced/input_files/input-main.md).
0 commit comments