Skip to content

matplo/pshower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DGLAP parton shower / DN

  • Original DGLAP shower code by Duff Neill
  • Some modifications by Felix Ringer
  • Some code fixes and swig-pythonization by matplo

dependencies

  • CMake
  • SWIG
  • GLS (GLSBLAS)

compilation

./scripts/build_dglap.sh

example

cd test
./run_dglap_dn_test.sh --nev=1000

OR run the python version

cd test
./run_dglap_dn_test.py --nev 1000

try --help for more options

./run_dglap_dn_test.py --help