A Python package to handle SLHA (SUSY Les Houches Accord) files.
Project description
yaslha: Yet Another SLHA module for Python3
A Python3 package to manipulate SLHA files and convert them to other file formats (JSON and YAML).
Quick Start
(TBW)
Introduction
The SUSY Les Houches Accord is a data format widely used in particle physics phenomenology. It is originally defined in arXiv:hep-ph/0311123 and extended to SLHA2 in arXiv:0801.0045.
Because of its birth in FORTRAN era it is a fixed length format such as
BLOCK SMINPUTS # Standard Model input parameters
1 1.27934000e+02 # alpha_em^-1(M_Z)^MSbar
2 1.16637000e-05 # G_F [GeV^-2]
3 1.17200000e-01 # alpha_S(M_Z)^MSbar
4 9.11876000e+01 # mZ (pole)
5 4.18000000e+00 # mb(mb)^MSbar
6 1.73300000e+02 # mt (pole)
7 1.77682000e+00 # mtau (pole)
#
BLOCK ALPHA #
-2.68630018e-02 # Higgs mixing parameter
#
BLOCK HMIX Q= 2.00000000e+02 # Higgs parameters (DRbar)
1 5.40000000e+02 # mu(Q)
2 4.00000000e+01 # tanbeta(Q)
3 2.46220569e+02 # vev(Q)
4 2.30400000e+05 # mA^2(Q)
#
...
and extended in many program codes.
Python has two famous SLHA parser: PySLHA by Andy Buckley and pylha by David M. Straub. yaslha is "yet another" SLHA parser, influenced much by these two parsers.
Python regrettably experienced a terrible era due to the transition from Python2 to Python3. To reduce code complexity, this package supports only Python3.4 and later versions.
Usage
(TBW)
Author
Sho Iwamoto / Misho, under much influence from PySLHA by Andy Buckley and pylha by David M. Straub.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file yaslha-0.2.0.tar.gz
.
File metadata
- Download URL: yaslha-0.2.0.tar.gz
- Upload date:
- Size: 146.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.11 CPython/3.6.7 Darwin/18.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 880db93b13b34532ae2ffa1a9f6b8e17c780911834bd3c2a737347f5e25fda69 |
|
MD5 | bc3b520db01e100573d4c1a89b437346 |
|
BLAKE2b-256 | 0f6b5a7027a20e23640cec84d43afc7f45236ef5673fbf2a0070ae82be181af3 |
File details
Details for the file yaslha-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: yaslha-0.2.0-py3-none-any.whl
- Upload date:
- Size: 841.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.11 CPython/3.6.7 Darwin/18.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf589cddce5cdbe00dee0bb5cb5108364d7c0ab6294190949ea2e8f4710f79ba |
|
MD5 | 8037a9d02b669e10e8d784978df621d0 |
|
BLAKE2b-256 | 0c55e50a23a2e228e342178091d6ae9f6f5024f362ed8cc757b02a2ddf51a768 |