Skip to content

🏃⏱️ Explore less frequent logarithmic rescaling of the Hermite functions #31

Description

@MothNik

The logarithmic rescaling to handle the "overflow times underflow" problem of the Hermite functions is making it really expensive to compute. However, it's mostly the exponential causing the problem by underflowing already for oder n=0 while the polynomial will rise to overflow more slowly.
Thus, it could be beneficial to not rescale for every order, but maybe every 10-th or 20-th order which would significantly reduce the computational burden.

Metadata

Metadata

Assignees

Labels

🏃 SpeedEnhancements to improve the speed of computations/development🕵️ exploration/researchResearch and exploration of potential improvements

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions