<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
How about I want convert ABINIT to QE&nbsp; (Abdulmutta&nbsp; Thatribud)<BR>&nbsp;<BR>&gt; From: pw_forum-request@pwscf.org<BR>&gt; Subject: Pw_forum Digest, Vol 29, Issue 44<BR>&gt; To: pw_forum@pwscf.org<BR>&gt; Date: Tue, 17 Nov 2009 15:18:01 +0100<BR>&gt; <BR>&gt; Send Pw_forum mailing list submissions to<BR>&gt; pw_forum@pwscf.org<BR>&gt; <BR>&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; http://www.democritos.it/mailman/listinfo/pw_forum<BR>&gt; or, via email, send a message with subject or body 'help' to<BR>&gt; pw_forum-request@pwscf.org<BR>&gt; <BR>&gt; You can reach the person managing the list at<BR>&gt; pw_forum-owner@pwscf.org<BR>&gt; <BR>&gt; When replying, please edit your Subject line so it is more specific<BR>&gt; than "Re: Contents of Pw_forum digest..."<BR>&gt; <BR>&gt; <BR>&gt; Today's Topics:<BR>&gt; <BR>&gt; 1. Re: makov-payne or ee (Stefano de Gironcoli)<BR>&gt; 2. Constraints HOWTO (Jairo Arbey Rodriguez Martinez)<BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Tue, 17 Nov 2009 12:17:21 +0100<BR>&gt; From: Stefano de Gironcoli &lt;degironc@sissa.it&gt;<BR>&gt; Subject: Re: [Pw_forum] makov-payne or ee<BR>&gt; To: PWSCF Forum &lt;pw_forum@pwscf.org&gt;<BR>&gt; Message-ID: &lt;4B028641.80204@sissa.it&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>&gt; <BR>&gt; Sorry for my previous message.<BR>&gt; Lorenzo is right. Makov Payne correction is only implemented for ibrav = <BR>&gt; 1,2,3<BR>&gt; stefano<BR>&gt; <BR>&gt; Lorenzo Paulatto wrote:<BR>&gt; &gt; Replying to message "[Pw_forum] makov-payne or ee" from ali kazempour <BR>&gt; &gt; (17/11/09):<BR>&gt; &gt; <BR>&gt; &gt;&gt; I want to do charged calculation in a supercell that is not cubic. I saw <BR>&gt; &gt;&gt; esspresso can do makov-payne by " asuume_isolated=.true' in periodic <BR>&gt; &gt;&gt; boundary condition and also do ee in open boundary condition. Since my <BR>&gt; &gt;&gt; supercell is not cubic how can I use makov-payne for non-cubic <BR>&gt; &gt;&gt; supercell.?<BR>&gt; &gt;&gt; <BR>&gt; &gt;<BR>&gt; &gt; No, Makov-Payne correction is only implemented for cubic lattices <BR>&gt; &gt; (ibrav=1,2,3).<BR>&gt; &gt;<BR>&gt; &gt; MP correction is based on the analytic summation of dipole and quadrupole <BR>&gt; &gt; terms it is in principle extendible to any kind of lattice. You "only" <BR>&gt; &gt; have to compute the analytical integrals and plug the expressions in the <BR>&gt; &gt; code, if you are willing to contribute the analytical part, I'm willing to <BR>&gt; &gt; give support for the implementation.<BR>&gt; &gt;<BR>&gt; &gt; regards<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 2<BR>&gt; Date: Tue, 17 Nov 2009 09:17:58 -0500<BR>&gt; From: Jairo Arbey Rodriguez Martinez &lt;jarodriguezm@bt.unal.edu.co&gt;<BR>&gt; Subject: [Pw_forum] Constraints HOWTO<BR>&gt; To: PWSCF Forum &lt;pw_forum@pwscf.org&gt;<BR>&gt; Message-ID:<BR>&gt; &lt;74d8a4ef0911170617m1130f748m856f82b511d69c6b@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; Dear Dr. Carlo Sbraccia and users<BR>&gt; <BR>&gt; I am making a constraint that forces an atom to move on a plane<BR>&gt; defined by A*x + B*y +C*z = D, where (x,y,z) is the position of the<BR>&gt; atom. I have followed the detailed instructions of the manual<BR>&gt; "constraints_HOWTO.pdf", but what I made does not work. The atom moves<BR>&gt; freely. I attach the two modules read_cards.f90 and<BR>&gt; constrains_module.f90 with the new constraint, and I hope to get help.<BR>&gt; The code compiles, links and executes well, but the constraint does<BR>&gt; not work.<BR>&gt; <BR>&gt; The lines in the input are:<BR>&gt; --------------------------------------------------------------<BR>&gt; CONSTRAINTS<BR>&gt; 1 0.5D-6<BR>&gt; mov_on_plane 1 -6.178444739 2.007498388 0.000000000 0.000000000<BR>&gt; --------------------------------------------------------------<BR>&gt; Some lines of the output are:<BR>&gt; Waiting for input...<BR>&gt; Reading 1 constraints; tolerance: 0.000000<BR>&gt; 1) atom 1 is restricted to move on the plane/line<BR>&gt; -6.17844474 * X + 2.00749839 * Y + 0.00000000 * Z =<BR>&gt; 0.00000000<BR>&gt; ...<BR>&gt; ... constr target set (n= 1) = T<BR>&gt; constr_target on atom 1 = 0.00000000<BR>&gt; ...<BR>&gt; ...<BR>&gt; ---------------------------------------------------------------<BR>&gt; After that, nothing is mentioned in the output about the constraint.<BR>&gt; The scf cycles and the relaxation of the ions seem normal. Thanks in<BR>&gt; advance for your help<BR>&gt; -- <BR>&gt; Jairo Arbey Rodr?guez M.<BR>&gt; -------------- next part --------------<BR>&gt; A non-text attachment was scrubbed...<BR>&gt; Name: read_cards.f90<BR>&gt; Type: text/x-fortran<BR>&gt; Size: 87831 bytes<BR>&gt; Desc: not available<BR>&gt; Url : http://www.democritos.it/pipermail/pw_forum/attachments/20091117/45b29006/attachment.bin <BR>&gt; -------------- next part --------------<BR>&gt; A non-text attachment was scrubbed...<BR>&gt; Name: constraints_module.f90<BR>&gt; Type: text/x-fortran<BR>&gt; Size: 53741 bytes<BR>&gt; Desc: not available<BR>&gt; Url : http://www.democritos.it/pipermail/pw_forum/attachments/20091117/45b29006/attachment-0001.bin <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; Pw_forum mailing list<BR>&gt; Pw_forum@pwscf.org<BR>&gt; http://www.democritos.it/mailman/listinfo/pw_forum<BR>&gt; <BR>&gt; <BR>&gt; End of Pw_forum Digest, Vol 29, Issue 44<BR>&gt; ****************************************<BR>                                               <br /><hr />Windows 7 ใหม่: ค้นหาพีซีที่เหมาะสมกับคุณ <a href='http://windows.microsoft.com/shop' target='_new'>เรียนรู้เพิ่มเติม</a></body>
</html>