Exemple #1
0
 def initialize_topology(self, xyz=None, box=None):
     """
     Initializes topology data structures, like the list of atoms, bonds,
     etc., after the topology file has been read. The following methods are
     called:
     """
     self.LJ_14_radius = []
     self.LJ_14_depth = []
     AmberParm.initialize_topology(self, xyz, box)
 def initialize_topology(self, xyz=None, box=None):
     """
     Initializes topology data structures, like the list of atoms, bonds,
     etc., after the topology file has been read. The following methods are
     called:
     """
     self.LJ_14_radius = []
     self.LJ_14_depth = []
     AmberParm.initialize_topology(self, xyz, box)