Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit 508066b

Browse files
committed
Add cli script to README
1 parent a6deb46 commit 508066b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,13 @@ C_out = smeft.rgevolve_leadinglog(scale_out=160)
7070
```
7171

7272
This is much faster but less precise than the exact solution.
73+
74+
## Command-line interface
75+
76+
While using `smeftrunner` directly as a Python module is the most flexible option, the package also provides a convenient command-line script `smeftrunner-cli` that performs the steps described above in a single line. It is used like
77+
78+
```bash
79+
smeftrunner-cli 1e16 160 my_sm_input.dat my_wc_input.dat --output my_output_file.dat
80+
```
81+
82+
where the first number is the input scale (assumed to be equal to the high scale), the second number is the output scale, the following files are an arbitrary number of input files, and the last options specifies an output file name. If omitted, the output is printed to the console.

0 commit comments

Comments
 (0)