| ... | @@ -82,9 +82,6 @@ void process_params(double *params, double *kF, double *mu, size_t extra_data_si |
... | @@ -82,9 +82,6 @@ void process_params(double *params, double *kF, double *mu, size_t extra_data_si |
|
|
}
|
|
}
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
## Edit [logger.h](./example-jj/st/logger.h)
|
|
|
|
|
In this example, we use the default logger form.
|
|
|
|
|
|
|
|
|
|
## Edit [input.txt](./example-jj/st/input.txt)
|
|
## Edit [input.txt](./example-jj/st/input.txt)
|
|
|
Key user parameters:
|
|
Key user parameters:
|
|
|
```bash
|
|
```bash
|
| ... | @@ -185,9 +182,6 @@ Set compilation flags to be compatible with your problem and with data produced |
... | @@ -185,9 +182,6 @@ Set compilation flags to be compatible with your problem and with data produced |
|
|
## Edit [problem-definition.h](./example-jj/td/problem-definition.h)
|
|
## Edit [problem-definition.h](./example-jj/td/problem-definition.h)
|
|
|
Edit the function that defines the external potential. You can also add time dependence to your external potential function if you wish.
|
|
Edit the function that defines the external potential. You can also add time dependence to your external potential function if you wish.
|
|
|
|
|
|
|
|
## Edit [logger.h](./example-jj/td/logger.h)
|
|
|
|
|
In this example, we use the default logger form.
|
|
|
|
|
|
|
|
|
|
## Edit [input.txt](./example-jj/td/input.txt)
|
|
## Edit [input.txt](./example-jj/td/input.txt)
|
|
|
In the input file, the key parameters for this example are:
|
|
In the input file, the key parameters for this example are:
|
|
|
```bash
|
|
```bash
|
| ... | | ... | |