Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DotExpand does not support lightcone components of Dirac matrices #304

Open
CalunVier opened this issue Feb 19, 2025 · 1 comment
Open
Assignees
Labels
fixed a fix for this issue have already been commited to the repository

Comments

@CalunVier
Copy link

CalunVier commented Feb 19, 2025

  • Your Mathematica version

14.1.0 for Microsoft Windows (64-bit) (December 13, 2023)

  • Your FeynCalc version

10.1.0

  • Did you try to reinstall FeynCalc (stable version) using the automatic installer to make sure that you have the latest bugfixes?

Yes

  • Does your Mathematica initialization file contain statements that might influence the behavior of FeynCalc? Sometimes external packages may modify `init.m` in unusual ways, causing troubles for other codes.

(** User Mathematica initialization file **)

  • Please provide a minimal working example that illustrates the problem and works on a fresh kernel. The example should be provided either by writing the code (as `InputForm`!) directly in the issue text or by attaching a Mathematica notebook. Please do not post code samples as screenshots, PDF files etc.: Those essentially require us to retype everything by hand, which is annoying and also time consuming. Please explain the difference between the current behavior and the expected behavior.
GALRD[\[Mu], n, nb] . (1 + GA[5]) // DotExpand // StandardForm

output

GALRD[\[Mu], n, nb] + GA[5] GALRD[\[Mu], n, nb]

It should be

GALRD[\[Mu], n, nb] + GA[5].GALRD[\[Mu], n, nb]

GA[5] and GALRD[[Mu], n, nb] should have “.” in the middle instead of a space.

vsht added a commit that referenced this issue Feb 20, 2025
@vsht
Copy link
Member

vsht commented Feb 20, 2025

Should be now fixed in the dev version.

@vsht vsht self-assigned this Feb 20, 2025
@vsht vsht added the fixed a fix for this issue have already been commited to the repository label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed a fix for this issue have already been commited to the repository
Projects
None yet
Development

No branches or pull requests

2 participants