RosettaCommons / rosetta

The Rosetta Bio-macromolecule modeling package.
https://www.rosettacommons.org
Other
116 stars 55 forks source link

Made hbond graph pyrosetta compatible #99

Open bcov77 opened 1 month ago

bcov77 commented 1 month ago

You can't actually use the HBondGraph in pyrosetta because the LowMemGraph uses some crazy tricks that don't involve object inheritance.

This adds 2 functions to bridge that gap.