Changes between Version 6 and Version 7 of FAQ-General-4
- Timestamp:
- Nov 11, 2020, 7:33:20 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ-General-4
v6 v7 14 14 }}} 15 15 16 === Pyth ton16 === Python 17 17 18 If you want to have acces to the matrix-element via python. The easiest is to have the fortran code wrapped into python (evaluating a matrix element in python is just too slow to be usable). Each of the SubProcesses/P_xx_xxxx of the standalone directory can be compiled to be python linkable (note this require f2py part of numpy and to have python-devel package installed):18 If you want to have access to the matrix-element via python. The easiest is to have the fortran code wrapped into python (evaluating a matrix element in python is just too slow to be usable). Each of the SubProcesses/P_xx_xxxx of the standalone directory can be compiled to be python linkable (note this require f2py part of numpy and to have python-devel package installed): 19 19 {{{ 20 20 make matrix2py.so