Skip to content

Commit

Permalink
Merge branch 'main' into issue-633_phaseanalyzer_del
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry authored Aug 22, 2023
2 parents ddd7f58 + 6cef59b commit 229053f
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 @@ -2186,6 +2186,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 229053f

Please sign in to comment.