Skip to content

Commit

Permalink
Merge pull request #2006 from jamesmkrieger/anmd
Browse files Browse the repository at this point in the history
docs typo fix and improvement for ANMD
  • Loading branch information
jamesmkrieger authored Nov 30, 2024
2 parents 6c58384 + b957a27 commit ffedac4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions prody/dynamics/anmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ def runANMD(atoms, num_modes=2, max_rmsd=2., num_steps=2, tolerance=10.0,
kwargs of traverseMode can be provided: pos, neg and reverse
:arg atoms: an object with atom and coordinate data
:arg atoms: an object with atom and coordinate data.
This should be a complete atomic model. It is ok to be missing
some side chain atoms and hydrogens, but not fragments, such as loops.
:type atoms: :class:`.Atomic`
:arg num_modes: number of modes to calculate
Expand All @@ -76,7 +78,7 @@ def runANMD(atoms, num_modes=2, max_rmsd=2., num_steps=2, tolerance=10.0,
Default is 0
:type skip_modes: int
:arg anm: your own NMA modes to ModeSet to use instead
:arg anm: your own NMA modes or ModeSet to use instead
Default is None
:type anm: :class:`.NMA`, :class:`.ANM`, :class:`.ModeSet`
Expand Down

0 comments on commit ffedac4

Please sign in to comment.