Changes between Version 15 and Version 16 of DevelopmentIssues
- Timestamp:
- Oct 14, 2012, 6:07:57 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentIssues
v15 v16 9 9 2 | O.M | Generate command autocompletion:: Update the autocompletion for the loop functionalities of the generate command. 10 10 11 '''[ ? ] ?.? |''' Comment12 13 11 4 | O.M. | Generate some html output for checking the generation of the fortran code and of the output. :: 14 12 15 '''[ ? ] ?.? |''' Comment 13 15FKS | O.M. | Generalize the function get_interaction_q_power:: so that it uses aloha to retrieve this information (comment copied from FKS5 branch review) 14 15 16 22FKS | All | We need to discuss what functionality we want to release,:: in particular the complex mass scheme. It is not correct as such right now but people could easily correct it and scoop us. Same for QED in principle. What feature do we want to lock and how? Please make your proposal below. 17 18 == To be adressed after v2.0 release == 19 20 28FKS | O.M. | Refactor helas_call_writers.py:: by creating a loop version of this file to be put in the 'loop' directory and creating a LoopHelasCallWriter daughter class to build more elegant structures for the loop helas output. (comment copied from FKS5 branch review) 21 22 25FKS | V.H. | We should improve our handling of gauges in MG5:: so to make it part of the UFO model which would now also specify the propagators of the particles included. This would allow for many gauges and the specification of any value for the chsi parameter. It could also possibly help for the exploration of the spin 3/2 landscape of propagators we have now. 23 24 32FKS | O.M. | Refactor process_checks.py by creating a loop_process_check.py:: should be quick and very superficial anyway. 25 26 == Fixed issues == 16 27 17 28 10 | M.Z. | Fix the STOP: momentum conservation errror from madloop :: 18 19 MZ: DONE (r355), it was a stupid bug inside check_poles 29 '''[ Fixed ] M.Z. |''' (r355), it was a stupid bug inside check_poles 20 30 21 22 23 == Fixed issues ==24 25 31 1 | R.F | Default coupling orders at NLO:: Change the default chosen coupling order configuration for processes which can have mixed order contributions at LO already. Typically, one wants p p > t t~ [QCD] to return only contributions with QED = 0. 26 27 32 '''[ Fixed ] V.H. |''' Now in the case proposed above, it will inform the user that the configuration (QED=0,QCD=*) is chosen and warns that additional contributions of configuration (QED=2,QCD=*) are detected but discarded. 28 33 29 34 30 35 3 | V.H | Tracking of unstable points in MadFKS:: For now simply from the IR cancellation test. At the end of a run, it should give their number versus the total number of calls to the virtual as well as writing out the first ten (with the renormalization scale used) in a log file like 'UPS.log' in the G* folder. 31 MZ: DONE36 '''[ Fixed ] M.Z. |''' 32 37 33 38 5 | O.M. | Have a nice error/treatment if fast jet is missing:: 34 MZ: DONE(r341)39 '''[ Fixed ] M.Z. |''' (r341) 35 40 36 41 6 | O.M. | Explaining how to launch the shower (and the point for the counter-term in the tutorial:: 37 38 MZ: DONE (r343) 42 '''[ Fixed ] M.Z. |''' (r343) 39 43 40 44 7 | O.M. | add process crash in MC@NLO (if no generate are done before):: 41 MZ: DONE(r341)45 '''[ Fixed ] M.Z. |''' (r341) 42 46 43 47 8 | M.Z. | param_card updates do not affect results:: 44 MZ: DONE(r352), was only related to tests48 '''[ Fixed ] M.Z. |''' (r352), was only related to tests 45 49 46 50 == ==