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

conformer search with solvation effect #737

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

conformer search with solvation effect #737

wants to merge 11 commits into from

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    033d1fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    079cd45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d5ace0 View commit details
    Browse the repository at this point in the history
  4. get_force_field_energies_solvation in conformers.py

    The new added function get_force_field_energies_solvation is created to find conformers considering solvation effect.
    It opens a subprocess to run multi_species opt job with solvent over the conformers from the RDkit conformers (without solvent)
    JintaoWu98 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d7ed937 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9373102 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    390855b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7939ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68ee6f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Write conformer yaml file including xyz and energy

    Add log information for conformer with solvation spawned from the subprocess
    JintaoWu98 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f999765 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    eba0dff View commit details
    Browse the repository at this point in the history
  2. Divide the multi_species cluster into smaller amount

    This allows us to launch more opt jobs with smaller amount of conformers individually and parallelly, to speed up the process.
    JintaoWu98 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    efab850 View commit details
    Browse the repository at this point in the history