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

fixed the solvation GAV heuristic #1832

Merged
merged 3 commits into from
Dec 3, 2019
Merged

fixed the solvation GAV heuristic #1832

merged 3 commits into from
Dec 3, 2019

Commits on Dec 3, 2019

  1. fixed the solvation GAV heuristic

    For solute data group additivity, instead of averaging over all
    resonance structures in species.molecule list, only get the solute data
    estimation for the first item in species.molecule list as it corresponds
    to the most stable resonance structure found by gas-phase thermo
    estimation.
    This heutristic is chosen so the solvation GAV method is consistent with
    the gas phase thermo GAV method.
    yunsiechung committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    29e5ff4 View commit details
    Browse the repository at this point in the history
  2. simplified the existing solvation unit test

    I simplified some lines in the existing solvation unit test
    yunsiechung committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    55eb6b3 View commit details
    Browse the repository at this point in the history
  3. unit test for solute GAV with resonance structures

    A unit test is added to check that the solute data are estimated
    correctly using the GAV for the species with multiple resonance
    structures. For the species with resonance structures, the
    estimated solute data / solvation energy should match those estimated
    for the first item in the species's molecule list.
    yunsiechung committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    cbf446f View commit details
    Browse the repository at this point in the history