... | @@ -13,7 +13,7 @@ referencekF 1.0 # reference kF, otherwise max density will be u |
... | @@ -13,7 +13,7 @@ referencekF 1.0 # reference kF, otherwise max density will be u |
|
aBdG -0.9 # scattering length for BDG mode, used only when FUNCTIONAL==BDG
|
|
aBdG -0.9 # scattering length for BDG mode, used only when FUNCTIONAL==BDG
|
|
temperature 0.03 # ... AND AGAIN TEMPERATURE ... THIS ONE WILL BE USES IN CALCS!
|
|
temperature 0.03 # ... AND AGAIN TEMPERATURE ... THIS ONE WILL BE USES IN CALCS!
|
|
```
|
|
```
|
|
Here, the `temperature` is provided three times, and finally, the value `0.03` will be in the calculation.
|
|
Here, the `temperature` is provided three times, and finally, the value `0.03` will be used in the calculation.
|
|
|
|
|
|
# Executing campaign of calculations
|
|
# Executing campaign of calculations
|
|
The common situation is that we want to execute series calculations for various input parameters. As examples let us consider the case, where we would like to repeat the same calculations for temperatures 0.01, 0.02, 0.03. We can do it within the single script as follow:
|
|
The common situation is that we want to execute series calculations for various input parameters. As examples let us consider the case, where we would like to repeat the same calculations for temperatures 0.01, 0.02, 0.03. We can do it within the single script as follow:
|
... | | ... | |