pylhe.read_lhe_init
- pylhe.read_lhe_init(filepath: str | bytes | PathLike[str] | PathLike[bytes]) LHEInit [source]
Read and return the init blocks. This encodes the weight group and related things according to https://arxiv.org/abs/1405.1067
- Args:
filepath: A path-like object or str.
- Returns:
dict: Dictionary containing the init blocks of the LHE file.