... | ... | @@ -29,7 +29,8 @@ cp -r outprefix* new-location |
|
|
|`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. | *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`. |
|
|
|
|`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`. |
|
... | ... | |