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

Miscellaneous changes #109

Merged
merged 42 commits into from
Apr 3, 2019
Merged

Miscellaneous changes #109

merged 42 commits into from
Apr 3, 2019

Commits on Apr 3, 2019

  1. Added examples to gitignore

    Also removed settings.py which has no effect, since git cannot ignore
    files it started tracking
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    c2c8956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc49247 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c7ebbc View commit details
    Browse the repository at this point in the history
  4. Download additional info re failed jobs

    Download out.txt and err.txt from OGE
    and slurm_<job id>.out from Slurm
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    6d9b41a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82956ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77d27ff View commit details
    Browse the repository at this point in the history
  7. Make sure initial and final job times are defined

    before determining run time
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    0b70824 View commit details
    Browse the repository at this point in the history
  8. Added fail-safe try-except blocks in ssh

    to download and get modified time
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    e57ed27 View commit details
    Browse the repository at this point in the history
  9. Renamed visualize_orbitals as run_orbitals

    since this directive doesn't actually visuallizes anything
    Also changed the default to False, since this might take too long
    (longer than all other jobs for the species)
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    c1fa402 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2513f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e7f9ec8 View commit details
    Browse the repository at this point in the history
  12. Avoid paranthesis in unique species name

    This could be read by RMG as the species index
    use `_` instead
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    e4f25b2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d85deeb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    39566d9 View commit details
    Browse the repository at this point in the history
  15. Make sure we get initial_xyz from conformers_path

    before running optimization (or composite)
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    ea3f6c0 View commit details
    Browse the repository at this point in the history
  16. Troubleshooting improvements

    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    83c5a54 View commit details
    Browse the repository at this point in the history
  17. Added levels_ess to settings

    To allow users to associate levels of theory (phrases of methods or
    basis sets) with the desired ESS
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    9d399bd View commit details
    Browse the repository at this point in the history
  18. Changed ess_settings to contain a list of servers

    Also renamed it to ess_settings throughout
    Also using levels_ess from settings
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    c6f2176 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    85716a2 View commit details
    Browse the repository at this point in the history
  20. Tests: Update to the run_orbitals syntax

    and new default value
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    170da71 View commit details
    Browse the repository at this point in the history
  21. Added ess_settings to settings.py instead of the API

    and removed precedence from servers dictionary
    
    Also modified determine_ess_settings() accordingly
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    20c5fc5 View commit details
    Browse the repository at this point in the history
  22. Added testing to job

    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    c7ab677 View commit details
    Browse the repository at this point in the history
  23. Tests: Functions in main

    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    86bd59d View commit details
    Browse the repository at this point in the history
  24. Changed default levels of theory for conformers and orbitals

    Also minor line relocation in rotor settings
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    3c2c7e5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ed05744 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    84f7083 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    716d0e0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1e26db3 View commit details
    Browse the repository at this point in the history
  29. Corrected default values for max_job_time and job_memory

    in main.py when loading from a dictionary.
    (Also added job_memory to the input file)
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    25d35f6 View commit details
    Browse the repository at this point in the history
  30. Run statemech in Processor using a single method

    Also output a species YAML file w/o BAC iff BAC is used for thermo
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    433067b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e183ea1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6579582 View commit details
    Browse the repository at this point in the history
  33. Correctly assing S/D BAC to aromatic species

    using their Kekulized form
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    0db95a9 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4e4aa9a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    923355b View commit details
    Browse the repository at this point in the history
  36. Minor: Reordered Exceptions

    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    73782c5 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1b58718 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    99dc7a0 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7cb194d View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    eee93c9 View commit details
    Browse the repository at this point in the history
  41. BugFix: Determine stable conformers and run them

    Corrected conditions
    alongd committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    dc8a46a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    ea19450 View commit details
    Browse the repository at this point in the history