Skip to content

How to use new Force Fields with MDPow? #208

Answered by orbeckst
eacoba asked this question in Q&A
Discussion options

You must be logged in to vote
  1. I would create a whole bunch of new template files in mdpow/templates, following the existing naming scheme.
  2. add the FF directory to mdpow.top; MDPOW changes the GMXFF or GMXDATA (can't remember) env var to point to this directory instead of the standard one.
  3. add the solvent coordinate files to top, too — see examples; you might have 1oct_GROMOS54A7.gro
  4. add the solvent itp files inside the FF directory (GROMOS54A7.ff/1oct.itp)
  5. Then create new data structures in forcefields.py,e.g. GROMOS54A7_SOLVENT_MODELS and add to

    MDPOW/mdpow/forcefields.py

    Lines 199 to 203 in 0ab82e4

    GROMACS_SOLVENT_MODELS = {
    'OPLS-AA': OPLS_SOLVENT_MODELS,
    'CHARMM': CHARMM_SOLVENT_MODELS,
    '…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eacoba
Comment options

Answer selected by orbeckst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants