Skip to content

Commit

Permalink
Merge branch 'main' into multistatereporter_variable_pos_frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry authored Aug 22, 2023
2 parents 59ca4d5 + 6cef59b commit 7a3bd40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openmmtools/multistate/multistateanalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2192,6 +2192,11 @@ def statistical_inefficiency(self):
"""float: The statistical inefficiency of the sampler."""
return self._equilibration_data[1]

@property
def effective_length(self):
"""float: The length of the production data as a number of uncorrelated samples"""
return self._equilibration_data[2]

@property
def _decorrelated_iterations(self):
"""list of int: the indices of the decorrelated iterations truncated to max_n_iterations."""
Expand Down

0 comments on commit 7a3bd40

Please sign in to comment.