Author Topic: Optimization in OneProbe Configuration  (Read 659 times)

0 Members and 1 Guest are viewing this topic.

Offline jalmeida

  • Heavy QuantumATK user
  • ***
  • Posts: 30
  • Country: fr
  • Reputation: 0
    • View Profile
Optimization in OneProbe Configuration
« on: November 21, 2023, 15:35 »
Hello  :)

I am trying to optimize a system surface+molecule using SurfaceConfiguration instead of slab method. However, I don't know the right way to proceed for the optimization. The calculator needs to be DeviceLCAOCalculator, but for optimization seems that I cannot use OptimizeDeviceConfiguration class. If I use the OptimizeGeometry I still need add constrains by myself to fix the atoms from left electrode and the electrode repetition?

For writing the input, comparing with two probe configuration script, the only difference is the boundary conditions, right?

Best,
Joseane


Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5416
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Optimization in OneProbe Configuration
« Reply #1 on: December 1, 2023, 21:06 »
Yes, I suppose you have to do this manually, and the procedure you indicated is correct. Probably the boundary conditions are not too critical for the geometry optimization, so it might be easier to use FFT anyway, provided you have enough vacuum above the surface.

Offline jalmeida

  • Heavy QuantumATK user
  • ***
  • Posts: 30
  • Country: fr
  • Reputation: 0
    • View Profile
Re: Optimization in OneProbe Configuration
« Reply #2 on: December 15, 2023, 11:36 »

I got it, Thank you!