Skip to content

Commit

Permalink
fix bug in common
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhu2017 committed Sep 3, 2024
1 parent a5224ed commit f03d218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxtal/optimize/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def load_reference_from_db(db_name, code=None):
lat = xtal.lattice
tag = code.lower()
args.append((smile, wdir, sg, tag, chm_info, comp, lat, pmg0, wt, spg, N_torsion))
return args
return args



Expand Down

0 comments on commit f03d218

Please sign in to comment.