pydseamslib.cyoda.readLammpsTrj

Contents

pydseamslib.cyoda.readLammpsTrj#

pydseamslib.cyoda.readLammpsTrj(filename: str, targetFrame: int, isSlice: bool, coordLow: List[float[3]], coordHigh: List[float[3]]) pydseamslib.cyoda.PointCloudDouble#

A Function for reading in a specified frame

Parameters:
  • filename (The name of the file that needs to be read)

  • targetFrame (The frame number whose information will be read in)

  • isSlice (This decides whether a slice will be created or not)

  • coordLow (Contains the lower limits of the slice, if a slice is to be created)

  • coordHigh (Contains the upper limits of the slice, if a slice is to be created)