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

Refactoring and Cleanup of Interface #84

Merged
merged 43 commits into from
Jun 19, 2024
Merged

Refactoring and Cleanup of Interface #84

merged 43 commits into from
Jun 19, 2024

Commits on Jun 3, 2024

  1. first withalloc example

    cortner committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c8e9708 View commit details
    Browse the repository at this point in the history
  2. moved withalloc to generic interface

    cortner committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e85fcac View commit details
    Browse the repository at this point in the history
  3. extenging withalloc to sparseprodpool

    cortner committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    902120e View commit details
    Browse the repository at this point in the history
  4. fixing CI

    cortner committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e437f9d View commit details
    Browse the repository at this point in the history
  5. fixing testss

    cortner committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4a52cdd View commit details
    Browse the repository at this point in the history
  6. update sparseprodpool

    cortner committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    cfa8d20 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. update SparseSymmProd tests

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

Commits on Jun 6, 2024

  1. pulling the plug on ObjectPools (first steps)

    cortner committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e33fc5e View commit details
    Browse the repository at this point in the history
  2. 2d harmonics update

    cortner committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f44580a View commit details
    Browse the repository at this point in the history
  3. more cleanup

    cortner committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5fdba55 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. more cleanup

    cortner committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7979e0c View commit details
    Browse the repository at this point in the history
  2. first update to atomic orbitals

    cortner committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8402c30 View commit details
    Browse the repository at this point in the history
  3. remove some allocations from atorbrad

    cortner committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e7b5eff View commit details
    Browse the repository at this point in the history
  4. most of sparse product

    cortner committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c50bea2 View commit details
    Browse the repository at this point in the history
  5. drafting new SC interface

    cortner committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8b01762 View commit details
    Browse the repository at this point in the history
  6. complete 3d harmonics via sphericart

    cortner committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c75d520 View commit details
    Browse the repository at this point in the history
  7. require Sphericart 0.1.1

    cortner committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c809d23 View commit details
    Browse the repository at this point in the history
  8. docs update

    cortner committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    244f282 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. streamline deriv tests a bit

    cortner committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    3c53e6c View commit details
    Browse the repository at this point in the history
  2. cleanup

    cortner committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    14bdae8 View commit details
    Browse the repository at this point in the history
  3. simplifying more tests

    cortner committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    8908f5a View commit details
    Browse the repository at this point in the history
  4. cleanup

    cortner committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    130e8fb View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. draft forward trick pb2 for sparseprodpool

    cortner committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    3abdd19 View commit details
    Browse the repository at this point in the history
  2. non-allocating pb2 with FD

    cortner committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    dcdd4bb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. pb^2 tests

    cortner committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3a0cd8d View commit details
    Browse the repository at this point in the history
  2. renaming of pullback and pushforward

    cortner committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9b8394f View commit details
    Browse the repository at this point in the history
  3. kill original Ylms

    cortner committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a923b72 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. streamlining tests for embeddings

    cortner committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d0da173 View commit details
    Browse the repository at this point in the history
  2. a lot of cleanup

    cortner committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f919f42 View commit details
    Browse the repository at this point in the history
  3. fix pb and pb2 for sparsepoolprod

    cortner committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1e2b378 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00f9be5 View commit details
    Browse the repository at this point in the history
  5. pb2 and pfwd for sparsesymmprod

    cortner committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7f382d4 View commit details
    Browse the repository at this point in the history
  6. a bit more cleanup

    cortner committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0a64e18 View commit details
    Browse the repository at this point in the history
  7. fix docs build

    cortner committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7d9f677 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    3c65a77 View commit details
    Browse the repository at this point in the history
  2. fix tests

    CheukHinHoJerry committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a276da5 View commit details
    Browse the repository at this point in the history
  3. fix lux connection

    CheukHinHoJerry committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    1a91bc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

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

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. fix tests

    CheukHinHoJerry committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2cf467d View commit details
    Browse the repository at this point in the history
  2. minor comment for clarificatin

    cortner committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a26a637 View commit details
    Browse the repository at this point in the history
  3. docs cleanup

    cortner committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bbf1db1 View commit details
    Browse the repository at this point in the history
  4. small readme update

    cortner committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9f47846 View commit details
    Browse the repository at this point in the history