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'
It seems the Jupyter notebook example is missing lines for
self.thermal_annealandself.relaxin the second cell. Without these lines, I get this error:or