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

Upgrade to OpenMOPAC #2417

Merged
merged 14 commits into from
May 10, 2023
Merged

Upgrade to OpenMOPAC #2417

merged 14 commits into from
May 10, 2023

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    a88238b View commit details
    Browse the repository at this point in the history
  2. add libfortran for mopac, float cantera to potentially unsupported ver.

    this might end up being blocked by the same PRs as before
    JacksonBurns authored and rwest committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0915745 View commit details
    Browse the repository at this point in the history
  3. Use newer pydas and pydqed.

    I have rebuilt pydas and pydqd in an environment with an updated version
    of libgfortran-ng in hopes that pydas can be resolved with a modern
    version of MOPAC. this process will need to be repeated for pydqed
    JacksonBurns authored and rwest committed May 10, 2023
    Configuration menu
    Copy the full SHA
    77be5e5 View commit details
    Browse the repository at this point in the history
  4. change mopac unit tests

     - allowed difference is now 0.01% instead of zero decimal places (we can't expect that between different versions anyway)
    JacksonBurns authored and rwest committed May 10, 2023
    Configuration menu
    Copy the full SHA
    f38d45a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2068326 View commit details
    Browse the repository at this point in the history
  6. delete NO_LICENSE and NO_MOPAC checks since it will now be included a…

    …lways
    
    I think the executable finding thing in mopac.py is going to fail
    JacksonBurns authored and rwest committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0fe291c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebea50e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    853a9cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd98e07 View commit details
    Browse the repository at this point in the history
  10. Update rmgpy/qm/mopac.py

    Comment from review by @rwest
    
    Co-authored-by: Richard West <r.west@northeastern.edu>
    JacksonBurns and rwest committed May 10, 2023
    Configuration menu
    Copy the full SHA
    795de00 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    101f8b5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b444a9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b20c813 View commit details
    Browse the repository at this point in the history
  14. Remove conda-forge::libgfortran-ng>=10.0 from environment.yml for MacOS

    This package can't be found on MacOS, and apparently doesn't need 
    to be specified explicitly for linux.
    rwest committed May 10, 2023
    Configuration menu
    Copy the full SHA
    ddf97ee View commit details
    Browse the repository at this point in the history