/ . / Trajectory / formats / Gromos / Gromos.py / Gromos96Topology
Methods
|
|
|
readSolute
|
readSolute ( self, lines )
Exceptions
|
|
ValueError, "Number of solute atoms (%d) not " "equal to NRP (%d)" %( len( atoms ), self.NRP )
|
|
|
readSolvent
|
readSolvent ( self, lines )
Exceptions
|
|
ValueError, "Number of solvent atoms (%d) not " "equal to NRAM (%d)" %( len( atoms ), self.NRAM )
|
|
|
__init__
|
__init__ ( self, fname )
|
|
readBonds
|
readBonds ( self, lines )
Exceptions
|
|
ValueError, "Number of bonds (%d) not " "equal to NB (%d)" %( len( bonds ), nb )
|
|
|
|