Skip to content

Commit

Permalink
Update accuracy for the site matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Oct 7, 2023
1 parent 67f2399 commit d382645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightshow/pymatgen_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_inequivalent_site_info(structure):
}


def get_supercell_indexes_matching_primitive(prim, sc, compare=10, r=5.0):
def get_supercell_indexes_matching_primitive(prim, sc, compare=20, r=10.0):
info_prim = get_inequivalent_site_info(prim)
info_sc = get_inequivalent_site_info(sc)

Expand Down

0 comments on commit d382645

Please sign in to comment.