Author Topic: How do I save the GUI inteface in the QATK Script Generator  (Read 2468 times)

0 Members and 1 Guest are viewing this topic.

Offline cfdee001

  • Regular QuantumATK user
  • **
  • Posts: 6
  • Country: my
  • Reputation: 0
    • View Profile
Hi,

Anyone know how to save the GUI interface  in the QATK Script Generator so that I can easily change the parameters in the GUI mode for similar simulation with slightly different parameters?
Please see the attachment

Offline Petr Khomyakov

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 1290
  • Country: dk
  • Reputation: 25
    • View Profile
Re: How do I save the GUI inteface in the QATK Script Generator
« Reply #1 on: November 16, 2020, 14:49 »
You may use Templates in the GUI, as described in this guide, https://docs.quantumatk.com/guides/scripter/templates/templates.html.

Offline yeshizhuo

  • Regular QuantumATK user
  • **
  • Posts: 13
  • Country: cn
  • Reputation: 0
    • View Profile
Re: How do I save the GUI inteface in the QATK Script Generator
« Reply #2 on: December 22, 2020, 05:50 »
You may use Templates in the GUI, as described in this guide, https://docs.quantumatk.com/guides/scripter/templates/templates.html.

Hello, Petr!

May I use a script langugae to substitute the window operation? I guess there was a python object to do this and I could use it to generate a new scripte file for ATK. This function can really reduce the work for high-throughput screening.

Offline filipr

  • QuantumATK Staff
  • Heavy QuantumATK user
  • *****
  • Posts: 73
  • Country: dk
  • Reputation: 6
  • QuantumATK developer
    • View Profile
Re: How do I save the GUI inteface in the QATK Script Generator
« Reply #3 on: January 4, 2021, 10:47 »
Yes, all tasks in QuantumATK are evaluated through special Python scripts. You may save the script from the Script Generator (File > Save) and open it in any editor (or the built in editor in QuantumATK). To learn how to use Python scripts instead of the GUI see: https://docs.quantumatk.com/manual/Python.html

For information on how to configure the calculation through Python see https://docs.quantumatk.com/manual/NLRefMan.html, but the easiest is probably to do some changes in the GUI and save them as a Python script and see what was changed.