Author Topic: How to specify theta for specific atoms?  (Read 2388 times)

0 Members and 1 Guest are viewing this topic.

Offline Mausumi Chattopadhyaya

  • Regular QuantumATK user
  • **
  • Posts: 10
  • Country: in
  • Reputation: 0
    • View Profile
How to specify theta for specific atoms?
« on: November 22, 2013, 13:33 »
Hi,
I want to perform a noncollinear calculation by specifying theta only for two atoms. Because in my system the total spin polarization is confined only on the two atoms and rest of the atoms are not spin polarized at all (I have a molecule of 78 atoms). I found in the example of noncollinear calculation that the theta have been mentioned for all the atoms of the central region sequentially. Could you please tell me how can I define the theta for only for two particular atoms? whether it is feasible or not? If yes what will be the exact script file.
Waiting for your reply.
Thanks in advance.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5576
  • Country: dk
  • Reputation: 96
    • View Profile
    • QuantumATK at Synopsys
Re: How to specify theta for specific atoms?
« Reply #1 on: November 22, 2013, 15:22 »
The Reference Manual describes the required syntax quite detailed: http://quantumwise.com/documents/manuals/latest/ReferenceManual/index.html/ref.initialspin.html You need something like
Code: python
InitialSpin(scaled_spins=[(index1, scaled spin1, theta1, phi1), (index2, scaled spin2, theta2, phi2)])