Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dftd4/dftd4
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: dftd4/dftd4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.0
Choose a head ref
  • 19 commits
  • 61 files changed
  • 3 contributors

Commits on Aug 13, 2021

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

Commits on Sep 6, 2021

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

Commits on Sep 7, 2021

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

Commits on Sep 28, 2021

  1. Better check for exceptional floating point values (#128)

    - also trap positive infinity when determining CN weights
    awvwgk authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    be0a98b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

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

Commits on Nov 6, 2021

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

Commits on Nov 8, 2021

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

Commits on Nov 14, 2021

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

Commits on Nov 22, 2021

  1. Refactor Python API (#137)

    - make error handling cleaner by using functools
    - error out if both a method and parameters are provided to damping
      function constructor
    - make examples in documentation
    - add method to return all damping parameters
    - support tomli library as TOML reader
    - add test for getting all parameters
    awvwgk authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    54b922b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

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

Commits on Jan 14, 2022

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

Commits on Jan 16, 2022

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

Commits on Jan 23, 2022

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

Commits on Feb 21, 2022

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

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    10e064b View commit details
    Browse the repository at this point in the history
  2. Update to CODATA 2018 (#151)

    awvwgk authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    b1faf68 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Add type generic macro for deleting API objects (#152)

    - dispatch object handles to their respective deconstructor using _Generic
    - automatically handle pass by reference of the object handle
    awvwgk authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f6cc187 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Rename main program unit (#153)

    - NAG compiler gets confused when dftd4 module and dftd4 program are present
    awvwgk authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    6aa5555 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Bump to version 3.4.0 (#154)

    awvwgk authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    f572723 View commit details
    Browse the repository at this point in the history
Loading