Commit a2289e84 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Add warning about experimental API in ForceField

parent 454cd33c
......@@ -598,6 +598,8 @@ class ForceField(object):
def getUnmatchedResidues(self, topology):
"""Return a list of Residue objects from specified topology for which no forcefield templates are available.
.. CAUTION:: This method is experimental, and its API is subject to change.
Parameters
----------
topology : Topology
......@@ -627,6 +629,8 @@ class ForceField(object):
def generateTemplatesForUnmatchedResidues(self, topology):
"""Generate forcefield residue templates for residues in specified topology for which no forcefield templates are available.
.. CAUTION:: This method is experimental, and its API is subject to change.
Parameters
----------
topology : Topology
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment