ler

Gravitational-wave lensed-event rate code for LVK compact binary coalescences.

import ler only configures lightweight threading defaults; the main classes LeR and GWRATES are loaded on first access (see __getattr__).

Subpackages

Package Contents

Functions

set_multiprocessing_start_method()

Set multiprocessing start method once per process when explicitly called.

Attributes

__version__

ler.set_multiprocessing_start_method()[source]

Set multiprocessing start method once per process when explicitly called.

Default choices: spawn on macOS, fork on other POSIX systems. Windows is left unchanged (spawn).

Environment overrides (POSIX): LER_USE_SPAWN=True or LER_USE_FORK=True (if both are set, spawn is used and a warning is issued).

Returns:
None
ler.__version__ = "'0.6.0'"