hepi.spheno.run

Module Contents

Classes

SPhenoRunner

Attributes

spheno_default_runner

Default SPheno Runner to provide backward compatibility

run

set_path

get_path

class hepi.spheno.run.SPhenoRunner(path: str, in_dir: str = None, out_dir: str = None, pre=None)[source]

Bases: hepi.run.Runner

_check_path() bool[source]

Checks if the passed path is valid.

run(slhas: List[hepi.input.Input], **kwargs) List[hepi.input.Input][source]

Run the passed list of parameters for SPheno.

Parameters

slhas (list of Input) – Input parameters with a SLHA file that can be processed by SPheno.

Returns

list of Input

hepi.spheno.run.spheno_default_runner[source]

Default SPheno Runner to provide backward compatibility

hepi.spheno.run.run[source]
hepi.spheno.run.set_path[source]
hepi.spheno.run.get_path[source]