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

Add associated Legendre function calculations #505

Merged
merged 17 commits into from
Jun 12, 2024
Merged

Add associated Legendre function calculations #505

merged 17 commits into from
Jun 12, 2024

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    73a9290 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    424df01 View commit details
    Browse the repository at this point in the history
  2. Remove math import

    leouieda committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d36d910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9c4026 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb615bf View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    0001d59 View commit details
    Browse the repository at this point in the history
  2. Speed up for a factor of 2

    Allocate the output array out of the loop. This way we can do it once
    only when evaluating the spherical harmonics. Pre-compute the square
    roots of integers that we use in the loops. Doesn't work well if the
    square roots are calculated at the module level (probably a numba
    thing).
    leouieda committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0e527e1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    8f6368e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    6a7a9d1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    0a8e8f2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    8f41774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2893cc1 View commit details
    Browse the repository at this point in the history
  3. Test the unnormlized only until degree 10

    Results are bad beyond that even with the scaling
    leouieda committed May 22, 2024
    Configuration menu
    Copy the full SHA
    86c837d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d2eec2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    6e3feb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Fix typos

    Co-authored-by: Santiago Soler <[email protected]>
    leouieda and santisoler authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a9b0e7b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    9d239a8 View commit details
    Browse the repository at this point in the history