VeloxChem enables the exploration of potential energy surfaces through efficient geometry optimizations and transition‑state searches, using the geomeTRIC module as a robust engine that provides stable structure updates for molecular systems.
Ground state optimization¶
VeloxChem evaluates analytic ground‑state gradients and employs quasi‑Newton optimization algorithms that approximate the local Hessian to achieve rapid convergence toward a minimum.
Python script
import veloxchem as vlx
molecule = vlx.Molecule.read_name("bithiophene")
basis = vlx.MolecularBasis.read(molecule, "def2-svp")
scf_drv = vlx.ScfRestrictedDriver()
scf_drv.xcfun = "b3lyp"
results = scf_drv.compute(molecule, basis)
opt_drv = vlx.OptimizationDriver(scf_drv)
opt_results = opt_drv.compute(molecule, basis, results)Reading bithiophene from PubChem...
Reference: S. Kim, J. Chen, T. Cheng, A. Gindulyte, J. He, S. He, Q. Li, B. A. Shoemaker, P. A. Thiessen, B. Yu, L. Zaslavsky, J. Zhang, E. E. Bolton, Nucleic Acids Res., 2025, 53, D1516-D1525.
Please double-check the compound since names may refer to more than one record.
Self Consistent Field Driver Setup
====================================
Wave Function Model : Spin-Restricted Kohn-Sham
Initial Guess Model : Superposition of Atomic Densities
Convergence Accelerator : Two Level Direct Inversion of Iterative Subspace
Max. Number of Iterations : 50
Max. Number of Error Vectors : 10
Convergence Threshold : 1.0e-06
ERI Screening Threshold : 1.0e-12
Linear Dependence Threshold : 1.0e-06
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Starting Reduced Basis SCF calculation...
* Info * ...done. SCF energy in reduced basis set: -1100.725791578847 a.u. Time: 8.31 sec.
Iter. | Kohn-Sham Energy | Energy Change | Gradient Norm | Max. Gradient | Density Change
--------------------------------------------------------------------------------------------
1 -1104.338104277205 0.0000000000 0.49142846 0.02652335 0.00000000
2 -1104.343003089165 -0.0048988120 0.45594129 0.02559170 0.47363087
3 -1104.370613294938 -0.0276102058 0.09450773 0.00570825 0.23800172
4 -1104.371624129317 -0.0010108344 0.03654550 0.00271035 0.05091536
5 -1104.371757680347 -0.0001335510 0.01864816 0.00137243 0.02057141
6 -1104.371806973328 -0.0000492930 0.00190613 0.00009283 0.00876447
7 -1104.371807445456 -0.0000004721 0.00097642 0.00005545 0.00168633
8 -1104.371807573501 -0.0000001280 0.00016080 0.00000893 0.00043245
9 -1104.371807576721 -0.0000000032 0.00007375 0.00000352 0.00009263
10 -1104.371807577408 -0.0000000007 0.00001989 0.00000081 0.00003367
11 -1104.371807577465 -0.0000000001 0.00000239 0.00000013 0.00001156
12 -1104.371807577466 -0.0000000000 0.00000038 0.00000002 0.00000161
*** SCF converged in 12 iterations. Time: 94.01 sec.
Spin-Restricted Kohn-Sham:
--------------------------
Total Energy : -1104.3718075775 a.u.
Electronic Energy : -1740.3109409355 a.u.
Nuclear Repulsion Energy : 635.9391333580 a.u.
------------------------------------
Gradient Norm : 0.0000003760 a.u.
Ground State Information
------------------------
Charge of Molecule : 0.0
Multiplicity (2S+1) : 1
Magnetic Quantum Number (M_S) : 0.0
Optimization Driver Setup
===========================
Coordinate System : TRIC
Constraints : No
Max. Number of Steps : 300
Transition State : No
IRC : No
Hessian : never
* Info * Using geomeTRIC for geometry optimization.
L.-P. Wang and C.C. Song, J. Chem. Phys. 2016, 144, 214108
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
C -2.456945000000 0.250185000000 -1.298607000000
C -2.434049000000 -1.090325000000 -0.936661000000
S -0.951132000000 -1.415293000000 -0.214153000000
C -0.328314000000 0.142068000000 -0.355598000000
C -1.282628000000 0.941061000000 -0.975495000000
C 1.000575000000 0.577537000000 0.101041000000
C 1.954888000000 -0.221459000000 0.720937000000
C 3.129211000000 0.469415000000 1.044049000000
C 3.106308000000 1.809931000000 0.682119000000
S 1.623398000000 2.134894000000 -0.040404000000
H -3.303195000000 0.716844000000 -1.784808000000
H -3.234082000000 -1.800919000000 -1.093804000000
H -1.140461000000 1.992010000000 -1.190433000000
H 1.812701000000 -1.272407000000 0.935870000000
H 3.975468000000 0.002766000000 1.530251000000
H 3.906346000000 2.520523000000 0.839248000000
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
C 0.011629443361 0.009887624420 0.002399837590
C 0.008584645043 -0.030986958887 0.011830553924
S -0.018337580082 0.049629446631 -0.020916290072
C -0.006821845754 -0.041076900014 0.007855113683
C -0.005096141358 -0.002922005365 -0.001420763173
C 0.006820576830 0.041077317560 -0.007855350854
C 0.005094629808 0.002921305618 0.001420563838
C -0.011627026106 -0.009888013878 -0.002401330713
C -0.008585202133 0.030989210388 -0.011828238742
S 0.018338331818 -0.049631520973 0.020916103942
H 0.005798741085 -0.002478019769 0.003141654009
H -0.000603603096 0.007715187726 -0.002286542057
H -0.002303170747 -0.006221442155 0.000645042759
H 0.002301486139 0.006221058293 -0.000645466225
H -0.005797187408 0.002478673322 -0.003140974038
H 0.000603903364 -0.007714963436 0.002286084201
*** Time spent in gradient calculation: 55.44 sec ***
* Info * Energy : -1104.3718075775 a.u.
* Info * Gradient : 2.881154e-02 a.u. (RMS)
* Info * 5.689522e-02 a.u. (Max)
* Info * Time : 159.50 sec
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
C -2.473733392395 0.301338834681 -1.319274741811
C -2.346107485831 -1.019293838724 -0.917570508038
S -0.880648343808 -1.477753881074 -0.167438940596
C -0.337456320531 0.141906699484 -0.359479446930
C -1.274492504524 0.974367861055 -0.980765254226
C 0.982381382388 0.543813289981 0.102078635308
C 1.958615009245 -0.241418149497 0.727806027240
C 3.158347965676 0.427110818298 1.067709296502
C 3.011575792264 1.741111852524 0.659500366186
S 1.534097741831 2.164256127289 -0.086504620687
H -3.345968406789 0.739600474929 -1.809165874780
H -3.122999014015 -1.768355365218 -1.054657695979
H -1.097139351749 2.032475485341 -1.182468819580
H 1.801511253723 -1.300954134181 0.938595172242
H 4.033617851651 -0.005307053448 1.557380186996
H 3.776486693372 2.503932066928 0.787808544335
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
C -0.016977201016 0.019485436622 -0.012410263163
C 0.038875784193 0.008275389497 0.014527720593
S 0.007657102235 -0.006221769999 0.004927828069
C -0.015234337262 -0.029267496163 0.001139004706
C -0.008101148734 0.002518984794 -0.004143638700
C -0.001472945309 0.021739200194 -0.006342156191
C 0.014092562962 0.012633365446 0.002737333871
C 0.021335017232 -0.020497646043 0.014549665139
C -0.035995679899 -0.009993616883 -0.012838759400
S -0.005523912455 0.000073060329 -0.002393525314
H -0.001354145574 0.002456507542 -0.001226689898
H 0.000631914103 0.003611227676 -0.000677751605
H -0.002196078532 0.000369235642 -0.001040134098
H 0.002372574568 0.000962901311 0.000766163464
H 0.002052699263 -0.001968652136 0.001399214831
H -0.000176627033 -0.004174763299 0.001021060757
*** Time spent in gradient calculation: 53.78 sec ***
* Info * Energy : -1104.3723672050 a.u.
* Info * Gradient : 2.171244e-02 a.u. (RMS)
* Info * 4.231859e-02 a.u. (Max)
* Info * Time : 158.70 sec
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
C -2.464959957139 0.277581884160 -1.309266488392
C -2.402114240557 -1.048274403569 -0.934024569106
S -0.913857130751 -1.469247304497 -0.183945709023
C -0.328355901417 0.155615296326 -0.359170863251
C -1.269011647586 0.974564975527 -0.978462890908
C 0.994764970783 0.536279790545 0.109376801976
C 1.954258644218 -0.260521879427 0.730951399245
C 3.140774462074 0.452789024892 1.053411295642
C 3.063296986307 1.776045481624 0.672542722772
S 1.567861238783 2.168484248364 -0.073110875852
H -3.330336477315 0.729091726197 -1.799689184756
H -3.183605197109 -1.795853451597 -1.073475168331
H -1.099460878112 2.034644754099 -1.184036414203
H 1.802262590022 -1.322428336623 0.944559621139
H 4.012010890066 0.012753335128 1.543349706093
H 3.834825201596 2.535280906507 0.804633387530
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
C -0.004211342459 0.005831375282 -0.003339274297
C 0.013552167453 -0.001842639527 0.006304458209
S 0.001248363791 -0.000267377568 0.000609626199
C -0.004271039104 -0.015037582295 0.002111812575
C -0.001850567633 0.006742519070 -0.002567458951
C -0.000057584777 0.012380818402 -0.003275228091
C 0.005000963561 -0.003982238696 0.003195252533
C 0.002881140444 -0.005776558554 0.002754091355
C -0.012624480055 0.002684315612 -0.006127064305
S 0.000455859588 -0.000818146026 0.000410466092
H -0.000886984445 0.000857307476 -0.000605903334
H -0.001479682486 0.000895679307 -0.000871731592
H -0.000287394981 0.001560186314 -0.000532767402
H 0.000263442057 -0.001797377413 0.000584862648
H 0.000747344727 -0.000713760997 0.000508712656
H 0.001505128735 -0.000716437655 0.000835240535
*** Time spent in gradient calculation: 38.30 sec ***
* Info * Energy : -1104.3828388389 a.u.
* Info * Gradient : 8.224988e-03 a.u. (RMS)
* Info * 1.577436e-02 a.u. (Max)
* Info * Time : 114.66 sec
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
C -2.491285986112 0.265279978941 -1.317327984411
C -2.462992358239 -1.057205103376 -0.957812638753
S -0.958104413902 -1.456561141953 -0.206339228289
C -0.323342676622 0.164169878598 -0.359260088224
C -1.285648058082 0.942272912527 -0.977103153845
C 1.004359007035 0.525746510313 0.116243228985
C 1.980339043726 -0.233396405361 0.735010849578
C 3.177134217813 0.463787811378 1.066102150845
C 3.106209019118 1.781394639905 0.689490362829
S 1.595287790969 2.160587207158 -0.059300429860
H -3.344606417145 0.736018526801 -1.807616103552
H -3.238298630366 -1.810195004576 -1.093174815610
H -1.121877754791 2.000406865719 -1.184642965924
H 1.833435287122 -1.292492237102 0.950099297481
H 4.043495364655 0.016341300895 1.555899197796
H 3.866887013515 2.550689845759 0.814252664667
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
C -0.002565673248 -0.000077453058 -0.001084006159
C -0.003138021976 -0.001854809998 -0.000859441993
S -0.003494100963 0.010394728542 -0.004231862726
C 0.007590622232 0.004253545293 0.002144907764
C -0.001642841530 -0.010850944738 0.002144600424
C -0.003578283214 -0.003092153968 -0.000725131500
C 0.002613367560 0.012179811916 -0.002077848300
C 0.006426732224 -0.003369382613 0.003647767328
C -0.002324710409 -0.000997307176 -0.000736745191
S -0.000215244072 -0.005838055642 0.001442549162
H -0.000664731891 -0.000939063056 -0.000039363427
H -0.001096029642 0.000844934903 -0.000692932309
H 0.000305602447 -0.001303739543 0.000473914628
H 0.000123554145 0.001344406320 -0.000300308743
H 0.000956226640 0.000428268500 0.000298921181
H 0.000687210391 -0.001124017641 0.000590776603
*** Time spent in gradient calculation: 59.41 sec ***
* Info * Energy : -1104.3827914891 a.u.
* Info * Gradient : 6.460131e-03 a.u. (RMS)
* Info * 1.262913e-02 a.u. (Max)
* Info * Time : 155.29 sec
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
C -2.477350759677 0.263005653759 -1.310741688172
C -2.439248812975 -1.059655407143 -0.946967574691
S -0.934363673534 -1.458162332102 -0.195719854522
C -0.325263078329 0.172751879329 -0.362340987788
C -1.280952360016 0.959438508275 -0.979594177068
C 0.999738534402 0.537572044707 0.111148635181
C 1.959582370326 -0.241839797386 0.728307778233
C 3.154425670325 0.459289960629 1.057521196489
C 3.103539789687 1.780265435644 0.688633020212
S 1.597134398207 2.173220536155 -0.061831728967
H -3.336266307940 0.723516994341 -1.800745940033
H -3.209990166443 -1.817578258729 -1.079072473073
H -1.121902976554 2.018357019762 -1.189368025980
H 1.804873194684 -1.300971006264 0.940053965189
H 4.016797826602 0.005086861905 1.547378947009
H 3.870499689739 2.542563815989 0.817930810183
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
C 0.000156756147 0.000256223857 -0.000001438314
C -0.001210984790 -0.002005285629 0.000007496259
S -0.001654568926 0.004334790294 -0.001850337239
C 0.002680684233 0.000757075598 0.000953588987
C -0.000620297695 -0.003165737261 0.000565314416
C -0.001496509744 -0.001417100607 -0.000270325741
C 0.000284733674 0.004504593485 -0.001062189315
C 0.001532674593 -0.001152217245 0.000962641330
C -0.000610614602 0.001004258922 -0.000526904379
S 0.000813386996 -0.002987264522 0.001135225399
H -0.000144043348 -0.000530992652 0.000077157889
H -0.000563147610 0.000480775779 -0.000368369099
H 0.000216207083 -0.000364001520 0.000188681747
H -0.000150178202 0.000467544825 -0.000187623788
H 0.000238637282 0.000399814633 -0.000001956402
H 0.000522272465 -0.000582116487 0.000377487927
*** Time spent in gradient calculation: 61.49 sec ***
* Info * Energy : -1104.3839605411 a.u.
* Info * Gradient : 2.441019e-03 a.u. (RMS)
* Info * 4.995173e-03 a.u. (Max)
* Info * Time : 144.41 sec
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
C -2.474379651803 0.264848623757 -1.309917633542
C -2.426573535099 -1.056561403123 -0.942311956726
S -0.922077231585 -1.459608130786 -0.190033508812
C -0.324350499560 0.176784930001 -0.363008561167
C -1.279162881346 0.965474135077 -0.980405635898
C 1.000125036906 0.542342250172 0.110049899320
C 1.952197484848 -0.250061941099 0.727289269860
C 3.144808236721 0.456237486990 1.054162182955
C 3.098607483834 1.777904361276 0.687117909917
S 1.594795670837 2.181052899081 -0.064922318663
H -3.335542079433 0.722060632905 -1.800005001686
H -3.192755859745 -1.819872716395 -1.071036172787
H -1.121641459674 2.024797306183 -1.190950779134
H 1.795516089792 -1.309665063472 0.938323559556
H 4.006465676366 0.000136228325 1.544198907710
H 3.865202273216 2.540798329069 0.816101609339
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
C -0.000939686920 0.000829626681 -0.000620942580
C 0.000850444565 0.000125322569 0.000331006252
S 0.000063473831 0.000421966482 -0.000082695500
C 0.001142100234 -0.000392814746 0.000593648765
C -0.000601720975 -0.001156115273 0.000044406903
C 0.000448998585 0.000700078186 0.000009260570
C 0.000352745828 -0.001391618955 0.000518073063
C -0.000524833797 -0.000018133010 -0.000221868449
C -0.000773768366 0.000339604689 -0.000420365386
S 0.000292047084 0.000800831672 -0.000085425559
H -0.000277147994 -0.000056326230 -0.000104258624
H -0.000188956035 0.000147444553 -0.000120415108
H 0.000058363521 -0.000030275303 0.000033160663
H -0.000098366295 -0.000327243059 0.000043640408
H 0.000042722460 0.000009129001 0.000015972173
H 0.000154065933 0.000000114333 0.000066709665
*** Time spent in gradient calculation: 61.21 sec ***
* Info * Energy : -1104.3841106549 a.u.
* Info * Gradient : 8.585677e-04 a.u. (RMS)
* Info * 1.526248e-03 a.u. (Max)
* Info * Time : 146.84 sec
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
C -2.468496862447 0.262694821160 -1.306794327383
C -2.427008630155 -1.059415157917 -0.941709573440
S -0.921792169247 -1.460870262168 -0.189581583660
C -0.328530638903 0.178315716629 -0.365209459870
C -1.277766954540 0.973242866135 -0.981834615626
C 0.996486068850 0.540453506401 0.108965711269
C 1.951375400958 -0.247467552482 0.726232427378
C 3.146106307284 0.454805074209 1.055071374054
C 3.097755326205 1.775668800121 0.687301438326
S 1.592548340106 2.178639152851 -0.065272418389
H -3.329572070289 0.719633567306 -1.796760830953
H -3.192554722595 -1.823351869216 -1.069977025785
H -1.121899441285 2.032727690832 -1.193136944873
H 1.795495087129 -1.306749268257 0.937532045327
H 4.006983598243 -0.002750864945 1.545155006229
H 3.862126827580 2.540819547164 0.814725955307
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
C 0.002340919094 -0.001033613754 0.001276875511
C -0.000792045888 -0.000879033917 -0.000109386684
S -0.000138436364 -0.000799940778 0.000150025003
C -0.001875108679 -0.000143507022 -0.000767784298
C 0.000370621365 0.003193428071 -0.000679845225
C -0.000871477704 -0.000550837846 -0.000229663784
C 0.000438923475 0.000872367212 -0.000040616818
C 0.000870584516 -0.000422537342 0.000485395617
C -0.000494024899 -0.000652602403 -0.000040612932
S -0.000385517869 0.000334654888 -0.000253213699
H 0.000223078756 -0.000036398646 0.000105206570
H 0.000011047975 -0.000259800286 0.000072772614
H 0.000156906561 0.000357184888 -0.000026389715
H 0.000006980786 0.000093993577 -0.000021720091
H 0.000158928844 -0.000017401763 0.000073073188
H -0.000021940728 -0.000056570711 0.000005764554
*** Time spent in gradient calculation: 64.27 sec ***
* Info * Energy : -1104.3840788488 a.u.
* Info * Gradient : 1.363983e-03 a.u. (RMS)
* Info * 3.285960e-03 a.u. (Max)
* Info * Time : 152.12 sec
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
C -2.471754049365 0.263387370948 -1.308373508330
C -2.427560575625 -1.058123536500 -0.942283788253
S -0.922392186452 -1.460567097574 -0.189917575166
C -0.327074694671 0.177592405590 -0.364393162319
C -1.278877617079 0.969319477029 -0.981279838209
C 0.997890979065 0.540872652404 0.109458785779
C 1.951827648754 -0.247790321786 0.726510468316
C 3.145946860922 0.455791758787 1.054741408814
C 3.099720454955 1.776998152098 0.687793753006
S 1.594339962987 2.178951778699 -0.064586240240
H -3.332472681345 0.721110185208 -1.798392362691
H -3.192728136540 -1.822361350518 -1.070309145389
H -1.122719289402 2.028629649907 -1.192411543700
H 1.796040770219 -1.307087882784 0.937854864426
H 4.006580247136 -0.002033599410 1.544790507535
H 3.864500767922 2.541714252199 0.815507151578
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
C 0.000817448498 -0.000405087557 0.000457226387
C -0.000286054169 -0.000137019222 -0.000086942459
S 0.000032116503 -0.000353234752 0.000106049759
C -0.000642997207 -0.000022918380 -0.000270038608
C 0.000001299712 0.001117681332 -0.000293260921
C -0.000329010693 -0.000529663790 -0.000002181262
C 0.000099090556 0.000378339884 -0.000056857538
C 0.000191257820 -0.000083696705 0.000104527131
C -0.000003426395 -0.000122637643 0.000030892609
S -0.000039188989 0.000089956715 -0.000040088015
H 0.000037411736 -0.000016914614 0.000020316447
H 0.000024712600 -0.000074109339 0.000029858416
H 0.000065708586 0.000090356819 0.000004519106
H -0.000035018680 0.000042037779 -0.000026115957
H 0.000053321101 0.000032787545 0.000014514774
H 0.000013080274 -0.000005819651 0.000007471443
*** Time spent in gradient calculation: 63.10 sec ***
* Info * Energy : -1104.3841234595 a.u.
* Info * Gradient : 4.850963e-04 a.u. (RMS)
* Info * 1.155515e-03 a.u. (Max)
* Info * Time : 143.62 sec
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
C -2.473114510414 0.263093503607 -1.308851440993
C -2.427397276164 -1.058298361875 -0.942140751264
S -0.921784799870 -1.459252339526 -0.189979167097
C -0.325567788191 0.178239419982 -0.363906473780
C -1.279378833912 0.967258241220 -0.980935443786
C 0.999107461683 0.543421974893 0.109305209054
C 1.951494424471 -0.247474513227 0.726271933630
C 3.145748451401 0.455538746245 1.054692954258
C 3.100015386257 1.776971252775 0.687893915216
S 1.595630481984 2.181060747164 -0.064609465215
H -3.333682776819 0.721032746815 -1.798856464696
H -3.192234209760 -1.822928646757 -1.069918095639
H -1.123928796566 2.026584950401 -1.192378908756
H 1.794869582291 -1.306769562512 0.937263043786
H 4.005988405178 -0.002972070257 1.544746132441
H 3.865504379582 2.540847838962 0.816122126765
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
C 0.000077898975 0.000004837551 0.000032237455
C -0.000150406559 -0.000168717620 -0.000020980190
S -0.000069602689 0.000252203591 -0.000095972361
C 0.000240267586 -0.000036673798 0.000112677067
C -0.000036859427 -0.000112999907 0.000013723261
C 0.000193025901 0.000254417124 0.000016168750
C -0.000006217710 -0.000130920931 0.000031829887
C 0.000148313339 -0.000171510876 0.000108810443
C -0.000385850780 -0.000108021148 -0.000137010875
S -0.000003480381 0.000351745274 -0.000093858564
H -0.000009791909 -0.000028730647 0.000003186744
H -0.000033786277 0.000009561964 -0.000017445839
H 0.000025154074 -0.000022662027 0.000016798275
H 0.000013206859 -0.000036361013 0.000015212340
H 0.000007437568 -0.000025147504 0.000009979102
H -0.000008003804 -0.000030541259 0.000004980095
*** Time spent in gradient calculation: 131.31 sec ***
* Info * Energy : -1104.3841278430 a.u.
* Info * Gradient : 2.129262e-04 a.u. (RMS)
* Info * 4.234635e-04 a.u. (Max)
* Info * Time : 253.80 sec
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
C -2.473620357434 0.263852580364 -1.309237003154
C -2.427716300790 -1.057524926698 -0.942443902223
S -0.922817323439 -1.460679641677 -0.190032636003
C -0.326243515387 0.176737193797 -0.363795422452
C -1.279280275267 0.966739330323 -0.980741253057
C 0.998592881360 0.541157236117 0.109671109259
C 1.952278793044 -0.247917323042 0.726709534108
C 3.145904131406 0.456585579612 1.054455725545
C 3.100345354739 1.777922004429 0.687752749753
S 1.594729384682 2.178796628900 -0.064418840092
H -3.333813589884 0.722466354201 -1.799250181191
H -3.192776385040 -1.821871305024 -1.070379295739
H -1.123078468549 2.026036104897 -1.191859046300
H 1.797105109308 -1.307245062235 0.938337079916
H 4.006400469210 -0.001423893646 1.544480150910
H 3.865100803334 2.542637140699 0.815435050627
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
C -0.000236630649 0.000174094498 -0.000147652714
C 0.000196308038 0.000118560077 0.000053013029
S 0.000074482238 -0.000072848198 0.000050946331
C -0.000025383456 -0.000005968039 -0.000009392446
C -0.000031828684 -0.000198711321 0.000038500685
C -0.000104448198 -0.000156290838 -0.000003803885
C 0.000008222964 0.000030308924 -0.000004405933
C -0.000140447021 0.000095034110 -0.000085123101
C 0.000201774490 0.000146959156 0.000048400326
S 0.000076812899 -0.000202056361 0.000086347454
H -0.000010962194 0.000014245700 -0.000008678796
H 0.000013420799 0.000023972029 -0.000000881433
H -0.000015495657 -0.000010019182 -0.000004025921
H -0.000011546275 0.000014978637 -0.000008917433
H -0.000013594443 0.000024336203 -0.000012027188
H 0.000018537893 0.000003380258 0.000007442465
*** Time spent in gradient calculation: 71.97 sec ***
* Info * Energy : -1104.3841284739 a.u.
* Info * Gradient : 1.608925e-04 a.u. (RMS)
* Info * 3.287922e-04 a.u. (Max)
* Info * Time : 139.79 sec
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
C -2.473197292161 0.263336324736 -1.308905018017
C -2.427548647154 -1.058022877198 -0.942226444350
S -0.922300180165 -1.460153176221 -0.189942124656
C -0.326095120407 0.177464272493 -0.363919147548
C -1.279312197979 0.967239935698 -0.980878729910
C 0.998701017553 0.542062244729 0.109476326884
C 1.951916123701 -0.247645861197 0.726475938848
C 3.145850534910 0.456190208051 1.054522204122
C 3.100220163718 1.777535054370 0.687782721186
S 1.595015457152 2.179698123042 -0.064543088798
H -3.333603362710 0.721578809690 -1.798907350308
H -3.192457569159 -1.822555642975 -1.070043463163
H -1.123569175141 2.026561172467 -1.192201119371
H 1.796157042267 -1.306953550891 0.937850099586
H 4.006226873514 -0.002071911771 1.544558181718
H 3.865178661377 2.542020692007 0.815606412245
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
C 0.000027316059 -0.000009021973 0.000013888824
C -0.000013520134 -0.000000747757 -0.000005834728
S 0.000001180617 -0.000002348593 0.000000875024
C -0.000008887169 -0.000000873119 -0.000003572283
C -0.000008563679 0.000020179397 -0.000009090618
C -0.000009436099 -0.000035931745 0.000005417391
C -0.000005225721 0.000009771735 -0.000004805355
C -0.000004176761 0.000001236704 -0.000001872925
C 0.000001017835 0.000003846622 -0.000000357457
S 0.000013789846 0.000014087030 0.000002515439
H 0.000000888017 -0.000002566110 0.000000839395
H 0.000001047530 -0.000000024952 0.000000106898
H 0.000004292557 0.000001184616 0.000001534924
H -0.000002983893 0.000001764323 -0.000001766960
H 0.000000739211 0.000002505333 -0.000000126589
H 0.000002584342 -0.000003003071 0.000002248451
*** Time spent in gradient calculation: 96.74 sec ***
* Info * Energy : -1104.3841292330 a.u.
* Info * Gradient : 1.574021e-05 a.u. (RMS)
* Info * 3.754302e-05 a.u. (Max)
* Info * Time : 136.42 sec
* Info * Geometry optimization completed.
Final Geometry (Angstroms)
============================
Atom Coordinate X Coordinate Y Coordinate Z
C -2.473197292161 0.263336324736 -1.308905018017
C -2.427548647154 -1.058022877198 -0.942226444350
S -0.922300180165 -1.460153176221 -0.189942124656
C -0.326095120407 0.177464272493 -0.363919147548
C -1.279312197979 0.967239935698 -0.980878729910
C 0.998701017553 0.542062244729 0.109476326884
C 1.951916123701 -0.247645861197 0.726475938848
C 3.145850534910 0.456190208051 1.054522204122
C 3.100220163718 1.777535054370 0.687782721186
S 1.595015457152 2.179698123042 -0.064543088798
H -3.333603362710 0.721578809690 -1.798907350308
H -3.192457569159 -1.822555642975 -1.070043463163
H -1.123569175141 2.026561172467 -1.192201119371
H 1.796157042267 -1.306953550891 0.937850099586
H 4.006226873514 -0.002071911771 1.544558181718
H 3.865178661377 2.542020692007 0.815606412245
Summary of Geometry Optimization
==================================
Opt.Step Energy (a.u.) Energy Change (a.u.) Displacement (RMS, Max)
-------------------------------------------------------------------------------------
0 -1104.371807577467 0.000000000000 0.000e+00 0.000e+00
1 -1104.372367205005 -0.000559627538 8.120e-02 1.409e-01
2 -1104.382838838914 -0.010471633909 3.982e-02 6.916e-02
3 -1104.382791489109 0.000047349805 4.011e-02 6.622e-02
4 -1104.383960541054 -0.001169051945 2.122e-02 3.248e-02
5 -1104.384110654904 -0.000150113851 9.915e-03 1.907e-02
6 -1104.384078848766 0.000031806138 4.738e-03 8.311e-03
7 -1104.384123459463 -0.000044610697 2.384e-03 4.238e-03
8 -1104.384127842958 -0.000004383495 1.573e-03 2.813e-03
9 -1104.384128473870 -0.000000630912 1.589e-03 2.484e-03
10 -1104.384129232967 -0.000000759097 7.480e-04 1.130e-03
Statistical Deviation between
Optimized Geometry and Initial Geometry
=========================================
Internal Coord. RMS deviation Max. deviation
-----------------------------------------------------------
Bonds 0.031 Angstrom 0.068 Angstrom
Angles 3.230 degree 6.078 degree
Dihedrals 0.001 degree 0.005 degree
*** Time spent in Optimization Driver: 1708.75 sec
* Info * Optimization results written to file: vlx_20260326_9deece15.h5
opt_molecule = vlx.Molecule.read_xyz_string(opt_results["final_geometry"])
opt_molecule.show()opt_drv.plot_convergence(opt_results)---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[14], line 1
----> 1 opt_drv.plot_convergence(opt_results)
AttributeError: 'OptimizationDriver' object has no attribute 'plot_convergence'Text file
Please refer to the keyword list for a complete set of options. Dispersion can be activated in the @method settings section by using the keyword dispersion.
@jobs
task: optimize
@end
@method settings
xcfun: b3lyp
basis: def2-svp
dispersion: yes # use dft-d4 correction
@end
@molecule
charge: 0
multiplicity: 1
xyz:
...
@end
Figure: Optimization of the molecular structure in the ground state, S0.
Constrained optimization¶
Internal coordinates (distances, angles, dihedrals) can be constrained during the molecular structure optimization with use of either the set, freeze, or scan directives.
Set or freeze internal coordinate¶
The set directive will aim at converging an internal coordinate to a desired value while freeze will keep it at its initial value.
Python script
import veloxchem as vlx
molecule = vlx.Molecule.read_xyz_string("""4
Hydrogen peroxide
O -0.65564532 -0.06106286 -0.03621403
O 0.65564532 0.06106286 -0.03621403
H -0.97628735 0.65082652 0.57474201
H 0.97628735 -0.65082652 0.57474201
""")
basis = vlx.MolecularBasis.read(molecule, "def2-svp")
scf_drv = vlx.ScfRestrictedDriver()
scf_drv.xcfun = "b3lyp"
scf_results = scf_drv.compute(molecule, basis)
opt_drv = vlx.OptimizationDriver(scf_drv)
opt_drv.constraints = ["set dihedral 3 1 2 4 90.0", "freeze distance 1 2"]
opt_results = opt_drv.compute(molecule, basis, results)
Self Consistent Field Driver Setup
====================================
Wave Function Model : Spin-Restricted Kohn-Sham
Initial Guess Model : Superposition of Atomic Densities
Convergence Accelerator : Two Level Direct Inversion of Iterative Subspace
Max. Number of Iterations : 50
Max. Number of Error Vectors : 10
Convergence Threshold : 1.0e-06
ERI Screening Threshold : 1.0e-12
Linear Dependence Threshold : 1.0e-06
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Starting Reduced Basis SCF calculation...
* Info * ...done. SCF energy in reduced basis set: -150.566870205206 a.u. Time: 0.02 sec.
Iter. | Kohn-Sham Energy | Energy Change | Gradient Norm | Max. Gradient | Density Change
--------------------------------------------------------------------------------------------
1 -151.406804838447 0.0000000000 0.27077714 0.02660251 0.00000000
2 -151.411532718018 -0.0047278796 0.12427868 0.00997459 0.08009774
3 -151.412752069416 -0.0012193514 0.04230070 0.00328470 0.03847354
4 -151.412920062974 -0.0001679936 0.00152329 0.00013464 0.01144216
5 -151.412920268826 -0.0000002059 0.00024809 0.00002268 0.00052482
6 -151.412920273969 -0.0000000051 0.00002440 0.00000213 0.00007112
7 -151.412920274032 -0.0000000001 0.00000460 0.00000054 0.00000885
8 -151.412920274036 -0.0000000000 0.00000053 0.00000005 0.00000363
*** SCF converged in 8 iterations. Time: 0.15 sec.
Spin-Restricted Kohn-Sham:
--------------------------
Total Energy : -151.4129202740 a.u.
Electronic Energy : -190.4973689348 a.u.
Nuclear Repulsion Energy : 39.0844486607 a.u.
------------------------------------
Gradient Norm : 0.0000005312 a.u.
Ground State Information
------------------------
Charge of Molecule : 0.0
Multiplicity (2S+1) : 1
Magnetic Quantum Number (M_S) : 0.0
Optimization Driver Setup
===========================
Coordinate System : TRIC
Constraints : Yes
Max. Number of Steps : 300
Transition State : No
IRC : No
Hessian : never
* Info * Using geomeTRIC for geometry optimization.
L.-P. Wang and C.C. Song, J. Chem. Phys. 2016, 144, 214108
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.655645320000 -0.061062860000 -0.036214030000
O 0.655645320000 0.061062860000 -0.036214030000
H -0.976287350000 0.650826520000 0.574742010000
H 0.976287350000 -0.650826520000 0.574742010000
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.094374630664 -0.004996730482 -0.010571898169
O -0.094374630664 0.004996730482 -0.010571898169
H -0.003327137119 0.011492816581 0.010587064697
H 0.003327137119 -0.011492816581 0.010587064697
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4129202740 a.u.
* Info * Gradient : 6.818557e-02 a.u. (RMS)
* Info * 9.509628e-02 a.u. (Max)
* Info * Time : 0.35 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.657751160828 -0.031030129592 -0.062128633037
O 0.657751160828 0.031030129592 -0.062128633037
H -0.957953161752 0.617687114626 0.600014550564
H 0.957953161752 -0.617687114626 0.600014550564
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.088429554499 0.006395677486 -0.002076245648
O -0.088429554497 -0.006395677486 -0.002076245648
H -0.000409934106 -0.001257537135 0.002083624112
H 0.000409934106 0.001257537135 0.002083624112
*** Time spent in gradient calculation: 0.10 sec ***
* Info * Energy : -151.4130236485 a.u.
* Info * Gradient : 6.273393e-02 a.u. (RMS)
* Info * 8.868484e-02 a.u. (Max)
* Info * Time : 0.33 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.657704939745 -0.031994855304 -0.062334859016
O 0.657704939712 0.031994855306 -0.062334859022
H -0.955539766972 0.616538825991 0.599904242832
H 0.955539766950 -0.616538825989 0.599904242821
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.088403681080 0.006422331169 -0.001747710233
O -0.088403681081 -0.006422331168 -0.001747710232
H 0.000258341026 -0.001622416337 0.001754644528
H -0.000258341025 0.001622416337 0.001754644528
*** Time spent in gradient calculation: 0.11 sec ***
* Info * Energy : -151.4130258682 a.u.
* Info * Gradient : 6.271080e-02 a.u. (RMS)
* Info * 8.865389e-02 a.u. (Max)
* Info * Time : 0.32 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.657722872662 -0.031624062227 -0.062308908141
O 0.657722872624 0.031624062228 -0.062308908148
H -0.956417523320 0.616738798300 0.599650814152
H 0.956417523289 -0.616738798299 0.599650814141
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.088332921977 0.006634069232 -0.001664423755
O -0.088332921976 -0.006634069232 -0.001664423754
H 0.000084316813 -0.001691198938 0.001671148625
H -0.000084316812 0.001691198938 0.001671148625
*** Time spent in gradient calculation: 0.13 sec ***
* Info * Energy : -151.4130262190 a.u.
* Info * Gradient : 6.267035e-02 a.u. (RMS)
* Info * 8.859733e-02 a.u. (Max)
* Info * Time : 0.32 sec
* Info * Geometry optimization completed.
Final Geometry (Angstroms)
============================
Atom Coordinate X Coordinate Y Coordinate Z
O -0.657722872662 -0.031624062227 -0.062308908141
O 0.657722872624 0.031624062228 -0.062308908148
H -0.956417523320 0.616738798300 0.599650814152
H 0.956417523289 -0.616738798299 0.599650814141
Summary of Geometry Optimization
==================================
Opt.Step Energy (a.u.) Energy Change (a.u.) Displacement (RMS, Max)
-------------------------------------------------------------------------------------
0 -151.412920274036 0.000000000000 0.000e+00 0.000e+00
1 -151.413023648475 -0.000103374440 4.272e-02 4.556e-02
2 -151.413025868169 -0.000002219694 2.006e-03 2.699e-03
3 -151.413026219043 -0.000000350874 7.003e-04 8.899e-04
Statistical Deviation between
Optimized Geometry and Initial Geometry
=========================================
Internal Coord. RMS deviation Max. deviation
-----------------------------------------------------------
Bonds 0.015 Angstrom 0.018 Angstrom
Angles 1.131 degree 1.131 degree
Dihedrals 10.803 degree 10.803 degree
*** Time spent in Optimization Driver: 1.37 sec
* Info * Optimization results written to file: vlx_20260325_3dbf4c6b.h5
molecule_opt = vlx.Molecule.read_xyz_string(opt_results['final_geometry'])
molecule_opt.show(atom_indices=True)Text file
@jobs
task: optimize
@end
@method settings
xcfun: b3lyp
basis: def2-svp
@end
@optimize
set dihedral 3 1 2 4 90.0
freeze distance 1 2
@end
@molecule
charge: 0
multiplicity: 1
xyz:
...
@endScan coordinate¶
The scan directive will perform a relaxed scan of an internal coordinate from an initial to a final value in a given number of steps.
scan distance 6 1 1.4 1.5 9
scan angle 6 1 2 100 110 9
scan dihedral 6 1 2 3 0 360 19Python script
import veloxchem as vlx
molecule = vlx.Molecule.read_xyz_string("""4
Hydrogen peroxide
O -0.65564532 -0.06106286 -0.03621403
O 0.65564532 0.06106286 -0.03621403
H -0.97628735 0.65082652 0.57474201
H 0.97628735 -0.65082652 0.57474201
""")
basis = vlx.MolecularBasis.read(molecule, "def2-svp")
scf_drv = vlx.ScfRestrictedDriver()
scf_drv.xcfun = "b3lyp"
scf_results = scf_drv.compute(molecule, basis)
opt_drv = vlx.OptimizationDriver(scf_drv)
opt_drv.constraints = ["scan dihedral 3 1 2 4 0 180 7"]
opt_results = opt_drv.compute(molecule, basis, scf_results)
Self Consistent Field Driver Setup
====================================
Wave Function Model : Spin-Restricted Kohn-Sham
Initial Guess Model : Superposition of Atomic Densities
Convergence Accelerator : Two Level Direct Inversion of Iterative Subspace
Max. Number of Iterations : 50
Max. Number of Error Vectors : 10
Convergence Threshold : 1.0e-06
ERI Screening Threshold : 1.0e-12
Linear Dependence Threshold : 1.0e-06
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Starting Reduced Basis SCF calculation...
* Info * ...done. SCF energy in reduced basis set: -150.566870205206 a.u. Time: 0.03 sec.
Iter. | Kohn-Sham Energy | Energy Change | Gradient Norm | Max. Gradient | Density Change
--------------------------------------------------------------------------------------------
1 -151.406804838447 0.0000000000 0.27077714 0.02660251 0.00000000
2 -151.411532718018 -0.0047278796 0.12427868 0.00997459 0.08009774
3 -151.412752069416 -0.0012193514 0.04230070 0.00328470 0.03847354
4 -151.412920062974 -0.0001679936 0.00152329 0.00013464 0.01144216
5 -151.412920268826 -0.0000002059 0.00024809 0.00002268 0.00052482
6 -151.412920273969 -0.0000000051 0.00002440 0.00000213 0.00007112
7 -151.412920274032 -0.0000000001 0.00000460 0.00000054 0.00000885
8 -151.412920274036 -0.0000000000 0.00000053 0.00000005 0.00000363
*** SCF converged in 8 iterations. Time: 0.18 sec.
Spin-Restricted Kohn-Sham:
--------------------------
Total Energy : -151.4129202740 a.u.
Electronic Energy : -190.4973689348 a.u.
Nuclear Repulsion Energy : 39.0844486607 a.u.
------------------------------------
Gradient Norm : 0.0000005312 a.u.
Ground State Information
------------------------
Charge of Molecule : 0.0
Multiplicity (2S+1) : 1
Magnetic Quantum Number (M_S) : 0.0
Optimization Driver Setup
===========================
Coordinate System : TRIC
Constraints : Yes
Max. Number of Steps : 300
Transition State : No
IRC : No
Hessian : never
* Info * Using geomeTRIC for geometry optimization.
L.-P. Wang and C.C. Song, J. Chem. Phys. 2016, 144, 214108
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.655645320000 -0.061062860000 -0.036214030000
O 0.655645320000 0.061062860000 -0.036214030000
H -0.976287350000 0.650826520000 0.574742010000
H 0.976287350000 -0.650826520000 0.574742010000
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.094374630664 -0.004996730482 -0.010571898169
O -0.094374630664 0.004996730482 -0.010571898169
H -0.003327137119 0.011492816581 0.010587064697
H 0.003327137119 -0.011492816581 0.010587064697
*** Time spent in gradient calculation: 0.14 sec ***
* Info * Energy : -151.4129202740 a.u.
* Info * Gradient : 6.818557e-02 a.u. (RMS)
* Info * 9.509628e-02 a.u. (Max)
* Info * Time : 0.37 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.607437155842 0.254202346373 -0.209988671444
O 0.607437155842 -0.254202346373 -0.209988671444
H -0.841050779934 0.351965765066 0.748516652179
H 0.841050779934 -0.351965765066 0.748516652179
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.102331159525 -0.042824200562 -0.023924693870
O -0.102331159524 0.042824200562 -0.023924693870
H 0.005605718971 -0.002345905961 0.023956402409
H -0.005605718971 0.002345905961 0.023956402409
*** Time spent in gradient calculation: 0.11 sec ***
* Info * Energy : -151.3960943561 a.u.
* Info * Gradient : 8.212431e-02 a.u. (RMS)
* Info * 1.134811e-01 a.u. (Max)
* Info * Time : 0.43 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.644940502122 0.276480296290 -0.187660008384
O 0.644940502115 -0.276480296291 -0.187660008385
H -0.949857245082 0.407195410565 0.725706265295
H 0.949857245079 -0.407195410566 0.725706265292
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.024415550117 -0.010466621166 0.001907820397
O -0.024415550117 0.010466621167 0.001907820397
H -0.006598061093 0.002828264751 -0.001899773204
H 0.006598061093 -0.002828264751 -0.001899773204
*** Time spent in gradient calculation: 0.14 sec ***
* Info * Energy : -151.4079142289 a.u.
* Info * Gradient : 1.955060e-02 a.u. (RMS)
* Info * 2.663286e-02 a.u. (Max)
* Info * Time : 0.36 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.662280528140 0.275644343071 -0.196933252376
O 0.662280528129 -0.275644343088 -0.196933252378
H -0.904560680759 0.376482508585 0.734572985177
H 0.904560680753 -0.376482508595 0.734572985174
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.006377283394 -0.002654312503 0.002661553935
O -0.006377283394 0.002654312502 0.002661553935
H 0.000086072316 -0.000036140017 -0.002660535146
H -0.000086072317 0.000036140017 -0.002660535146
*** Time spent in gradient calculation: 0.10 sec ***
* Info * Energy : -151.4097528263 a.u.
* Info * Gradient : 5.562650e-03 a.u. (RMS)
* Info * 7.402634e-03 a.u. (Max)
* Info * Time : 0.29 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.667957408885 0.276492107253 -0.199898808091
O 0.667957408896 -0.276492107250 -0.199898808091
H -0.900046871995 0.372562461626 0.737477911688
H 0.900046872005 -0.372562461626 0.737477911689
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.001540812569 -0.000638453418 -0.000055527912
O -0.001540812570 0.000638453418 -0.000055527914
H 0.000231766748 -0.000096213385 0.000061756699
H -0.000231766747 0.000096213384 0.000061756701
*** Time spent in gradient calculation: 0.11 sec ***
* Info * Energy : -151.4098666675 a.u.
* Info * Gradient : 1.194068e-03 a.u. (RMS)
* Info * 1.668775e-03 a.u. (Max)
* Info * Time : 0.35 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.669276154577 0.276993498020 -0.200112684455
O 0.669276154603 -0.276993497984 -0.200112684456
H -0.901360072140 0.373046099145 0.737389022645
H 0.901360072152 -0.373046099119 0.737389022645
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000175452079 -0.000073220307 -0.000052906928
O -0.000175452084 0.000073220309 -0.000052906931
H 0.000066115863 -0.000027632210 0.000059359601
H -0.000066115859 0.000027632209 0.000059359607
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4098723347 a.u.
* Info * Gradient : 1.542760e-04 a.u. (RMS)
* Info * 1.973418e-04 a.u. (Max)
* Info * Time : 0.31 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.669416377791 0.277106235940 -0.200208303075
O 0.669416377886 -0.277106235924 -0.200208303062
H -0.901884397574 0.373336805900 0.737165341291
H 0.901884397605 -0.373336805877 0.737165341308
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O -0.000002638537 0.000000529856 -0.000002878583
O 0.000002638561 -0.000000529867 -0.000002878571
H 0.000004421538 -0.000002095466 0.000009320229
H -0.000004421561 0.000002095476 0.000009320196
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4098725056 a.u.
* Info * Gradient : 7.947841e-06 a.u. (RMS)
* Info * 1.052652e-05 a.u. (Max)
* Info * Time : 0.27 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.669416377791 0.277106235940 -0.200208303075
O 0.669416377886 -0.277106235924 -0.200208303062
H -0.901884397574 0.373336805900 0.737165341291
H 0.901884397605 -0.373336805877 0.737165341308
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O -0.000002638537 0.000000529856 -0.000002878583
O 0.000002638558 -0.000000529867 -0.000002878571
H 0.000004421538 -0.000002095466 0.000009320229
H -0.000004421561 0.000002095476 0.000009320196
*** Time spent in gradient calculation: 0.16 sec ***
* Info * Energy : -151.4098725056 a.u.
* Info * Gradient : 7.947841e-06 a.u. (RMS)
* Info * 1.052652e-05 a.u. (Max)
* Info * Time : 0.23 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.704828907561 0.167703929760 -0.184363617006
O 0.704828907650 -0.167703929692 -0.184363616934
H -0.893502305826 0.461973144467 0.721047953848
H 0.893502305944 -0.461973144448 0.721047953925
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O -0.000802367352 0.007555971906 0.000038373457
O 0.000802366987 -0.007555971692 0.000038373248
H -0.002334093264 -0.004604026441 -0.000030655456
H 0.002334093631 0.004604026228 -0.000030654911
*** Time spent in gradient calculation: 0.13 sec ***
* Info * Energy : -151.4123656260 a.u.
* Info * Gradient : 6.495536e-03 a.u. (RMS)
* Info * 7.598551e-03 a.u. (Max)
* Info * Time : 0.41 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.702821280187 0.165004124096 -0.187015294677
O 0.702821281142 -0.165004124216 -0.187015295382
H -0.876476652282 0.456344274879 0.723372890067
H 0.876476651440 -0.456344274686 0.723372889152
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.002014559117 0.005737195731 -0.001838930695
O -0.002014555258 -0.005737198062 -0.001838928278
H -0.000319715675 -0.004813040445 0.001847428808
H 0.000319711815 0.004813042777 0.001847422690
*** Time spent in gradient calculation: 0.11 sec ***
* Info * Energy : -151.4123988658 a.u.
* Info * Gradient : 5.789477e-03 a.u. (RMS)
* Info * 6.352600e-03 a.u. (Max)
* Info * Time : 0.31 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.703263000150 0.165906018629 -0.186264472369
O 0.703262995125 -0.165906017628 -0.186264466832
H -0.882757538549 0.458405820668 0.722386086202
H 0.882757543701 -0.458405821598 0.722386093342
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.001305070996 0.006301053384 -0.001286929190
O -0.001305050497 -0.006301065954 -0.001286913937
H -0.001096419235 -0.004695919168 0.001295438447
H 0.001096398741 0.004695931736 0.001295404277
*** Time spent in gradient calculation: 0.11 sec ***
* Info * Energy : -151.4124112395 a.u.
* Info * Gradient : 5.830722e-03 a.u. (RMS)
* Info * 6.562220e-03 a.u. (Max)
* Info * Time : 0.36 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.703154516982 0.165884434646 -0.186426995473
O 0.703154464663 -0.165884427864 -0.186426941252
H -0.882800317922 0.458411428862 0.722187812032
H 0.882800370173 -0.458411435514 0.722187887020
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.001418991438 0.006278658886 -0.001289751815
O -0.001419008772 -0.006278649834 -0.001289749362
H -0.001102628038 -0.004695256105 0.001298254419
H 0.001102645395 0.004695247040 0.001298269862
*** Time spent in gradient calculation: 0.11 sec ***
* Info * Energy : -151.4124112712 a.u.
* Info * Gradient : 5.832889e-03 a.u. (RMS)
* Info * 6.564949e-03 a.u. (Max)
* Info * Time : 0.28 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.703154516982 0.165884434646 -0.186426995473
O 0.703154464663 -0.165884427864 -0.186426941252
H -0.882800317922 0.458411428862 0.722187812032
H 0.882800370173 -0.458411435514 0.722187887020
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.001418991438 0.006278658886 -0.001289751815
O -0.001419008772 -0.006278649834 -0.001289749362
H -0.001102628038 -0.004695256105 0.001298254419
H 0.001102645395 0.004695247040 0.001298269862
*** Time spent in gradient calculation: 0.15 sec ***
* Info * Energy : -151.4124112712 a.u.
* Info * Gradient : 5.832889e-03 a.u. (RMS)
* Info * 6.564949e-03 a.u. (Max)
* Info * Time : 0.24 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.719340950486 0.067026245961 -0.139440469251
O 0.719340898643 -0.067026239118 -0.139440408389
H -0.916675418433 0.557784283092 0.675201281039
H 0.916675470208 -0.557784289805 0.675201359683
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O -0.003532422911 0.009665184517 -0.000857666406
O 0.003532396194 -0.009665166340 -0.000857670423
H -0.003162069049 -0.005401868774 0.000860623140
H 0.003162095777 0.005401850541 0.000860650487
*** Time spent in gradient calculation: 0.15 sec ***
* Info * Energy : -151.4176009681 a.u.
* Info * Gradient : 8.560043e-03 a.u. (RMS)
* Info * 1.032615e-02 a.u. (Max)
* Info * Time : 0.42 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.715325245485 0.057795782456 -0.143532047854
O 0.715325270738 -0.057795801963 -0.143532047240
H -0.885263785530 0.548059905633 0.679167243265
H 0.885263759708 -0.548059883656 0.679167285404
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.001884077078 0.004739443936 -0.003668931622
O -0.001884085677 -0.004739427327 -0.003668956623
H 0.001301773005 -0.004759724865 0.003677988742
H -0.001301764412 0.004759708252 0.003678018360
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4177255913 a.u.
* Info * Gradient : 6.218938e-03 a.u. (RMS)
* Info * 6.282770e-03 a.u. (Max)
* Info * Time : 0.34 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.716431429027 0.061150230946 -0.142275011631
O 0.716431459680 -0.061150249956 -0.142275022334
H -0.896907211094 0.551667549888 0.677663475206
H 0.896907180038 -0.551667528297 0.677663481936
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000236835602 0.006435057058 -0.002820906604
O -0.000236826104 -0.006435062457 -0.002820907531
H -0.000417784166 -0.004900008083 0.002827756341
H 0.000417774657 0.004900013504 0.002827748718
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4177778995 a.u.
* Info * Gradient : 6.387661e-03 a.u. (RMS)
* Info * 7.030195e-03 a.u. (Max)
* Info * Time : 0.35 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.716239578407 0.061123808472 -0.142411500963
O 0.716239579759 -0.061123816687 -0.142411490736
H -0.896839953556 0.551639687246 0.677511519789
H 0.896839952270 -0.551639677360 0.677511533089
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000441873751 0.006408534481 -0.002833863495
O -0.000441865950 -0.006408544860 -0.002833850777
H -0.000408574310 -0.004897447940 0.002840699589
H 0.000408566503 0.004897458327 0.002840681832
*** Time spent in gradient calculation: 0.13 sec ***
* Info * Energy : -151.4177780332 a.u.
* Info * Gradient : 6.384234e-03 a.u. (RMS)
* Info * 7.021069e-03 a.u. (Max)
* Info * Time : 0.29 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.716239578407 0.061123808472 -0.142411500963
O 0.716239579759 -0.061123816687 -0.142411490736
H -0.896839953556 0.551639687246 0.677511519789
H 0.896839952270 -0.551639677360 0.677511533089
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000441873752 0.006408534481 -0.002833863495
O -0.000441865950 -0.006408544860 -0.002833850777
H -0.000408574310 -0.004897447940 0.002840699589
H 0.000408566503 0.004897458327 0.002840681832
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4177780332 a.u.
* Info * Gradient : 6.384234e-03 a.u. (RMS)
* Info * 7.021069e-03 a.u. (Max)
* Info * Time : 0.22 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.718672411774 -0.015660921028 -0.067182258312
O 0.718672412796 0.015660914686 -0.067182248472
H -0.954860080676 0.648815521681 0.602282276859
H 0.954860079720 -0.648815513668 0.602282291437
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O -0.001345960329 0.005726048441 -0.001322336647
O 0.001345961285 -0.005726053811 -0.001322330387
H -0.002971415474 -0.002303032724 0.001335758974
H 0.002971414514 0.002303038104 0.001335753633
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4217549881 a.u.
* Info * Gradient : 5.112013e-03 a.u. (RMS)
* Info * 6.028919e-03 a.u. (Max)
* Info * Time : 0.38 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.715951575176 -0.025103177125 -0.069684577430
O 0.715951575487 0.025103172480 -0.069684570313
H -0.931830218182 0.641679528201 0.604253183027
H 0.931830218096 -0.641679522342 0.604253204045
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.001894878774 0.001120205800 -0.002446912777
O -0.001894883314 -0.001120200341 -0.002446915647
H 0.001129062743 -0.001578699162 0.002459037486
H -0.001129058200 0.001578693698 0.002459043175
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4218695701 a.u.
* Info * Gradient : 3.213002e-03 a.u. (RMS)
* Info * 3.291326e-03 a.u. (Max)
* Info * Time : 0.32 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.717327000547 -0.022574867667 -0.069233490481
O 0.717327009131 0.022574860467 -0.069233492252
H -0.938263085621 0.643462525696 0.603423903603
H 0.938263077178 -0.643462517187 0.603423916809
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000235645326 0.002562885209 -0.001975681663
O -0.000235610393 -0.002562925863 -0.001975661393
H 0.000019062097 -0.001958189056 0.001987998651
H -0.000019097037 0.001958229719 0.001987956311
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4218947077 a.u.
* Info * Gradient : 3.026077e-03 a.u. (RMS)
* Info * 3.244586e-03 a.u. (Max)
* Info * Time : 0.30 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.717512863570 -0.022768119076 -0.069518065629
O 0.717512789855 0.022768138274 -0.069517977775
H -0.938218704933 0.643265676548 0.603180696547
H 0.938218779073 -0.643265694815 0.603180785935
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000032076443 0.002545563768 -0.001966411893
O -0.000032084097 -0.002545566868 -0.001966402789
H 0.000049364533 -0.001971250181 0.001978663069
H -0.000049356822 0.001971253189 0.001978659698
*** Time spent in gradient calculation: 0.13 sec ***
* Info * Energy : -151.4218948642 a.u.
* Info * Gradient : 3.012562e-03 a.u. (RMS)
* Info * 3.216784e-03 a.u. (Max)
* Info * Time : 0.30 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.717512863570 -0.022768119076 -0.069518065629
O 0.717512789855 0.022768138274 -0.069517977775
H -0.938218704933 0.643265676548 0.603180696547
H 0.938218779073 -0.643265694815 0.603180785935
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000032076443 0.002545563768 -0.001966411893
O -0.000032084097 -0.002545566868 -0.001966402789
H 0.000049364533 -0.001971250181 0.001978663069
H -0.000049356822 0.001971253189 0.001978659698
*** Time spent in gradient calculation: 0.13 sec ***
* Info * Energy : -151.4218948642 a.u.
* Info * Gradient : 3.012562e-03 a.u. (RMS)
* Info * 3.216784e-03 a.u. (Max)
* Info * Time : 0.24 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.713982937132 -0.074642313302 0.028996379743
O 0.713982858323 0.074642327596 0.028996492339
H -0.998037520703 0.724035928304 0.504666237064
H 0.998037599936 -0.724035941668 0.504666332076
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.003016287635 0.002971941575 -0.000102235723
O -0.003016335499 -0.002971892092 -0.000102247619
H -0.003119526609 0.000366932530 0.000113941117
H 0.003119574491 -0.000366982121 0.000113972529
*** Time spent in gradient calculation: 0.16 sec ***
* Info * Energy : -151.4229608507 a.u.
* Info * Gradient : 3.729619e-03 a.u. (RMS)
* Info * 4.235668e-03 a.u. (Max)
* Info * Time : 0.45 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.713123562672 -0.083739094337 0.027663439871
O 0.713123607768 0.083739093806 0.027663461648
H -0.979750855875 0.718277200118 0.505500786791
H 0.979750810260 -0.718277194154 0.505500865331
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.003421892033 -0.001293286095 -0.000322430271
O -0.003421882736 0.001293286247 -0.000322435982
H 0.000925381898 0.000557024176 0.000332524129
H -0.000925391182 -0.000557024313 0.000332523607
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4230624475 a.u.
* Info * Gradient : 2.716897e-03 a.u. (RMS)
* Info * 3.672315e-03 a.u. (Max)
* Info * Time : 0.44 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.715472565152 -0.081506442619 0.027826793278
O 0.715472595643 0.081506439347 0.027826831144
H -0.984423645746 0.719653090102 0.504979585784
H 0.984423614297 -0.719653081492 0.504979662385
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000807145071 0.000189153317 0.000030882600
O -0.000807135400 -0.000189164167 0.000030885140
H 0.000017073183 -0.000081718423 -0.000020885231
H -0.000017082848 0.000081729293 -0.000020891952
*** Time spent in gradient calculation: 0.10 sec ***
* Info * Energy : -151.4230933925 a.u.
* Info * Gradient : 5.897529e-04 a.u. (RMS)
* Info * 8.295878e-04 a.u. (Max)
* Info * Time : 0.26 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.716144124176 -0.081610295313 0.027536250562
O 0.716144126543 0.081610296459 0.027536311763
H -0.984573527847 0.719746494324 0.504771966368
H 0.984573524181 -0.719746490974 0.504772049320
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000100792115 0.000097744845 0.000000775372
O -0.000100780315 -0.000097765757 0.000000783289
H -0.000012878540 -0.000051905067 0.000009250323
H 0.000012866744 0.000051925972 0.000009238197
*** Time spent in gradient calculation: 0.11 sec ***
* Info * Energy : -151.4230945690 a.u.
* Info * Gradient : 1.064447e-04 a.u. (RMS)
* Info * 1.404116e-04 a.u. (Max)
* Info * Time : 0.32 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.716249618289 -0.081718335057 0.027257976781
O 0.716249591758 0.081718349383 0.027258066995
H -0.984512266571 0.719712584176 0.504538763855
H 0.984512291577 -0.719712593632 0.504538862020
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O -0.000006557518 0.000025802649 -0.000021678877
O 0.000006567400 -0.000025821419 -0.000021672904
H 0.000000480684 -0.000018223975 0.000031724816
H -0.000000490555 0.000018242689 0.000031714553
*** Time spent in gradient calculation: 0.10 sec ***
* Info * Energy : -151.4230945899 a.u.
* Info * Gradient : 3.548239e-05 a.u. (RMS)
* Info * 3.659029e-05 a.u. (Max)
* Info * Time : 0.27 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.712301673322 -0.110985300548 0.142369007183
O 0.712301634690 0.110985310199 0.142369111125
H -1.027844813693 0.773010098554 0.389427725162
H 1.027844850800 -0.773010103336 0.389427829191
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.003825081080 0.002605160236 0.000642471159
O -0.003825113462 -0.002605115250 0.000642463312
H -0.002523082755 0.000506693303 -0.000634217425
H 0.002523115160 -0.000506738371 -0.000634204183
*** Time spent in gradient calculation: 0.11 sec ***
* Info * Energy : -151.4225352494 a.u.
* Info * Gradient : 3.798413e-03 a.u. (RMS)
* Info * 4.672352e-03 a.u. (Max)
* Info * Time : 0.40 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.712221753870 -0.117376343885 0.141861840328
O 0.712221775983 0.117376351924 0.141861913957
H -1.016606919767 0.769386683139 0.389569223542
H 1.016606895251 -0.769386683065 0.389569324376
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.003078204321 -0.000688182219 0.000597826997
O -0.003078213224 0.000688201367 0.000597822807
H 0.000369013792 0.000558016321 -0.000591117945
H -0.000369004885 -0.000558035467 -0.000591112911
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4226108512 a.u.
* Info * Gradient : 2.356199e-03 a.u. (RMS)
* Info * 3.210360e-03 a.u. (Max)
* Info * Time : 0.30 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.714557430120 -0.116556831937 0.141782878822
O 0.714557477475 0.116556832911 0.141782939036
H -1.018508033201 0.769985418570 0.389344118390
H 1.018507983138 -0.769985411008 0.389344215975
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000499597602 0.000014371584 0.000720261455
O -0.000499561227 -0.000014428115 0.000720270720
H 0.000037893739 0.000017773382 -0.000713737304
H -0.000037930121 -0.000017716788 -0.000713753168
*** Time spent in gradient calculation: 0.11 sec ***
* Info * Energy : -151.4226283036 a.u.
* Info * Gradient : 7.999233e-04 a.u. (RMS)
* Info * 8.766874e-04 a.u. (Max)
* Info * Time : 0.30 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.715028819855 -0.116636205268 0.141585203778
O 0.715028764166 0.116636217708 0.141585324611
H -1.018702408435 0.770177371479 0.389206423265
H 1.018702461718 -0.770177378394 0.389206531556
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000046203642 -0.000185850943 0.000676098461
O -0.000046233606 0.000185891093 0.000676092045
H -0.000027046341 0.000155805576 -0.000669522200
H 0.000027076328 -0.000155845830 -0.000669510282
*** Time spent in gradient calculation: 0.15 sec ***
* Info * Energy : -151.4226288555 a.u.
* Info * Gradient : 6.953614e-04 a.u. (RMS)
* Info * 7.027044e-04 a.u. (Max)
* Info * Time : 0.37 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.715028819855 -0.116636205268 0.141585203778
O 0.715028764166 0.116636217708 0.141585324611
H -1.018702408435 0.770177371479 0.389206423265
H 1.018702461718 -0.770177378394 0.389206531556
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000046203642 -0.000185850942 0.000676098461
O -0.000046233606 0.000185891093 0.000676092045
H -0.000027046341 0.000155805576 -0.000669522200
H 0.000027076328 -0.000155845830 -0.000669510282
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4226288555 a.u.
* Info * Gradient : 6.953614e-04 a.u. (RMS)
* Info * 7.027044e-04 a.u. (Max)
* Info * Time : 0.20 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.713433996841 -0.126024473123 0.265395793363
O 0.713433921686 0.126024475711 0.265395935716
H -1.034408447939 0.788823976829 0.265395821850
H 1.034408520690 -0.788823973890 0.265395934493
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.001524754663 0.001258014550 -0.000000000230
O -0.001524786586 -0.001257970496 -0.000000000629
H -0.000929790501 0.000030527196 0.000000000348
H 0.000929822453 -0.000030571336 0.000000000514
*** Time spent in gradient calculation: 0.09 sec ***
* Info * Energy : -151.4222290376 a.u.
* Info * Gradient : 1.544821e-03 a.u. (RMS)
* Info * 1.976734e-03 a.u. (Max)
* Info * Time : 0.31 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.713419712686 -0.129268719737 0.265395813600
O 0.713419726861 0.129268728158 0.265395929036
H -1.029212520022 0.787030097919 0.265395816760
H 1.029212502196 -0.787030097152 0.265395925876
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.001071786425 -0.000524449548 0.000000000066
O -0.001071792699 0.000524466137 -0.000000000064
H 0.000486752219 0.000129043801 0.000000000040
H -0.000486745947 -0.000129060387 -0.000000000041
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4222379857 a.u.
* Info * Gradient : 9.157969e-04 a.u. (RMS)
* Info * 1.193233e-03 a.u. (Max)
* Info * Time : 0.31 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.714373355284 -0.128304288660 0.265395814912
O 0.714373384968 0.128304292712 0.265395927712
H -1.031184655294 0.787624426614 0.265395817565
H 1.031184621857 -0.787624421089 0.265395925060
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000144855890 0.000086023378 0.000000000011
O -0.000144841107 -0.000086045008 -0.000000000012
H 0.000030086512 -0.000061433874 0.000000000000
H -0.000030101307 0.000061455542 -0.000000000000
*** Time spent in gradient calculation: 0.13 sec ***
* Info * Energy : -151.4222430261 a.u.
* Info * Gradient : 1.285770e-04 a.u. (RMS)
* Info * 1.684733e-04 a.u. (Max)
* Info * Time : 0.38 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
O -0.714509382950 -0.128373535410 0.265395808921
O 0.714509371703 0.128373537934 0.265395933707
H -1.031331030423 0.787622043491 0.265395816783
H 1.031331038426 -0.787622038085 0.265395925845
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
O 0.000010604758 0.000016704438 -0.000000000003
O -0.000010613027 -0.000016692758 0.000000000003
H 0.000001143040 -0.000007921102 -0.000000000001
H -0.000001134771 0.000007909415 0.000000000001
*** Time spent in gradient calculation: 0.12 sec ***
* Info * Energy : -151.4222430843 a.u.
* Info * Gradient : 1.508874e-05 a.u. (RMS)
* Info * 1.978634e-05 a.u. (Max)
* Info * Time : 0.32 sec
* Info * Geometry optimization completed.
Final Geometry (Angstroms)
============================
Atom Coordinate X Coordinate Y Coordinate Z
O -0.714509382950 -0.128373535410 0.265395808921
O 0.714509371703 0.128373537934 0.265395933707
H -1.031331030423 0.787622043491 0.265395816783
H 1.031331038426 -0.787622038085 0.265395925845
Summary of Geometry Scan
==========================
Scan Energy (a.u.) Relative Energy (a.u.) Relative Energy (kJ/mol)
----------------------------------------------------------------------------------
1 -151.409872505598 0.013222084303 34.7145775707
2 -151.412411271239 0.010683318662 28.0490492954
3 -151.417778033175 0.005316556727 13.9586177689
4 -151.421894864237 0.001199725665 3.1498792998
5 -151.423094589901 0.000000000000 0.0000000000
6 -151.422628855532 0.000465734369 1.2227854191
7 -151.422243084342 0.000851505559 2.2356275385
*** Time spent in Optimization Driver: 12.72 sec
* Info * Optimization results written to file: vlx_20260325_8076b9e8.h5
opt_drv.plot_scan(opt_results)
Text file
@jobs
task: optimize
@end
@method settings
xcfun: b3lyp
basis: def2-svp
@end
@optimize
scan dihedral 3 1 2 4 180 0 7
@end
@molecule
charge: 0
multiplicity: 1
xyz:
...
@endTransition state optimization¶
Transition‑state optimization targets first‑order saddle points on the Born–Oppenheimer potential energy surface, characterized by vanishing gradients and a single imaginary Hessian eigenvalue. The resulting transition‑state geometry defines the critical point connecting reactant and product minima and provides the reference structure for calculating reaction pathways, activation energies, and vibrational signatures.
The optimization of a transition-state structure requires an initial guess of the structure that is close to the actual one.
Obtaining a start guess of the transition state structure¶
The transition-state guesser can be used to efficiently calculate an initial guess for a transition state structure. More information can be found in the eChem book
Python script
import veloxchem as vlx
reac1 = vlx.Molecule.read_smiles("[Cl]")
reac2 = vlx.Molecule.read_smiles("CBr")
reac1.set_charge(-1)
prod1 = vlx.Molecule.read_smiles("[Br]")
prod2 = vlx.Molecule.read_smiles("CCl")
prod1.set_charge(-1)
ts_guesser = vlx.TransitionStateGuesser()
ts_guesser.do_qm_scan = True
ts_guess_results = ts_guesser.find_transition_state([reac1, reac2], [prod1, prod2])* Info * Building forcefields. Disable mute_ff_build to see detailed output.
Reaction summary
1 breaking bonds:
ReaType ProType ID - ReaType ProType ID
c3 c3 2 - br br 3
1 forming bonds:
ReaType ProType ID - ReaType ProType ID
cl cl 1 - c3 c3 2
* Info * System has charge -1.0 and multiplicity 1. Provide correct values if this is wrong.
* Info * Saving reactant and product forcefield as json to ts_data_1774442213
* Info * Building MM systems for the transition state guess. Disable mute_ff_build to see detailed output.
* Info * Saving systems as xml to ts_data_1774442213/systems
* Info * Saving systems to /home/linares/app/vlxman/docs/ts_data_1774442213/systems
Starting MM scan
MD steps: 1000
conf. snapshots: 1
MD temperature: 600 K
MD step size: 0.001 ps
folder name: ts_data_1774442213
saving MD traj: False
Lambda | E1 (kj/mol) | E2 (kj/mol) | V (kj/mol) | n_conf
------------------------------------------------------------
1 warning generated.
0.00 -94.69 532.03 -94.69 1
0.05 -95.72 479.06 -66.98 1
0.10 -93.95 424.40 -42.11 1
0.15 -88.86 370.64 -19.94 1
0.20 -80.03 318.27 -0.37 1
0.25 -67.37 267.87 16.44 1
0.30 -50.56 218.94 30.29 1
0.35 -29.36 171.50 40.94 1
0.40 -3.91 126.32 48.18 1
0.45 25.71 83.92 51.90 1
0.50 57.79 46.53 52.16 1
0.55 91.11 14.95 49.22 1
0.60 125.25 -11.12 43.43 1
0.65 160.21 -32.36 35.04 1
0.70 195.99 -49.36 24.25 1
0.75 233.23 -62.77 11.23 1
0.80 272.09 -72.96 -3.95 1
0.85 313.19 -80.19 -21.18 1
0.90 356.70 -84.67 -40.53 1
0.95 402.28 -86.63 -62.19 1
1.00 449.15 -86.48 -86.48 1
* Info * Found highest MM E: 52.158 at Lammba: 0.5 and conformer index: 0.
* Info * Saving results to ts_results_1774442213.h5
* Info * Disable mute_scf to see detailed output.
Starting QM scan
QM parameters:
Basis: def2-svp
DFT xc fun: PBE0
Max conf.: 5
Lambda | Conf. i | Rel. E (kJ/mol) | MM V (kJ/mol)
------------------------------------------------------------
0.00 1 0.000 -94.693
0.05 1 -5.875 -66.977
0.10 1 -6.751 -42.113
0.15 1 -2.939 -19.935
0.20 1 4.775 -0.371
0.25 1 14.974 16.443
0.30 1 26.019 30.293
0.35 1 36.188 40.943
0.40 1 43.184 48.182
0.45 1 45.511 51.903
0.50 1 42.273 52.158
0.55 1 34.635 49.219
0.60 1 23.370 43.427
0.65 1 10.214 35.039
0.70 1 -3.642 24.245
0.75 1 -17.364 11.232
0.80 1 -30.124 -3.949
0.85 1 -40.853 -21.183
0.90 1 -48.825 -40.534
0.95 1 -53.117 -62.189
1.00 1 -53.446 -86.483
* Info * Found highest QM E: -8068980.618 at Lambda: 0.45 and conformer index: 0.
* Info * Saving results to ts_results_1774442213.h5
ts_guess=vlx.Molecule.read_xyz_string(ts_guess_results['max_qm_xyz'])
ts_guess.show()Optimizing the transition state structure¶
Python script
import veloxchem as vlx
xyz = """6
F 0.292251925963 -0.530005031920 1.963221543874
C -0.008381678181 0.499022521674 -0.034884137977
F -0.287893641771 1.434303975146 -1.858332515049
H -0.837844225207 -0.206449386030 -0.209332881841
H 1.024283313182 0.201932181495 -0.282126932725
H -0.188961744123 1.427656999929 0.531671525243"""
molecule = vlx.Molecule.read_xyz_string(xyz)
molecule.set_charge(-1)
basis = vlx.MolecularBasis.read(molecule, "def2-svp")
scf_drv = vlx.ScfRestrictedDriver()
scf_drv.xcfun = "B3LYP"
scf_results = scf_drv.compute(molecule, basis)
opt_drv = vlx.OptimizationDriver(scf_drv)
opt_drv.transition = True
opt_results = opt_drv.compute(molecule, basis, scf_results)
Self Consistent Field Driver Setup
====================================
Wave Function Model : Spin-Restricted Kohn-Sham
Initial Guess Model : Superposition of Atomic Densities
Convergence Accelerator : Two Level Direct Inversion of Iterative Subspace
Max. Number of Iterations : 50
Max. Number of Error Vectors : 10
Convergence Threshold : 1.0e-06
ERI Screening Threshold : 1.0e-12
Linear Dependence Threshold : 1.0e-06
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Starting Reduced Basis SCF calculation...
* Info * ...done. SCF energy in reduced basis set: -238.155229040726 a.u. Time: 0.08 sec.
Iter. | Kohn-Sham Energy | Energy Change | Gradient Norm | Max. Gradient | Density Change
--------------------------------------------------------------------------------------------
1 -239.280769059939 0.0000000000 0.59539988 0.06234647 0.00000000
2 -239.309738995467 -0.0289699355 0.38869751 0.03618097 0.26571285
3 -239.325223658596 -0.0154846631 0.07615281 0.00643368 0.09638771
4 -239.325650811797 -0.0004271532 0.04184855 0.00456140 0.02723041
5 -239.325820638725 -0.0001698269 0.01071000 0.00101465 0.01356064
6 -239.325831840305 -0.0000112016 0.00131594 0.00012417 0.00271935
7 -239.325832008285 -0.0000001680 0.00025390 0.00002608 0.00035723
8 -239.325832015441 -0.0000000072 0.00001567 0.00000171 0.00007569
9 -239.325832015466 -0.0000000000 0.00000672 0.00000067 0.00000912
10 -239.325832015471 -0.0000000000 0.00000046 0.00000005 0.00000227
*** SCF converged in 10 iterations. Time: 0.49 sec.
Spin-Restricted Kohn-Sham:
--------------------------
Total Energy : -239.3258320155 a.u.
Electronic Energy : -296.8543935408 a.u.
Nuclear Repulsion Energy : 57.5285615253 a.u.
------------------------------------
Gradient Norm : 0.0000004575 a.u.
Ground State Information
------------------------
Charge of Molecule : -1.0
Multiplicity (2S+1) : 1
Magnetic Quantum Number (M_S) : 0.0
Optimization Driver Setup
===========================
Coordinate System : TRIC
Constraints : No
Max. Number of Steps : 300
Transition State : Yes
IRC : No
Hessian : first
* Info * Using geomeTRIC for geometry optimization.
L.-P. Wang and C.C. Song, J. Chem. Phys. 2016, 144, 214108
SCF Hessian Driver Setup
==========================
Hessian Type : Analytical
* Info * Computing analytical Hessian...
Reference: P. Deglmann, F. Furche, R. Ahlrichs, Chem. Phys. Lett. 2002, 362, 511-518.
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * CPHF/CPKS integral derivatives computed in 1.15 sec.
* Info * CPHF/CPKS right-hand side computed in 0.83 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 15 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.97e-01 and 9.07e-02
* Info * 30 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 3.88e-02 and 1.13e-02
* Info * 45 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 5.06e-03 and 1.25e-03
* Info * 57 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.73e-04 and 1.05e-04
* Info * 69 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 4.56e-05 and 9.76e-06
*** Coupled-Perturbed Kohn-Sham converged in 5 iterations. Time: 4.37 sec
* Info * First order derivative contributions to the Hessian computed in 0.00 sec.
* Info * Second order derivative contributions to the Hessian computed in 5.44 sec.
*** Time spent in Hessian calculation: 9.82 sec ***
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.292251925963 -0.530005031920 1.963221543874
C -0.008381678181 0.499022521674 -0.034884137977
F -0.287893641771 1.434303975146 -1.858332515049
H -0.837844225207 -0.206449386030 -0.209332881841
H 1.024283313182 0.201932181495 -0.282126932725
H -0.188961744123 1.427656999929 0.531671525243
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.003629157848 -0.012546601055 0.024302368829
C 0.001702227257 -0.004970535231 0.009869098239
F -0.005003184253 0.016526258573 -0.032292030834
H -0.010937018891 -0.008499284826 -0.003539200699
H 0.013048817741 -0.003118491294 -0.004376935364
H -0.002441746727 0.012593450984 0.006032047883
*** Time spent in gradient calculation: 0.40 sec ***
* Info * Energy : -239.3258320155 a.u.
* Info * Gradient : 2.172402e-02 a.u. (RMS)
* Info * 3.661863e-02 a.u. (Max)
* Info * Time : 0.98 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.289724895263 -0.521086263300 1.946131342324
C -0.007168532031 0.494837412425 -0.026726724541
F -0.286791825850 1.430709819571 -1.851228409845
H -0.834018985309 -0.203756504473 -0.207830795515
H 1.019820952320 0.202672417819 -0.280200271118
H -0.188100935923 1.423105210677 0.530102967657
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.003661681055 -0.012656956129 0.024524231746
C 0.001536593228 -0.004510878153 0.008956224589
F -0.004847817356 0.016011630292 -0.031287612438
H -0.008363857133 -0.006349371871 -0.002963766766
H 0.009902340788 -0.002248047832 -0.003588361436
H -0.001891151686 0.009742861706 0.004348601832
*** Time spent in gradient calculation: 0.35 sec ***
* Info * Energy : -239.3275562044 a.u.
* Info * Gradient : 2.036830e-02 a.u. (RMS)
* Info * 3.547941e-02 a.u. (Max)
* Info * Time : 0.94 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.286059613181 -0.508170759574 1.921167178674
C -0.005520448182 0.489118717840 -0.015481380085
F -0.285105791162 1.425154365949 -1.840015140510
H -0.829969778343 -0.201326872684 -0.205957774191
H 1.015254850663 0.203051763136 -0.277861376963
H -0.187195559196 1.418273699289 0.529021123856
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.003691069517 -0.012761304153 0.024731502989
C 0.001251025347 -0.003642262316 0.007322560050
F -0.004621444250 0.015260272672 -0.029818872067
H -0.005631514709 -0.004159961094 -0.002269044884
H 0.006606693878 -0.001407946147 -0.002671146550
H -0.001301096863 0.006707437756 0.002684664890
*** Time spent in gradient calculation: 0.39 sec ***
* Info * Energy : -239.3299135301 a.u.
* Info * Gradient : 1.897716e-02 a.u. (RMS)
* Info * 3.381418e-02 a.u. (Max)
* Info * Time : 0.85 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.280842276756 -0.489457887846 1.885132178006
C -0.003291911092 0.481488752707 -0.000407500627
F -0.282460936492 1.416420303607 -1.822434510927
H -0.826246354126 -0.199671401482 -0.203854735883
H 1.011335469473 0.202854870819 -0.275315604959
H -0.186346692447 1.413840466724 0.528783270761
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.003702170575 -0.012795709290 0.024801901541
C 0.000788906240 -0.002144933486 0.004563630180
F -0.004286446316 0.014144748578 -0.027639424252
H -0.003173631922 -0.002348218080 -0.001476803718
H 0.003717416550 -0.000794217513 -0.001683485212
H -0.000755743863 0.003937161555 0.001412088379
*** Time spent in gradient calculation: 0.36 sec ***
* Info * Energy : -239.3332373338 a.u.
* Info * Gradient : 1.757898e-02 a.u. (RMS)
* Info * 3.134303e-02 a.u. (Max)
* Info * Time : 0.85 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.273334964842 -0.462807098518 1.833988326105
C -0.000530718922 0.472041798176 0.018334876140
F -0.278167667345 1.402367756527 -1.794309454973
H -0.823255960077 -0.198920373111 -0.201890452663
H 1.008416475141 0.202126829248 -0.272966926815
H -0.185693371114 1.410351826259 0.529300124557
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.003631848198 -0.012527101961 0.024289079054
C 0.000110529083 0.000130274874 0.000414906003
F -0.003781274085 0.012460962371 -0.024352295622
H -0.001306381828 -0.001240397359 -0.000565698135
H 0.001653347617 -0.000569396777 -0.000630756216
H -0.000309585379 0.001738554054 0.000842314586
*** Time spent in gradient calculation: 0.34 sec ***
* Info * Energy : -239.3380283222 a.u.
* Info * Gradient : 1.598820e-02 a.u. (RMS)
* Info * 2.761536e-02 a.u. (Max)
* Info * Time : 0.83 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.266190950568 -0.438206732048 1.786365935923
C 0.001332355956 0.465498524279 0.031051554582
F -0.273088305366 1.385875148496 -1.761811730399
H -0.821961478602 -0.198381476538 -0.200982374359
H 1.006971448448 0.201959883709 -0.271892412243
H -0.185427434689 1.408537930741 0.529367057082
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.003387373990 -0.011702652406 0.022689597850
C -0.000401419244 0.001852148552 -0.002811635682
F -0.003261888313 0.010729189938 -0.020974719161
H -0.000365818129 -0.000800504343 0.000147158932
H 0.000681444739 -0.000561643754 0.000147377740
H -0.000046819347 0.000483445170 0.000791127164
*** Time spent in gradient calculation: 0.28 sec ***
* Info * Energy : -239.3425976397 a.u.
* Info * Gradient : 1.439268e-02 a.u. (RMS)
* Info * 2.575353e-02 a.u. (Max)
* Info * Time : 0.75 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.259883996967 -0.416356696925 1.742735858367
C 0.001028256810 0.466168340039 0.028396169216
F -0.265491586329 1.360987316352 -1.714335285124
H -0.823014846543 -0.197017363728 -0.200744268260
H 1.007226353071 0.203632066387 -0.271863312648
H -0.185430171347 1.407797862501 0.528231717190
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.002806484314 -0.009735837608 0.018860593264
C -0.000262697380 0.001295770899 -0.002350963808
F -0.002720142435 0.008928332195 -0.017461721840
H -0.000130180159 -0.000255750237 0.000273920064
H 0.000253177389 -0.000173188014 0.000295705743
H 0.000046819753 -0.000062841011 0.000375229223
*** Time spent in gradient calculation: 0.38 sec ***
* Info * Energy : -239.3470198796 a.u.
* Info * Gradient : 1.195946e-02 a.u. (RMS)
* Info * 2.140992e-02 a.u. (Max)
* Info * Time : 0.85 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.254538683863 -0.397283744285 1.705500579586
C -0.000448236771 0.470812099070 0.018900269019
F -0.257899758277 1.336040147600 -1.666032617958
H -0.823714022782 -0.196574421696 -0.201015234383
H 1.007424345234 0.204366663563 -0.272420753791
H -0.185675451402 1.408148538186 0.527458289058
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.002069811124 -0.007209290655 0.013946912953
C 0.000139236916 -0.000139578576 0.000085543533
F -0.002132788944 0.006971783167 -0.013633420165
H 0.000004189576 0.000252207700 -0.000093789128
H -0.000106181187 0.000218360762 -0.000054890902
H 0.000022549486 -0.000097318324 -0.000253401227
*** Time spent in gradient calculation: 0.36 sec ***
* Info * Energy : -239.3503276233 a.u.
* Info * Gradient : 9.037458e-03 a.u. (RMS)
* Info * 1.583586e-02 a.u. (Max)
* Info * Time : 0.84 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.247882542777 -0.373284260935 1.660046980108
C -0.001137316757 0.472676534336 0.015623567735
F -0.250747953674 1.312978186704 -1.620559788013
H -0.823663574436 -0.198041214228 -0.200119694344
H 1.007712258929 0.203037863034 -0.271730488876
H -0.185828512122 1.408269593889 0.529091801806
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.001151493538 -0.004028857578 0.007781575834
C 0.000197297659 -0.000401883931 0.000757783060
F -0.001300744850 0.004194082536 -0.008221889926
H 0.000256130959 0.000320902845 -0.000045254692
H -0.000360412340 0.000173468780 0.000008704026
H 0.000052918048 -0.000263417528 -0.000283978425
*** Time spent in gradient calculation: 0.29 sec ***
* Info * Energy : -239.3527777997 a.u.
* Info * Gradient : 5.263878e-03 a.u. (RMS)
* Info * 9.321037e-03 a.u. (Max)
* Info * Time : 0.79 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.240670090544 -0.347884410113 1.612915943853
C -0.000937300191 0.471404973373 0.018676691922
F -0.242900464265 1.291209979495 -1.576618026029
H -0.824288030539 -0.199622778634 -0.200344753656
H 1.008512907673 0.201719706467 -0.271919468170
H -0.186334995816 1.409629799274 0.530087818061
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000092563488 -0.000327570292 0.000628786717
C -0.000026579069 0.000139372207 0.000022071041
F -0.000151039302 0.000475267573 -0.000944361305
H 0.000403578878 0.000146841216 0.000161780810
H -0.000413561302 -0.000029457200 0.000198365509
H 0.000092968477 -0.000411241774 -0.000066797981
*** Time spent in gradient calculation: 0.33 sec ***
* Info * Energy : -239.3537710823 a.u.
* Info * Gradient : 6.159623e-04 a.u. (RMS)
* Info * 1.067947e-03 a.u. (Max)
* Info * Time : 0.83 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F -0.006095639880 -0.236145163471 1.626268235942
C 0.018950288886 0.588127158611 0.022755276524
F 0.044189139329 1.413190081567 -1.580968111483
H -0.809612480811 -0.029014594471 -0.309686733473
H 1.039748159640 0.254880520985 -0.134727766583
H -0.173016257587 1.540149327201 0.507195268894
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000004640558 -0.000052561285 0.000125171895
C -0.000029841487 0.000118204699 -0.000067888755
F -0.000001563122 -0.000154336437 0.000330925082
H 0.000063492380 0.000026821523 -0.000128929562
H -0.000044892227 0.000012850517 -0.000139893683
H 0.000004468964 0.000053809064 -0.000118987884
*** Time spent in gradient calculation: 0.29 sec ***
* Info * Energy : -239.3537874439 a.u.
* Info * Gradient : 1.964074e-04 a.u. (RMS)
* Info * 3.651487e-04 a.u. (Max)
* Info * Time : 0.75 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021487341852 -0.258663183126 1.611523425703
C 0.044868674793 0.579031443259 0.013764254028
F 0.067722988182 1.416101643439 -1.584311702501
H -0.785599726277 -0.035790736218 -0.318280220487
H 1.065507179237 0.245522548284 -0.144425001779
H -0.145562335071 1.525859133958 0.508986413414
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F -0.000012246165 0.000088882623 -0.000205829657
C 0.000044138828 -0.000096743823 0.000032813755
F -0.000006039700 0.000122571927 -0.000245979036
H -0.000062628935 -0.000044975269 0.000151211502
H 0.000042066000 -0.000021607684 0.000140571570
H -0.000009222985 -0.000044424792 0.000126552988
*** Time spent in gradient calculation: 0.30 sec ***
* Info * Energy : -239.3537874889 a.u.
* Info * Gradient : 1.858528e-04 a.u. (RMS)
* Info * 2.748928e-04 a.u. (Max)
* Info * Time : 0.75 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021724949921 -0.258632155831 1.612322886863
C 0.044812332477 0.578567451983 0.014796419388
F 0.067868151505 1.415867310309 -1.583419495285
H -0.785153475147 -0.035596632918 -0.319599668593
H 1.065206442714 0.245347536753 -0.145285883929
H -0.145563037785 1.526188569467 0.508408111330
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000006576181 -0.000010011286 0.000019516130
C -0.000005343627 0.000051287869 -0.000036715663
F -0.000008293277 -0.000012239344 0.000004687484
H 0.000016394802 0.000000732505 -0.000010400704
H -0.000013544001 -0.000015130666 0.000008254776
H 0.000000429104 -0.000010590268 0.000014134491
*** Time spent in gradient calculation: 0.30 sec ***
* Info * Energy : -239.3537883237 a.u.
* Info * Gradient : 3.146979e-05 a.u. (RMS)
* Info * 6.330118e-05 a.u. (Max)
* Info * Time : 0.62 sec
* Info * Geometry optimization completed.
Final Geometry (Angstroms)
============================
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021724949921 -0.258632155831 1.612322886863
C 0.044812332477 0.578567451983 0.014796419388
F 0.067868151505 1.415867310309 -1.583419495285
H -0.785153475147 -0.035596632918 -0.319599668593
H 1.065206442714 0.245347536753 -0.145285883929
H -0.145563037785 1.526188569467 0.508408111330
Summary of Geometry Optimization
==================================
Opt.Step Energy (a.u.) Energy Change (a.u.) Displacement (RMS, Max)
-------------------------------------------------------------------------------------
0 -239.325832015471 0.000000000000 0.000e+00 0.000e+00
1 -239.327556204428 -0.001724188956 1.000e-02 1.945e-02
2 -239.329913530097 -0.002357325669 1.416e-02 2.847e-02
3 -239.333237333803 -0.003323803706 2.009e-02 4.114e-02
4 -239.338028322171 -0.004790988368 2.851e-02 5.827e-02
5 -239.342597639660 -0.004569317488 2.737e-02 5.401e-02
6 -239.347019879634 -0.004422239975 2.991e-02 5.408e-02
7 -239.350327623336 -0.003307743701 2.860e-02 5.492e-02
8 -239.352777799708 -0.002450176373 2.989e-02 5.181e-02
9 -239.353771082279 -0.000993282570 3.001e-02 5.403e-02
10 -239.353787443908 -0.000016361630 3.745e-03 7.470e-03
11 -239.353787488897 -0.000000044989 1.923e-03 2.487e-03
12 -239.353788323741 -0.000000834844 1.006e-03 1.351e-03
Statistical Deviation between
Optimized Geometry and Initial Geometry
=========================================
Internal Coord. RMS deviation Max. deviation
-----------------------------------------------------------
Bonds 0.239 Angstrom 0.464 Angstrom
Angles 2.222 degree 2.918 degree
*** Time spent in Optimization Driver: 20.91 sec
* Info * Optimization results written to file: vlx_20260325_7b833935.h5
ts_opt = vlx.Molecule.read_xyz_string(opt_results['final_geometry'])
ts_opt.show(atom_indices=True)Text file
@jobs
task: optimize
@end
@method settings
xcfun: b3lyp
basis: def2-svp
dispersion: yes
@end
@optimize
transition: yes
@end
@molecule
charge: -1
multiplicity: 1
xyz:
...
@endts_opt = vlx.Molecule.read_xyz_string(opt_results['final_geometry'])
ts_opt.set_charge(-1)
vib_drv = vlx.VibrationalAnalysis(scf_drv)
vib_drv.do_ir = False
vib_results = vib_drv.compute(ts_opt, basis)
Vibrational Analysis Driver
=============================
The following will be computed:
- Vibrational frequencies and normal modes
- Force constants
SCF Hessian Driver Setup
==========================
Hessian Type : Analytical
* Info * Computing analytical Hessian...
Reference: P. Deglmann, F. Furche, R. Ahlrichs, Chem. Phys. Lett. 2002, 362, 511-518.
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * CPHF/CPKS integral derivatives computed in 1.14 sec.
* Info * CPHF/CPKS right-hand side computed in 0.90 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 15 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.28e-01 and 7.66e-02
* Info * 30 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 4.40e-02 and 9.25e-03
* Info * 45 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 6.27e-03 and 8.79e-04
* Info * 57 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.11e-04 and 8.47e-05
* Info * 70 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 8.60e-05 and 6.38e-06
* Info * Checkpoint written to file: vlx_20260325_7b833935_orbrsp.h5
* Info * Time spent in writing checkpoint file: 0.00 sec
*** Coupled-Perturbed Kohn-Sham converged in 5 iterations. Time: 4.24 sec
* Info * First order derivative contributions to the Hessian computed in 0.00 sec.
* Info * Second order derivative contributions to the Hessian computed in 4.60 sec.
*** Time spent in Hessian calculation: 8.85 sec ***
Free Energy Analysis
======================
Note: Rotational symmetry is set to 1 regardless of true symmetry
1 Imaginary Frequencies (cm^-1): 527.730i
Note: Free energy does not include contribution from imaginary mode(s)
Free energy contributions calculated at @ 298.15 K:
Zero-point vibrational energy: 23.5563 kcal/mol
H (Trans + Rot + Vib = Tot): 1.4812 + 0.8887 + 0.7659 = 3.1358 kcal/mol
S (Trans + Rot + Vib = Tot): 37.8529 + 22.4610 + 3.8721 = 64.1860 cal/mol/K
TS (Trans + Rot + Vib = Tot): 11.2858 + 6.6968 + 1.1545 = 19.1370 kcal/mol
Ground State Electronic Energy : E0 = -239.35378832 au ( -150196.7698 kcal/mol)
Free Energy Correction (Harmonic) : ZPVE + [H-TS]_T,R,V = 0.01203983 au ( 7.5551 kcal/mol)
Gibbs Free Energy (Harmonic) : E0 + ZPVE + [H-TS]_T,R,V = -239.34174850 au ( -150189.2147 kcal/mol)
Vibrational Analysis
======================
* Info * The 5 lowest normal modes are printed below.
Vibrational Mode 1
----------------------------------------------------
Harmonic frequency: -527.73 cm**-1
Reduced mass: 9.4754 amu
Force constant: 1.5548 mdyne/A
Normal mode:
X Y Z
1 F 0.0028 0.1029 -0.1963
2 C -0.0099 -0.3622 0.6915
3 F 0.0028 0.1029 -0.1964
4 H 0.0045 0.1453 -0.2764
5 H 0.0039 0.1451 -0.2763
6 H 0.0042 0.1447 -0.2764
Vibrational Mode 2
----------------------------------------------------
Harmonic frequency: 336.28 cm**-1
Reduced mass: 4.3686 amu
Force constant: 0.2911 mdyne/A
Normal mode:
X Y Z
1 F -0.0835 0.1422 0.0730
2 C 0.2067 -0.3518 -0.1813
3 F -0.0835 0.1419 0.0735
4 H 0.2518 -0.4052 -0.2086
5 H 0.2024 -0.3992 -0.2057
6 H 0.2324 -0.3640 -0.1881
Vibrational Mode 3
----------------------------------------------------
Harmonic frequency: 336.29 cm**-1
Reduced mass: 4.3686 amu
Force constant: 0.2911 mdyne/A
Normal mode:
X Y Z
1 F 0.1598 0.0731 0.0404
2 C -0.3957 -0.1808 -0.1003
3 F 0.1598 0.0730 0.0406
4 H -0.4208 -0.1801 -0.0999
5 H -0.4271 -0.2236 -0.1239
6 H -0.4665 -0.1966 -0.1100
Vibrational Mode 4
----------------------------------------------------
Harmonic frequency: 361.74 cm**-1
Reduced mass: 18.9609 amu
Force constant: 1.4618 mdyne/A
Normal mode:
X Y Z
1 F 0.0091 0.3275 -0.6258
2 C -0.0001 0.0008 0.0005
3 F -0.0090 -0.3281 0.6255
4 H -0.0203 -0.0142 -0.0073
5 H 0.0247 -0.0069 -0.0038
6 H -0.0047 0.0241 0.0119
Vibrational Mode 5
----------------------------------------------------
Harmonic frequency: 995.60 cm**-1
Reduced mass: 1.0216 amu
Force constant: 0.5966 mdyne/A
Normal mode:
X Y Z
1 F 0.0191 -0.0039 -0.0018
2 C -0.0001 0.0000 0.0000
3 F -0.0190 0.0039 0.0018
4 H 0.0065 0.2295 -0.4380
5 H -0.0103 -0.3757 0.7170
6 H 0.0041 0.1462 -0.2790
vib_drv.animate(vib_results, mode=1)Internal reaction coordinate¶
An intrinsic reaction coordinate (IRC) calculation can be performed to verify that a transition state structure connects the expected reactant and product structures.
Python script
import veloxchem as vlx
ts_opt.set_charge(-1)
basis = vlx.MolecularBasis.read(ts_opt, "def2-svp")
scf_drv = vlx.ScfRestrictedDriver()
scf_drv.xcfun = "B3LYP"
scf_results = scf_drv.compute(ts_opt, basis)
opt_drv = vlx.OptimizationDriver(scf_drv)
opt_drv.irc = True
opt_results = opt_drv.compute(ts_opt, basis, scf_results)
Self Consistent Field Driver Setup
====================================
Wave Function Model : Spin-Restricted Kohn-Sham
Initial Guess Model : Superposition of Atomic Densities
Convergence Accelerator : Two Level Direct Inversion of Iterative Subspace
Max. Number of Iterations : 50
Max. Number of Error Vectors : 10
Convergence Threshold : 1.0e-06
ERI Screening Threshold : 1.0e-12
Linear Dependence Threshold : 1.0e-06
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Starting Reduced Basis SCF calculation...
* Info * ...done. SCF energy in reduced basis set: -238.181539329149 a.u. Time: 0.04 sec.
Iter. | Kohn-Sham Energy | Energy Change | Gradient Norm | Max. Gradient | Density Change
--------------------------------------------------------------------------------------------
1 -239.339346321971 0.0000000000 0.35083661 0.03470008 0.00000000
2 -239.343459264621 -0.0041129426 0.31019022 0.03037180 0.17452365
3 -239.353619685069 -0.0101604204 0.04575506 0.00414072 0.07967155
4 -239.353782753872 -0.0001630688 0.00710719 0.00072293 0.01384224
5 -239.353788285794 -0.0000055319 0.00053310 0.00005079 0.00297115
6 -239.353788322271 -0.0000000365 0.00012227 0.00001063 0.00019795
7 -239.353788323194 -0.0000000009 0.00007927 0.00000799 0.00004784
8 -239.353788323738 -0.0000000005 0.00000482 0.00000044 0.00002033
9 -239.353788323741 -0.0000000000 0.00000020 0.00000002 0.00000184
*** SCF converged in 9 iterations. Time: 0.33 sec.
Spin-Restricted Kohn-Sham:
--------------------------
Total Energy : -239.3537883237 a.u.
Electronic Energy : -306.1059393977 a.u.
Nuclear Repulsion Energy : 66.7521510740 a.u.
------------------------------------
Gradient Norm : 0.0000001992 a.u.
Ground State Information
------------------------
Charge of Molecule : -1.0
Multiplicity (2S+1) : 1
Magnetic Quantum Number (M_S) : 0.0
Optimization Driver Setup
===========================
Coordinate System : TRIC
Constraints : No
Max. Number of Steps : 300
Transition State : No
IRC : Yes
Hessian : first
* Info * Using geomeTRIC for geometry optimization.
L.-P. Wang and C.C. Song, J. Chem. Phys. 2016, 144, 214108
SCF Hessian Driver Setup
==========================
Hessian Type : Analytical
* Info * Computing analytical Hessian...
Reference: P. Deglmann, F. Furche, R. Ahlrichs, Chem. Phys. Lett. 2002, 362, 511-518.
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * CPHF/CPKS integral derivatives computed in 0.64 sec.
* Info * CPHF/CPKS right-hand side computed in 0.49 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 15 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.28e-01 and 7.66e-02
* Info * 30 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 4.40e-02 and 9.25e-03
* Info * 45 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 6.27e-03 and 8.79e-04
* Info * 57 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.11e-04 and 8.47e-05
* Info * 70 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 8.60e-05 and 6.38e-06
*** Coupled-Perturbed Kohn-Sham converged in 5 iterations. Time: 2.98 sec
* Info * First order derivative contributions to the Hessian computed in 0.00 sec.
* Info * Second order derivative contributions to the Hessian computed in 4.29 sec.
*** Time spent in Hessian calculation: 7.28 sec ***
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021724949921 -0.258632155831 1.612322886863
C 0.044812332477 0.578567451983 0.014796419388
F 0.067868151505 1.415867310309 -1.583419495285
H -0.785153475147 -0.035596632918 -0.319599668593
H 1.065206442714 0.245347536753 -0.145285883929
H -0.145563037785 1.526188569467 0.508408111330
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000006571349 -0.000010012965 0.000019507522
C -0.000005339256 0.000051300701 -0.000036708652
F -0.000008294955 -0.000012248436 0.000004701508
H 0.000016416736 0.000000747292 -0.000010391006
H -0.000013570131 -0.000015120043 0.000008253796
H 0.000000435438 -0.000010617743 0.000014113342
*** Time spent in gradient calculation: 0.33 sec ***
* Info * Energy : -239.3537883237 a.u.
* Info * Gradient : 3.147422e-05 a.u. (RMS)
* Info * 6.330715e-05 a.u. (Max)
* Info * Time : 0.75 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.020982099369 -0.264383234655 1.629525218245
C 0.044917314860 0.612907354696 -0.041833545409
F 0.067080892753 1.410425294599 -1.566156230005
H -0.766883070302 -0.062732343056 -0.286232692306
H 1.049958051007 0.213233503593 -0.115274314036
H -0.145638238288 1.504420146700 0.544321577264
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000138815091 0.004304372000 -0.008417936286
C -0.000915651014 -0.003737844856 0.015861628102
F 0.000151130165 0.003929182960 -0.007971572059
H 0.002568219295 -0.001373674819 0.000337559151
H -0.002067750142 -0.002080264937 -0.000091020018
H 0.000131403583 -0.001037514776 0.000283640182
*** Time spent in gradient calculation: 0.32 sec ***
* Info * Energy : -239.3548603080 a.u.
* Info * Gradient : 8.690984e-03 a.u. (RMS)
* Info * 1.632180e-02 a.u. (Max)
* Info * Time : 0.80 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.020965702822 -0.276657277350 1.649539541740
C 0.047001207193 0.636846387961 -0.102989593556
F 0.067038873671 1.398913388757 -1.547201958357
H -0.799346814228 -0.022911375405 -0.286464851438
H 1.068684103654 0.260855447524 -0.110753765296
H -0.144182195799 1.507827894444 0.523095971670
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000099207772 0.004471783318 -0.008262214202
C 0.000844487902 -0.017438250793 0.019142426622
F -0.000043806445 0.003589492741 -0.005378723609
H -0.003967315956 0.002535111140 -0.002305814215
H 0.003400562876 0.003651298053 -0.001609676829
H -0.000335170590 0.003211683478 -0.001615180402
*** Time spent in gradient calculation: 0.29 sec ***
* Info * Energy : -239.3579707976 a.u.
* Info * Gradient : 1.203697e-02 a.u. (RMS)
* Info * 2.590827e-02 a.u. (Max)
* Info * Time : 0.76 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.020108625218 -0.279332762010 1.662939363651
C 0.047424852294 0.661381969202 -0.147248691984
F 0.066136584174 1.397532761771 -1.535324524540
H -0.800305638289 -0.017192913101 -0.275227260588
H 1.065864216761 0.266353150979 -0.099831944435
H -0.143401141078 1.497460391680 0.531557880012
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000139137583 0.005843459803 -0.010892183002
C 0.001014695606 -0.019218214424 0.020135001634
F -0.000069826721 0.003420904767 -0.004687896683
H -0.006659635919 0.001577862261 -0.002761140090
H 0.006294058638 0.003547093361 -0.001551039452
H -0.000710577786 0.004836534285 -0.000247021573
*** Time spent in gradient calculation: 0.35 sec ***
* Info * Energy : -239.3610457446 a.u.
* Info * Gradient : 1.351112e-02 a.u. (RMS)
* Info * 2.785297e-02 a.u. (Max)
* Info * Time : 0.78 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.019958717038 -0.288741456194 1.679616863471
C 0.046148053104 0.695716243622 -0.189034160614
F 0.066334088209 1.392896902479 -1.530152363316
H -0.707879056256 -0.084577217735 -0.226002128825
H 0.989988546774 0.173331175187 -0.066372429770
H -0.139012091778 1.438464411871 0.579942738980
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000210484011 0.009787444660 -0.018031898809
C -0.001970256756 -0.003583479072 0.026843075588
F 0.000280932475 0.004720685818 -0.010618230590
H 0.008187851347 -0.002969114273 0.001474783357
H -0.007079410338 -0.005287301507 0.000036687782
H 0.000373570382 -0.002649274716 0.000280667490
*** Time spent in gradient calculation: 0.38 sec ***
* Info * Energy : -239.3642593340 a.u.
* Info * Gradient : 1.558159e-02 a.u. (RMS)
* Info * 2.715279e-02 a.u. (Max)
* Info * Time : 0.83 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.020039799698 -0.282479833291 1.668728023465
C 0.047004494051 0.674403218041 -0.163793660295
F 0.066158977548 1.395954547133 -1.533115119478
H -0.767055932711 -0.037228321480 -0.254365301749
H 1.036741839709 0.236806552756 -0.084773824321
H -0.141099881377 1.473203070979 0.546151816838
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000199680701 0.007446419145 -0.014126316017
C -0.000063977947 -0.015237161632 0.025305052497
F 0.000047953433 0.004150020717 -0.007152037278
H 0.000575591329 0.002256711240 -0.000787563634
H -0.001060922813 0.002010084915 -0.000944392370
H 0.000310332809 -0.000611824287 -0.002311635391
*** Time spent in gradient calculation: 0.25 sec ***
* Info * Energy : -239.3631870720 a.u.
* Info * Gradient : 1.422355e-02 a.u. (RMS)
* Info * 2.953846e-02 a.u. (Max)
* Info * Time : 0.72 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.019834786427 -0.288856945932 1.681170538784
C 0.047341351483 0.692602733633 -0.196847773567
F 0.066069635390 1.392754578201 -1.527160026669
H -0.763001612925 -0.046347599399 -0.242380804113
H 1.033433256026 0.226544010987 -0.073468051439
H -0.141028420923 1.463363314053 0.561165930987
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000218660551 0.008060249245 -0.015321175853
C -0.000162991874 -0.009306620515 0.016749306416
F 0.000052854576 0.002746249366 -0.005000103966
H -0.004466215568 -0.003464824187 -0.000466281306
H 0.005304387937 -0.001986613266 0.000451133640
H -0.000938971178 0.003977146856 0.003554929575
*** Time spent in gradient calculation: 0.32 sec ***
* Info * Energy : -239.3655624486 a.u.
* Info * Gradient : 1.149835e-02 a.u. (RMS)
* Info * 1.916192e-02 a.u. (Max)
* Info * Time : 0.89 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.019700838616 -0.297420929500 1.696457630617
C 0.047234324327 0.711647217474 -0.226287556791
F 0.066215299899 1.389501790050 -1.522900212878
H -0.740341234033 -0.053407976384 -0.233032927037
H 1.012544330448 0.212869516679 -0.068103837419
H -0.139431865292 1.451647343471 0.563348453572
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000202973082 0.008044062658 -0.015136857210
C -0.000561079386 -0.002384881205 0.009876371472
F 0.000027714110 -0.000288133328 0.000134410203
H -0.001635105001 -0.004562523778 0.000328116366
H 0.002815783128 -0.003884561856 0.000750838098
H -0.000845772754 0.003104669560 0.004008648872
*** Time spent in gradient calculation: 0.31 sec ***
* Info * Energy : -239.3673766018 a.u.
* Info * Gradient : 8.861182e-03 a.u. (RMS)
* Info * 1.714271e-02 a.u. (Max)
* Info * Time : 0.82 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.019464815338 -0.311657805976 1.722004996141
C 0.047385187801 0.728350128965 -0.254587575717
F 0.066510235054 1.391634156198 -1.528839099644
H -0.734469694777 -0.043621150736 -0.226982931851
H 1.003044680722 0.220269218888 -0.063378222736
H -0.138064060471 1.447556004666 0.555280597131
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000159785300 0.006467925800 -0.012150519535
C -0.000367476318 0.001783752830 0.001138709225
F -0.000054366736 -0.002347303552 0.004326128518
H -0.001209328576 -0.004166591324 0.001236989039
H 0.002131942935 -0.003659543364 0.001559252843
H -0.000656521015 0.001943886604 0.003854622561
*** Time spent in gradient calculation: 0.28 sec ***
* Info * Energy : -239.3688331102 a.u.
* Info * Gradient : 6.808402e-03 a.u. (RMS)
* Info * 1.376571e-02 a.u. (Max)
* Info * Time : 0.83 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.019201551026 -0.325315754990 1.746985346542
C 0.047451382294 0.737708192339 -0.270349555478
F 0.066832902334 1.397755955438 -1.541783768706
H -0.735836585669 -0.027586207022 -0.233210025997
H 1.000739783377 0.236153870948 -0.069664990829
H -0.137231361236 1.451298064859 0.540447890850
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000117133579 0.004431734379 -0.008424839216
C -0.000132757616 0.000471834874 0.000728459670
F -0.000051398407 -0.001987935928 0.003728952857
H -0.000125600269 -0.001571306033 0.001079338561
H 0.000380541654 -0.001494020232 0.001134388930
H -0.000185379195 0.000171224356 0.001715579449
*** Time spent in gradient calculation: 0.33 sec ***
* Info * Energy : -239.3698597505 a.u.
* Info * Gradient : 4.464356e-03 a.u. (RMS)
* Info * 9.520079e-03 a.u. (Max)
* Info * Time : 0.71 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.018719765656 -0.343578938879 1.781891810866
C 0.047820522635 0.746347359980 -0.288722297986
F 0.067056776972 1.408613782643 -1.562006502079
H -0.738929623681 -0.012374598085 -0.249802809570
H 1.002098426847 0.252012565270 -0.085892939422
H -0.136582975418 1.458629492869 0.521072336869
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000059419705 0.001931548211 -0.003758401312
C 0.000077749147 -0.001770208791 0.002065591015
F -0.000018747432 -0.000252079848 0.000614039270
H 0.000212092700 0.000337824486 0.000496150335
H -0.000387463860 0.000243316492 0.000440680611
H 0.000059177192 -0.000477481588 0.000120723302
*** Time spent in gradient calculation: 0.34 sec ***
* Info * Energy : -239.3706603284 a.u.
* Info * Gradient : 2.111956e-03 a.u. (RMS)
* Info * 4.226108e-03 a.u. (Max)
* Info * Time : 0.82 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.018773602899 -0.355078098374 1.802790661806
C 0.038968372139 0.757498634604 -0.316379933833
F 0.051565598147 1.420489556205 -1.583993910513
H -0.747515652988 -0.001919996485 -0.269157190873
H 0.991995271444 0.258588665130 -0.115551691997
H -0.138896733214 1.463782126943 0.500641140043
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000008739214 0.000363093968 -0.000706144068
C 0.000084370955 -0.000644725244 0.000105549045
F -0.000020733748 -0.000007935616 0.000274164008
H 0.000319489787 0.000430419016 0.000297361803
H -0.000476841397 0.000312942068 0.000229832963
H 0.000087556483 -0.000452523993 -0.000197097542
*** Time spent in gradient calculation: 0.30 sec ***
* Info * Energy : -239.3708994072 a.u.
* Info * Gradient : 5.979583e-04 a.u. (RMS)
* Info * 7.940737e-04 a.u. (Max)
* Info * Time : 0.83 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.018196734373 -0.358517631521 1.803532453700
C 0.037026258825 0.760668030226 -0.324574700801
F 0.048753293925 1.424776690103 -1.592368754267
H -0.750586539219 0.001136273386 -0.278690672758
H 0.990127058219 0.258514108095 -0.127674742881
H -0.138349897332 1.466058887904 0.494733348300
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000003458047 0.000020695827 -0.000061531750
C 0.000002792685 -0.000117497237 0.000210523999
F 0.000013389710 0.000161017869 -0.000423655514
H 0.000013920344 0.000008500858 0.000080533687
H -0.000028850435 -0.000000615945 0.000078082958
H -0.000002030738 -0.000072356942 0.000124349160
*** Time spent in gradient calculation: 0.41 sec ***
* Info * Energy : -239.3709103671 a.u.
* Info * Gradient : 2.244749e-04 a.u. (RMS)
* Info * 4.534204e-04 a.u. (Max)
* Info * Time : 0.92 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.017939358192 -0.361810069281 1.798471083550
C 0.035845895057 0.760676546570 -0.330764480311
F 0.046756172631 1.426461830560 -1.595693787170
H -0.754247386134 0.003768211870 -0.284745438597
H 0.988044209389 0.255603181286 -0.137135090994
H -0.135528067423 1.465805230646 0.489399755389
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000001274204 -0.000023804299 0.000043540609
C 0.000009766362 0.000044283894 -0.000222101374
F -0.000003809603 -0.000187489912 0.000405307374
H 0.000000562055 0.000083292305 -0.000049064902
H -0.000015797849 0.000082436245 -0.000050002138
H 0.000011018336 0.000000906819 -0.000117294351
*** Time spent in gradient calculation: 0.40 sec ***
* Info * Energy : -239.3709099147 a.u.
* Info * Gradient : 2.183505e-04 a.u. (RMS)
* Info * 4.465882e-04 a.u. (Max)
* Info * Time : 0.92 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.020080348124 -0.434020307521 1.659279284838
C -0.008129432836 0.758789976542 -0.431051057130
F -0.024680685377 1.466737293413 -1.673449169725
H -0.791332182149 -0.006168591116 -0.396067199051
H 0.950503551506 0.253543552902 -0.271218393627
H -0.169547484078 1.434807582125 0.415520791782
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000003032366 -0.000010052075 0.000042993574
C -0.000012816542 0.000163917278 -0.000182970920
F -0.000007874930 0.000001034756 0.000096702079
H 0.000012184179 -0.000127277309 0.000006712438
H 0.000025467246 -0.000123831909 0.000012139062
H -0.000014301942 0.000096560506 0.000043046135
*** Time spent in gradient calculation: 0.40 sec ***
* Info * Energy : -239.3709106440 a.u.
* Info * Gradient : 1.389180e-04 a.u. (RMS)
* Info * 2.459908e-04 a.u. (Max)
* Info * Time : 0.97 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021364992498 -0.247460926357 1.598043073245
C 0.043244443853 0.551500057556 0.075246164623
F 0.067564146023 1.426852026881 -1.597905778867
H -0.765683212444 -0.023931176216 -0.360348590484
H 1.050959445006 0.251981803475 -0.189393902118
H -0.144529408174 1.543378973842 0.469700885135
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F -0.000078341102 -0.004334057607 0.007818190647
C -0.000511899932 0.010964040095 -0.012228549808
F -0.000108696737 -0.004489739732 0.008382196261
H 0.002601851890 -0.000528458220 -0.001271731419
H -0.002052670077 -0.001240151271 -0.001703093955
H 0.000149188352 -0.000363816429 -0.001003765160
*** Time spent in gradient calculation: 0.29 sec ***
* Info * Energy : -239.3548802181 a.u.
* Info * Gradient : 8.744856e-03 a.u. (RMS)
* Info * 1.643197e-02 a.u. (Max)
* Info * Time : 0.78 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021962969416 -0.238659717201 1.577597792810
C 0.043624510753 0.515065558451 0.129899960480
F 0.068150618065 1.436330820492 -1.619467450400
H -0.798779304194 -0.000949721114 -0.327760863614
H 1.069277514342 0.282819026007 -0.152018237506
H -0.143615150227 1.528123485394 0.484570271244
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F -0.000190742639 -0.002412215339 0.005986452491
C 0.001475149910 0.005891142607 -0.025228785686
F -0.000144179005 -0.004265656167 0.008399128076
H -0.004083419400 -0.000430442318 0.003315888471
H 0.003355355118 0.000698284527 0.004018608391
H -0.000407015262 0.000501937633 0.003530956373
*** Time spent in gradient calculation: 0.33 sec ***
* Info * Energy : -239.3580030644 a.u.
* Info * Gradient : 1.205863e-02 a.u. (RMS)
* Info * 2.594944e-02 a.u. (Max)
* Info * Time : 0.82 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021299103701 -0.229462850298 1.569805418341
C 0.042741544374 0.492550211417 0.175632105746
F 0.067622028802 1.445921703898 -1.629277615488
H -0.799070293742 0.011312323451 -0.329809337186
H 1.066284686121 0.294753606133 -0.154454277876
H -0.142492673412 1.529267041029 0.470724444528
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F -0.000222185032 -0.001955326834 0.005458810758
C 0.001664421006 0.005786271137 -0.027104468427
F -0.000182163866 -0.005672963732 0.011076614317
H -0.006740209490 -0.001351861814 0.002660193514
H 0.006239381935 0.000624411374 0.003873685596
H -0.000767205950 0.002565105740 0.004038779804
*** Time spent in gradient calculation: 0.32 sec ***
* Info * Energy : -239.3611208463 a.u.
* Info * Gradient : 1.348840e-02 a.u. (RMS)
* Info * 2.776515e-02 a.u. (Max)
* Info * Time : 0.74 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021701620737 -0.227735596645 1.562943859092
C 0.040139701648 0.477466193919 0.227712600930
F 0.067984736323 1.454364065459 -1.646721928777
H -0.705441760554 0.013052094787 -0.410365721174
H 0.992619382636 0.271066426235 -0.250694632777
H -0.136366412956 1.534868262509 0.396326854306
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F -0.000015094365 -0.005893150765 0.009698071444
C -0.001270832320 0.019684322778 -0.018198699984
F -0.000313206882 -0.009223812491 0.018262799315
H 0.008222746591 -0.000524006078 -0.003020272361
H -0.007017564695 -0.002834375239 -0.004451400555
H 0.000398562157 -0.001216157275 -0.002264857816
*** Time spent in gradient calculation: 0.38 sec ***
* Info * Energy : -239.3643594434 a.u.
* Info * Gradient : 1.543071e-02 a.u. (RMS)
* Info * 2.683804e-02 a.u. (Max)
* Info * Time : 0.92 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021404684701 -0.228510988385 1.567239972243
C 0.041815804979 0.486274660566 0.195614531435
F 0.067723843876 1.448916145018 -1.635185594908
H -0.765649945818 0.016914026727 -0.356817050676
H 1.038203296396 0.290985462476 -0.187198465840
H -0.139609049700 1.527240507246 0.443216296881
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F -0.000167033451 -0.003488068960 0.007375358664
C 0.000703499278 0.012026345422 -0.026884999717
F -0.000211037667 -0.007374290329 0.014167535069
H 0.000479339796 0.000614150351 0.002333375571
H -0.001059064344 0.000383609511 0.002188177333
H 0.000251565637 -0.002167214288 0.000837551824
*** Time spent in gradient calculation: 0.34 sec ***
* Info * Energy : -239.3632449190 a.u.
* Info * Gradient : 1.418471e-02 a.u. (RMS)
* Info * 2.946067e-02 a.u. (Max)
* Info * Time : 0.88 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021503813063 -0.225385201175 1.561276209329
C 0.041204288309 0.469560212078 0.229090694539
F 0.067872144062 1.455505372658 -1.647410747983
H -0.760544099793 0.021470730683 -0.370956938181
H 1.034657902765 0.294237665950 -0.202153218247
H -0.138967691857 1.533127955718 0.426843439621
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F -0.000087999318 -0.002461671502 0.004940331407
C 0.000315104125 0.008624437054 -0.017297844505
F -0.000224759634 -0.007995792835 0.015332797844
H -0.004160961857 -0.002172811621 -0.002487204912
H 0.005000721812 -0.000779968719 -0.001629321797
H -0.000833957694 0.004771498970 0.001175708482
*** Time spent in gradient calculation: 0.37 sec ***
* Info * Energy : -239.3656133639 a.u.
* Info * Gradient : 1.143521e-02 a.u. (RMS)
* Info * 1.933121e-02 a.u. (Max)
* Info * Time : 0.86 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021695926485 -0.224140245363 1.556584713492
C 0.040089811652 0.456516440051 0.261942240838
F 0.068221706834 1.463185957624 -1.663570762670
H -0.737127417154 0.025131389936 -0.383898310894
H 1.013985003020 0.291052131452 -0.219153414084
H -0.137391544754 1.529913131954 0.415053109200
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000048739245 -0.000196599639 -0.000133294878
C -0.000398149845 0.006861923474 -0.006855022800
F -0.000234865590 -0.007881499388 0.015278646257
H -0.001696924587 -0.002474776892 -0.004433535890
H 0.003137362125 -0.001749995979 -0.003982474208
H -0.000844721732 0.005427742114 0.000164785407
*** Time spent in gradient calculation: 0.36 sec ***
* Info * Energy : -239.3673787199 a.u.
* Info * Gradient : 8.921247e-03 a.u. (RMS)
* Info * 1.719332e-02 a.u. (Max)
* Info * Time : 0.87 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021782466227 -0.228165210223 1.561273403912
C 0.039212583501 0.445646712142 0.288809973032
F 0.068761659130 1.474236166957 -1.687214594217
H -0.732079397427 0.035491227585 -0.381970545652
H 1.005912304009 0.299294369667 -0.218311062942
H -0.136739958201 1.524738663696 0.417095858857
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000090118880 0.001449858971 -0.003234142738
C -0.000542348726 0.002631577017 0.001446314547
F -0.000194721359 -0.006524449303 0.012661361983
H -0.001923343083 -0.002052576524 -0.005386838723
H 0.003400456595 -0.001255541434 -0.004885233674
H -0.000821779193 0.005739324534 -0.000568634187
*** Time spent in gradient calculation: 0.34 sec ***
* Info * Energy : -239.3686318884 a.u.
* Info * Gradient : 7.446155e-03 a.u. (RMS)
* Info * 1.424487e-02 a.u. (Max)
* Info * Time : 0.84 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021764164132 -0.233700743547 1.569744480541
C 0.038658439085 0.439297495149 0.305098989854
F 0.069196681423 1.484408083654 -1.708382760323
H -0.732859281045 0.041279461575 -0.367757410367
H 1.002398060193 0.304599841916 -0.204286833654
H -0.136553076678 1.516013153571 0.429558596884
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000084450509 0.001994137767 -0.004080956219
C -0.000344546835 0.001121786553 0.001845052054
F -0.000140693775 -0.004941657581 0.009505739503
H -0.000881587029 -0.000850284624 -0.003386552707
H 0.001699699484 -0.000468182996 -0.003141966747
H -0.000412518946 0.003126052464 -0.000706271594
*** Time spent in gradient calculation: 0.28 sec ***
* Info * Energy : -239.3695840941 a.u.
* Info * Gradient : 5.425378e-03 a.u. (RMS)
* Info * 1.071442e-02 a.u. (Max)
* Info * Time : 0.79 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.021569631413 -0.241884950931 1.584777347374
C 0.038425400321 0.432474991817 0.318723542936
F 0.069637779624 1.498120556034 -1.735284327523
H -0.738060911007 0.041009766953 -0.343660758379
H 1.003020923920 0.305261847551 -0.179574038342
H -0.136478777811 1.503955907755 0.448766213634
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000039986634 0.001238573758 -0.002393532341
C 0.000072906661 0.001270357973 -0.002825819836
F -0.000072011519 -0.002913820533 0.005430236035
H 0.000365878042 0.000480995952 0.000110347355
H -0.000506767993 0.000347858750 0.000033257722
H 0.000099823688 -0.000448386685 -0.000320920299
*** Time spent in gradient calculation: 0.45 sec ***
* Info * Energy : -239.3704046269 a.u.
* Info * Gradient : 3.052932e-03 a.u. (RMS)
* Info * 6.163035e-03 a.u. (Max)
* Info * Time : 0.97 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.024049833438 -0.255198542940 1.614095706185
C 0.040787442542 0.418211949781 0.340269718335
F 0.070870685308 1.519363448754 -1.773969069228
H -0.731522280594 0.029755642792 -0.331039288963
H 1.003544202596 0.297772721192 -0.166304672379
H -0.136318545129 1.492622545045 0.456638278583
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F -0.000075072289 -0.002033959659 0.004215242916
C 0.000139808153 0.000995001039 -0.003191935862
F -0.000017370786 -0.000520589787 0.000977506511
H 0.000381639050 0.000718226677 -0.000586518258
H -0.000459137850 0.000576404191 -0.000660398702
H 0.000028026003 0.000241768117 -0.000731565062
*** Time spent in gradient calculation: 0.37 sec ***
* Info * Energy : -239.3708304057 a.u.
* Info * Gradient : 2.480419e-03 a.u. (RMS)
* Info * 4.680908e-03 a.u. (Max)
* Info * Time : 0.85 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.019060380139 -0.246541825703 1.604012549862
C 0.039358679795 0.418225169285 0.346770234731
F 0.075770797735 1.535415443282 -1.793876734812
H -0.733652398286 0.031634352252 -0.323303466390
H 1.004902158844 0.300507204948 -0.153095848538
H -0.137784642925 1.491648739995 0.460435037665
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000045706103 0.001789409127 -0.003359349311
C 0.000128137924 -0.001633344606 0.001366266781
F 0.000010111122 0.000056676540 -0.000250967846
H 0.000347130697 0.000621411380 0.001196043034
H -0.000741116264 0.000457921390 0.001086584489
H 0.000206622963 -0.001307824025 -0.000032164586
*** Time spent in gradient calculation: 0.31 sec ***
* Info * Energy : -239.3708608794 a.u.
* Info * Gradient : 2.030494e-03 a.u. (RMS)
* Info * 3.806482e-03 a.u. (Max)
* Info * Time : 0.79 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.024090307558 -0.254211155525 1.612024867980
C 0.040725595959 0.416962357223 0.343183449089
F 0.070897628027 1.519692141630 -1.774639680065
H -0.733129142211 0.025563041407 -0.325392851750
H 1.005164046305 0.294055579363 -0.160747317476
H -0.136829789408 1.490961634485 0.462041419565
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F -0.000039844034 -0.000745690698 0.001541290256
C 0.000051641212 0.000767292962 -0.001673392497
F -0.000012619859 -0.000455240354 0.000823183934
H -0.000053726275 0.000166554453 -0.000245363500
H 0.000086068134 0.000146621758 -0.000274807879
H -0.000033568150 0.000099055507 -0.000153062182
*** Time spent in gradient calculation: 0.43 sec ***
* Info * Energy : -239.3708818041 a.u.
* Info * Gradient : 1.113517e-03 a.u. (RMS)
* Info * 1.841643e-03 a.u. (Max)
* Info * Time : 0.91 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.024105308649 -0.254036636553 1.611672328520
C 0.040594525860 0.414896251754 0.347368916589
F 0.070956779564 1.521248703233 -1.777536243626
H -0.732572499566 0.023412756084 -0.321780270306
H 1.004676644389 0.291811511840 -0.156849274012
H -0.136573156216 1.489180940218 0.464458824235
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000020063048 0.000183540202 -0.000390004988
C -0.000013105018 0.000071629409 -0.000186414986
F -0.000007418020 -0.000313094026 0.000543284163
H 0.000077391119 0.000058272371 0.000032902828
H -0.000082781790 0.000018645558 0.000021596612
H 0.000003172071 -0.000038208642 -0.000007549336
*** Time spent in gradient calculation: 0.32 sec ***
* Info * Energy : -239.3708981419 a.u.
* Info * Gradient : 3.263813e-04 a.u. (RMS)
* Info * 6.270890e-04 a.u. (Max)
* Info * Time : 0.84 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.023828903547 -0.254786692537 1.614065094253
C 0.040771995236 0.413589955005 0.349712083137
F 0.071339093617 1.524521596088 -1.782639180786
H -0.732243741188 0.022236266260 -0.320149558771
H 1.004984576401 0.290958051960 -0.154951142247
H -0.136598231697 1.488198042635 0.465315328448
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F -0.000006938574 0.000028291837 -0.000092980232
C 0.000028197344 -0.000030800899 0.000075908161
F -0.000003300415 -0.000070959209 0.000084619739
H -0.000016855664 0.000019682590 -0.000019537178
H 0.000009343747 0.000019207304 -0.000028979860
H -0.000012696906 0.000016340975 -0.000007118141
*** Time spent in gradient calculation: 0.41 sec ***
* Info * Energy : -239.3709037331 a.u.
* Info * Gradient : 7.306905e-05 a.u. (RMS)
* Info * 1.104835e-04 a.u. (Max)
* Info * Time : 0.92 sec
Optimization Step
===================
* Info * Computing energy and gradient...
SCF Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
F 0.023432749814 -0.253617411229 1.613725505117
C 0.040761632320 0.414487335421 0.349074897777
F 0.072189281353 1.526688553675 -1.784387815365
H -0.731599511043 0.022536426979 -0.321195653013
H 1.005404210173 0.291924235801 -0.154746432732
H -0.137053864995 1.489015787370 0.464418902009
Analytical Gradient (Hartree/Bohr)
------------------------------------
Atom Gradient X Gradient Y Gradient Z
F 0.000014343518 -0.000009285224 0.000008358022
C -0.000006373949 0.000014712480 0.000008008310
F 0.000000160253 -0.000016789517 -0.000009635258
H -0.000002403870 0.000006206098 -0.000018085945
H -0.000000253800 -0.000007744610 -0.000001210426
H -0.000007601020 -0.000005197075 0.000024157130
*** Time spent in gradient calculation: 0.38 sec ***
* Info * Energy : -239.3709038818 a.u.
* Info * Gradient : 1.896942e-05 a.u. (RMS)
* Info * 2.585251e-05 a.u. (Max)
* Info * Time : 0.73 sec
* Info * Geometry optimization completed.
Final Geometry (Angstroms)
============================
Atom Coordinate X Coordinate Y Coordinate Z
F 0.023432749814 -0.253617411229 1.613725505117
C 0.040761632320 0.414487335421 0.349074897777
F 0.072189281353 1.526688553675 -1.784387815365
H -0.731599511043 0.022536426979 -0.321195653013
H 1.005404210173 0.291924235801 -0.154746432732
H -0.137053864995 1.489015787370 0.464418902009
Summary of IRC Calculation
============================
IRC Pt. Energy (a.u.) Energy Change (a.u.) E - E(TS) (kJ/mol) Displacement (RMS, Max)
-------------------------------------------------------------------------------------------------------------------
0 -239.370910644040 0.000000000000 -44.955 0.000e+00 0.000e+00
1 -239.370909914735 0.000000729305 -44.953 7.071e-04 9.827e-04
2 -239.370910367133 -0.000000452399 -44.954 1.329e-03 2.173e-03
3 -239.370899407168 0.000010959965 -44.925 4.412e-03 9.469e-03
4 -239.370660328439 0.000239078729 -44.297 1.856e-02 4.100e-02
5 -239.369859750511 0.000800577928 -42.196 2.299e-02 5.073e-02
6 -239.368833110206 0.001026640306 -39.500 1.724e-02 3.621e-02
7 -239.367376601763 0.001456508443 -35.676 1.970e-02 3.181e-02
8 -239.365562448559 0.001814153204 -30.913 2.197e-02 3.846e-02
9 -239.363187072015 0.002375376544 -24.676 1.962e-02 4.285e-02
10 -239.361045744617 0.002141327398 -19.054 2.638e-02 3.628e-02
11 -239.357970797630 0.003074946987 -10.981 2.339e-02 5.075e-02
12 -239.354860307977 0.003110489653 -2.814 3.968e-02 5.545e-02
13 -239.353788323741 0.001071984236 0.000 4.001e-02 8.224e-02 <- TS
14 -239.354880218100 -0.001091894359 -2.867 4.010e-02 8.234e-02
15 -239.358003064377 -0.003122846277 -11.066 3.981e-02 5.537e-02
16 -239.361120846272 -0.003117781896 -19.252 2.358e-02 5.125e-02
17 -239.363244919025 -0.002124072753 -24.828 2.597e-02 3.571e-02
18 -239.365613363910 -0.002368444886 -31.047 1.947e-02 4.244e-02
19 -239.367378719881 -0.001765355971 -35.682 2.252e-02 3.969e-02
20 -239.368631888423 -0.001253168542 -38.972 1.737e-02 2.776e-02
21 -239.369584094150 -0.000952205726 -41.472 1.489e-02 3.053e-02
22 -239.370404626918 -0.000820532769 -43.626 1.970e-02 4.174e-02
23 -239.370830405744 -0.000425778826 -44.744 2.513e-02 5.384e-02
24 -239.370881804054 -0.000051398310 -44.879 3.770e-03 5.511e-03
25 -239.370898141904 -0.000016337850 -44.922 2.982e-03 5.417e-03
26 -239.370903733079 -0.000005591175 -44.937 3.083e-03 6.801e-03
27 -239.370903881782 -0.000000148702 -44.937 7.188e-04 1.496e-03
IRC Path Summary:
Transition State at point 13
Forward barrier (TS - Reactant): 44.955 kJ/mol
Backward barrier (TS - Product): 44.937 kJ/mol
Reaction energy (Product - Reactant): 0.018 kJ/mol
*** Time spent in Optimization Driver: 36.09 sec
* Info * Optimization results written to file: vlx_20260325_0aaed5e9.h5
opt_drv.plot_irc(opt_results)
Text file
@jobs
task: optimize
@end
@method settings
xcfun: b3lyp
basis: def2-svp
dispersion: yes
@end
@optimize
irc: yes
@end
@molecule
charge: -1
multiplicity: 1
xyz:
...
@endExcited state optimization¶
Python script
import veloxchem as vlx
molecule = vlx.Molecule.read_name("bithiophene")
basis = vlx.MolecularBasis.read(molecule, "ef2-svp")
scf_drv = vlx.ScfRestrictedDriver()
scf_drv.xcfun = "b3lyp"
scf_results = scf_drv.compute(molecule, basis)
rsp_drv = vlx.LinearResponseEigenSolver()
rsp_drv.nstates = 2
rsp_results = rsp_drv.compute(molecule, basis, scf_results)
grad_drv = vlx.TddftGradientDriver(scf_drv)
grad_drv.state_deriv_index = 1
opt_drv = vlx.OptimizationDriver(grad_drv)
opt_results = opt_drv.compute(molecule, basis, scf_drv, rsp_drv, rsp_results)
Self Consistent Field Driver Setup
====================================
Wave Function Model : Spin-Restricted Kohn-Sham
Initial Guess Model : Superposition of Atomic Densities
Convergence Accelerator : Two Level Direct Inversion of Iterative Subspace
Max. Number of Iterations : 50
Max. Number of Error Vectors : 10
Convergence Threshold : 1.0e-06
ERI Screening Threshold : 1.0e-12
Linear Dependence Threshold : 1.0e-06
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Starting Reduced Basis SCF calculation...
* Info * ...done. SCF energy in reduced basis set: -1100.742705995394 a.u. Time: 1.20 sec.
Iter. | Kohn-Sham Energy | Energy Change | Gradient Norm | Max. Gradient | Density Change
--------------------------------------------------------------------------------------------
1 -1104.346215865130 0.0000000000 0.48887839 0.02576548 0.00000000
2 -1104.355179745200 -0.0089638801 0.42236749 0.01996072 0.46593993
3 -1104.378709420834 -0.0235296756 0.10367210 0.00516924 0.22834078
4 -1104.379963666647 -0.0012542458 0.03481195 0.00239393 0.05707375
5 -1104.380104330586 -0.0001406639 0.01314144 0.00088203 0.01911273
6 -1104.380129307573 -0.0000249770 0.00155957 0.00005538 0.00698430
7 -1104.380129663662 -0.0000003561 0.00061683 0.00002920 0.00133127
8 -1104.380129711716 -0.0000000481 0.00018101 0.00000956 0.00031150
9 -1104.380129716018 -0.0000000043 0.00006422 0.00000280 0.00010097
10 -1104.380129716577 -0.0000000006 0.00002005 0.00000090 0.00003525
11 -1104.380129716636 -0.0000000001 0.00000430 0.00000018 0.00001207
12 -1104.380129716638 -0.0000000000 0.00000114 0.00000005 0.00000441
13 -1104.380129716637 0.0000000000 0.00000023 0.00000001 0.00000103
*** SCF converged in 13 iterations. Time: 9.46 sec.
Spin-Restricted Kohn-Sham:
--------------------------
Total Energy : -1104.3801297166 a.u.
Electronic Energy : -1741.8107851886 a.u.
Nuclear Repulsion Energy : 637.4306554720 a.u.
------------------------------------
Gradient Norm : 0.0000002260 a.u.
Ground State Information
------------------------
Charge of Molecule : 0.0
Multiplicity (2S+1) : 1
Magnetic Quantum Number (M_S) : 0.0
Linear Response EigenSolver Setup
===================================
Number of States : 2
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
ERI Screening Threshold : 1.0e-12
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * 6 gerade trial vectors in reduced space
* Info * 6 ungerade trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.43e-01 and 1.10e-01
* Info * 8 gerade trial vectors in reduced space
* Info * 8 ungerade trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 7.50e-02 and 5.29e-02
* Info * 10 gerade trial vectors in reduced space
* Info * 10 ungerade trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 2.85e-02 and 2.40e-02
* Info * 12 gerade trial vectors in reduced space
* Info * 12 ungerade trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 9.29e-03 and 8.14e-03
* Info * 14 gerade trial vectors in reduced space
* Info * 14 ungerade trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 6.95e-03 and 3.01e-03
* Info * 16 gerade trial vectors in reduced space
* Info * 16 ungerade trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 2.70e-03 and 1.13e-03
* Info * 18 gerade trial vectors in reduced space
* Info * 18 ungerade trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 1.39e-03 and 2.16e-04
* Info * 20 gerade trial vectors in reduced space
* Info * 20 ungerade trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 6.85e-04 and 7.65e-05
* Info * 21 gerade trial vectors in reduced space
* Info * 21 ungerade trial vectors in reduced space
*** Iteration: 9 * Residuals (Max,Min): 2.71e-04 and 7.65e-05
* Info * 22 gerade trial vectors in reduced space
* Info * 22 ungerade trial vectors in reduced space
*** Iteration: 10 * Residuals (Max,Min): 8.69e-05 and 7.65e-05
*** Linear response converged in 10 iterations. Time: 14.83 sec
Electric Transition Dipole Moments (dipole length, a.u.)
--------------------------------------------------------
X Y Z
Excited State S1: -2.001007 0.148679 -0.000005
Excited State S2: 0.000068 0.000264 -0.108224
Electric Transition Dipole Moments (dipole velocity, a.u.)
----------------------------------------------------------
X Y Z
Excited State S1: -2.007628 0.146236 -0.000003
Excited State S2: 0.000067 0.000238 -0.096436
Magnetic Transition Dipole Moments (a.u.)
-----------------------------------------
X Y Z
Excited State S1: -0.048957 0.079190 0.000053
Excited State S2: 0.000022 0.000028 0.007962
One-Photon Absorption
---------------------
Excited State S1: 0.15441651 a.u. 4.20189 eV Osc.Str. 0.4145
Excited State S2: 0.18660449 a.u. 5.07777 eV Osc.Str. 0.0015
Electronic Circular Dichroism
-----------------------------
Excited State S1: Rot.Str. 0.109867 a.u. 51.7962 [10**(-40) cgs]
Excited State S2: Rot.Str. -0.000768 a.u. -0.3620 [10**(-40) cgs]
Character of excitations:
Excited state 1
---------------
HOMO -> LUMO -0.9932
Excited state 2
---------------
HOMO-1 -> LUMO 0.7193
HOMO -> LUMO+1 -0.6176
HOMO-3 -> LUMO 0.2938
Optimization Driver Setup
===========================
Coordinate System : TRIC
Constraints : No
Max. Number of Steps : 300
Transition State : No
IRC : No
Hessian : never
* Info * Using geomeTRIC for geometry optimization.
L.-P. Wang and C.C. Song, J. Chem. Phys. 2016, 144, 214108
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.29 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.29e-01 and 3.29e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 9.57e-02 and 9.57e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.57e-02 and 3.57e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 6.84e-03 and 6.84e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 2.79e-03 and 2.79e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 5.91e-04 and 5.91e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 1.19e-04 and 1.19e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 3.34e-05 and 3.34e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 8.10 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.83 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.619800000000 -1.380800000000 0.366300000000
S -1.619800000000 1.380700000000 0.366300000000
C 0.709200000000 0.018100000000 -0.016300000000
C -0.709200000000 -0.018100000000 -0.016300000000
C 1.515600000000 1.098300000000 -0.300100000000
C -1.515700000000 -1.098200000000 -0.300100000000
C 2.899400000000 0.773100000000 -0.202400000000
C -2.899400000000 -0.773100000000 -0.202400000000
C 3.097800000000 -0.543000000000 0.152500000000
C -3.097800000000 0.543000000000 0.152500000000
H 1.155300000000 2.081800000000 -0.575400000000
H -1.155300000000 -2.081800000000 -0.575300000000
H 3.708300000000 1.468500000000 -0.385100000000
H -3.708300000000 -1.468500000000 -0.385100000000
H 4.040000000000 -1.052800000000 0.295900000000
H -4.040100000000 1.052900000000 0.295900000000
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S -0.005957901930 0.044703160064 -0.007003816301
S 0.005957536637 -0.044768942045 -0.007021477892
C 0.052987125242 0.002430649568 0.000934830162
C -0.052989142776 -0.002422088451 0.000936352392
C -0.053399802634 -0.032301592247 0.000119989022
C 0.053288199794 0.032437411446 0.000149764035
C 0.025964857222 -0.020289899938 0.004289656897
C -0.025892624965 0.020268923975 0.004287175266
C -0.010511810922 0.008534929005 -0.001402626682
C 0.010612644117 -0.008581082996 -0.001415660791
H 0.004176160976 -0.003782876961 0.002473020441
H -0.004146958813 0.003723486447 0.002459890601
H -0.004128176109 -0.004316863436 0.001619582060
H 0.004125874414 0.004318077979 0.001619301272
H -0.005413922633 0.003035846448 -0.001035092675
H 0.005327869578 -0.002989164643 -0.001021760401
*** Time spent in gradient calculation: 34.21 sec ***
* Info * Energy : -1104.2257132076 a.u.
* Info * Gradient : 8.245155e-02 a.u. (RMS)
* Info * 1.143319e-01 a.u. (Max)
* Info * Time : 57.03 sec
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.34 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.23e-01 and 3.23e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 8.70e-02 and 8.70e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.66e-02 and 3.66e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.96e-03 and 5.96e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 3.00e-03 and 3.00e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 7.01e-04 and 7.01e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 2.01e-04 and 2.01e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 5.61e-05 and 5.61e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 8.28 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.89 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.636402373201 -1.459396096990 0.248124078039
S -1.636267812657 1.459322423473 0.248141328156
C 0.706956356380 0.019423610448 -0.032054062587
C -0.707005547644 -0.019583857016 -0.032059645915
C 1.555295762179 1.148851891466 -0.239206896795
C -1.555405193137 -1.148976296909 -0.239238582960
C 2.910911532521 0.799097188132 -0.164390740896
C -2.910950392950 -0.799005093681 -0.164396732731
C 3.115705240123 -0.563918482582 0.087791845279
C -3.115647809071 0.564037654073 0.087789515303
H 1.192222162042 2.155335204427 -0.450843778190
H -1.192386975306 -2.155505949629 -0.450783421806
H 3.728924209045 1.507906056778 -0.300422022129
H -3.729054332978 -1.507706052897 -0.300430352350
H 4.071590678074 -1.077493744891 0.187130239700
H -4.071481229915 1.077714740747 0.187096334908
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S -0.004951955077 0.004851431049 0.002374772385
S 0.004950201655 -0.004863868321 0.002374243592
C 0.023099329678 -0.006850311921 0.002422572033
C -0.023122756796 0.006864121186 0.002423086315
C -0.011218895838 0.000482669320 -0.005332023917
C 0.011208437634 -0.000513628542 -0.005341870090
C 0.005876906068 0.000408861966 -0.000406354666
C -0.005846417340 -0.000391964405 -0.000401544569
C -0.004629626499 -0.000710859262 0.000474542542
C 0.004624124262 0.000723693557 0.000477016233
H 0.002414255351 0.001146644945 0.000670918608
H -0.002406969769 -0.001152116879 0.000672449550
H -0.000875988842 0.000594298176 -0.000078548905
H 0.000878440408 -0.000592426168 -0.000078517225
H -0.000168985955 -0.000057713569 -0.000120032262
H 0.000169909077 0.000061105024 -0.000120113997
*** Time spent in gradient calculation: 34.18 sec ***
* Info * Energy : -1104.2420325380 a.u.
* Info * Gradient : 2.395590e-02 a.u. (RMS)
* Info * 3.864600e-02 a.u. (Max)
* Info * Time : 55.85 sec
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.28 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.22e-01 and 3.22e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 8.50e-02 and 8.50e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.71e-02 and 3.71e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.95e-03 and 5.95e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 2.98e-03 and 2.98e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 8.61e-04 and 8.61e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 2.42e-04 and 2.42e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 6.91e-05 and 6.91e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 8.16 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.87 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.677398210703 -1.488379838189 0.047495487033
S -1.677667174002 1.488524207605 0.047470162717
C 0.699655439952 0.009838149046 -0.063444937214
C -0.699651711491 -0.009508967552 -0.063424987563
C 1.575895779186 1.144492166504 -0.146381471990
C -1.575835834272 -1.144217270513 -0.146342424307
C 2.925023482071 0.798311351334 -0.106151454458
C -2.925097358697 -0.798496095933 -0.106118921174
C 3.165453053175 -0.579739977195 -0.007694940843
C -3.165534792711 0.579562677417 -0.007681483022
H 1.197572552300 2.161778234468 -0.261255624842
H -1.197314050239 -2.161417743233 -0.261145142482
H 3.738573398033 1.525045121108 -0.164558478415
H -3.738531966892 -1.525366546673 -0.164510685390
H 4.128910597545 -1.089634127609 0.036933243685
H -4.129041800931 1.089325273610 0.036929073127
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S -0.000455396188 0.004421931481 0.000441722463
S 0.000455885490 -0.004409733267 0.000441146259
C -0.001519737641 -0.008541615172 0.001010063004
C 0.001568326447 0.008541886861 0.001013867867
C 0.002190032725 0.000203664496 -0.001474522599
C -0.002195887023 -0.000133536660 -0.001474006081
C -0.004176238142 0.000416367157 0.000665532328
C 0.004091833628 -0.000492401482 0.000660874982
C 0.007483887657 -0.002842629335 -0.000114802814
C -0.007436232614 0.002838152618 -0.000113428296
H 0.000144164080 0.000190482190 -0.000364931318
H -0.000153270962 -0.000173289274 -0.000361208198
H 0.000361075736 0.000199940954 -0.000229238108
H -0.000370921584 -0.000205577109 -0.000230105460
H 0.001463530004 -0.000059275156 0.000071122820
H -0.001451024636 0.000045593302 0.000069764972
*** Time spent in gradient calculation: 34.47 sec ***
* Info * Energy : -1104.2451276061 a.u.
* Info * Gradient : 1.117451e-02 a.u. (RMS)
* Info * 1.420166e-02 a.u. (Max)
* Info * Time : 55.98 sec
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.31 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.22e-01 and 3.22e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 8.05e-02 and 8.05e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.55e-02 and 3.55e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.96e-03 and 5.96e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 2.99e-03 and 2.99e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 8.78e-04 and 8.78e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 2.65e-04 and 2.65e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 6.95e-05 and 6.95e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 8.30 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.95 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.646210983255 -1.495540829355 -0.090730246271
S -1.646133852363 1.495414763589 -0.090734305855
C 0.692589316682 0.029673946480 -0.092611877063
C -0.692626964949 -0.029900842205 -0.092601881509
C 1.572679872642 1.164835794716 -0.085427657570
C -1.572680884274 -1.165083805888 -0.085411716867
C 2.919156065890 0.813007242407 -0.069730784599
C -2.919026657443 -0.812749763737 -0.069730480821
C 3.121968386638 -0.572572629707 -0.072795853618
C -3.122102272827 0.572786971622 -0.072788221390
H 1.186710380421 2.184693456815 -0.123981911367
H -1.186889000242 -2.185010852181 -0.123952899573
H 3.745668514231 1.526902599260 -0.068617160177
H -3.745597054463 -1.526565362630 -0.068613587857
H 4.077808362856 -1.095000509164 -0.062539508085
H -4.077932676528 1.095238459749 -0.062532915375
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S -0.003225750646 -0.004777607457 -0.000443753041
S 0.003212847122 0.004739701275 -0.000443964048
C -0.008044519622 0.002222765464 -0.000030115254
C 0.008005408304 -0.002227352262 -0.000028547047
C 0.007386707516 -0.001081332579 0.001412673366
C -0.007350533678 0.000954526197 0.001412096348
C -0.000077950653 0.004426481306 0.000652438047
C 0.000200709218 -0.004317016843 0.000650196367
C -0.002384516681 0.002756633194 -0.000535583428
C 0.002260988459 -0.002709834253 -0.000533278721
H -0.000400124946 -0.000328553023 -0.000923390628
H 0.000409656916 0.000319668029 -0.000923263575
H 0.000676136414 0.000406143344 -0.000211253937
H -0.000661705033 -0.000394198476 -0.000211375402
H -0.000476629654 0.000115415589 0.000078231187
H 0.000469301643 -0.000105434325 0.000078152488
*** Time spent in gradient calculation: 36.51 sec ***
* Info * Energy : -1104.2458341402 a.u.
* Info * Gradient : 1.139077e-02 a.u. (RMS)
* Info * 1.645105e-02 a.u. (Max)
* Info * Time : 60.06 sec
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.54 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.27e-01 and 3.27e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 9.19e-02 and 9.19e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.87e-02 and 3.87e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.88e-03 and 5.88e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 2.91e-03 and 2.91e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 8.94e-04 and 8.94e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 2.70e-04 and 2.70e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 7.21e-05 and 7.21e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 9.10 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.95 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.652735472443 -1.490734347793 -0.075562928164
S -1.652810734508 1.490895028311 -0.075591557891
C 0.695504266272 0.030816928347 -0.094592427953
C -0.695537013858 -0.030604046625 -0.094586656971
C 1.561586007437 1.172339191743 -0.094964649029
C -1.561644975052 -1.172116628418 -0.094936620511
C 2.906665065144 0.801420593733 -0.078107702691
C -2.906834652149 -0.801609691699 -0.078085907553
C 3.131127931997 -0.579891509445 -0.065456842540
C -3.131025112320 0.579743121990 -0.065477539423
H 1.181477665941 2.194629219005 -0.129945419529
H -1.181409800436 -2.194357274746 -0.129885627485
H 3.730498997275 1.516997500003 -0.078603579926
H -3.730632302715 -1.517238206443 -0.078563933965
H 4.089250920143 -1.098171218266 -0.049168594988
H -4.089152267219 1.098008854454 -0.049206814071
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S -0.000506029613 -0.000660703464 -0.000066614025
S 0.000525677126 0.000709192602 -0.000066351154
C 0.000262501748 0.000932326947 -0.000178582069
C -0.000239462003 -0.000925510196 -0.000177719647
C 0.000455135704 0.005109230512 0.000890263504
C -0.000480820535 -0.005006271975 0.000890668509
C -0.004071091138 -0.003075759476 -0.000042476668
C 0.003956447253 0.002979702500 -0.000041627469
C 0.002817342847 -0.000466418973 -0.000113452309
C -0.002703720882 0.000417872576 -0.000115620541
H -0.000665289743 0.000339940633 -0.000519650959
H 0.000654513159 -0.000333056266 -0.000519257749
H -0.000420851804 -0.000367911583 -0.000053223167
H 0.000408758303 0.000356609489 -0.000053176189
H -0.000158191522 -0.000425286263 0.000082983450
H 0.000165066734 0.000416047594 0.000082857922
*** Time spent in gradient calculation: 36.06 sec ***
* Info * Energy : -1104.2460863684 a.u.
* Info * Gradient : 6.467679e-03 a.u. (RMS)
* Info * 8.567750e-03 a.u. (Max)
* Info * Time : 60.74 sec
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.20 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.22e-01 and 3.22e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 8.15e-02 and 8.15e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.58e-02 and 3.58e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.91e-03 and 5.91e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 2.95e-03 and 2.95e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 8.82e-04 and 8.82e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 2.55e-04 and 2.55e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 7.07e-05 and 7.07e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 8.15 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.82 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.668127634128 -1.492625417431 -0.053842799448
S -1.668129185641 1.492608434043 -0.053849746317
C 0.699034649717 0.018271291955 -0.092353052039
C -0.699063563590 -0.018303007035 -0.092348530957
C 1.569578011622 1.153921028493 -0.106980983887
C -1.569605533041 -1.153952900615 -0.106962638638
C 2.923055093427 0.805349377599 -0.086415262175
C -2.923054904887 -0.805290795793 -0.086395768689
C 3.142377578342 -0.576339973830 -0.056267341654
C -3.142417815075 0.576391846725 -0.056273339149
H 1.189088127351 2.175563990360 -0.143362360036
H -1.189141489499 -2.175608359506 -0.143320783104
H 3.741355204351 1.527509892422 -0.092596460368
H -3.741368219094 -1.527434102405 -0.092570571267
H 4.101852118488 -1.092354017904 -0.034330407060
H -4.101887329453 1.092417667068 -0.034351677920
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S 0.001081827022 0.001491277053 0.000236991712
S -0.001084213150 -0.001501220590 0.000237315412
C 0.002019032421 -0.002778043032 -0.000113195157
C -0.002026603213 0.002778690138 -0.000112992288
C -0.001760346786 -0.001363850071 0.000115760572
C 0.001761692059 0.001344268470 0.000114312104
C 0.002416346624 0.000115034275 -0.000272859803
C -0.002391603078 -0.000095500166 -0.000271482992
C -0.000125297263 -0.000095933494 0.000027356990
C 0.000105366011 0.000103261619 0.000026945140
H 0.000202125839 -0.000179762092 -0.000126780451
H -0.000199408357 0.000177457146 -0.000126569621
H 0.000107762836 -0.000014289692 0.000076787983
H -0.000105282203 0.000016460074 0.000076645383
H 0.000094380447 0.000166140548 0.000056282369
H -0.000095774610 -0.000163993081 0.000056301105
*** Time spent in gradient calculation: 34.61 sec ***
* Info * Energy : -1104.2462036866 a.u.
* Info * Gradient : 4.185183e-03 a.u. (RMS)
* Info * 5.332781e-03 a.u. (Max)
* Info * Time : 56.07 sec
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.40 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.24e-01 and 3.24e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 8.40e-02 and 8.40e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.68e-02 and 3.68e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.92e-03 and 5.92e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 2.95e-03 and 2.95e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 8.90e-04 and 8.90e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 2.63e-04 and 2.63e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 7.11e-05 and 7.11e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 8.68 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.95 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.659218999352 -1.491949543316 -0.079559401119
S -1.659271751566 1.491956470227 -0.079577915335
C 0.696559950927 0.025160683277 -0.094999354777
C -0.696580635016 -0.025133800624 -0.094993825316
C 1.567273768053 1.161638445550 -0.094756150526
C -1.567278176183 -1.161622083230 -0.094729082449
C 2.917010643924 0.806266315209 -0.078637072776
C -2.917012966165 -0.806239504131 -0.078615279819
C 3.134406103691 -0.576344469317 -0.069727072620
C -3.134466373152 0.576361504488 -0.069728635023
H 1.186853579371 2.183859802493 -0.116669873789
H -1.186853426010 -2.183841791316 -0.116621869176
H 3.738144803434 1.525353750972 -0.075250704306
H -3.738134815947 -1.525339685625 -0.075218679604
H 4.093088352123 -1.094098657476 -0.056723300297
H -4.093158137435 1.094099098018 -0.056736323343
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S -0.000110298599 -0.000196528981 0.000019642128
S 0.000107448559 0.000188818699 0.000019582974
C -0.000375063938 -0.000020030263 -0.000085992408
C 0.000376867277 0.000018668808 -0.000085679379
C 0.000381594556 -0.000010014349 0.000372697803
C -0.000378671439 0.000002295855 0.000372437562
C 0.000056999110 0.000124741390 0.000025677773
C -0.000045879457 -0.000115962476 0.000025730879
C -0.000097142329 0.000241201211 -0.000136587391
C 0.000083140502 -0.000235207312 -0.000136307099
H -0.000058692319 -0.000053665743 -0.000264115541
H 0.000059712985 0.000053642056 -0.000263992795
H 0.000052368768 0.000004409303 0.000031255609
H -0.000051318878 -0.000003019561 0.000031123451
H -0.000016618183 -0.000026094521 0.000036839758
H 0.000015559704 0.000026748178 0.000036809765
*** Time spent in gradient calculation: 36.51 sec ***
* Info * Energy : -1104.2463293376 a.u.
* Info * Gradient : 6.659909e-04 a.u. (RMS)
* Info * 7.937424e-04 a.u. (Max)
* Info * Time : 58.29 sec
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.36 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.24e-01 and 3.24e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 8.43e-02 and 8.43e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.68e-02 and 3.68e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.92e-03 and 5.92e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 2.95e-03 and 2.95e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 8.91e-04 and 8.91e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 2.63e-04 and 2.63e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 7.13e-05 and 7.13e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 8.60 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.92 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.659680879967 -1.491519628798 -0.081879639417
S -1.659680401831 1.491546563393 -0.081901916573
C 0.696632629081 0.025375399655 -0.093954388370
C -0.696664199232 -0.025363390380 -0.093951747411
C 1.566619002605 1.162048949256 -0.092847934628
C -1.566663775782 -1.162029165218 -0.092826021031
C 2.916411925357 0.806290143327 -0.079388019202
C -2.916461758682 -0.806289222177 -0.079373764991
C 3.134744023596 -0.576217846274 -0.072217078597
C -3.134733397529 0.576227791367 -0.072226818383
H 1.186609394753 2.184548300838 -0.108478822294
H -1.186655309981 -2.184529071224 -0.108437872555
H 3.737214134851 1.525688143596 -0.075755338811
H -3.737274212195 -1.525676612417 -0.075730585887
H 4.093685483064 -1.093507877450 -0.061711591750
H -4.093665552952 1.093533724696 -0.061732999076
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S 0.000007892823 -0.000025008291 -0.000000539190
S -0.000003740756 0.000032821923 -0.000000525947
C -0.000062526290 0.000023882549 -0.000079438983
C 0.000060112878 -0.000021407881 -0.000079263410
C 0.000051729294 0.000084303065 0.000265569411
C -0.000054394641 -0.000075288908 0.000265611474
C -0.000057414489 -0.000075059342 -0.000026959022
C 0.000043898117 0.000065410763 -0.000026918876
C 0.000035323127 0.000042061742 -0.000035284762
C -0.000019711906 -0.000049676889 -0.000035400970
H -0.000030905916 -0.000010749238 -0.000169121559
H 0.000029501053 0.000011112131 -0.000169057619
H 0.000000940750 -0.000014691561 0.000023155230
H -0.000002077756 0.000013214347 0.000023123625
H -0.000011467694 -0.000020135658 0.000022081143
H 0.000012838482 0.000019208885 0.000022043256
*** Time spent in gradient calculation: 36.52 sec ***
* Info * Energy : -1104.2463349554 a.u.
* Info * Gradient : 3.000711e-04 a.u. (RMS)
* Info * 4.656683e-04 a.u. (Max)
* Info * Time : 59.87 sec
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.82 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.24e-01 and 3.24e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 8.43e-02 and 8.43e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.68e-02 and 3.68e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.92e-03 and 5.92e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 2.95e-03 and 2.95e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 8.92e-04 and 8.92e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 2.63e-04 and 2.63e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 7.13e-05 and 7.13e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 9.99 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.95 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.660408760931 -1.490869316741 -0.085509499275
S -1.660460465580 1.490819231095 -0.085526317134
C 0.696690676960 0.025661431346 -0.090427855578
C -0.696705681451 -0.025702770916 -0.090424753386
C 1.566094055931 1.162481725904 -0.088201100964
C -1.566072958389 -1.162543654561 -0.088177713919
C 2.916149402398 0.807282687559 -0.080541016859
C -2.916082373809 -0.807171572513 -0.080517968788
C 3.135054991627 -0.575226459344 -0.078271801028
C -3.135185222059 0.575307067872 -0.078269134689
H 1.186274207458 2.185160900402 -0.092501408508
H -1.186293640528 -2.185240242201 -0.092464803991
H 3.736488854148 1.527185650979 -0.076970036389
H -3.736415539707 -1.527076395526 -0.076931439620
H 4.094372637540 -1.091895792119 -0.073669166207
H -4.094518502149 1.091954438912 -0.073671148816
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S 0.000065884013 0.000050423118 -0.000000713617
S -0.000078277625 -0.000079383490 -0.000000636660
C 0.000112905290 0.000087600289 -0.000045414753
C -0.000118369734 -0.000093365503 -0.000045365170
C -0.000149390811 -0.000046325294 0.000034295217
C 0.000162613043 -0.000004622721 0.000034192044
C 0.000006635258 -0.000036767205 0.000004125752
C 0.000055882105 0.000086981476 0.000003876740
C -0.000023916445 -0.000085122620 0.000029534999
C -0.000041123281 0.000112842026 0.000029787577
H 0.000027404121 0.000013141026 -0.000022470675
H -0.000021251998 -0.000016796795 -0.000022567526
H -0.000017889915 -0.000004959929 0.000010361850
H 0.000024063079 0.000011231065 0.000010404911
H -0.000000534511 0.000006220365 -0.000010096711
H -0.000004618092 -0.000001094031 -0.000010071507
*** Time spent in gradient calculation: 38.62 sec ***
* Info * Energy : -1104.2463391009 a.u.
* Info * Gradient : 2.310681e-04 a.u. (RMS)
* Info * 3.058447e-04 a.u. (Max)
* Info * Time : 61.80 sec
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.67 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.24e-01 and 3.24e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 8.42e-02 and 8.42e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.68e-02 and 3.68e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.92e-03 and 5.92e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 2.95e-03 and 2.95e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 8.92e-04 and 8.92e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 2.63e-04 and 2.63e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 7.15e-05 and 7.15e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 9.48 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.88 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.660764857169 -1.490329027648 -0.085513003129
S -1.660870290770 1.490599254826 -0.085567913970
C 0.696669535980 0.025988789611 -0.087519076210
C -0.696701981417 -0.025628821975 -0.087520503124
C 1.565842168194 1.163055968574 -0.085783696622
C -1.565941686585 -1.162663639407 -0.085749118180
C 2.915897807083 0.807905334422 -0.081616064276
C -2.916198566661 -0.808267842247 -0.081596360014
C 3.135394035396 -0.574518553949 -0.080884695424
C -3.135172777237 0.574239137030 -0.080913485166
H 1.185804224289 2.185668657732 -0.086466954140
H -1.185673427508 -2.185182183575 -0.086398371826
H 3.736099373718 1.527975294579 -0.079264992215
H -3.736342038285 -1.528423257428 -0.079222707329
H 4.094861676989 -1.090951253377 -0.078890567053
H -4.094636951625 1.090658742743 -0.078938294712
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S 0.000059157650 0.000069759798 -0.000005618452
S -0.000026120747 0.000016052458 -0.000005754678
C 0.000082034379 0.000069617908 -0.000024784204
C -0.000036808706 -0.000057590184 -0.000024822846
C -0.000118131128 0.000048369858 -0.000023344712
C 0.000071144765 0.000143462686 -0.000023247066
C -0.000099047356 -0.000095550938 0.000005974028
C -0.000115234803 -0.000085576836 0.000006512897
C 0.000087106947 -0.000110924489 0.000045326088
C 0.000123673970 0.000026431212 0.000044746936
H 0.000015527805 0.000018322702 0.000016560467
H -0.000035857423 -0.000003245936 0.000016627670
H -0.000021251349 -0.000011545850 0.000000336104
H -0.000001480692 -0.000009306284 0.000000434545
H 0.000012438242 -0.000002051515 -0.000014707392
H 0.000002805630 -0.000016218056 -0.000014737511
*** Time spent in gradient calculation: 37.72 sec ***
* Info * Energy : -1104.2463396913 a.u.
* Info * Gradient : 2.261243e-04 a.u. (RMS)
* Info * 2.817775e-04 a.u. (Max)
* Info * Time : 61.53 sec
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.42 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.24e-01 and 3.24e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 8.41e-02 and 8.41e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.68e-02 and 3.68e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.92e-03 and 5.92e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 2.95e-03 and 2.95e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 8.91e-04 and 8.91e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 2.63e-04 and 2.63e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 7.14e-05 and 7.14e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 9.10 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.88 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.661596883886 -1.489961802970 -0.084540434942
S -1.661248777941 1.489654718333 -0.084531947664
C 0.696630080977 0.025715297862 -0.082970970727
C -0.696692854310 -0.026323872547 -0.082974917327
C 1.565498875383 1.163216543627 -0.082446272572
C -1.565584784614 -1.163796445948 -0.082465266012
C 2.915964540863 0.809767525269 -0.083281568958
C -2.915758494547 -0.809254321675 -0.083300489085
C 3.135488596976 -0.572642289828 -0.084309244780
C -3.135592330260 0.573104355432 -0.084312687813
H 1.184435388871 2.185432548276 -0.079375399460
H -1.184922805842 -2.186174803275 -0.079403397099
H 3.735794726742 1.530311237895 -0.083108441557
H -3.735785622555 -1.529552336784 -0.083137768249
H 4.095180337982 -1.088657233337 -0.085672219230
H -4.095204327325 1.089285891546 -0.085672053237
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S -0.000023395679 -0.000069552472 -0.000007018771
S 0.000002693302 -0.000000092670 -0.000007054204
C -0.000086417966 -0.000001532914 0.000006267703
C -0.000006405875 0.000000765826 0.000006131060
C 0.000054466516 -0.000160958573 -0.000076003609
C -0.000001315203 -0.000076082677 -0.000075769171
C 0.000151068395 0.000159117981 0.000011437129
C 0.000082732634 0.000052035452 0.000011293026
C -0.000135547230 0.000038624689 0.000042283611
C -0.000072934839 0.000036447255 0.000042275807
H 0.000023505795 -0.000010712736 0.000048959475
H -0.000002081892 -0.000011060809 0.000049031349
H 0.000021772772 0.000015424913 -0.000011265821
H 0.000005223185 0.000005666909 -0.000011305509
H -0.000001250102 0.000015663451 -0.000014642556
H -0.000012084147 0.000006220456 -0.000014667429
*** Time spent in gradient calculation: 37.58 sec ***
* Info * Energy : -1104.2463397784 a.u.
* Info * Gradient : 2.271441e-04 a.u. (RMS)
* Info * 2.611023e-04 a.u. (Max)
* Info * Time : 59.96 sec
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.53 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.24e-01 and 3.24e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 8.42e-02 and 8.42e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.68e-02 and 3.68e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.92e-03 and 5.92e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 2.95e-03 and 2.95e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 8.91e-04 and 8.91e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 2.63e-04 and 2.63e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 7.12e-05 and 7.12e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 9.36 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.95 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.661322502017 -1.489749439702 -0.083767445745
S -1.661513781172 1.489773618268 -0.083792432751
C 0.696666584379 0.026109515306 -0.083714979611
C -0.696663145949 -0.025970229995 -0.083710283055
C 1.565507396665 1.163622289814 -0.083423731723
C -1.565441775272 -1.163523167621 -0.083385487757
C 2.915798237517 0.809477255786 -0.083008711122
C -2.915761347333 -0.809484060548 -0.082970443909
C 3.135467972129 -0.572892057379 -0.083193141651
C -3.135626084432 0.572855366908 -0.083186103920
H 1.184611541359 2.185910442486 -0.082741887906
H -1.184472809487 -2.185782531120 -0.082682503927
H 3.735774005801 1.529836145937 -0.082691808116
H -3.735661216260 -1.529928073646 -0.082631254246
H 4.095070209357 -1.089073178106 -0.083336638600
H -4.095278960467 1.088945521582 -0.083335868540
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S -0.000012577792 -0.000025503364 0.000001786282
S 0.000000693014 0.000004763059 0.000001794974
C -0.000002612657 -0.000008919016 0.000000078026
C 0.000025831282 0.000000378947 -0.000000063777
C 0.000013268286 -0.000004721468 -0.000033492655
C -0.000010960995 0.000007260207 -0.000033370886
C 0.000017572780 0.000012605865 0.000015605729
C -0.000001728459 -0.000007466594 0.000015546608
C -0.000019319303 0.000011068797 0.000011106365
C -0.000009329057 0.000005711480 0.000011160964
H 0.000004430022 0.000000079636 0.000016131739
H -0.000002450623 0.000002050366 0.000016105365
H 0.000003937670 -0.000000072494 -0.000003550495
H -0.000003602737 0.000002633656 -0.000003560386
H -0.000000616616 -0.000001375734 -0.000007669309
H -0.000002522176 0.000001519013 -0.000007677510
*** Time spent in gradient calculation: 37.30 sec ***
* Info * Energy : -1104.2463402156 a.u.
* Info * Gradient : 4.765302e-05 a.u. (RMS)
* Info * 6.031262e-05 a.u. (Max)
* Info * Time : 61.78 sec
Optimization Step
===================
* Info * Computing energy and gradient...
RPA Gradient Driver Setup
===========================
Gradient Type : Analytical
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
Excited States of Interest : 1
* Info * Computing orbital response...
* Info * Using the B3LYP functional.
P. J. Stephens, F. J. Devlin, C. F. Chabalowski, and M. J. Frisch., J. Phys. Chem. 98, 11623 (1994)
* Info * Using the Libxc library (v7.0.0).
S. Lehtola, C. Steigemann, M. J.T. Oliveira, and M. A.L. Marques., SoftwareX 7, 1–5 (2018)
* Info * Using the following algorithm for XC numerical integration.
J. Kussmann, H. Laqua and C. Ochsenfeld, J. Chem. Theory Comput. 2021, 17, 1512-1521
* Info * Computing the right-hand side (RHS) of CPHF/CPKS equations...
* Info * RHS of CPHF/CPKS equations computed in 2.57 sec.
Coupled-Perturbed Kohn-Sham Solver Setup
------------------------------------------
Solver Type : Iterative Subspace Algorithm
Max. Number of Iterations : 150
Convergence Threshold : 1.0e-04
Exchange-Correlation Functional : B3LYP
Molecular Grid Level : 4
* Info * 1 trial vectors in reduced space
*** Iteration: 1 * Residuals (Max,Min): 3.24e-01 and 3.24e-01
* Info * 2 trial vectors in reduced space
*** Iteration: 2 * Residuals (Max,Min): 8.42e-02 and 8.42e-02
* Info * 3 trial vectors in reduced space
*** Iteration: 3 * Residuals (Max,Min): 3.68e-02 and 3.68e-02
* Info * 4 trial vectors in reduced space
*** Iteration: 4 * Residuals (Max,Min): 5.92e-03 and 5.92e-03
* Info * 5 trial vectors in reduced space
*** Iteration: 5 * Residuals (Max,Min): 2.95e-03 and 2.95e-03
* Info * 6 trial vectors in reduced space
*** Iteration: 6 * Residuals (Max,Min): 8.91e-04 and 8.91e-04
* Info * 7 trial vectors in reduced space
*** Iteration: 7 * Residuals (Max,Min): 2.63e-04 and 2.63e-04
* Info * 8 trial vectors in reduced space
*** Iteration: 8 * Residuals (Max,Min): 7.12e-05 and 7.12e-05
*** Coupled-Perturbed Kohn-Sham converged in 8 iterations. Time: 9.32 sec
* Info * Computing the omega Lagrange multipliers...
* Info * The omega Lagrange multipliers computed in 0.94 sec.
* Info * Computing ground-state gradient...
* Info * Computing excited-state gradient...
Molecular Geometry (Angstroms)
--------------------------------
Atom Coordinate X Coordinate Y Coordinate Z
S 1.661785566537 -1.489407844395 -0.083247532046
S -1.661609549257 1.489413602977 -0.083272881752
C 0.696630187262 0.026114444746 -0.083292443842
C -0.696689870886 -0.026248361095 -0.083296293519
C 1.565155072303 1.163863014856 -0.083279937152
C -1.565290648784 -1.163947608124 -0.083276436039
C 2.915539732380 0.810072466999 -0.083187789563
C -2.915640543381 -0.810029621380 -0.083194961938
C 3.135722428009 -0.572210450074 -0.083167471446
C -3.135585995250 0.572289507341 -0.083190984781
H 1.183932976136 2.186027202875 -0.083199874530
H -1.184157140186 -2.186146431622 -0.083183675333
H 3.735296567755 1.530676548434 -0.083172807772
H -3.735489350705 -1.530530349487 -0.083176457224
H 4.095464026378 -1.088132133575 -0.083187373151
H -4.095266163229 1.088321130500 -0.083221839790
Analytical Gradient (Hartree/Bohr)
------------------------------------
Excited State 1
Atom Gradient X Gradient Y Gradient Z
S -0.000000315717 0.000006352690 0.000000431976
S 0.000014620076 0.000018854052 0.000000441519
C -0.000020814047 -0.000003968095 0.000000246959
C -0.000007200736 0.000014148523 0.000000226472
C 0.000010881494 0.000005220130 -0.000007182442
C -0.000013864993 -0.000007936093 -0.000007208409
C -0.000010527127 -0.000007153104 0.000003406143
C -0.000008907667 0.000000695459 0.000003451455
C 0.000021636174 -0.000003972080 0.000002960691
C 0.000013373748 -0.000016519909 0.000002935320
H -0.000002479130 -0.000003537787 0.000003195458
H 0.000000002842 0.000001137013 0.000003185326
H 0.000002455307 -0.000005122348 -0.000001298069
H -0.000002815844 0.000002079843 -0.000001291298
H 0.000000506931 -0.000004811730 -0.000001751775
H 0.000003433027 0.000004519259 -0.000001758359
*** Time spent in gradient calculation: 37.40 sec ***
* Info * Energy : -1104.2463402358 a.u.
* Info * Gradient : 3.257783e-05 a.u. (RMS)
* Info * 4.334583e-05 a.u. (Max)
* Info * Time : 60.66 sec
* Info * Geometry optimization completed.
Final Geometry (Angstroms)
============================
Atom Coordinate X Coordinate Y Coordinate Z
S 1.661785566537 -1.489407844395 -0.083247532046
S -1.661609549257 1.489413602977 -0.083272881752
C 0.696630187262 0.026114444746 -0.083292443842
C -0.696689870886 -0.026248361095 -0.083296293519
C 1.565155072303 1.163863014856 -0.083279937152
C -1.565290648784 -1.163947608124 -0.083276436039
C 2.915539732380 0.810072466999 -0.083187789563
C -2.915640543381 -0.810029621380 -0.083194961938
C 3.135722428009 -0.572210450074 -0.083167471446
C -3.135585995250 0.572289507341 -0.083190984781
H 1.183932976136 2.186027202875 -0.083199874530
H -1.184157140186 -2.186146431622 -0.083183675333
H 3.735296567755 1.530676548434 -0.083172807772
H -3.735489350705 -1.530530349487 -0.083176457224
H 4.095464026378 -1.088132133575 -0.083187373151
H -4.095266163229 1.088321130500 -0.083221839790
Summary of Geometry Optimization
==================================
Opt.Step Energy (a.u.) Energy Change (a.u.) Displacement (RMS, Max)
-------------------------------------------------------------------------------------
0 -1104.225713207586 0.000000000000 0.000e+00 0.000e+00
1 -1104.242032537996 -0.016319330410 1.004e-01 1.493e-01
2 -1104.245127606061 -0.003095068065 1.366e-01 2.068e-01
3 -1104.245834140239 -0.000706534177 9.658e-02 1.418e-01
4 -1104.246086368375 -0.000252228137 1.582e-02 2.082e-02
5 -1104.246203686641 -0.000117318266 2.070e-02 2.657e-02
6 -1104.246329337647 -0.000125651005 1.949e-02 2.802e-02
7 -1104.246334955370 -0.000005617724 3.723e-03 8.197e-03
8 -1104.246339100934 -0.000004145564 7.788e-03 1.596e-02
9 -1104.246339691287 -0.000000590353 3.398e-03 6.049e-03
10 -1104.246339778355 -0.000000087068 4.469e-03 7.075e-03
11 -1104.246340215644 -0.000000437289 1.630e-03 3.371e-03
12 -1104.246340235839 -0.000000020195 3.994e-04 5.565e-04
Statistical Deviation between
Optimized Geometry and Initial Geometry
=========================================
Internal Coord. RMS deviation Max. deviation
-----------------------------------------------------------
Bonds 0.038 Angstrom 0.084 Angstrom
Angles 1.567 degree 2.541 degree
Dihedrals 10.024 degree 30.123 degree
*** Time spent in Optimization Driver: 770.54 sec
molecule_opt = vlx.Molecule.read_xyz_string(opt_results['final_geometry'])
molecule_opt.show(atom_indices=True)Text file
To optimize an excited state, you need to use the task optimize and to specify which state you want to optimize with the state_deriv_index: keyword in the @gradient section.
@jobs
task: optimize
@end
@response
property: absorption
nstates: 2
@end
@gradient
state_deriv_index: 1
@end
@method settings
xcfun: b3lyp
basis: def2-svp
@end
@molecule
charge: 0
multiplicity: 1
xyz:
...
@end
Figure: Optimization of the molecular structure in the excited state, S1.