flav-io / flavio

A Python package for flavour physics phenomenology in the Standard model and beyond
http://flav-io.github.io/
MIT License
71 stars 62 forks source link

correct parameter set needs to be passed for conjugation of parameters #32

Closed talismanbrandi closed 7 years ago

talismanbrandi commented 7 years ago

The parameter set passed in line 31 of flavio/physics/bdecays/bvll/nonfactorizable.py:

return flavio.physics.bdecays.bvll.qcdf.helicity_amps_qcdf(q2, wc, par_dict, B, V)

should be par and not par_dict since par is correctly conjugated and not par_dict.

DavidMStraub commented 7 years ago

Thanks!