We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81863dd commit aa87449Copy full SHA for aa87449
1 file changed
src/loch/_sampler.py
@@ -1041,7 +1041,8 @@ def water_state(self) -> _np.ndarray:
1041
1042
def move_acceptance_probability(self) -> float:
1043
"""
1044
- Return the acceptance probability.
+ Return the acceptance probability. Note that this can be greater than
1045
+ 1, since multiple insertions/deletions can be accepter per move.
1046
1047
Returns
1048
-------
0 commit comments