Logo

Overview

  • Features
  • Tutorials

Theory

  • DIS: process and definitions
  • Factorization
  • Coefficient Functions
  • Flavor Number Schemes
  • Scale Variations
  • Misc
  • References

Implementation

  • Code Structure
  • Scale Variations
  • Target Mass Corrections
  • API
  • Yadbox

Dev Tools

  • Benchmarks
  • Yadmark
    • Usage
    • Navigator
    • API

Navigation

  • Indices and tables
yadism
  • Yadmark
  • Navigator
  • Edit on GitHub

Navigator

This app is meant to inspect and comapre yadism output versus the external one.

To enter in the navigator simply running navigator command, installed with the yadmark package.

The script will load the full interface and drop into an ipython interpreter instance, so the interface is available as a set of python functions. Once inside the interpreter all the functions in:

  • the interface

  • pylab

will be available without any prefix (they are imported in the global namespace). You can aslo type h() or yelp() for help.

Available variables

Name

description

t, "theory"

identifier for all the stored theory cards

o, "observable"

identifier for the stored observable cards

l, "logs"

identifier for the logs table

c, "cache"

identifier for the cached tables

Available functions

Name

Input

description

ext(external)

str

change external

g(tbl,id)

str, hash

get all the tbl tables containing a given id

ls(tbl)

str

list all the tbl tables with reduced informations

dfl(id)

hash

print the log as DataFrame

simlogs(id)

hash

find similar logs

diff(id, id)

hash, hash

subtract the logs tables

comapare(id,id)

hash, hash

compare externals tables

check_log(id)

hash

check logs passed

crashed_log(id)

hash

print crashed logs

Note that whenever the identifier is unique also part of the full hash or vairiable can be enough to select the corresponding items: for istance to call dfl("fe4523") you can also use dfl("fe") if in your datababse there are no other hashes containing "fe".

Previous Next

Made with ❤ and ⏲ by N3PDF team.

© Copyright 2019-2024, the NNPDF team