Skip to content

Commit

Permalink
Handle charged atoms in smiles generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorFWild committed Oct 23, 2023
1 parent 221786f commit 6f4e5f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xchemalign/xchemalign/aligner.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ def _perform_alignments(self, meta):
else:
assemblies = _load_assemblies(fs_model.assemblies, self.assemblies_file)


# # Get xtalforms
if source_fs_model:
xtalforms: dict[str, dt.XtalForm] = _load_xtalforms(source_fs_model.xtalforms, self.xtalforms_file)
Expand Down

0 comments on commit 6f4e5f3

Please sign in to comment.