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

Fix JAX error with FourierCurrentPotentialField in Flux objectives #1002

Merged
merged 30 commits into from
Jul 5, 2024

Commits on Apr 19, 2024

  1. add transforms to build method of QuadraticFlux if field is a Surface…

    …CurrentField to avoid issues when jitting the objective
    dpanici committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ee27ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6716bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46e72c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74ddc51 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 31, 2024

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

Commits on Jun 10, 2024

  1. fix name of fixparameters

    dpanici committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    27ba594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757e8b2 View commit details
    Browse the repository at this point in the history
  3. fix jax error by using _compute directly instead of going through .co…

    …mpute for current potential field
    dpanici committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6ebd349 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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

Commits on Jun 18, 2024

  1. change compute to _compute

    dpanici committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9334e09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e3abb View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    962db59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4191b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caa8617 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    958781a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    a695ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d62612c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    331c059 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    30e6bd9 View commit details
    Browse the repository at this point in the history
  2. add comment

    dpanici committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    4a484c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 27, 2024

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

Commits on Jun 29, 2024

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

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    8edeecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a95922 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e384a17 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. increase coverage of tests

    dpanici committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    07d110b View commit details
    Browse the repository at this point in the history
  2. add comment

    dpanici committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6a25959 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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