I want to consider the spin effection, and do a Non-collinear calculation.I know I need set the initial magmom for each ion in x,yand z direction respectively,but I don't know what kind of the direction (Direct or Cartesian)? ?!
In addiation,the total atoms number is 156 after extend the chemical unit cell for constructing magnetic unit cell.Only 48 atoms need to be considered the magmom,I don't know How to set magmom? ?! I had heard that the maximum numgber of characters is 256,it may exceed the limitation.
Question about MAGMOM direction
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 17
- Joined: Thu Jun 08, 2006 1:40 am
Question about MAGMOM direction
Last edited by chenweiguang on Thu Jul 06, 2006 1:41 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
Question about MAGMOM direction
1) the direction of the MAGMOM's components are in cartesian co-ordinates
2) yes,the default version of subroutine RDATAB (in vasp.4.lib)
limits that string to 255 characters altogether. To be able to read
a longer string, please set
#define LONGCHAR
in subroutine RDATAB (drdatab.F) (in vasp.4.lib)
and re-compile the library and the code.
then the sting length is increased to 32767 characters
2) yes,the default version of subroutine RDATAB (in vasp.4.lib)
limits that string to 255 characters altogether. To be able to read
a longer string, please set
#define LONGCHAR
in subroutine RDATAB (drdatab.F) (in vasp.4.lib)
and re-compile the library and the code.
then the sting length is increased to 32767 characters
Last edited by admin on Fri Jul 07, 2006 11:29 am, edited 1 time in total.
-
- Newbie
- Posts: 1
- Joined: Wed May 16, 2007 2:59 pm
Question about MAGMOM direction
So there is no way of writing the magmoms in the format n*(xyz) ?
Last edited by ucfb on Fri May 18, 2007 9:30 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
Question about MAGMOM direction
no
Last edited by admin on Fri May 18, 2007 11:20 am, edited 1 time in total.