pydseamslib.cyoda.ringNetwork

Contents

pydseamslib.cyoda.ringNetwork#

pydseamslib.cyoda.ringNetwork(nList: List[List[int]], maxDepth: int) List[List[int]]#

Returns a vector of vectors containing the rings

Parameters:
  • nList (Row-ordered neighbour list by index [and NOT the atom ID])

  • maxDepth (The maximum depth upto which rings will be searched. This means that rings larger than maxDepth in length will not be generated.)