Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 2, 2019 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/d98510e8fe5d5d336a1a226d2818d600 to your computer and use it in GitHub Desktop.
Save ryantm/d98510e8fe5d5d336a1a226d2818d600 to your computer and use it in GitHub Desktop.
/nix/store/0ywlv946sm3jrmzfm46h3xap175kjbq1-lhapdf-6.2.3
├── bin
│   ├── lhapdf
│   └── lhapdf-config
├── include
│   └── LHAPDF
│   ├── AlphaS.h
│   ├── BicubicInterpolator.h
│   ├── BilinearInterpolator.h
│   ├── Config.h
│   ├── ContinuationExtrapolator.h
│   ├── ErrExtrapolator.h
│   ├── Exceptions.h
│   ├── Extrapolator.h
│   ├── Factories.h
│   ├── FileIO.h
│   ├── GridPDF.h
│   ├── Info.h
│   ├── Interpolator.h
│   ├── KnotArray.h
│   ├── LHAGlue.h
│   ├── LHAPDF.h
│   ├── LogBicubicInterpolator.h
│   ├── LogBilinearInterpolator.h
│   ├── NearestPointExtrapolator.h
│   ├── Paths.h
│   ├── PDF.h
│   ├── PDFIndex.h
│   ├── PDFInfo.h
│   ├── PDFSet.h
│   ├── Reweighting.h
│   ├── Utils.h
│   └── Version.h
├── lib
│   ├── libLHAPDF.la
│   ├── libLHAPDF.so
│   ├── pkgconfig
│   │   └── lhapdf.pc
│   └── python2.7
│   └── site-packages
│   ├── LHAPDF-6.2.3-py2.7.egg-info
│   └── lhapdf.so
└── share
└── LHAPDF
├── lhapdf.conf
└── pdfsets.index
9 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment