Skip to content

Commit

Permalink
Update mdonatello.py
Browse files Browse the repository at this point in the history
radius of gyration
  • Loading branch information
talagayev authored Dec 11, 2024
1 parent b5beeaf commit f133d21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mdonatello/mdonatello.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
Stereocenters,
HeavyAtoms,
AllAtoms,
RadiusOfGyration,
HeavyAtomsWeight,
)

Expand Down Expand Up @@ -289,6 +290,7 @@ def update_display(self, _=None):
HeavyAtoms(self.current_mol),
AllAtoms(self.current_mol),
HeavyAtomsWeight(self.current_mol),
RadiusOfGyration(self.current_mol),
]
physiochem_html = [
HTML(str(prop)) for prop in physiochem_properties
Expand Down

0 comments on commit f133d21

Please sign in to comment.