Skip to content

Commit

Permalink
add sites_match import in mol.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Mar 12, 2025
1 parent a711483 commit 1827d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynta/mol.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
get_rodrigues_rotation_matrix,
get_angle_between,
get_rejection_between)
from pynta.utils import get_unique_sym_struct_index_clusters, get_unique_sym, get_unique_sym_structs, get_unique_sym_struct_indices, get_occupied_sites
from pynta.utils import get_unique_sym_struct_index_clusters, get_unique_sym, get_unique_sym_structs, get_unique_sym_struct_indices, get_occupied_sites, sites_match
from pynta.calculator import run_harmonically_forced_xtb
from rdkit import Chem
from copy import deepcopy
Expand Down

0 comments on commit 1827d25

Please sign in to comment.