Skip to content

The definition of cutoff radius of density #10

Open
@yingxingcheng

Description

def get_cutoff_radius(self, density_cutoff):
if density_cutoff <= 0.0:
return np.inf
population, exponent = self.pars
return (np.log(population) - np.log(density_cutoff)) / exponent

Is the prefactor $\frac{\alpha^3_{Ai}}{8 \pi}$ missed in the definition of the cutoff radius of radial density?

$$\rho_{Ai}^0(\vec{r}) = N_{Ai} f_{Ai}(\vec{r}) = \frac{N_{Ai} \alpha^3_{Ai}}{8\pi}e^{-\alpha_{Ai}|\vec{r}-\vec{R}_A|}$$

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions