Thanks you! It works like a charm.<br clear="all">
<br>[]&#39;s,<br><br>Camps<br>___<br><a href="http://www.brainyquote.com/quotes/authors/j/jonathan_swift.html" target="_blank">Jonathan Swift</a>  - &quot;May you live every day of your life.&quot;
<br><br><div class="gmail_quote">On Tue, Sep 15, 2009 at 1:13 PM, Giovanni Cantele <span dir="ltr">&lt;<a href="mailto:Giovanni.Cantele@na.infn.it">Giovanni.Cantele@na.infn.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">I. Camps wrote:<br>
&gt; Hello all!<br>
&gt;<br>
&gt; I would like to know which is the file format for reading XYZ<br>
&gt; coordinates from a file.<br>
&gt;<br>
&gt; I used the same format that works with PWgui without success.<br>
&gt;<br>
&gt; Here is the PWgui format:<br>
&gt;<br>
&gt; ATOMIC_POSITIONS angstroms<br>
&gt; Si -0.69570 3.71840 3.71840<br>
&gt; Si -1.51140 0.69570 1.51140<br>
&gt; Si -3.71840 1.51140 2.90270<br>
&gt; Si -2.90270 2.90270 0.69570<br>
&gt; Fe -2.81310 3.80800 2.81310<br>
&gt; Fe -3.80800 0.60610 0.60610<br>
&gt; Fe -1.60100 1.60100 3.80800<br>
&gt; Fe -0.60610 2.81310 1.60100<br>
&gt;<br>
</div></div>no success because this format is not XYZ. An XYZ files has the<br>
following format<br>
<br>
<br>
N<br>
<br>
symbol1  x1  y1  z1<br>
...<br>
simbolN  xN  yN  zN<br>
<br>
<br>
where N=number of atoms. Please consider that, if I&#39;m not wrong, the<br>
blank line betwee N and the atomic symbol/position lines is mandatory.<br>
<br>
So, what works in your case is:<br>
<div class="im"><br>
8<br>
<br>
Si -0.69570 3.71840 3.71840<br>
Si -1.51140 0.69570 1.51140<br>
Si -3.71840 1.51140 2.90270<br>
Si -2.90270 2.90270 0.69570<br>
Fe -2.81310 3.80800 2.81310<br>
Fe -3.80800 0.60610 0.60610<br>
Fe -1.60100 1.60100 3.80800<br>
<br>
<br>
<br>
</div>If you put this in a file, let&#39;s say myfile.xyz, the command &quot;xcrysden<br>
--xyz myfile.xyz&quot; should propertly work.<br>
<br>
Hope this helps,<br>
<br>
    Giovanni<br>
<br>
--<br>
<br>
<br>
<br>
Dr. Giovanni Cantele<br>
Coherentia CNR-INFM and Dipartimento di Scienze Fisiche<br>
Universita&#39; di Napoli &quot;Federico II&quot;<br>
Complesso Universitario di Monte S. Angelo - Ed. 6<br>
Via Cintia, I-80126, Napoli, Italy<br>
Phone: +39 081 676910<br>
Fax:   +39 081 676346<br>
E-mail: <a href="mailto:giovanni.cantele@cnr.it">giovanni.cantele@cnr.it</a><br>
        <a href="mailto:giovanni.cantele@na.infn.it">giovanni.cantele@na.infn.it</a><br>
Web: <a href="http://people.na.infn.it/%7Ecantele" target="_blank">http://people.na.infn.it/~cantele</a><br>
Research Group: <a href="http://www.nanomat.unina.it" target="_blank">http://www.nanomat.unina.it</a><br>
Skype contact: giocan74<br>
<br>
_______________________________________________<br>
XCrySDen mailing list<br>
<a href="mailto:XCrySDen@democritos.it">XCrySDen@democritos.it</a><br>
<a href="http://www.democritos.it/mailman/listinfo/xcrysden" target="_blank">http://www.democritos.it/mailman/listinfo/xcrysden</a><br>
</blockquote></div><br>