-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Water bridge 2nd Order implementation (#230)
* Update fingerprint.py added code for 2nd order water bridges * refactor: move to separate class * fix: typing * feat: add implementation for any order * chore: fix CI warning * fix: stable order of water residues in metadata * tests: rearrange waterbridge tests * refactor: introduce base bridged class and interface * tests: test water bridge params and validation --------- Co-authored-by: Cédric Bouysset <[email protected]>
- Loading branch information
Showing
9 changed files
with
434 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ | |
XBAcceptor, | ||
XBDonor, | ||
) | ||
from prolif.interactions.water_bridge import WaterBridge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.