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 converter function for PySCF's RCISD and CCSD/UCCSD to PennyLane statevector #4433

Merged
merged 69 commits into from
Aug 8, 2023

Commits on Jul 31, 2023

  1. add excitation function

    soranjh committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5d4d8ba View commit details
    Browse the repository at this point in the history
  2. add excited states

    soranjh committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d75a415 View commit details
    Browse the repository at this point in the history
  3. modify var names

    soranjh committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a33369a View commit details
    Browse the repository at this point in the history
  4. modify var names

    soranjh committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3d2aa33 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. add tests

    soranjh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d41071b View commit details
    Browse the repository at this point in the history
  2. make code compact

    soranjh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0a8c78d View commit details
    Browse the repository at this point in the history
  3. make code compact

    soranjh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    52d8ed4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e06c7a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cebd348 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d6bca9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16de4e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d29b1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f76de22 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    4db8778 View commit details
    Browse the repository at this point in the history
  2. added cc-pvdz test

    Chiffafox committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6117158 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f26454 View commit details
    Browse the repository at this point in the history
  4. [skip ci] fixed typos

    Chiffafox committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d7168fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    414965a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    782768c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc76e11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4acf9c8 View commit details
    Browse the repository at this point in the history
  9. correct test

    soranjh committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9be65fa View commit details
    Browse the repository at this point in the history
  10. correct import

    soranjh committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a4eceaf View commit details
    Browse the repository at this point in the history
  11. add test for statevector

    soranjh committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    99b0fee View commit details
    Browse the repository at this point in the history
  12. add test for cisd

    soranjh committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    41238e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7e9e1c1 View commit details
    Browse the repository at this point in the history
  14. add error test and fix bug

    soranjh committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0b8566b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    541318a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ae363b3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    53f00da View commit details
    Browse the repository at this point in the history
  18. fix typo

    soranjh committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0ddab7b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c80f7e5 View commit details
    Browse the repository at this point in the history
  20. small fixes to _rcisd func

    Chiffafox committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    84067eb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0ceffc8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5731b69 View commit details
    Browse the repository at this point in the history
  23. reformatted with black

    Chiffafox committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    eee0410 View commit details
    Browse the repository at this point in the history
  24. fixed black formatting

    Chiffafox committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6afd6be View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

    Chiffafox committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9981f15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8320cec View commit details
    Browse the repository at this point in the history
  4. make code compact

    soranjh committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3801147 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8e6983 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fafef6a View commit details
    Browse the repository at this point in the history
  7. added the rccsd converter

    Chiffafox committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6079d55 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32cd0b1 View commit details
    Browse the repository at this point in the history
  9. fix black formatting

    Chiffafox committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c05ddae View commit details
    Browse the repository at this point in the history
  10. modify docs

    soranjh committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    699373d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8df3675 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90f8489 View commit details
    Browse the repository at this point in the history
  13. resolve conflicts

    soranjh committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    67dc3c1 View commit details
    Browse the repository at this point in the history
  14. resolve conflicts in tests

    soranjh committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e3e8dae View commit details
    Browse the repository at this point in the history
  15. merge functions

    soranjh committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3f55198 View commit details
    Browse the repository at this point in the history
  16. add small modifications

    soranjh committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9ad777f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. update with master

    soranjh committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f2bee88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e135a23 View commit details
    Browse the repository at this point in the history
  3. expand import state test

    soranjh committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8738750 View commit details
    Browse the repository at this point in the history
  4. remove import pyscf

    soranjh committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b17773e View commit details
    Browse the repository at this point in the history
  5. update docstring

    soranjh committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    c0dcbd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. update changelog

    soranjh committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    69a2b84 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. modify docstring

    soranjh committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    876f671 View commit details
    Browse the repository at this point in the history
  2. modify docstring

    soranjh committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a7ffcdd View commit details
    Browse the repository at this point in the history
  3. update changelog

    soranjh committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8b39362 View commit details
    Browse the repository at this point in the history
  4. modify docstring

    soranjh committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    55da678 View commit details
    Browse the repository at this point in the history
  5. update changelog

    soranjh committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ae19005 View commit details
    Browse the repository at this point in the history
  6. extend object support

    soranjh committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9f3d1d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    c9f7ac3 View commit details
    Browse the repository at this point in the history
  2. define test data

    soranjh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f4d0abc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4a947e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbe062c View commit details
    Browse the repository at this point in the history