pydseamslib.cyoda.basalPrismConditions

pydseamslib.cyoda.basalPrismConditions#

pydseamslib.cyoda.basalPrismConditions(nList: List[List[int]], basal1: List[int], basal2: List[int]) bool#

Tests whether two rings are basal rings (true) or not (false) for a prism (strict criterion)

Parameters:
  • nList (Row-ordered neighbour list by atom index)

  • basal1 (The vector for one of the basal rings)

  • basal2 (The vector for the other basal ring.)