|
|
# Step 1: Creating your project folder
|
|
|
W-SLDA codes execute calculations in specifically prepared folders for this, called *project folders*. In order to create a new *project folder* you need to make copy of the template folder. For example to create new project for static calculations (of name `st-mycalcs`) execute command:
|
|
|
```bash
|
|
|
cp -r st-project-template st-mycalcs
|
|
|
cp -r $WSLDA/st-project-template st-mycalcs
|
|
|
```
|
|
|
Folder with project initially contains following files:
|
|
|
1. [Makefile](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/tree/public/st-project-template/Makefile) - user must modify this file to be compatible with target system (for more see *Step 2*).
|
... | ... | |