Hello,
I tried setting the damping factor of my LCAO calculator to AdaptiveDampingFactor as shown below.
iteration_control_parameters = IterationControlParameters(
max_steps=200, damping_factor=AdaptiveDampingFactor
)
However, when I try to tun the script, AdaptiveDampingFactor does not seem to be recognized. I get the error below.
NL.ComputerScienceUtilities.Exceptions.NLValueError: The damping factor given to IterationControlParameters must be a floating value - e.g. 0.3 or 1e-6
NL.ComputerScienceUtilities.Exceptions.NLValueError: The damping factor given to IterationControlParameters must be a floating value - e.g. 0.3 or 1e-6
Is AdaptiveDampingFactor not supported anymore?
I would appreciate any suggestions on how to deal with this issue.
Thank you!