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

Build hamiltonians from custom lattices #6226

Merged
merged 96 commits into from
Sep 20, 2024
Merged

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    7f63b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    756dd76 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Cleaned up some

    ddhawan11 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ed029a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7177342 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

    ddhawan11 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1db7eb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c15a6f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Added custom_edges example

    ddhawan11 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    702864f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0cbfbe View commit details
    Browse the repository at this point in the history
  3. docstring fix

    ddhawan11 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4a4d6bf View commit details
    Browse the repository at this point in the history
  4. docstring fix

    ddhawan11 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e766e2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    393dc0e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Update pennylane/spin/lattice.py

    Co-authored-by: Austin Huang <[email protected]>
    ddhawan11 and austingmhuang authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9f6e9e4 View commit details
    Browse the repository at this point in the history
  2. Update pennylane/spin/spin_hamiltonian.py

    Co-authored-by: Austin Huang <[email protected]>
    ddhawan11 and austingmhuang authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f47b3ec View commit details
    Browse the repository at this point in the history
  3. Update pennylane/spin/lattice.py

    Co-authored-by: Austin Huang <[email protected]>
    ddhawan11 and austingmhuang authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    902be92 View commit details
    Browse the repository at this point in the history
  4. Update pennylane/spin/lattice.py

    Co-authored-by: Austin Huang <[email protected]>
    ddhawan11 and austingmhuang authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    201fab9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17317b0 View commit details
    Browse the repository at this point in the history
  6. Addressed comments

    ddhawan11 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d3ced11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44491ba View commit details
    Browse the repository at this point in the history
  8. draft tests and code

    austingmhuang committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    54624a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Update pennylane/spin/lattice.py

    Co-authored-by: Utkarsh <[email protected]>
    ddhawan11 and obliviateandsurrender authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5386827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c285ec7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

    ddhawan11 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    60491e2 View commit details
    Browse the repository at this point in the history
  3. Updated changelog

    ddhawan11 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    af8c601 View commit details
    Browse the repository at this point in the history
  4. Documentation build fix

    ddhawan11 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cd42fde View commit details
    Browse the repository at this point in the history
  5. test for error

    austingmhuang committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    15b6222 View commit details
    Browse the repository at this point in the history
  6. import errors

    austingmhuang committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    05cad7d View commit details
    Browse the repository at this point in the history
  7. import errors

    austingmhuang committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    82aa678 View commit details
    Browse the repository at this point in the history
  8. import errors

    austingmhuang committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0b96a07 View commit details
    Browse the repository at this point in the history
  9. import errors

    austingmhuang committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2075d93 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Update doc/releases/changelog-dev.md

    Co-authored-by: Austin Huang <[email protected]>
    ddhawan11 and austingmhuang authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8dc021b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e350990 View commit details
    Browse the repository at this point in the history
  3. Update pennylane/spin/spin_hamiltonian.py

    Co-authored-by: Austin Huang <[email protected]>
    ddhawan11 and austingmhuang authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a8288e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Update pennylane/spin/lattice.py

    Co-authored-by: soranjh <[email protected]>
    ddhawan11 and soranjh authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d80c494 View commit details
    Browse the repository at this point in the history
  2. Update pennylane/spin/lattice.py

    Co-authored-by: soranjh <[email protected]>
    ddhawan11 and soranjh authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5b940d4 View commit details
    Browse the repository at this point in the history
  3. Update pennylane/spin/lattice.py

    Co-authored-by: soranjh <[email protected]>
    ddhawan11 and soranjh authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    acd399d View commit details
    Browse the repository at this point in the history
  4. Update pennylane/spin/lattice.py

    Co-authored-by: soranjh <[email protected]>
    ddhawan11 and soranjh authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9b4579e View commit details
    Browse the repository at this point in the history
  5. Addressed comments

    ddhawan11 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c4db4eb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    8cf6bbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ac6844 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. minor docstring fix

    ddhawan11 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f600efb View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Addressed comments

    ddhawan11 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    775ba90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81c9766 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d92d431 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f12a173 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3eadc14 View commit details
    Browse the repository at this point in the history
  6. address comments

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5e0f4d7 View commit details
    Browse the repository at this point in the history
  7. docstring update

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b4a0f9c View commit details
    Browse the repository at this point in the history
  8. temp custom nodes

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0d49388 View commit details
    Browse the repository at this point in the history
  9. fixes

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3cfbe56 View commit details
    Browse the repository at this point in the history
  10. fixes

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    804498e View commit details
    Browse the repository at this point in the history
  11. resolved conflicts

    ddhawan11 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b45dd17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c0c7b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d9f9144 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e426979 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    828e7e7 View commit details
    Browse the repository at this point in the history
  16. Update tests/spin/test_spin_hamiltonian.py

    Co-authored-by: Diksha Dhawan <[email protected]>
    austingmhuang and ddhawan11 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    188ddd6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b792a94 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e554f2 View commit details
    Browse the repository at this point in the history
  19. Update pennylane/spin/lattice.py

    Co-authored-by: soranjh <[email protected]>
    austingmhuang and soranjh authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9c68d74 View commit details
    Browse the repository at this point in the history
  20. address most comments

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7c3360e View commit details
    Browse the repository at this point in the history
  21. merge confs

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1d0f533 View commit details
    Browse the repository at this point in the history
  22. merge confs

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7151456 View commit details
    Browse the repository at this point in the history
  23. merge confs

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1fed9ab View commit details
    Browse the repository at this point in the history
  24. merge confs

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d5e88da View commit details
    Browse the repository at this point in the history
  25. merge confs

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    38d3832 View commit details
    Browse the repository at this point in the history
  26. merge confs

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8dc63e2 View commit details
    Browse the repository at this point in the history
  27. merge confs

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    86934cc View commit details
    Browse the repository at this point in the history
  28. merge confs

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    880fe66 View commit details
    Browse the repository at this point in the history
  29. merge confs

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    346e975 View commit details
    Browse the repository at this point in the history
  30. merge confs

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3bc6469 View commit details
    Browse the repository at this point in the history
  31. pylint

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1020990 View commit details
    Browse the repository at this point in the history
  32. opqrst

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8a4866c View commit details
    Browse the repository at this point in the history
  33. opqrst

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cf1e376 View commit details
    Browse the repository at this point in the history
  34. Update pennylane/spin/spin_hamiltonian.py

    Co-authored-by: soranjh <[email protected]>
    austingmhuang and soranjh authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8dadcfe View commit details
    Browse the repository at this point in the history
  35. Update pennylane/spin/spin_hamiltonian.py

    Co-authored-by: soranjh <[email protected]>
    austingmhuang and soranjh authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    be08721 View commit details
    Browse the repository at this point in the history
  36. Update pennylane/spin/lattice.py

    3 spaces
    
    Co-authored-by: Utkarsh <[email protected]>
    austingmhuang and obliviateandsurrender authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    97fd0ff View commit details
    Browse the repository at this point in the history
  37. address comments

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    04fe016 View commit details
    Browse the repository at this point in the history
  38. address comments

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4b91a85 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7669353 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    bfa9e2f View commit details
    Browse the repository at this point in the history
  41. address comments

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    eb0670b View commit details
    Browse the repository at this point in the history
  42. Update tests/spin/test_lattice.py

    Co-authored-by: Utkarsh <[email protected]>
    austingmhuang and obliviateandsurrender authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9af9532 View commit details
    Browse the repository at this point in the history
  43. Update pennylane/spin/lattice.py

    Co-authored-by: Utkarsh <[email protected]>
    austingmhuang and obliviateandsurrender authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    94df8e1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    66a5488 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a70d2bc View commit details
    Browse the repository at this point in the history
  46. addres comments

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    132177b View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7fc2137 View commit details
    Browse the repository at this point in the history
  48. like this?

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    22e1e10 View commit details
    Browse the repository at this point in the history
  49. like this?

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e01f4f5 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    465fbc4 View commit details
    Browse the repository at this point in the history
  51. changelog entry

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cc51482 View commit details
    Browse the repository at this point in the history
  52. docs

    austingmhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4b39e33 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    ac7e49f View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    ae632f5 View commit details
    Browse the repository at this point in the history