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

Input generator #2

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Input generator #2

wants to merge 18 commits into from

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    b422c82 View commit details
    Browse the repository at this point in the history
  2. Removed mendeleev import

    Anders Brakestad committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    ce29141 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Removed code since it was not updated to the python API. Raise except…

    …ion when executed.
    Anders Brakestad committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    88986e9 View commit details
    Browse the repository at this point in the history
  2. Made separate class for storing the input reference, and simplified t…

    …he input generator class. Added ZORA template.
    Anders Brakestad committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8ffaaec View commit details
    Browse the repository at this point in the history
  3. Updated zora template to adhere to the new zora input format, plus so…

    …me cleaning.
    Anders Brakestad committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e76cad8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Added option for hiding default keyword values

    Anders Brakestad committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    2f7e401 View commit details
    Browse the repository at this point in the history
  2. Added a template base class from which all templates inherit.

    Anders Brakestad committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    1619569 View commit details
    Browse the repository at this point in the history
  3. Fixed bug in the generation of non-default input files.

    Anders Brakestad committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    da27cf4 View commit details
    Browse the repository at this point in the history
  4. Fixed bug where molecule was not set properly

    Anders Brakestad committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    74b5fae View commit details
    Browse the repository at this point in the history
  5. Removed whitespace

    Anders Brakestad committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    3ad2886 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Set default orbital_thrs to worldprec x 10

    Anders Brakestad committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    9f9ba5f View commit details
    Browse the repository at this point in the history
  2. Not add default Molecule section, as this overwrites any passed to th…

    …e constructor
    Anders Brakestad committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b472427 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Added functionality for trying to read in XYZ comment as charge,mult,…

    …units, which are initialized with the Molecule if successful, otherwise Nones.
    Anders Brakestad committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    1328bac View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. rebasing

    Anders Brakestad committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    cd9a42e View commit details
    Browse the repository at this point in the history
  2. rebasing

    Anders Brakestad committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    fa79184 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Updated ZORA template to new input template with constants

    Anders Brakestad committed May 10, 2022
    Configuration menu
    Copy the full SHA
    841ee49 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Removed bug where the light speed was set explicitly to -1.0. This no…

    … longer works as the default values are coded into the physical constants class.
    Anders Brakestad committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1470392 View commit details
    Browse the repository at this point in the history
  2. Bugfix. light_speed is not a member variable.

    Anders Brakestad committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    ede9fc7 View commit details
    Browse the repository at this point in the history