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

Stage1 mvp batch dimension #269

Closed
wants to merge 118 commits into from

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    f329c36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f325f9 View commit details
    Browse the repository at this point in the history
  3. Changelog and blacked tests

    ryk-wolf committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    55a753f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac8af69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d1525c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Add tests for SymplecticData

    ryk-wolf committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    32a7f8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f56e917 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    bba2bde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    513c3fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41241d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ff67ea View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    e48e054 View commit details
    Browse the repository at this point in the history
  2. Fix multiply

    ryk-wolf committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f141554 View commit details
    Browse the repository at this point in the history
  3. Blacked

    ryk-wolf committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    448593b View commit details
    Browse the repository at this point in the history
  4. Blacked Data files

    ryk-wolf committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0733fd9 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    ryk-wolf committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    299593c View commit details
    Browse the repository at this point in the history
  6. Minor updates

    ryk-wolf committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    58df8cb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    34ea05b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487ee0c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

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

Commits on Jul 28, 2023

  1. WIP qpoly mul

    ryk-wolf committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1c7f496 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 1, 2023

  1. Two tests for MatVecData

    ryk-wolf committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a2bb429 View commit details
    Browse the repository at this point in the history
  2. Tests for symplectic mul

    ryk-wolf committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4d2edc2 View commit details
    Browse the repository at this point in the history
  3. qpoly data fixtures update

    ryk-wolf committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    eb5dc8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1883c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    926264a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f5b197 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b609cc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. more GaussianData tests

    ryk-wolf committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5d46333 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    3377fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    441cd1e View commit details
    Browse the repository at this point in the history
  3. Minor updates to tests

    ryk-wolf committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1294712 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90a93a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    2a10e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcea3d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb2c6cf View commit details
    Browse the repository at this point in the history
  4. Add test on MatVecMul

    ryk-wolf committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    737b288 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fd8022 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    89f6827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c51e28e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    807e72c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Correct MatvecData code

    ryk-wolf committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3ff9c3a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

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

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    e01b308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    952d826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    362c0eb View commit details
    Browse the repository at this point in the history
  4. test for gaussiandata product

    ziofil committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    53f4371 View commit details
    Browse the repository at this point in the history
  5. uses seeded rng

    ziofil committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    30969c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    a50a949 View commit details
    Browse the repository at this point in the history
  2. renames qpoly -> abc

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    649086f View commit details
    Browse the repository at this point in the history
  3. more renaming qpoly -> abc

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7965a25 View commit details
    Browse the repository at this point in the history
  4. restores np.random in tests

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3880d03 View commit details
    Browse the repository at this point in the history
  5. removes unnecessary test

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9a61bf0 View commit details
    Browse the repository at this point in the history
  6. fix matvec data

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    372a2b2 View commit details
    Browse the repository at this point in the history
  7. fix import

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    179995e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e13840d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fea8167 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    819b9d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    418b134 View commit details
    Browse the repository at this point in the history
  12. fix changelog

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    dcc6eb3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b0f39e5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c516909 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'stage1_MVP_batch_dimension' of github.com:XanaduAI/MrMu…

    …stard into stage1_MVP_batch_dimension
    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f0d21da View commit details
    Browse the repository at this point in the history
  16. removed unnecessary imports

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5d6e6ae View commit details
    Browse the repository at this point in the history
  17. matvec_data improvements

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ea259e5 View commit details
    Browse the repository at this point in the history
  18. removed unused attribute

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c563d62 View commit details
    Browse the repository at this point in the history
  19. fixed dtype

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9ac4279 View commit details
    Browse the repository at this point in the history
  20. removed unused argument

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6160d6f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f5551ad View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b20551c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d7889d3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    753bb92 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1e26d28 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3da808f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d46c2a6 View commit details
    Browse the repository at this point in the history
  28. removes commented code

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    59288f8 View commit details
    Browse the repository at this point in the history
  29. simplified test

    ziofil committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3b984cd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    92e9835 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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

    ryk-wolf committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b7cef3c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. removed unused imports

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    894849a View commit details
    Browse the repository at this point in the history
  2. adds matmul

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1f32360 View commit details
    Browse the repository at this point in the history
  3. remove unused import

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    fbc8800 View commit details
    Browse the repository at this point in the history
  4. adds __call__ abstract method

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2fe6a66 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'stage1_MVP_batch_dimension' of github.com:XanaduAI/MrMu…

    …stard into stage1_MVP_batch_dimension
    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a4301a8 View commit details
    Browse the repository at this point in the history
  6. fix block_diag function

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e19a72a View commit details
    Browse the repository at this point in the history
  7. fix matmul in abcdata

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    dc019dc View commit details
    Browse the repository at this point in the history
  8. fix assert in matvec data

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    45fe66e View commit details
    Browse the repository at this point in the history
  9. fix tensor concat

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d20422d View commit details
    Browse the repository at this point in the history
  10. faster equality check

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b2dba20 View commit details
    Browse the repository at this point in the history
  11. remove unused methods

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    217f112 View commit details
    Browse the repository at this point in the history
  12. simpler code

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e3f016a View commit details
    Browse the repository at this point in the history
  13. fix multi-index matmul

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    49bc5b4 View commit details
    Browse the repository at this point in the history
  14. detect out of bounds index

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b89e209 View commit details
    Browse the repository at this point in the history
  15. allow int

    ziofil committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d92454a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. new tests

    ziofil committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    bc47d85 View commit details
    Browse the repository at this point in the history
  2. remove test

    ziofil committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f8467aa View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    40653d6 View commit details
    Browse the repository at this point in the history
  2. more efficient equality check

    ziofil committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2a45ab7 View commit details
    Browse the repository at this point in the history
  3. equality settings

    ziofil committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0d80d13 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    67202d7 View commit details
    Browse the repository at this point in the history
  2. import change orders

    sylviemonet committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f86b0d0 View commit details
    Browse the repository at this point in the history
  3. fix the test errors

    sylviemonet committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8173885 View commit details
    Browse the repository at this point in the history
  4. fix more errors

    sylviemonet committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f93a3dd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    ab01087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b1a87c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e2fa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7255fde View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. remove my_stuff folder

    ziofil committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    44cd2ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c15fa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    56c1f87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a762e7 View commit details
    Browse the repository at this point in the history
  3. blacked

    sylviemonet committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    198b70e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 6, 2023

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