-
Notifications
You must be signed in to change notification settings - Fork 0
Variable conventions for boson stars
For boson stars, we assume the following Lagrangian
where for a spherically symmetric complex solution we have
Here
In our code we have 3 possible potentials you can choose from:
-
Mini potential, with
$\mu$ denoting the mass of the scalar field and in numerics always set to 1 for simplicity:$$V=\mu^2|\varphi|^2$$ -
Repulsive potential, with
$\lambda$ denoting the self-interaction term:$$V=\mu^2 |\varphi|^2 + \frac{\lambda}{2} |\varphi|^4$$ -
Solitonic potential, with
$\sigma_0$ denoting the self-interaction term:$$V=\mu^2|\varphi|^2 \left(1-2\frac{|\varphi|^2}{\sigma_0^2} \right)^2$$
Implementation of other BS potentials should be straight-forward.
The 1D solver has been developed by Robin Croft and the detailed implementation can be found in his thesis. In brief, in isotropic gauge we assume:
where