... | ... | @@ -67,5 +67,25 @@ fig.savefig("soliton-x0.png") |
|
|
|
|
|
![soliton-x0](uploads/927457810c8d21c7ee1f80d5a67342a3/soliton-x0.png)
|
|
|
|
|
|
# Example 3: Unitary Fermi Gas confined in 2D harmonic trap
|
|
|
Target: find a static solution of gas confined in harmonic trap:
|
|
|
```math
|
|
|
V_{\textrm{ext}}(x,y,z) = \frac{m\omega_x^2 x^2}{2} + \frac{m\omega_y^2 y^2}{2}
|
|
|
```
|
|
|
|
|
|
Code: `st-wslda-2d`
|
|
|
|
|
|
Note: in the computation, a smoothed harmonic potential was used, see Fig. 4 of [ arXiv:1711.05803](https://arxiv.org/pdf/1711.05803.pdf)
|
|
|
|
|
|
Settings:
|
|
|
* [trap-2d_predefines.h](uploads/b4d366997fb0deef85c50832144d7027/trap-2d_predefines.h)
|
|
|
* [trap-2d_problem-definition.h](uploads/d552b6f368d519e04ab045038e97e012/trap-2d_problem-definition.h)
|
|
|
* [trap-2d_logger.h](uploads/a715008f862ed1c55da2f0421fe84dbe/trap-2d_logger.h)
|
|
|
* [trap-2d_input.txt](uploads/53fe786f2f071bf899e567c9b7dc2c28/trap-2d_input.txt)
|
|
|
|
|
|
Output:
|
|
|
* [trap-2d.stdout](uploads/499cb8b33e5fa2a1d6188b49d8e99233/trap-2d.stdout)
|
|
|
![image](uploads/0409af54e5a048b0a596d4ad70004c2c/image.png)
|
|
|
|
|
|
# Archival examples
|
|
|
For other examples you can see [here](st-wslda examples archival). |
|
|
\ No newline at end of file |