Author Topic: geometric constraint  (Read 3935 times)

0 Members and 1 Guest are viewing this topic.

Offline rahulprajesh

  • Regular QuantumATK user
  • **
  • Posts: 23
  • Reputation: 0
    • View Profile
geometric constraint
« on: May 20, 2011, 11:01 »
Sir,
i've a two probe system with 36(left electrode)+(18+32+18)-central Region + 36(right electrode)
i want to constraint the electrode as well as electrod element in scattering region(as recommended in tutorials). i tried with
 geometric_constraints = range(0,53)+range(86,139)
it shows error ------ saying indices can't be more than 68.
--------------------------
tell me if my syntax is right or wrong ??
--------------------------

and one more thing is the indexing order same how they appear in script ?
--------------------------
Thank you.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5411
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: geometric constraint
« Reply #1 on: May 20, 2011, 11:41 »
You shouldn't count the electrode atoms. Since you are only relaxing the central region, the constraints refer to these atoms only. Yes, the indices correspond to the atoms, in the order they appear in the geometry definition.

Offline rahulprajesh

  • Regular QuantumATK user
  • **
  • Posts: 23
  • Reputation: 0
    • View Profile
Re: geometric constraint
« Reply #2 on: May 20, 2011, 11:56 »
You shouldn't count the electrode atoms. Since you are only relaxing the central region, the constraints refer to these atoms only. Yes, the indices correspond to the atoms, in the order they appear in the geometry definition.
so should i put it like--- range(36,53)+range(86,139) ?
----
one more doubt if leave the geometric constraint(VNL) text box blank what does it mean.?
----

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5411
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: geometric constraint
« Reply #3 on: May 20, 2011, 14:02 »
No, there are only 68 atoms in the central region that you can constrain.

But wait, is this for ATK 11.2? The system can't be valid in 11.2, if you have fewer atoms in the central region than in the two electrodes combined (see here).

So something is wrong here.

Offline rahulprajesh

  • Regular QuantumATK user
  • **
  • Posts: 23
  • Reputation: 0
    • View Profile
Re: geometric constraint
« Reply #4 on: May 20, 2011, 15:43 »
No, there are only 68 atoms in the central region that you can constrain.

But wait, is this for ATK 11.2? The system can't be valid in 11.2, if you have fewer atoms in the central region than in the two electrodes combined (see here).

So something is wrong here.

but sir the indices i mentioned here belong to the central region so why it's not correct ?

Offline Forum Administrator

  • Forum Administrator
  • Administrator
  • Heavy QuantumATK user
  • *****
  • Posts: 52
  • Country: dk
  • Reputation: 0
    • View Profile
    • QuantumATK at Synopsys
Re: geometric constraint
« Reply #5 on: May 21, 2011, 11:42 »
Yes but how many atoms in the central region? It seems to be 18+32+18=68, and that's why the index is not allowed to be larger than 67. But it's weird, because the electrodes have 32, so there is some mismatch somewhere. I can't say anything more without actually seeing the geometry.