Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Date

Participants

Discussion topics

Item

Notes

General onboarding checklist Joining the team

  • Done

Walk through smirnoff99Frosst repo structure

  • FF14SB repo could use this as a template

  • https://github.com/openforcefield/smirnoff99Frosst/

    • Releases:

    • Release process:

Reproduce a fit using ForceBalance

Making a development build of OFF Toolkit

conda create -n off-dev -c conda-forge -c omnia -c openeye openforcefield openeye-toolkits
conda activate off-dev
conda remove --force openforcefield
pip install -e .

Walk through FF API

Build workflow to compare librarycharges between AmberTools-parametrized ALA and SMIRNOFF-parametrized ALA

https://open-forcefield-toolkit.readthedocs.io/en/latest/smirnoff.html#librarycharges-library-charges-for-polymeric-residues-and-special-solvent-models

<LibraryCharges version="0.3">
   <!-- match a non-terminal alanine residue with AMBER ff14SB partial charges -->
   <LibraryCharge name="ALA" smirks="[NX3:1]([#1:2])([#6])[#6H1:3]([#1:4])([#6:5]([#1:6])([#1:7])[#1:8])[#6:9](=[#8:10])[#7]" charge1="-0.4157*elementary_charge" charge2="0.2719*elementary_charge" charge3="0.0337*elementary_charge" charge4="0.0823*elementary_charge" charge5="-0.1825*elementary_charge" charge6="0.0603*elementary_charge" charge7="0.0603*elementary_charge" charge8="0.0603*elementary_charge" charge9="0.5973*elementary_charge" charge10="-0.5679*elementary_charge"/>
</LibraryCharges>

Action items

Decisions

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.