Beispiel #1
0
    def get_o_omegak(self):
        """Gets the normal mode frequencies for a open path.

        Returns:
           A list of the normal mode frequencies for the free polymer.
           The first element is the centroid frequency (0.0).
        """

        return self.omegan * nmtransform.o_nm_eva(self.nbeads)
Beispiel #2
0
    def get_o_omegak(self):
        """Gets the normal mode frequencies for a open path.

        Returns:
           A list of the normal mode frequencies for the free polymer.
           The first element is the centroid frequency (0.0).
        """

        return self.omegan * nmtransform.o_nm_eva(self.nbeads)