Skip to content

Commit 7f3e67f

Browse files
committed
Add reference to original paper.
1 parent 0a366f2 commit 7f3e67f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/somd2/runner/_samplers/_terminal_flip.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
# Adapted from the terminal ring flip MC implemenation in GrandFEP:
2323
# https://github.com/deGrootLab/GrandFEP
2424
# (Released under the MIT License.)
25+
#
26+
# Original method: Wang et al., ChemRxiv, 2025.
27+
# https://doi.org/10.26434/chemrxiv-2025-2zkx5
2528

2629
__all__ = ["TerminalFlipSampler", "detect_terminal_groups"]
2730

0 commit comments

Comments
 (0)