Author Topic: Optimize Cell Error  (Read 1009 times)

0 Members and 1 Guest are viewing this topic.

Offline physics

  • Heavy QuantumATK user
  • ***
  • Posts: 33
  • Country: se
  • Reputation: 0
    • View Profile
Optimize Cell Error
« on: January 5, 2024, 13:15 »
Hi,

I am getting below error while doing optimization. I am using version 2022.12.
TypeError: OptimizeGeometry() got an unexpected keyword argument 'optimize_cell' application

Thanks

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5411
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Optimize Cell Error
« Reply #1 on: January 5, 2024, 20:07 »
The optimize_cell keyword was implemented in 2022.03 so perhaps you are by mistake running the script with an older version of atkpython, even if the script is generated with a newer GUI version?

Offline physics

  • Heavy QuantumATK user
  • ***
  • Posts: 33
  • Country: se
  • Reputation: 0
    • View Profile
Re: Optimize Cell Error
« Reply #2 on: January 8, 2024, 10:59 »
Hi,

I am running in 2022.12 version.

Thanks

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5411
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Optimize Cell Error
« Reply #3 on: January 12, 2024, 21:03 »
That makes no sense, since this keywords is implemented in that version. Can you share the full script, and the full output?

Offline physics

  • Heavy QuantumATK user
  • ***
  • Posts: 33
  • Country: se
  • Reputation: 0
    • View Profile
Re: Optimize Cell Error
« Reply #4 on: January 15, 2024, 10:18 »
Hi,

PFA the full script and output.

Thanks

Offline pshinyeong

  • Regular QuantumATK user
  • **
  • Posts: 21
  • Country: kr
  • Reputation: 0
    • View Profile
Re: Optimize Cell Error
« Reply #5 on: January 15, 2024, 15:36 »
from the log file it looks like you are running on 2019.12 version.
Maybe adjust the path variable so that you are executing the script by 2022.12 version?

Offline filipr

  • QuantumATK Staff
  • Heavy QuantumATK user
  • *****
  • Posts: 73
  • Country: dk
  • Reputation: 6
  • QuantumATK developer
    • View Profile
Re: Optimize Cell Error
« Reply #6 on: January 15, 2024, 16:48 »
Note that the version of QuantumATK you have installed on your laptop may be different than the one installed on the cluster.

From the log file it is evident that you are running QuantumATK Q-2019.12-SP1[Build 2a77e01] on the cluster. If you have a newer version installed on the cluster you need to configure your jobs to use that in the machine settings, see: https://docs.quantumatk.com/tutorials/job_manager_remote/job_manager_remote.html

Offline physics

  • Heavy QuantumATK user
  • ***
  • Posts: 33
  • Country: se
  • Reputation: 0
    • View Profile
Re: Optimize Cell Error
« Reply #7 on: January 15, 2024, 18:00 »
Thank you for your reply. I will look into it.