Skip to content

Commit

Permalink
Fix: run normalize of composite system
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-sarthak committed Aug 16, 2024
1 parent 23f08d4 commit 980ebaa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ def normalize(self, archive: 'EntryArchive', logger: 'BoundLogger') -> None:
if self.polymer is None:
self.polymer = CompositeSystem()
self.polymer.components = self.monomers
self.polymer.elemental_composition = []
self.polymer.normalize(archive, logger)
super().normalize(archive, logger)


Expand Down

0 comments on commit 980ebaa

Please sign in to comment.