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

Laplacian #32

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Laplacian #32

wants to merge 11 commits into from

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    b1884d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf96c9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b1eeb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    deaa884 View commit details
    Browse the repository at this point in the history
  2. Fix taking derivative of slater orbital

    When n=1, the first component (n-1)/r does not exist
    Ali-Tehrani committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    8d90e7b View commit details
    Browse the repository at this point in the history
  3. Fix taking second derivative of Slater-orbital

    Certain components of the derivatives aren't needed
    when n=1,2
    Ali-Tehrani committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    fe81c2f View commit details
    Browse the repository at this point in the history
  4. Fix taking kinetic energy

    When r=0, n=1, then the kinetic energy should return infinity
    Ali-Tehrani committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    1799705 View commit details
    Browse the repository at this point in the history
  5. Fix taking Laplacian of atomic density

    When r=0, n=1, the Laplacian should be infinity
    Ali-Tehrani committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    be835d2 View commit details
    Browse the repository at this point in the history
  6. Improve documentation

    Ali-Tehrani committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    353def2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    0929f4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09c4f9b View commit details
    Browse the repository at this point in the history