Skip to content
Discussion options

You must be logged in to vote

Hi @sarahvs99,

The bridged interactions are still a feature in development so we haven't really generalised the concept to other interactions in a user-friendly way. With that being said, you could try something like the following:

  1. create the missing cation-water interaction
  2. replace the underlying fingerprint object that is used for the water bridge analysis with one that includes this new interaction and the purely ionic ones (on top of the usual HBond ones used for water-water bridges)
  3. run the code as usual with fp.run or fp.run_from_iterable
from prolif.interactions.interactions import HBAcceptor
from prolif.interactions.water_bridge import WaterBridge as BaseWaterBridge

# create a …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sarahvs99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants