Publication | Description | Links |
---|---|---|
Phys. Rev. Lett. 130, 023003 (2023) | Atomic Josephson Junction at BCS and UFG. |
BCS UFG |
Phys. Rev. Lett. 130, 043001 (2023) | Static: quantum vortex structure. Dynamic: collision of vortex dipoles. |
structure collision |
Phys. Rev. A 106, 013306 (2022) | Static: vortex structure as function of akF. Static: phase diagram of uniform system. |
st-vortex st-phase-diagram |
New J. Phys. 25, 033013 (2023) arXiv:2211.01055 see issue |
Properties of spin-imbalanced ultracold Fermi in 2D with BdG and ASLDA functionals. See README.txt for more details |
BdG_P20_grid BdG_P25_disordered ASLDA_P25 |
Sci. Rep. 13, 11285 (2023) | Generation and decay of Higgs mode in a strongly interacting Fermi gas |
1d_delta 1d_expk 2d_p10prc 3d_p5prc |
arXiv:2310.03341 | Characterizing the Cascade of Energy in Fermionic Quantum Turbulence: Pushing the Limits of High-Performance Computing | Zenodo repository |
Known issues
New J. Phys. 25, 033013 (2023)
Problem with a compilation of type:
/net/software/v1/software/binutils/2.38-GCCcore-11.3.0/bin/ld: obj//wslda_functionals.o: in function `compute_potentials_bdg':
wslda_functionals.c:(.text+0x1ecc): undefined reference to `scattering_length'
/net/software/v1/software/binutils/2.38-GCCcore-11.3.0/bin/ld: obj//wslda_functionals.o: in function `compute_potentials_sldae':
wslda_functionals.c:(.text+0x2c27): undefined reference to `scattering_length'
/net/software/v1/software/binutils/2.38-GCCcore-11.3.0/bin/ld: obj//wslda_functionals.o: in function `compute_energy_sldae':
wslda_functionals.c:(.text+0x41c9): undefined reference to `scattering_length'
collect2: error: ld returned 1 exit status
make: *** [/net/pr2/projects/plgrid/plgg_ntg_wut/share/cold-atoms//hpc-engine/mk.st:95: d2d] Error 1
Solution: Add to the problem-definition.h
function:
double scattering_length(int ix, int iy, int iz, int it, double *params, size_t extra_data_size, void *extra_data)
{
return input->sclgth; // by default return value from input file.
}