... | ... | @@ -18,20 +18,25 @@ cp -r outprefix* new-location |
|
|
```
|
|
|
|
|
|
# List of output files
|
|
|
| file name | content | comment|
|
|
|
| --------- | ------- | ------ |
|
|
|
|`outprefix`.wtxt| Metdata file of W-DATA format |It is `txt` file.<br> See for more [W-data format](W-data format)|
|
|
|
| `outprefix`_*variable*.wdat | Binary files with saved variables. | See for more [W-data format](W-data format) |
|
|
|
|`outprefix`.wlog| Log file |It is `txt` file.<br> See for more [Logger](Logger)|
|
|
|
|`outprefix`_check.stamp | File with control sums | It is `txt` |
|
|
|
|`outprefix`_input.txt | Copy of used input file | |
|
|
|
|`outprefix`_predefines.h | Copy of used for compilation `predefines.h` file | |
|
|
|
|`outprefix`_problem-definition.h | Copy of used for compilation `problem-definition.h` file | |
|
|
|
|`outprefix`_logger.h | Copy of used for compilation `logger.h` file | |
|
|
|
|`outprefix`/| Folder with checkpoint and wave-functions | This folder main contains a lot of data.<br> Its content depends on flags in input file. |
|
|
|
|`outprefix`/checkpoint.s*x*dpca| Binary file with checkpoint for `st` code. **DEPRECATED**| *x* stands for the code dimensionality. The file is generated when `checkpoint 1`. This is the only file requested by the `st` code when starting with `inittype 5`. **DEPRECATED**|
|
|
|
|`outprefix`/checkpoint.dat| Binary file with checkpoint for `st` code. | The file is generated when `checkpoint 1`. This is the only file requested by the `st` code when starting with `inittype 5`. |
|
|
|
|`outprefix`/uniform.solution| Binary file with a solution for uniform system | File is generated only if `inittype 5` and `init0save 1`.|
|
|
|
|`outprefix`/s*x*dpca*|Binary files with wave-functions produced by `st` codes.| *x* stands for the code dimensionality. The files are generated only if `writewf 1`. |
|
|
|
|`outprefix`/checkpoint_*|Checkpoint files produced by `td` code | These are binary files with evolved wave-functions. They are generated when `checkpoint 1`. These files are requested by the `td` code when starting with `inittype 5`. |
|
|
|
(R - results, RP - reproducibility pack)
|
|
|
|
|
|
| file name | content | comment| type |
|
|
|
| --------- | ------- | ------ |------|
|
|
|
|`outprefix`.wtxt| Metdata file of W-DATA format |It is `txt` file.<br> See for more [W-data format](W-data format)| R |
|
|
|
| `outprefix`_*variable*.wdat | Binary files with saved variables. | See for more [W-data format](W-data format) |R|
|
|
|
|`outprefix`.wlog| Log file |It is `txt` file.<br> See for more [Logger](Logger)|R|
|
|
|
|`outprefix`_check.stamp | File with control sums | It is `txt` |R|
|
|
|
|`outprefix`_input.txt | Copy of used input file | |RP|
|
|
|
|`outprefix`_predefines.h | Copy of used for compilation `predefines.h` file | | RP|
|
|
|
|`outprefix`_problem-definition.h | Copy of used for compilation `problem-definition.h` file | |RP|
|
|
|
|`outprefix`_logger.h | Copy of used for compilation `logger.h` file | |RP|
|
|
|
|`outprefix`_checkpoint.dat| Binary file with checkpoint for `st` code. | The file is generated when `checkpoint 1`. This is the only file requested by the `st` code when starting with `inittype 5`. |R|
|
|
|
|`outprefix`_checkpoint.dat.init| Binary file with checkpoint for `st` code used as input| The file is generated when `inittype 5`. |RP|
|
|
|
|`outprefix`_reprowf.tar| Tar file with reproducibility pack for restoring input wave-functions (td codes only)| The file is generated when `inittype=1,2,3`. |RP|
|
|
|
|`outprefix`/| Folder with checkpoint and wave-functions | This folder main contains a lot of data.<br> Its content depends on flags in input file. |R|
|
|
|
|`outprefix`/checkpoint.s*x*dpca| Binary file with checkpoint for `st` code. **DEPRECATED**| *x* stands for the code dimensionality. The file is generated when `checkpoint 1`. This is the only file requested by the `st` code when starting with `inittype 5`. **DEPRECATED**|R|
|
|
|
|`outprefix`/uniform.solution| Binary file with a solution for uniform system | File is generated only if `inittype 5` and `init0save 1`.|R|
|
|
|
|`outprefix`/s*x*dpca*|Binary files with wave-functions produced by `st` codes.| *x* stands for the code dimensionality. The files are generated only if `writewf 1`. |R|
|
|
|
|`outprefix`/checkpoint_*|Checkpoint files produced by `td` code | These are binary files with evolved wave-functions. They are generated when `checkpoint 1`. These files are requested by the `td` code when starting with `inittype 5`. |R|
|
|
|
|`outprefix`/reprowf.tar|Reproducibility for wave-functions (st-codes only) | This tar file contains all info needed to recreate stored wave-functions. Generated when `writewf 1` |RP|
|
|
|
|