Page 1 of 1

'Selective dynamics' problem

Posted: Mon Jun 04, 2012 1:33 pm
by b-jour
Hi everyone

I'm new to VASP, trying to relax a structure with "Selective dynamics"
I've tried to run the simulation without the 'selective dynamics' tag and everything seems to work fine.
When the 'selective dynamics' tag is turned on, I get this in the .log file :

------------
POSCAR found : 2 types and 48 ions
No initial positions read in
------------

It seems that I have a trouble with the POSCAR format.

here is the beginning of the POSCAR file:

------------
structure 1
2.5
1 0 0
0 1 0
0 0 11.2
32 16
Selective Dynamics
Direct
0.25 0.25 0.16517857 T T T
0.75 0.75 0.16517857 T T T
0.25 0.75 0.20982143 T T T
0.75 0.25 0.20982143 T T T
0.25 0.25 0.25446429 T T T
0.75 0.75 0.25446429 T T F
0.25 0.75 0.29910714 T T F
0.75 0.25 0.29910714 T T F
------------

Thanks for your precious help

'Selective dynamics' problem

Posted: Mon Jun 04, 2012 3:40 pm
by alex
Try a '.' behind your integers ...

'Selective dynamics' problem

Posted: Mon Jun 04, 2012 6:15 pm
by b-jour
Thanks Alex, unfortunately adding the '.' at the end of the integers didn't change anything, it gives to me the same error : "No initial positions read in"

'Selective dynamics' problem

Posted: Tue Jun 05, 2012 5:01 am
by b_lack
I'm not too sure about your input is it full input file or not (to prevent too long message), but seem to be 32+16 = 48 ions but you only write 8 ionic positions, wheres the other 40?

May be that error told us that vasp need more input to achieve 32 16 number of ions code, may be you forget to change the number of ions, but this is just may be, ^_^

'Selective dynamics' problem

Posted: Tue Jun 05, 2012 9:29 am
by b-jour
Thank you b_lack, indeed i remove the 40 last ionic positions for shorter post. The number of ions is good as it works perfectly without 'selective dynamics' on. I get the structure i wanted as shown by VMD.

'Selective dynamics' problem

Posted: Fri Jun 08, 2012 10:05 am
by b-jour
I'm not sure to understand the meaning of this sentence :
Mind: The 'Selective dynamics' input tag is optional: The seventh line supplies the switch between cartesian and direct lattice if the 'Selective dynamics' tag is omitted.

do my problem could come from this?

'Selective dynamics' problem

Posted: Fri Jun 08, 2012 11:48 am
by b_lack
I not too sure, ..I never experiences something like that, but I'm curious about your ISIF-tag, which one did you use?

'Selective dynamics' problem

Posted: Fri Jun 08, 2012 12:19 pm
by gevolo
Hello, your POSCAR seems fine. You should check first that you have 48 lines of coordinates (quite obvious, but might happen by mistake) and also that there are no any TAB between coords etc, only spaces.
Hope it helps.
George
<span class='smallblacktext'>[ Edited Fri Jun 08 2012, 12:21PM ]</span>

'Selective dynamics' problem

Posted: Sun Jun 10, 2012 10:09 pm
by b-jour
Hy!
@b_lack : I use ISIF=0
I choose that to avoid waste of time for calculating the stress tensor. Should I put ISIF=2?

@gevolo : Im actualy looking but their is 48 lines coordinates for sure. And the structure is constructed from a pyhton script where the separators are only spaces.
The weird fact is that without the 'selective dynamics' tag-on VASP was able to read the POSCAR positions.

'Selective dynamics' problem

Posted: Mon Jun 11, 2012 1:26 pm
by b_lack
How about try ISIF=2 and see what happen. in case its running may be those are the cause, but in case still not running we need to investigate another things, ^_^

'Selective dynamics' problem

Posted: Mon Jun 11, 2012 10:41 pm
by b-jour
Hy everyone,

I want to thank you all for your help, I found the answer, it's really silly and i feel bad for taking your time.
I forgot one F in one of the last lines.
now everything seems to work perfectly

All my apologies for taking your precious and helpful time!