You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the Jupyter notebook example is missing lines for self.thermal_anneal and self.relax in the second cell. Without these lines, I get this error:
AttributeError: 'Parameters' object has no attribute 'thermal_anneal'
or
AttributeError: 'Parameters' object has no attribute 'relax'
The text was updated successfully, but these errors were encountered:
It seems the Jupyter notebook example is missing lines for
self.thermal_anneal
andself.relax
in the second cell. Without these lines, I get this error:or
The text was updated successfully, but these errors were encountered: