Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Dec 7, 2023
1 parent 9d925d1 commit 57d5a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynta/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def f(a):
print("Optimized a: {}".format(out.x))
return out.x
else:
options={"gtol":1e-10}
options={"gtol":1e-8,'xrtol':0.001}
def f(a):
slab = bulk(metal,surface_type[:3],a=a[0],c=a[1])
slab.calc = soft
Expand Down

0 comments on commit 57d5a6d

Please sign in to comment.