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

Promote state and time-span in schroedinger to the type from H(t)*psi #356

Merged
merged 42 commits into from
Jan 25, 2023

Commits on Dec 21, 2022

  1. promote time and state to type of hamiltonian

    Amit Rotem authored and Amit Rotem committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    dff8b1a View commit details
    Browse the repository at this point in the history
  2. innit

    Amit Rotem authored and Amit Rotem committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    2e78b53 View commit details
    Browse the repository at this point in the history
  3. added nansafe_mode=true preference

    Amit Rotem authored and Amit Rotem committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    d5097bc View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. use eltype instead of _get_type

    Amit Rotem authored and Amit Rotem committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    fe2e01a View commit details
    Browse the repository at this point in the history
  2. update example

    Amit Rotem authored and Amit Rotem committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    c00785d View commit details
    Browse the repository at this point in the history
  3. small fix

    Amit Rotem authored and Amit Rotem committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    8932e03 View commit details
    Browse the repository at this point in the history
  4. _promote_state for Bra

    Amit Rotem authored and Amit Rotem committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    73a1684 View commit details
    Browse the repository at this point in the history
  5. remove example folder

    Amit Rotem authored and Amit Rotem committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    8174cb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. promote only is detect ForwardDiff.Dual

    Amit Rotem authored and Amit Rotem committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    339da4f View commit details
    Browse the repository at this point in the history
  2. added ForwardDiff.jl

    Amit Rotem authored and Amit Rotem committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    4a82847 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. add check if state of time are Dual. promote only if not Dual

    Amit Rotem authored and Amit Rotem committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    fa987dd View commit details
    Browse the repository at this point in the history
  2. tests

    Amit Rotem authored and Amit Rotem committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    098ad85 View commit details
    Browse the repository at this point in the history
  3. remove DiffEq.jl

    Amit Rotem authored and Amit Rotem committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    b38e498 View commit details
    Browse the repository at this point in the history
  4. minor

    Amit Rotem authored and Amit Rotem committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    d8b629e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. dual check test, reduce repetition, small fix

    Amit Rotem authored and Amit Rotem committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    8e5671b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    9693133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65d15cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f0a4e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    430c0dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6039d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    c346074 View commit details
    Browse the repository at this point in the history
  2. use promote from DiffEqBase

    Amit Rotem authored and Amit Rotem committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    102218d View commit details
    Browse the repository at this point in the history
  3. remove @time

    Amit Rotem authored and Amit Rotem committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5e71135 View commit details
    Browse the repository at this point in the history
  4. ~

    Amit Rotem authored and Amit Rotem committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3f1611f View commit details
    Browse the repository at this point in the history
  5. tol change

    Amit Rotem authored and Amit Rotem committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    9ae3ee9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. reduce dt

    Amit Rotem authored and Amit Rotem committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2842f68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from AmitRotem/pst

    Pst
    AmitRotem authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    66c024a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. compare vs DiffEq, choose random seed

    Amit Rotem authored and Amit Rotem committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    cffea71 View commit details
    Browse the repository at this point in the history
  2. change range to avoid tol issue

    Amit Rotem authored and Amit Rotem committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    c3f9cc5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from AmitRotem/pst

    Pst
    AmitRotem authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    0965915 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. rebuild state only if promoted

    Amit Rotem authored and Amit Rotem committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b11273b View commit details
    Browse the repository at this point in the history
  2. modify test to impove covrage. remove test. add comments.

    Amit Rotem authored and Amit Rotem committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a719bc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Merge pull request #3 from AmitRotem/pst

    Pst
    AmitRotem authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    dfe7b95 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. add DiffEqBase to Project

    Amit Rotem authored and Amit Rotem committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    26aa49a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from AmitRotem/pst

    add DiffEqBase to Project and compat
    AmitRotem authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    447ccd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. clean up AD test

    Amit Rotem authored and Amit Rotem committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    1ca17ec View commit details
    Browse the repository at this point in the history
  2. name change

    Amit Rotem authored and Amit Rotem committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    b312938 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from AmitRotem/pst

    clean up test
    AmitRotem authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    a128c33 View commit details
    Browse the repository at this point in the history
  4. Improve coverage

    AmitRotem authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    203846f View commit details
    Browse the repository at this point in the history
  5. Update test_ForwardDiff.jl

    AmitRotem authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    f3e59fc View commit details
    Browse the repository at this point in the history
  6. small fix

    Amit Rotem authored and Amit Rotem committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    9020a11 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6 from AmitRotem/pst

    fix covrage
    AmitRotem authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    c9ad058 View commit details
    Browse the repository at this point in the history