Skip to content

Poor control of convergence #181

@tlunttil

Description

@tlunttil

Currently the number of global iterations in LIME is hardwired in lime.h to 16 and there is no checking whether the solution has converged by then.

A problem linked to this is that the ray directions are not the same for each iteration. (There is also an extra source of randomness in multithreaded computations due to updating the level populations on the fly). This mixes the effects of Monte Carlo noise and iterations, which makes it very difficult to monitor convergence.

Metadata

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