Skip to content

Commit

Permalink
modify the output of path
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhu2017 committed Jan 15, 2022
1 parent 70c4d5d commit cb16eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxtal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@ def get_transition(self, ref_struc, d_tol=1.0, d_tol2=0.3, N_images=2, max_path=
if Skipped > 0:
print("Warning: ignore some solutions: ", Skipped)

return None, None, None, None
return None, None, None, p

def get_transition_by_path(self, ref_struc, path, d_tol, d_tol2=0.5, N_images=2):
"""
Expand Down

0 comments on commit cb16eeb

Please sign in to comment.