Beispiel #1
0
    def read(self):
        """
        Reads the trajectory into memory as a list of lists.

        :return: the trajectory
        """
        return _read_trajectory(self._filename, self._name)
Beispiel #2
0
    def read(self):
        """
        Reads the trajectory into memory as a list of lists.

        :return: the trajectory
        """
        return _read_trajectory(self._filename, self._name)
Beispiel #3
0
    def read(self) -> _typing.List[TrajectoryParticle]:
        """
        Reads the trajectory into memory as a list of lists.

        :return: the trajectory
        """
        return _read_trajectory(self._filename, self._name)
Beispiel #4
0
    def read(self) -> _typing.List[TrajectoryParticle]:
        """
        Reads the trajectory into memory as a list of lists.

        :return: the trajectory
        """
        return _read_trajectory(self._filename, self._name)