Author Topic: what's the meaning of this error?  (Read 2356 times)

0 Members and 1 Guest are viewing this topic.

Offline youngjfly

  • Heavy QuantumATK user
  • ***
  • Posts: 30
  • Reputation: 0
    • View Profile
what's the meaning of this error?
« on: May 15, 2010, 02:57 »
Traceback (most recent call last):
  File "opt_CoFe.py", line 99, in ?
    runtime_parameters = runtime_params
NLInternalError: Quasi Newton minimization unable to reach minimum with given force tolerance.


after optimizing the geometry,here comes the error.i don't know what to do .
somebody help me ,thanks very much

Offline Nordland

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 812
  • Reputation: 18
    • View Profile
Re: what's the meaning of this error?
« Reply #1 on: May 16, 2010, 22:00 »
It means that it was not possible to relaxe the system to the degree specified. Meaning that after all the relaxation steps the forces are still larger than the criteria specified by you.

Offline youngjfly

  • Heavy QuantumATK user
  • ***
  • Posts: 30
  • Reputation: 0
    • View Profile
Re: what's the meaning of this error?
« Reply #2 on: May 19, 2010, 14:01 »
thank you N