Skip to content

Commit aa87449

Browse files
committed
Clarify move acceptance probability. [ci skip]
1 parent 81863dd commit aa87449

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/loch/_sampler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,8 @@ def water_state(self) -> _np.ndarray:
10411041

10421042
def move_acceptance_probability(self) -> float:
10431043
"""
1044-
Return the acceptance probability.
1044+
Return the acceptance probability. Note that this can be greater than
1045+
1, since multiple insertions/deletions can be accepter per move.
10451046
10461047
Returns
10471048
-------

0 commit comments

Comments
 (0)