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 |
Attributes
- ler.set_multiprocessing_start_method()[source]
Set
multiprocessingstart method once per process when explicitly called.Default choices:
spawnon macOS,forkon other POSIX systems. Windows is left unchanged (spawn).Environment overrides (POSIX):
LER_USE_SPAWN=TrueorLER_USE_FORK=True(if both are set,spawnis used and a warning is issued).- Returns:
- None
- ler.__version__ = "'0.6.0'"