Skip to content

Commit

Permalink
Rename variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
greghjones committed Feb 20, 2024
1 parent d16c763 commit cdec387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysisyphus/calculators/CFOUR.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ def read_cfour_geom(out_fn):
if not mobj:
continue
geom.append(mobj.groups())
geom_3d = np.array(geom, dtype=float)
coords_3d = np.array(geom, dtype=float)

return geom_3d
return coords_3d


def rotate_gradient(gradient, coords_pysis_frame_3d, coords_comp_frame_3d):
Expand Down

0 comments on commit cdec387

Please sign in to comment.