Skip to content

Commit

Permalink
Implement parent methods in HinderedRotorClassicalND()
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Sep 16, 2019
1 parent 78b12a1 commit 81a0b4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rmgpy/statmech/ndTorsions.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,12 @@ def run(self):
self.read_scan()
self.fit()

def get_density_of_states(self, Elist, densStates0=None):
pass

def get_sum_of_states(self, Elist, sumStates0=None):
pass


def fill360s(vec):
"""
Expand Down

0 comments on commit 81a0b4b

Please sign in to comment.