Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Feb 22, 2024
1 parent 044989b commit 2e22d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyrho/charge_density.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def get_matched_structure_mapping(
temp = s2.copy().make_supercell(sc)
ii, jj = 0, mapping[0]
vec = np.round(sc_struct[ii].frac_coords - temp[jj].frac_coords)
return sc, vec
return sc, t + vec


def get_volumetric_like_sc(
Expand Down

0 comments on commit 2e22d27

Please sign in to comment.