File: TODO

package info (click to toggle)
lhapdf 5.8.7%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 18,096 kB
  • sloc: fortran: 55,662; sh: 10,220; cpp: 2,033; ansic: 612; python: 488; makefile: 426
file content (24 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
LHAPDF TODO
===========

FOR 5.*:

* Fix compilation with ifort, as reported by Juergen Reuter

* Fix interface with Pythia common block on Mac OS X


FOR 6.0.0

* Complete rewrite in C++ with Fortran wrappers
   !!!

* Add plotting script
   e.g. lhapdf-query plotxfx <name:mem|id> <x|x1..xn|{x1,...,xn}>
   <Q|Q1..Qn|{Q1,...,Qn}> <flav|{fl1,...,fln>
   produces 
   {no range} -> 1D & 2D scatter plots
   {1 range}  -> 1D line plot sets
   {2 ranges} -> 2D map (multiple flavours -> mult sub-plots?)
   Use Python:Gnuplot or matplotlib/chaco: availability vs. functionality
   Also as text output?