"platforms/hip/tests/TestHipCustomNonbondedForce.cpp" did not exist on "03a5288d3eabdbf478cc069ebf49e47f50734915"
Commit 0c1cbb48 authored by Jason Swails's avatar Jason Swails
Browse files

Correct some docstrings to reflect the updated API.

parent 8bb898d2
......@@ -52,8 +52,7 @@ def _catchindexerror(func):
class CharmmPsfFile(object):
"""
A chemical structure instantiated from CHARMM files. You can instantiate a
CharmmPsfFile from a PSF file using the load_from_psf constructor
A chemical structure instantiated from CHARMM files.
Example:
>>> cs = CharmmPsfFile("testfiles/test.psf")
......@@ -400,7 +399,7 @@ class CharmmPsfFile(object):
- vmd (bool) : If True, it will write out a PSF in the format that
VMD prints it in (i.e., no NUMLP/NUMLPH or MOLNT sections)
Example:
>>> cs = CharmmPsfFile.load_from_psf('testfiles/test.psf')
>>> cs = CharmmPsfFile('testfiles/test.psf')
>>> cs.write_psf('testfiles/test2.psf')
"""
# See if this is an extended format
......
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