Beispiel #1
0
    def get_omegak(self):
        """Gets the normal mode frequencies.

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

        return self.omegan * nmtransform.nm_eva(self.nbeads)
Beispiel #2
0
    def get_omegak(self):
        """Gets the normal mode frequencies.

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

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