<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Dear Xiaoming, <div class=""><br class=""></div><div class="">beside the comments made I would like to add that the excessive usage of OUTER_LOOP </div><div class="">is not always a good idea. Re-preconditioning with an already well converged WF may also </div><div class="">lead to the behavior you observed, which is even more pronounced when diagonalization </div><div class="">based preconditions are employed. </div><div class="">In your case you may try to use the converged PBE-WF without OUTER_LOOP, or to </div><div class="">restart from the initial guess with MAX_SCF of the inner loop set between 25-50 steps. </div><div class=""><br class=""></div><div class="">Cheers, </div><div class="">Thomas</div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">Am 21.08.2019 um 17:12 schrieb <a href="mailto:hut...@chem.uzh.ch" class="">hut...@chem.uzh.ch</a>:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi<br class=""><br class="">looks to me to be a problem of numerical accuracy.<br class="">My first try would be to decrease EPS_SCHWARZ.<br class=""><br class="">regards<br class=""><br class="">Juerg<br class="">--------------------------------------------------------------<br class="">Juerg Hutter Phone : ++41 44 635 4491<br class="">Institut für Chemie C FAX : ++41 44 635 6838<br class="">Universität Zürich E-mail: <a href="mailto:hut...@chem.uzh.ch" class="">hut...@chem.uzh.ch</a><br class="">Winterthurerstrasse 190<br class="">CH-8057 Zürich, Switzerland<br class="">---------------------------------------------------------------<br class=""><br class="">-----<a href="mailto:cp...@googlegroups.com" class="">cp...@googlegroups.com</a> wrote: -----<br class="">To: "cp2k" <<a href="mailto:cp...@googlegroups.com" class="">cp...@googlegroups.com</a>><br class="">From: "Xiaoming Wang" <br class="">Sent by: <a href="mailto:cp...@googlegroups.com" class="">cp...@googlegroups.com</a><br class="">Date: 08/21/2019 04:55PM<br class="">Subject: [CP2K:12115] Convergence of hybrid functional calculations<br class=""><br class="">Hello,<br class=""><br class="">I'm trying to calculated the triplet excited state of NaCl (periodic) with PBE0. Before doing<br class="">that I first converged it with PBE, which was very easy for the convergence. Then I<br class="">turned on PBE0 which reads the PBE converged wfn. At the first few steps, the <br class="">energy change did get reduced but then it increased and the SCF became unstable.<br class="">I played with the parameter linesearch, but it didn't help. Could anyone please<br class="">give me some suggestions? Note that the ground state is fine with PBE0.<br class=""><br class=""><br class="">Here is my input:<br class="">-------------------------------------<br class="">&GLOBAL<br class=""> PROJECT_NAME NaCl<br class=""> RUN_TYPE GEO_OPT<br class=""> PRINT_LEVEL MEDIUM<br class="">&END GLOBAL<br class="">&FORCE_EVAL<br class=""> METHOD QS<br class=""> &DFT<br class=""> BASIS_SET_FILE_NAME GTH_BASIS_SETS<br class=""> POTENTIAL_FILE_NAME GTH_POTENTIALS<br class=""> WFN_RESTART_FILE_NAME NaCl-RESTART.wfn<br class=""> UKS<br class=""> MULTIP 3<br class=""> &QS<br class=""> EPS_PGF_ORB 1.0e-12<br class=""> &END<br class=""> &MGRID<br class=""> CUTOFF 1400<br class=""> REL_CUTOFF 40<br class=""> &END MGRID<br class=""> &XC<br class=""> &XC_FUNCTIONAL PBE<br class=""> &PBE<br class=""> SCALE_X 0.564<br class=""> SCALE_C 1.0<br class=""> &END<br class=""> &END XC_FUNCTIONAL<br class=""> &HF<br class=""> FRACTION 0.436<br class=""> &MEMORY<br class=""> MAX_MEMORY 2600<br class=""> &END<br class=""> &SCREENING<br class=""> EPS_SCHWARZ 1.0e-6<br class=""> SCREEN_ON_INITIAL_P TRUE<br class=""> &END<br class=""> &INTERACTION_POTENTIAL<br class=""> POTENTIAL_TYPE TRUNCATED<br class=""> CUTOFF_RADIUS 6.0<br class=""> T_C_G_DATA t_c_g.dat<br class=""> &END<br class=""> &END<br class=""> &END XC<br class=""> &SCF<br class=""> MAX_SCF 20<br class=""> EPS_SCF 1.0e-6<br class=""> SCF_GUESS RESTART<br class=""> &OT<br class=""> ROTATION<br class=""> PRECONDITIONER FULL_KINETIC<br class=""> ENERGY_GAP 0.001<br class=""> &END OT<br class=""> &OUTER_SCF<br class=""> EPS_SCF 1.0e-6<br class=""> MAX_SCF 30<br class=""> &END OUTER_SCF<br class=""> &END SCF<br class=""> &END DFT<br class=""> &SUBSYS<br class=""> &CELL<br class=""> ABC [angstrom] 16.92 16.92 16.92<br class=""> ALPHA_BETA_GAMMA [deg] 90 90 90<br class=""> PERIODIC XYZ<br class=""> SYMMETRY CUBIC<br class=""> &END CELL<br class=""> &TOPOLOGY<br class=""> COORD_FILE_FORMAT XYZ<br class=""> COORD_FILE_NAME nacl.xyz<br class=""> &END TOPOLOGY<br class=""> &KIND Na<br class=""> ELEMENT Na<br class=""> BASIS_SET DZVP-GTH<br class=""> POTENTIAL GTH-PBE-q9<br class=""> &END KIND<br class=""> &KIND Cl<br class=""> ELEMENT Cl<br class=""> BASIS_SET DZVP-GTH<br class=""> POTENTIAL GTH-PBE-q7<br class=""> &END KIND<br class=""> &END SUBSYS<br class="">&END FORCE_EVAL<br class="">--------------------------------------<br class=""><br class=""><br class="">The output looks like:<br class=""><br class=""> ----------------------------------- OT ---------------------------------------<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> 1 OT CG 0.15E+00 481.3 0.00112441 -6724.7524787206 -6.72E+03<br class=""> 2 OT LS 0.10E+00 10.7 -6724.8822106857<br class=""> 3 OT CG 0.10E+00 9.5 0.00050715 -6724.9031842435 -1.51E-01<br class=""> 4 OT LS 0.19E+00 8.7 -6724.9536990492<br class=""> 5 OT CG 0.19E+00 9.4 0.00037942 -6724.9681273512 -6.49E-02<br class=""> 6 OT LS 0.99E-01 8.8 -6724.9693724201<br class=""> 7 OT CG 0.99E-01 10.4 0.00020992 -6724.9865892317 -1.85E-02<br class=""> 8 OT LS 0.13E+00 8.8 -6724.9935640889<br class=""> 9 OT CG 0.13E+00 9.4 0.00014250 -6724.9940187729 -7.43E-03<br class=""> 10 OT LS 0.95E-01 8.7 -6724.9960612217<br class=""> 11 OT CG 0.95E-01 9.3 0.00006184 -6724.9964317459 -2.41E-03<br class=""> 12 OT LS 0.12E+00 8.6 -6724.9969767721<br class=""> 13 OT CG 0.12E+00 9.3 0.00003237 -6724.9969977602 -5.66E-04<br class=""> 14 OT LS 0.10E+00 8.6 -6724.9971327130<br class=""> 15 OT CG 0.10E+00 11.9 0.00001849 -6724.9971350991 -1.37E-04<br class=""> 16 OT LS 0.79E-01 8.6 -6724.9971656124<br class=""> 17 OT CG 0.79E-01 9.6 0.00001222 -6724.9971690250 -3.39E-05<br class=""> 18 OT LS 0.89E-01 8.6 -6724.9971855970<br class=""> 19 OT CG 0.89E-01 9.9 0.00000761 -6724.9971858334 -1.68E-05<br class=""> 20 OT LS 0.10E+00 9.0 -6724.9971931351<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> 1 OT CG 0.15E+00 19.9 0.00000498 -6724.9971932398 -7.41E-06<br class=""> 2 OT LS 0.82E-01 8.6 -6724.9971940802<br class=""> 3 OT CG 0.82E-01 10.4 0.00000357 -6724.9971958172 -2.58E-06<br class=""> 4 OT LS 0.14E+00 8.7 -6724.9971976975<br class=""> 5 OT CG 0.14E+00 9.3 0.00000335 -6724.9971981030 -2.29E-06<br class=""> 6 OT LS 0.12E+00 8.6 -6724.9971997017<br class=""> 7 OT CG 0.12E+00 9.3 0.00000370 -6724.9971997739 -1.67E-06<br class=""> 8 OT LS 0.20E+00 8.6 -6724.9972026529<br class=""> 9 OT CG 0.20E+00 9.3 0.00000494 -6724.9972032479 -3.47E-06<br class=""> 10 OT LS 0.80E+00 8.8 -6724.9972140706<br class=""> 11 OT CG 0.80E+00 9.4 0.00002733 -6724.9972231506 -1.99E-05<br class=""> 12 OT LS 0.80E-02 8.6 -6719.9157164774<br class=""> 13 OT CG 0.80E-02 9.9 0.00003368 -6724.9972303521 -7.20E-06<br class=""> 14 OT LS 0.32E-01 9.2 -6724.9972548138<br class=""> 15 OT CG 0.32E-01 11.2 0.00003227 -6724.9973282204 -9.79E-05<br class=""> 16 OT LS 0.13E+00 9.1 -6724.9974072677<br class=""> 17 OT CG 0.13E+00 9.5 0.00003061 -6724.9975608855 -2.33E-04<br class=""> 18 OT LS 0.51E+00 8.6 -6724.9978925811<br class=""> 19 OT CG 0.51E+00 9.6 0.00011176 -6724.9983575397 -7.97E-04<br class=""> 20 OT LS 0.51E-02 8.6 -6721.4964318477<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> 1 OT CG 0.15E+00 20.9 0.00011858 -6724.9985172669 -1.60E-04<br class=""> 2 OT LS 0.58E-01 11.2 -6724.9970073738<br class=""> 3 OT CG 0.58E-01 10.4 0.00007331 -6724.9995517536 -1.03E-03<br class=""> 4 OT LS 0.23E+00 8.6 -6725.0003094891<br class=""> 5 OT CG 0.23E+00 9.4 0.00015204 -6725.0023016465 -2.75E-03<br class=""> 6 OT LS 0.93E+00 9.5 -6725.0650303038<br class=""> 7 OT CG 0.93E+00 9.4 0.02493217 -6725.3018557157 -3.00E-01<br class=""> 8 OT LS 0.10E+00 8.9 -1644.0225625088<br class=""> 9 OT CG 0.10E+00 9.6 0.92198116 -6517.7744998942 2.08E+02<br class=""> 10 OT LS 0.51E-01 8.9 19923.6570264501<br class=""> 11 OT CG 0.51E-01 9.4 15.11620648 19207.4345007054 2.57E+04<br class=""> 12 OT LS 0.26E-01 8.8 -7017.2896076309<br class=""> 13 OT CG 0.26E-01 9.6 4.17007861 4801.8591626626 -1.44E+04<br class=""> 14 OT LS 0.13E-01 8.7 2811.8906869280<br class=""> 15 OT CG 0.13E-01 9.8 3.07766039 -3579.5472107880 -8.38E+03<br class=""> 16 OT LS 0.65E-02 8.7 -4615.7291252627<br class=""> 17 OT CG 0.65E-02 9.4 4.95384759 -11738.7814456775 -8.16E+03<br class=""> 18 OT LS 0.31E-02 8.7 261.6526649662<br class=""> 19 OT CG 0.31E-02 9.8 3.45312508 -3253.3909721757 8.49E+03<br class=""> 20 OT LS 0.17E-02 8.8 -13571.9973535297<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> 1 OT CG 0.15E+00 19.1 11.57459733 -10059.0070566359 -6.81E+03<br class=""> 2 OT LS 0.75E-01 8.9 9274.4374295033<br class=""> 3 OT CG 0.75E-01 9.8 8.16592421 5288.7904699808 1.53E+04<br class=""> 4 OT LS 0.37E-01 8.7 12320.0027679343<br class=""> 5 OT CG 0.37E-01 9.7 13.27037877 9266.8771057051 3.98E+03<br class=""> 6 OT LS 0.19E-01 8.9 6292.7883553971<br class=""> 7 OT CG 0.19E-01 9.5 10.25590581 11708.0244255459 2.44E+03<br class=""> 8 OT LS 0.94E-02 8.8 11969.1303873198<br class=""> 9 OT CG 0.94E-02 9.5 13.22020338 17264.1530590901 5.56E+03<br class=""> 10 OT LS 0.47E-02 9.3 440.1385496819<br class=""> 11 OT CG 0.47E-02 10.5 10.84986418 1809.1987721011 -1.55E+04<br class=""> 12 OT LS 0.24E-02 8.7 -9010.1102604209<br class=""> 13 OT CG 0.24E-02 9.5 11.14977863 -8860.5442546787 -1.07E+04<br class=""> 14 OT LS 0.12E-02 8.7 -17904.0400126385<br class=""> 15 OT CG 0.12E-02 9.6 13.08504532 -21173.4656772499 -1.23E+04<br class=""> 16 OT LS 0.61E-03 8.8 -36955.6087684838<br class=""> 17 OT CG 0.61E-03 9.5 15.21462847 -86265.6674597911 -6.51E+04<br class=""> 18 OT LS 0.45E-03 8.8 -201257.6097701387<br class=""> 19 OT CG 0.45E-03 10.0 21.70841463 -231606.6519578753 -1.45E+05<br class=""> 20 OT LS 0.18E-03 8.7 -126318.8335739620<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> 1 OT CG 0.15E+00 19.0 55.01598291 -303091.2201183116 -7.15E+04<br class=""> 2 OT LS 0.75E-01 8.8 -13827.5476754934<br class=""> 3 OT CG 0.75E-01 9.4 29.19643290 -21191.3568458254 2.82E+05<br class=""> 4 OT LS 0.37E-01 9.3 6164.3280063715<br class=""> 5 OT CG 0.37E-01 9.7 18.27946898 9663.1892847422 3.09E+04<br class=""> 6 OT LS 0.19E-01 8.7 17637.0905403182<br class=""> 7 OT CG 0.19E-01 9.5 25.80109603 -41.8555446096 -9.71E+03<br class=""> 8 OT LS 0.94E-02 9.4 15111.7311860815<br class=""> 9 OT CG 0.94E-02 9.6 17.80296834 5504.6103891014 5.55E+03<br class=""> 10 OT LS 0.47E-02 8.7 -9120.3095962266<br class=""> 11 OT CG 0.47E-02 10.8 29.57256729 -17272.8718501564 -2.28E+04<br class=""> 12 OT LS 0.23E-02 8.9 256.9190714106<br class=""> 13 OT CG 0.23E-02 10.1 23.61896943 -10444.4799316907 6.83E+03<br class=""> 14 OT LS 0.12E-02 8.8 -2175.0933798563<br class=""> 15 OT CG 0.12E-02 9.5 33.28645147 -28306.3546421646 -1.79E+04<br class=""> 16 OT LS 0.58E-03 8.7 -23361.9564416575<br class=""> 17 OT CG 0.58E-03 9.5 36.75975855 -45218.3529601046 -1.69E+04<br class=""> 18 OT LS 0.29E-03 8.7 -21344.1126797873<br class=""> 19 OT CG 0.29E-03 11.1 40.63940778 -57044.7171713477 -1.18E+04<br class=""> 20 OT LS 0.15E-03 10.6 -64095.2470229323<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> 1 OT CG 0.15E+00 20.7 32.84827439 -43530.6779987434 1.35E+04<br class=""> 2 OT LS 0.75E-01 8.7 -4247.1169918793<br class=""> 3 OT CG 0.75E-01 9.6 12.84651021 13454.1961742462 5.70E+04<br class=""> 4 OT LS 0.38E-01 8.7 5878.8972648354<br class=""> 5 OT CG 0.38E-01 9.5 14.40359958 24491.3537461535 1.10E+04<br class=""> 6 OT LS 0.19E-01 8.8 16982.3569638412<br class=""> 7 OT CG 0.19E-01 9.6 14.04116608 15809.4731631853 -8.68E+03<br class=""> 8 OT LS 0.94E-02 8.7 13274.6176720042<br class=""> 9 OT CG 0.94E-02 9.5 10.55498077 16620.7477467228 8.11E+02<br class=""> 10 OT LS 0.47E-02 8.8 21262.0329072758<br class=""> 11 OT CG 0.47E-02 9.5 11.24417203 7647.3114578911 -8.97E+03<br class=""> 12 OT LS 0.24E-02 8.7 -4620.9801941348<br class=""> 13 OT CG 0.24E-02 9.6 11.17450752 5735.9160154671 -1.91E+03<br class=""> 14 OT LS 0.12E-02 8.8 16595.3419511277<br class=""> 15 OT CG 0.12E-02 9.7 12.73350407 6615.4770773492 8.80E+02<br class=""> 16 OT LS 0.60E-03 9.5 -4858.4905921913<br class=""> 17 OT CG 0.60E-03 9.5 17.06614684 -18505.1698092462 -2.51E+04<br class=""> 18 OT LS 0.30E-03 8.8 -16510.5257354469<br class=""> 19 OT CG 0.30E-03 9.6 18.67317161 -29837.5115044920 -1.13E+04<br class=""> 20 OT LS 0.17E-03 9.2 -50810.1240964150<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> 1 OT CG 0.15E+00 20.0 34.18087037 -63880.3275551089 -3.40E+04<br class=""> 2 OT LS 0.75E-01 8.7 11102.7951818560<br class=""> 3 OT CG 0.75E-01 9.5 16.97013324 13010.6911438830 7.69E+04<br class=""> 4 OT LS 0.37E-01 8.7 10218.7000499332<br class=""> 5 OT CG 0.37E-01 9.4 19.11439483 6738.0975872246 -6.27E+03<br class=""> 6 OT LS 0.19E-01 8.7 2152.9985606293<br class=""> 7 OT CG 0.19E-01 9.4 14.10386426 16124.4792234045 9.39E+03<br class=""> 8 OT LS 0.94E-02 8.7 18622.9809378102<br class=""> 9 OT CG 0.94E-02 9.7 13.38733054 8907.9612812769 -7.22E+03<br class=""> 10 OT LS 0.47E-02 9.1 -4385.7333658927<br class=""> 11 OT CG 0.47E-02 9.5 11.32659887 9083.0094899231 1.75E+02<br class=""> 12 OT LS 0.24E-02 8.8 8983.6293872184<br class=""> 13 OT CG 0.24E-02 10.4 15.48570175 17690.7307290363 8.61E+03<br class=""> 14 OT LS 0.12E-02 8.6 4424.0861120781<br class=""> 15 OT CG 0.12E-02 9.4 11.26570480 603.3675243938 -1.71E+04<br class=""> 16 OT LS 0.62E-03 8.8 -17841.3731696137<br class=""> 17 OT CG 0.62E-03 9.4 20.46730835 -31698.4623769681 -3.23E+04<br class=""> 18 OT LS 0.30E-03 8.7 -2859.9254300738<br class=""> 19 OT CG 0.30E-03 9.8 17.59724609 -26266.0262651212 5.43E+03<br class=""> 20 OT LS 0.16E-03 8.7 -35171.6615426007<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> ----------------------------------- OT ---------------------------------------<br class=""> 1 OT CG 0.15E+00 18.8 28.51774691 -19444.1649483434 6.82E+03<br class=""> 2 OT LS 0.75E-01 8.8 9938.4525663009<br class=""> 3 OT CG 0.75E-01 9.6 15.56335740 8592.0250900205 2.80E+04<br class=""> 4 OT LS 0.37E-01 9.7 27297.6406004072<br class=""> 5 OT CG 0.37E-01 12.3 13.00581731 14538.8489607548 5.95E+03<br class=""> 6 OT LS 0.19E-01 9.0 9240.2545515611<br class=""> 7 OT CG 0.19E-01 10.0 10.04884641 7678.6463566507 -6.86E+03<br class=""> 8 OT LS 0.94E-02 9.0 11768.1012889820<br class=""> 9 OT CG 0.94E-02 11.3 10.89504631 22910.2942034982 1.52E+04<br class=""> 10 OT LS 0.47E-02 8.8 12342.8113540155<br class=""> 11 OT CG 0.47E-02 10.2 11.85566599 9817.1022867433 -1.31E+04<br class=""> 12 OT LS 0.23E-02 8.7 10185.2530345840<br class=""> 13 OT CG 0.23E-02 9.6 12.00432884 9270.9870259300 -5.46E+02<br class=""> 14 OT LS 0.12E-02 8.8 2126.1795722368<br class=""> 15 OT CG 0.12E-02 9.7 13.14795746 -2787.4974878007 -1.21E+04<br class=""> 16 OT LS 0.60E-03 10.6 -6460.3154775535<br class=""> 17 OT CG 0.60E-03 9.6 14.74505818 -7132.9476831047 -4.35E+03<br class=""> 18 OT LS 0.30E-03 8.9 -11225.7389275530<br class=""> 19 OT CG 0.30E-03 9.5 18.14553940 -38155.2733585050 -3.10E+04<br class=""><br class="">--------------------------------------<br class=""><br class="">Best,<br class="">Xiaoming Wang <br class=""> -- <br class=""> You received this message because you are subscribed to the Google Groups "cp2k" group.<br class=""> To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp...@googlegroups.com" class="">cp...@googlegroups.com</a>.<br class=""> To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/edbec7e2-062a-4b54-a511-84c1b07662a9%40googlegroups.com" class="">https://groups.google.com/d/msgid/cp2k/edbec7e2-062a-4b54-a511-84c1b07662a9%40googlegroups.com</a>.<br class=""><br class=""><br class="">-- <br class="">You received this message because you are subscribed to the Google Groups "cp2k" group.<br class="">To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp...@googlegroups.com" class="">cp...@googlegroups.com</a>.<br class="">To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/OF25A94B3F.4C90B917-ONC125845D.00538E47-C125845D.00538E48%40lotus.uzh.ch" class="">https://groups.google.com/d/msgid/cp2k/OF25A94B3F.4C90B917-ONC125845D.00538E47-C125845D.00538E48%40lotus.uzh.ch</a>.<br class=""></div></div></blockquote></div><br class=""></div><br class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class="">==============================</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class="">Thomas D. Kühne</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class="">Dynamics of Condensed Matter</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class="">Chair of Theoretical Chemistry</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class="">University of Paderborn</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class="">Warburger Str. 100</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class="">D-33098 Paderborn</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class="">Germany</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><a href="mailto:tdku...@mail.upb.de" class="">tdku...@mail.upb.de</a></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-east-asian: normal; font-variant-position: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class="">+49/(0)5251/60-5726</div></div></div>
</div>
<br class=""></body></html>