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

Added from_foyer classmethod to Topology class. #179

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 6, 2023

  1. Added new classmethod from_parmed() in Molecule class.

    ricardlambea committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d2d5cc1 View commit details
    Browse the repository at this point in the history
  2. Added test test_from_parmed() in test_molecule.py, regarding the newl…

    …y created classmethod Molecule.from_parmed().
    ricardlambea committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8a1f582 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Added the class FoyerParameterWrapper to the parameters.py script, an…

    …d its corresponding tests to the test_parameters.py script.
    ricardlambea committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    4b391af View commit details
    Browse the repository at this point in the history
  2. Added the classes ForcefieldUnavailableError and FoyerToolkitWrapper …

    …to the toolkits.py script, and its corresponding tests to the test_toolkits.py script.
    ricardlambea committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8179b72 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Added the from_foyer() classmethod to topology.py script, and its cor…

    …responding test function, test_from_foyer(), to the test_topology.py script.
    ricardlambea committed May 29, 2023
    Configuration menu
    Copy the full SHA
    9f3cf19 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    351104b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Redefined periodic improper dehidral section in FoyerParameterWrapper…

    …() class. Added raise errors.
    ricardlambea committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d31c77e View commit details
    Browse the repository at this point in the history