<div dir="ltr"><span style="font-family:arial,helvetica,sans-serif;font-size:13px">Frankly, I don't know how to extract these information! I attached output file here. </span><br style="font-family:arial,helvetica,sans-serif;font-size:13px"><span style="font-family:arial,helvetica,sans-serif;font-size:13px">I need LSD because the calculation done by VASP was spin polarized. </span><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 13, 2017 at 12:10 PM, <span dir="ltr"><<a href="mailto:hut...@chem.uzh.ch" target="_blank">hut...@chem.uzh.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
you still didn't answer my question:<br>
<span class=""><br>
is your 'long' simulation time caused by:<br>
<br>
- slow convergence of geometry optimization<br>
</span> ==> Numbers please.<br>
<span class="">- slow convergence of SCF<br>
</span> ==> How many iterations? Did it converge at all?<br>
<span class="">- high CPU time per SCF cycle?<br>
</span> ==> Give us some numbers. It is impossible to say something<br>
without having any information.<br>
<span class=""><br>
Do you really need LSD?<br>
<br>
regards<br>
<br>
</span><span class="">------------------------------<wbr>------------------------------<wbr>--<br>
Juerg Hutter <wbr> Phone : <a href="tel:%2B%2B41%2044%20635%204491" value="+41446354491">++41 44 635 4491</a><br>
Institut für Chemie C FAX : <a href="tel:%2B%2B41%2044%20635%206838" value="+41446356838">++41 44 635 6838</a><br>
</span>Universität Zürich E-<wbr>mail: <a href="mailto:hut...@chem.uzh.ch">hut...@chem.uzh.ch</a><br>
<span class="">Winterthurerstrasse 190<br>
CH-8057 Zürich, Switzerland<br>
------------------------------<wbr>------------------------------<wbr>---<br>
<br>
</span><span class="">-----<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a> wrote: -----To: cp2k <<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>><br>
From: Amin<br>
Sent by: <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a><br>
</span>Date: 03/13/2017 12:07PM<br>
Subject: Re: [CP2K:8808] very long calculation time<br>
<br>
To add up some thing: I think that is because of the slow convergence of the SCF.The interesting point is that with 48 atoms in my supercell, SCF converged in less than one hour! but now with 192 atoms, it takes more than a week (even more!, because it hasn't converged yet!)<br>
<br>
On Monday, March 13, 2017 at 11:57:14 AM UTC+1, Amin wrote:Thank you very much for your swift reply.I am replicating a calculation that has been done previously by VASP. at first I tried to calculate adsorption energy with 48 atoms in my supercell, but there was a major difference between my results and the previous one. Then I modified my structure to include more atoms. I'll try to apply your suggestions but I also attach my complete input file in case that it might help to give a better perspective. -Because of this point that calculation stopped after reaching the wall-time, I set the new input file to use the Restart wave-function. But I'm not sure that it's been done correctly! Sorry if my questions are so rudimentary! <br>
<span class="">I sincerely appreciate your time and considerations.<br>
<br>
</span>&GLOBAL PROJECT Chemisorption-newconf RUN_TYPE GEO_OPT PRINT_LEVEL LOW EXTENDED_FFT_LENGTHS&END GLOBAL<br>
&FORCE_EVAL METHOD Quickstep &DFT WFN_RESTART_FILE_NAME Chemisorption-newconf-RESTART.<wbr>wfn BASIS_SET_FILE_NAME BASIS_MOLOPT POTENTIAL_FILE_NAME GTH_POTENTIALS LSD CHARGE 0 MULTIPLICITY 1 &MGRID CUTOFF 800 REL_CUTOFF 60 &END MGRID &QS METHOD GPW EPS_DEFAULT 1.0E-12 &END QS &POISSON PERIODIC XYZ &END POISSON &SCF SCF_GUESS RESTART EPS_SCF 1.0E-6 MAX_SCF 100 &OT PRECONDITIONER FULL_ALL MINIMIZER CG &END OT &OUTER_SCF MAX_SCF 20 EPS_SCF 1.0E-6 &END OUTER_SCF &END SCF &XC &XC_FUNCTIONAL PBE &END XC_FUNCTIONAL &VDW_POTENTIAL DISPERSION_FUNCTIONAL PAIR_POTENTIAL &PAIR_POTENTIAL TYPE DFTD3(BJ) REFERENCE_FUNCTIONAL PBE CALCULATE_C9_TERM .FALSE. PARAMETER_FILE_NAME dftd3.dat R_CUTOFF 15.0 &END PAIR_POTENTIAL &END VDW_POTENTIAL &END XC &END DFT<br>
&SUBSYS &CELL ABC 15.138 15.138 30.0000 PERIODIC XYZ &END CELL &TOPOLOGY COORD_FILE_FORMAT XYZ COORD_FILE_NAME ./Anatase001-192.xyz &END &KIND C ELEMENT C BASIS_SET DZVP-MOLOPT-SR-GTH POTENTIAL GTH-PBE-q4 &END KIND &KIND Ti ELEMENT Ti BASIS_SET DZVP-MOLOPT-SR-GTH POTENTIAL GTH-PBE-q12 &END KIND &KIND O ELEMENT O BASIS_SET DZVP-MOLOPT-SR-GTH POTENTIAL GTH-PBE-q6 &END KIND &END SUBSYS &PRINT &TOTAL_NUMBERS ON &END TOTAL_NUMBERS &END PRINT&END FORCE_EVAL&MOTION &GEO_OPT OPTIMIZER BFGS MAX_FORCE 4.50000000E-004 &END &CONSTRAINT &FIXED_ATOMS LIST 0..95 &END FIXED_ATOMS &END CONSTRAINT&END MOTION<br>
<div><div class="h5">On Monday, March 13, 2017 at 11:35:58 AM UTC+1, jgh wrote:Hi<br>
<br>
<br>
<br>
is your 'long' simulation time caused by:<br>
<br>
<br>
<br>
- slow convergence of geometry optimization<br>
<br>
- slow convergence of SCF<br>
<br>
- high CPU time per SCF cycle?<br>
<br>
<br>
<br>
To improve CPU time per SCF I would suggest (guessing without<br>
<br>
knowing your full input)<br>
<br>
- use only MOLOPT-SR basis sets<br>
<br>
- reduce EPS_DEFAULT to 1.e-10<br>
<br>
- Preconditioner -> FULL_SINGLE_INVERSE<br>
<br>
<br>
<br>
Do you really need LSD?<br>
<br>
<br>
<br>
regards<br>
<br>
<br>
<br>
Juerg Hutter<br>
<br>
------------------------------<wbr>------------------------------<wbr>--<br>
<br>
Juerg Hutter <wbr> Phone : <a href="tel:%2B%2B41%2044%20635%204491" value="+41446354491">++41 44 635 4491</a><br>
<br>
Institut für Chemie C FAX : <a href="tel:%2B%2B41%2044%20635%206838" value="+41446356838">++41 44 635 6838</a><br>
<br>
Universität Zürich E-<wbr>mail: <a href="mailto:hut...@chem.uzh.ch">hut...@chem.uzh.ch</a><br>
<br>
Winterthurerstrasse 190<br>
<br>
CH-8057 Zürich, Switzerland<br>
<br>
------------------------------<wbr>------------------------------<wbr>---<br>
<br>
<br>
<br>
-----<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a> wrote: -----To: cp2k <<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>><br>
<br>
From: Amin<br>
<br>
Sent by: <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a><br>
<br>
Date: 03/13/2017 10:28AM<br>
<br>
Subject: [CP2K:8806] very long calculation time<br>
<br>
<br>
<br>
Hi all,I am trying to calculate the adsorption energy of co2 on Tio2 surface (with 192 atoms in my supercell). but the problem is that it takes too long time to be calculated. I'm using 80 processors (2.8 GHz - each) but as I set the wall time for 7 days, it reached that wall time and calculations stopped. I have done similar calculations for fewer atoms (48,98) in super cell but in those cases (even with fewer CPUs) it takes at most 1 day to calculate everything. Because I'm a beginner in CP2K, I don't have any idea weather this amount of time for calculation is reasonable. I have attached critical parts of my input file. I will be grateful if someone gives a comment regarding my question.- Any suggestion for decreasing the calculation time with the same number of atoms is warmly appreciated.. :)<br>
<br>
&GLOBAL PROJECT Ch RUN_TYPE GEO_OPT PRINT_LEVEL LOW EXTENDED_FFT_LENGTHS&END GLOBAL<br>
<br>
&FORCE_EVAL METHOD Quickstep &DFT BASIS_SET_FILE_NAME BASIS_MOLOPT POTENTIAL_FILE_NAME GTH_POTENTIALS LSD CHARGE 0 MULTIPLICITY 1 &MGRID CUTOFF 800 REL_CUTOFF 60 &END MGRID &QS METHOD GPW EPS_DEFAULT 1.0E-12 &END QS &POISSON PERIODIC XYZ &END POISSON &SCF SCF_GUESS ATOMIC EPS_SCF 1.0E-6 MAX_SCF 100 &OT PRECONDITIONER FULL_ALL MINIMIZER CG &END OT &OUTER_SCF MAX_SCF 20 EPS_SCF 1.0E-6 &END OUTER_SCF &END SCF &XC &XC_FUNCTIONAL PBE &END XC_FUNCTIONAL &VDW_POTENTIAL DISPERSION_FUNCTIONAL PAIR_POTENTIAL &PAIR_POTENTIAL TYPE DFTD3(BJ) REFERENCE_FUNCTIONAL PBE CALCULATE_C9_TERM .FALSE. PARAMETER_FILE_NAME dftd3.dat R_CUTOFF 15.0 &END PAIR_POTENTIAL &END VDW_POTENTIAL &END XC &END DFT<br>
<br>
&SUBSYS &CELL ABC 15.138 15.138 30.0000 PERIODIC XYZ &END CELL &TOPOLOGY COORD_FILE_FORMAT XYZ COORD_FILE_NAME ./Anatase001-192.xyz &END<br>
<br>
&END FORCE_EVAL&MOTION &GEO_OPT OPTIMIZER BFGS MAX_FORCE 4.50000000E-004 &END &CONSTRAINT &FIXED_ATOMS LIST 0..95 &END FIXED_ATOMS &END CONSTRAINT&END MOTION<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
<br>
<br>
<br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
<br>
<br>
<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k%2...@googlegroups.com">cp2k+...@googlegroups.com</a>.<br>
<br>
<br>
<br>
To post to this group, send email to <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>.<br>
<br>
<br>
<br>
Visit this group at <a href="https://groups.google.com/group/cp2k" rel="noreferrer" target="_blank">https://groups.google.com/<wbr>group/cp2k</a>.<br>
<br>
<br>
<br>
For more options, visit <a href="https://groups.google.com/d/optout" rel="noreferrer" target="_blank">https://groups.google.com/d/<wbr>optout</a>.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
<br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
<br>
</div></div>To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+unsubscribe@googlegroups.<wbr>com</a>.<br>
<div class="HOEnZb"><div class="h5"><br>
To post to this group, send email to <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>.<br>
<br>
Visit this group at <a href="https://groups.google.com/group/cp2k" rel="noreferrer" target="_blank">https://groups.google.com/<wbr>group/cp2k</a>.<br>
<br>
For more options, visit <a href="https://groups.google.com/d/optout" rel="noreferrer" target="_blank">https://groups.google.com/d/<wbr>optout</a>.<br>
<br>
<br>
--<br>
You received this message because you are subscribed to a topic in the Google Groups "cp2k" group.<br>
To unsubscribe from this topic, visit <a href="https://groups.google.com/d/topic/cp2k/EFggHvw_Rdw/unsubscribe" rel="noreferrer" target="_blank">https://groups.google.com/d/<wbr>topic/cp2k/EFggHvw_Rdw/<wbr>unsubscribe</a>.<br>
To unsubscribe from this group and all its topics, send an email to <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+unsubscribe@googlegroups.<wbr>com</a>.<br>
To post to this group, send email to <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>.<br>
Visit this group at <a href="https://groups.google.com/group/cp2k" rel="noreferrer" target="_blank">https://groups.google.com/<wbr>group/cp2k</a>.<br>
For more options, visit <a href="https://groups.google.com/d/optout" rel="noreferrer" target="_blank">https://groups.google.com/d/<wbr>optout</a>.<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div style="color:rgb(0,0,0);font-family:Tahoma;font-size:13px">------------------------------------------------------------</div><div style="color:rgb(0,0,0);font-family:Tahoma;font-size:13px">Amin Jafarzadeh</div><div style="color:rgb(0,0,0);font-family:Tahoma;font-size:13px">PhD Candidate,</div><div style="color:rgb(0,0,0);font-family:Tahoma;font-size:13px"><span style="font-size:13.3333px">Research Group <a href="https://www.uantwerpen.be/en/rg/plasmant/" style="color:rgb(17,85,204)" target="_blank">PLASMANT</a>, University of Antwerp</span><br style="font-size:13.3333px"><span style="font-size:13.3333px">Universiteitplein 1, BE-2610 Antwerp, Belgium</span></div><div style="color:rgb(0,0,0);font-family:Tahoma;font-size:13px"><span style="font-size:13.3333px">Tel: <a href="tel:%2B32-32652364" value="+3232652364" style="color:rgb(17,85,204)" target="_blank">+32-32652364</a></span></div><div style="color:rgb(0,0,0);font-family:Tahoma;font-size:13px"><span style="font-size:13.3333px">Fax: <a href="tel:%2B32-32652343" value="+3232652343" style="color:rgb(17,85,204)" target="_blank">+32-32652343</a></span></div></div></div></div></div></div></div></div></div></div>
</div>