Author Topic: Configuration has atoms in (nearly) identical positions  (Read 2599 times)

0 Members and 1 Guest are viewing this topic.

Offline Hassan

  • Regular QuantumATK user
  • **
  • Posts: 21
  • Country: ca
  • Reputation: 0
    • View Profile
Configuration has atoms in (nearly) identical positions
« on: November 17, 2013, 21:03 »
I am trying to use DFT to calculate transmission spectrum. I run into this error:

** Back Engine Exception : The configuration has atoms in (nearly) identical positions.
** Location of Exception : symmetryoperations.h:189

I don't know why, since I generated the geometry using the builder and I am quite sure the atoms are spaced nicely.

I would like to know how I can find out which atoms are overlapping since there are quite a few in my geometry (215 in the device part) and how to debug this efficiently...

The structure I am trying to simulate is attached in the file.


Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5576
  • Country: dk
  • Reputation: 96
    • View Profile
    • QuantumATK at Synopsys
Re: Configuration has atoms in (nearly) identical positions
« Reply #1 on: November 17, 2013, 23:29 »
To find the overlapping neighbors, open the structure in the Builder and use Select>Close Neighbors. You will find that you have a layer at the top of the structure (in Y) which is equivalent to the bottom layer. Perhaps you meant to add a bit more vacuum in Y + gate electrodes.

Also your electrodes are too short in the Z direction - see http://quantumwise.com/publications/tutorials/mini-tutorials/99. You should double them.

Offline Hassan

  • Regular QuantumATK user
  • **
  • Posts: 21
  • Country: ca
  • Reputation: 0
    • View Profile
Re: Configuration has atoms in (nearly) identical positions
« Reply #2 on: November 17, 2013, 23:42 »
Thank you for the prompt response! I'll fix those problems.