Author Topic: optimization  (Read 3199 times)

0 Members and 1 Guest are viewing this topic.

Aadhityan

  • Guest
optimization
« on: June 21, 2016, 13:30 »
How to get global minimum structure for device?

Offline zh

  • QuantumATK Support
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 1141
  • Reputation: 24
    • View Profile
Re: optimization
« Reply #1 on: June 22, 2016, 01:51 »
"global minimum structure for device"
The global minimum search for a device structure is quite challenging because of two reasons: 1) the efficiency of optimization algorithm; 2) the computational cost if you use the DFT method for the local optimization of a structure.

At the present stage, no global minimum optimization method is implemented in the ATK for device.  Depending on the device problem you want to study, you may construct different device models according to your physics intuition  and then do the local optimization for each device configuration to find out the best one. This may be a feasible way.

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: optimization
« Reply #2 on: June 22, 2016, 08:30 »
We do have a tutorial on advanced device optimization: http://docs.quantumwise.com/tutorials/device_relaxation.html. The so-called 1DMIN method explicitly searched for the global minimium-energy device geometry (atom positions, central region length).

Aadhityan

  • Guest
Re: optimization
« Reply #3 on: June 23, 2016, 13:28 »
Actually I am using two probe device.We use Cobalt for electrodes and some organic molecule as central region. Is it necessary to get global minimum? How to check my system is in global minimum or not?

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: optimization
« Reply #4 on: June 27, 2016, 08:49 »
In this context, global energy minimum means that your structure is at the geometry that minimizes the total energy. There are a few main ways to check this:
- If there are large forces on atoms, the structure needs geometry optimization (force minimization).
- If you chenge the length of the device central region just a little bit, and then relax the atoms, you will see if this leads to a lower total energy.

The 1DMIN method does the above automatically, but is not always needed. In particular, if the device was carefully made from relaxed "building blocks" you probably don't need to consider the central region length, so perhaps only relax forces on atoms.

Aadhityan

  • Guest
Re: optimization
« Reply #5 on: April 8, 2017, 19:59 »
If i get no negative phonon vibration means, my device is in global minumum?

Offline Petr Khomyakov

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 1290
  • Country: dk
  • Reputation: 25
    • View Profile
Re: optimization
« Reply #6 on: April 10, 2017, 09:45 »
Getting no negative frequencies do not guarantee that the device structure is the most stable one, i.e., the total energy minimum found corresponds to the global minimum. In general, it only tells you that the structure is not at the saddle point, i.e., far from a phase transition.

Note that negative frequencies may also be an artifact of the calculation, e.g., using improper pseudopotentials can give rise to an inaccurate calculation of forces acting on atoms in the system.       

Aadhityan

  • Guest
Re: optimization
« Reply #7 on: April 21, 2017, 18:54 »
 Thanks for your replies Petr Khomyakov, Jess Wellendorff and zh.