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

Improve the TIDL mechanism #101

Open
vsht opened this issue Mar 4, 2021 · 0 comments
Open

Improve the TIDL mechanism #101

vsht opened this issue Mar 4, 2021 · 0 comments
Assignees
Milestone

Comments

@vsht
Copy link
Member

vsht commented Mar 4, 2021

Tensor decompositions of high rank integrals or integrals with many legs tend to become
very large. It is not efficient to load them from text files, as this may significantly
delay the loading of the package.

Instead, we should use the same mechanism as in Tarcer: The large text file is read
once and then converted into a machine specific binary format. Next time FeynCalc
is loaded, only the binary is picked up (which is fast).

Furthermore, we need to ship only a smaller subset of tensor decompositions
with the package itself. Very large decompositions should be made available via
a repository (e.g. as an add-on) so that people who need that can download them
separately.

@vsht vsht added this to the FeynCalc X milestone Mar 4, 2021
@vsht vsht self-assigned this Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant