pydseamslib.cyoda.readLammpsTrjO#
- pydseamslib.cyoda.readLammpsTrjO(filename: str, targetFrame: int, typeO: int, isSlice: bool, coordLow: List[float[3]], coordHigh: List[float[3]]) pydseamslib.cyoda.PointCloudDouble #
A Function for reading oxygen atom 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)
typeO (The type ID of the Oxygen atoms)
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)