kinbot 2.2.3__tar.gz → 2.2.4a0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. {kinbot-2.2.3 → kinbot-2.2.4a0}/KinBot.egg-info/PKG-INFO +25 -24
  2. {kinbot-2.2.3 → kinbot-2.2.4a0}/KinBot.egg-info/requires.txt +1 -1
  3. {kinbot-2.2.3 → kinbot-2.2.4a0}/PKG-INFO +25 -24
  4. {kinbot-2.2.3 → kinbot-2.2.4a0}/README.md +22 -21
  5. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/config_log.py +4 -1
  6. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/conformers.py +3 -0
  7. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/constants.py +27 -10
  8. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/fragments.py +16 -12
  9. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/geometry.py +7 -5
  10. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/hindered_rotors.py +6 -3
  11. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/kb.py +1 -1
  12. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/molpro.py +5 -4
  13. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/optimize.py +10 -9
  14. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/parameters.py +33 -13
  15. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/pes.py +22 -8
  16. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/pp_settings.py +2 -2
  17. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/qc.py +36 -24
  18. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reaction_generator.py +20 -19
  19. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reader_gauss.py +2 -2
  20. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reader_qchem.py +1 -1
  21. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/symmetry.py +24 -23
  22. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_irc.tpl.py +2 -2
  23. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_ts_search.tpl.py +1 -1
  24. kinbot-2.2.4a0/kinbot/tpl/ase_sella_ring_conf.tpl.py +59 -0
  25. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_vts.tpl.py +134 -0
  26. {kinbot-2.2.3 → kinbot-2.2.4a0}/pyproject.toml +2 -2
  27. kinbot-2.2.3/kinbot/tpl/ase_sella_ring_conf.tpl.py +0 -139
  28. {kinbot-2.2.3 → kinbot-2.2.4a0}/KinBot.egg-info/SOURCES.txt +0 -0
  29. {kinbot-2.2.3 → kinbot-2.2.4a0}/KinBot.egg-info/dependency_links.txt +0 -0
  30. {kinbot-2.2.3 → kinbot-2.2.4a0}/KinBot.egg-info/entry_points.txt +0 -0
  31. {kinbot-2.2.3 → kinbot-2.2.4a0}/KinBot.egg-info/top_level.txt +0 -0
  32. {kinbot-2.2.3 → kinbot-2.2.4a0}/LICENSE +0 -0
  33. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/__init__.py +0 -0
  34. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/__init__.py +0 -0
  35. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/calculators/__init__.py +0 -0
  36. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/calculators/gaussian.py +0 -0
  37. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/calculators/nn_pes.py +0 -0
  38. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/calculators/qchem.py +0 -0
  39. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/constraints.py +0 -0
  40. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/io/__init__.py +0 -0
  41. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/io/formats.py +0 -0
  42. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/io/gaussian.py +0 -0
  43. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/io/zmatrix.py +0 -0
  44. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/bfgs.py +0 -0
  45. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/bond_combinations.py +0 -0
  46. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/cheminfo.py +0 -0
  47. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/exceptions.py +0 -0
  48. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/find_motif.py +0 -0
  49. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/frequencies.py +0 -0
  50. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/irc.py +0 -0
  51. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/license_message.py +0 -0
  52. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/mesmer.py +0 -0
  53. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/mess.py +0 -0
  54. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/modify_geom.py +0 -0
  55. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/orca.py +0 -0
  56. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/postprocess.py +0 -0
  57. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/pp_tables.py +0 -0
  58. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reac_General.py +0 -0
  59. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reac_family.py +0 -0
  60. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reaction_finder.py +0 -0
  61. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reaction_finder_bimol.py +0 -0
  62. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/__init__.py +0 -0
  63. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_12_shift_S_F.py +0 -0
  64. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_12_shift_S_R.py +0 -0
  65. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Cyclic_Ether_Formation.py +0 -0
  66. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Diels_alder_addition.py +0 -0
  67. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_HO2_Elimination_from_PeroxyRadical.py +0 -0
  68. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_Diels_alder_R.py +0 -0
  69. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_RH_Add_Endocyclic_F.py +0 -0
  70. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_RH_Add_Endocyclic_R.py +0 -0
  71. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_RH_Add_Exocyclic_F.py +0 -0
  72. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_RH_Add_Exocyclic_R.py +0 -0
  73. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_R_Add_Endocyclic_F.py +0 -0
  74. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_R_Add_ExoTetCyclic_F.py +0 -0
  75. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_R_Add_Exocyclic_F.py +0 -0
  76. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_disproportionation_F.py +0 -0
  77. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_disproportionation_R.py +0 -0
  78. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Korcek_step2.py +0 -0
  79. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Korcek_step2_even.py +0 -0
  80. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Korcek_step2_odd.py +0 -0
  81. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_R_Addition_COm3_R.py +0 -0
  82. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_R_Addition_CSm_R.py +0 -0
  83. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_R_Addition_MultipleBond.py +0 -0
  84. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Retro_Ene.py +0 -0
  85. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_abstraction.py +0 -0
  86. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_barrierless_saddle.py +0 -0
  87. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_beta_delta.py +0 -0
  88. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_bimol_disproportionation_R.py +0 -0
  89. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_birad_recombination_F.py +0 -0
  90. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_birad_recombination_R.py +0 -0
  91. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_combinatorial.py +0 -0
  92. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_cpd_H_migration.py +0 -0
  93. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_h2_elim.py +0 -0
  94. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_homolytic_scission.py +0 -0
  95. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_H_migration.py +0 -0
  96. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_H_migration_suprafacial.py +0 -0
  97. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_OH_migration.py +0 -0
  98. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_OH_migration_Exocyclic_F.py +0 -0
  99. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_R_migration.py +0 -0
  100. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_ketoenol.py +0 -0
  101. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r12_cycloaddition.py +0 -0
  102. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r12_insertion_R.py +0 -0
  103. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r13_insertion_CO2.py +0 -0
  104. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r13_insertion_ROR.py +0 -0
  105. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r13_insertion_RSR.py +0 -0
  106. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r14_birad_scission.py +0 -0
  107. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r14_cyclic_birad_scission_R.py +0 -0
  108. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r22_cycloaddition.py +0 -0
  109. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/stationary_pt.py +0 -0
  110. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/thread_kinbot.py +0 -0
  111. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/__init__.py +0 -0
  112. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_hir.tpl.py +0 -0
  113. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_opt_well.tpl.py +0 -0
  114. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_ring_conf.tpl.py +0 -0
  115. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_ts_end.tpl.py +0 -0
  116. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_vts.tpl.py +0 -0
  117. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_freq_well.tpl.py +0 -0
  118. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_irc.tpl.py +0 -0
  119. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_opt_well.tpl.py +0 -0
  120. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_ts_end.tpl.py +0 -0
  121. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_ts_search.tpl.py +0 -0
  122. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_ts_search_ase_constraints.tpl.py +0 -0
  123. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_hir.tpl.py +0 -0
  124. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_irc.tpl.py +0 -0
  125. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_opt_well.tpl.py +0 -0
  126. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_ts_end.tpl.py +0 -0
  127. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_ts_search.tpl.py +0 -0
  128. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_hir.tpl.py +0 -0
  129. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_irc.tpl.py +0 -0
  130. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_opt_well.tpl.py +0 -0
  131. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_ts_end.tpl.py +0 -0
  132. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_ts_search.tpl.py +0 -0
  133. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/local_molpro.tpl +0 -0
  134. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_2tst.tpl +0 -0
  135. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_atom.tpl +0 -0
  136. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_barrier.tpl +0 -0
  137. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_barrier_union.tpl +0 -0
  138. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_barrierless.tpl +0 -0
  139. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_bimol.tpl +0 -0
  140. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_bimol_union.tpl +0 -0
  141. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_core_rr.tpl +0 -0
  142. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_dummy.tpl +0 -0
  143. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_fragment.tpl +0 -0
  144. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_fragment_OH.tpl +0 -0
  145. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_freerotor.tpl +0 -0
  146. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_header.tpl +0 -0
  147. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_hinderedrotor.tpl +0 -0
  148. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_hinderedrotorgeom.tpl +0 -0
  149. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_outerrrho.tpl +0 -0
  150. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_pst.tpl +0 -0
  151. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_pstfragment.tpl +0 -0
  152. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_rrho.tpl +0 -0
  153. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_termol.tpl +0 -0
  154. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_ts.tpl +0 -0
  155. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_tunneling.tpl +0 -0
  156. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_variational.tpl +0 -0
  157. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_well.tpl +0 -0
  158. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_well_union.tpl +0 -0
  159. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/molpro.tpl +0 -0
  160. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/molpro_ts_search.tpl.py +0 -0
  161. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/molpro_vts.tpl +0 -0
  162. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pbs.tpl +0 -0
  163. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pbs_mesmer.tpl +0 -0
  164. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pbs_mess.tpl +0 -0
  165. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pbs_mess_uq.tpl +0 -0
  166. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pbs_molpro.tpl +0 -0
  167. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pbs_python.tpl +0 -0
  168. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pesviewer.inp.tpl +0 -0
  169. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy.tpl +0 -0
  170. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy_1d_corr.tpl +0 -0
  171. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy_calc.tpl +0 -0
  172. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy_frag.tpl +0 -0
  173. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy_surf.tpl +0 -0
  174. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm.tpl +0 -0
  175. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm_mesmer.tpl +0 -0
  176. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm_mess.tpl +0 -0
  177. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm_mess_uq.tpl +0 -0
  178. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm_molpro.tpl +0 -0
  179. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm_orca.tpl +0 -0
  180. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm_python.tpl +0 -0
  181. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/uncertaintyAnalysis.py +0 -0
  182. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/utils.py +0 -0
  183. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/vrc_tst_scan.py +0 -0
  184. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/vrc_tst_surfaces.py +0 -0
  185. {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/zmatrix.py +0 -0
  186. {kinbot-2.2.3 → kinbot-2.2.4a0}/setup.cfg +0 -0
  187. {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/__init__.py +0 -0
  188. {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/bfgs.py +0 -0
  189. {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/cheminfo.py +0 -0
  190. {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/dihedrals.py +0 -0
  191. {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/find_motif.py +0 -0
  192. {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/frequencies.py +0 -0
  193. {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/geometry.py +0 -0
  194. {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/modify_geom.py +0 -0
  195. {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/multimolecular.py +0 -0
  196. {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/resonance.py +0 -0
  197. {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/symmetry.py +0 -0
  198. {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/test_kinbot.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: kinbot
3
- Version: 2.2.3
3
+ Version: 2.2.4a0
4
4
  Summary: Automated reaction kinetics for gas-phase species
5
5
  Author-email: Judit Zádor <jzador@sandia.gov>, Ruben Van de Vijver <ruben.vandevijver@ugent.be>, Carles Martí <cmartia@sandia.gov>, Clément Soulié <csoulie@sandia.gov>, Amanda Dewyer <adewyer@sandia.gov>
6
6
  Maintainer-email: Judit Zádor <jzador@sandia.gov>, Clément Soulié <csoulie@sandia.gov>
@@ -48,7 +48,7 @@ Requires-Python: >=3.10
48
48
  Description-Content-Type: text/markdown
49
49
  License-File: LICENSE
50
50
  Requires-Dist: numpy>=1.17.0
51
- Requires-Dist: ase>=3.19
51
+ Requires-Dist: ase<3.23,>=3.19
52
52
  Requires-Dist: networkx
53
53
  Requires-Dist: rmsd>=1.5.1
54
54
  Requires-Dist: sella
@@ -155,27 +155,28 @@ See [list](https://github.com/zadorlab/KinBot/wiki/KinBot-file-structure).
155
155
  * Clément Soulié (csoulie@sandia.gov)
156
156
 
157
157
  ## Papers using KinBot
158
- 1. Almeida, T. G., Martí, C., Kurtén, T., Zádor, J., Johansen, S. L.: _Theoretical analysis of the OH-Initiated atmospheric oxidation reactions of imidazole_. Phys. Chem. Chem. Phys., **2024** 26 23570-23587. https://doi.org/10.1039/D4CP02103G
159
- 2. Yuan, E. C.-Y., Kumar, A., Guan, X., Hermes, E. D., Rosen, A. S., Zádor, J., Head-Gordon, T., Blau, S. M.: _Analytical ab initio Hessian from a Deep Learning Potential for Transition State Optimization_. Nat. Comm., **2024**
160
- 3. Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent rate coefficients and reaction mechanisms of 2-ethyloxetanylperoxy radicals_. Proc. Combust. Inst., **2024**, 40, 105578. https://doi.org/10.1016/j.proci.2024.105578
161
- 4. Hansen, N. A, Price, T. D., Filardi, L. R., Gurses, S. M., Zhou, W., Hansen, N., Osborn, D. L. Zádor, J., Kronawitter, C. X.: _The photoionization of methoxymethanol: Fingerprinting a reactive C2 oxygenate in a complex reactive mixture_. J. Chem. Phys., **2024**, 160, 124306. https://doi.org/10.1063/5.0197827
162
- 5. Martí, C., Devereux, C., Najm, H. N., Zádor, J.: _Evaluation of rate coefficients in the gas-phase using a machine learned potential_. J. Phys. Chem. A, **2024**, 128, 1958–1971. https://doi.org/10.1021/acs.jpca.3c07872
163
- 6. Lang, J., Foley, C. D., Thawoos, S., Behzadfar, A., Liu, Y., Zádor, J., Suits, A. G.: _Reaction dynamics of S(3P) with 1,3-butadiene and isoprene: Crossed beam scattering, low temperature flow experiments, and high-level electronic structure calculations_. Farad. Discuss., **2024**, 251, 550-572. https://doi.org/10.1039/D4FD00009A
164
- 7. Wang, D., Tian, Z.-Y., Zheng, Z.-H., Li, W., Wu, L.-N., Kuang, J.-J., Yang, J.-Z.: _Experimental and modeling study of the n, n-dimethylformamide pyrolysis at atmospheric pressure_. Combust. Flame, **2024**, 260, 113240. https://doi.org/10.1016/j.combustflame.2023.113240
165
- 8. Doner, A. C., Zádor, J., Rotavera, B.: _Unimolecular reactions of 2,4-dimethyloxetanyl radicals._ J. Phys. Chem A, **2023**, 127, 2591–2600 https://doi.org/10.1021/acs.jpca.2c08290
166
- 9. Li, H., Lang, J., Foley, C. D., Zádor, J., Suits, A. G.: _Sulfur (3P) reaction with conjugated dienes gives cyclization to thiophenes under single collision conditions._ J. Phys. Chem. Letters, **2023**, 14, 76117617. https://doi.org/10.1021/acs.jpclett.3c01953
167
- 10. Martí, C., Michelsen, H. A., Najm, H. N., Zádor, J.: _Comprehensive kinetics on the C7H7 potential energy surface under combustion conditions._ J. Phys. Chem. A, **2023**, 127, 19411959. https://pubs.acs.org/doi/full/10.1021/acs.jpca.2c08035
168
- 11. Zádor, J, Martí, C., Van de Vijver, R., Johansen, S. L., Yang, Y., Michelsen, H. A., Najm, H. N.: _Automated reaction kinetics of gas-phase organic species over multiwell potential energy surfaces._ J. Phys. Chem. A, **2023**, 127, 565588. https://doi.org/10.1021/acs.jpca.2c06558
169
- 12. Lockwood, K. S., Ahmed, S. F., Huq, N. A., Stutzman, S. C., Foust, T. D., Labbe, N. J.: _Advances in predictive chemistry enable a multi-scale rational design approach for biofuels with advantaged properties_ Sustainable Energy Fuels, **2022**, 6, 5371-5383. https://doi.org/10.1039/D2SE00773H
170
- 13. Takahashi, L., Yoshida, S., Fujima, J., Oikawa, H., Takahashi, K.: _Unveiling the reaction pathways of hydrocarbons via experiments, computations and data science._ Phys. Chem. Chem. Phys., **2022**, 24, 29841-29849. https://pubs.rsc.org/en/content/articlelanding/2022/CP/D2CP04499D
171
- 14. Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent unimolecular kinetics of 2,4-dimethyloxetane peroxy radicals._ Faraday Discuss., **2022**, 238, 295-319. https://doi.org/10.1039/D2FD00029F
172
- 15. Ramasesha, K., Savee, J. D., Zádor, J., Osborn, D. L.: _A New Pathway for Intersystem Crossing: Unexpected Products in the O(3P) + Cyclopentene Reaction._ J. Phys. Chem. A, **2021**, 125 9785-9801. https://doi.org/10.1021/acs.jpca.1c05817
173
- 16. Rogers, C. O, Lockwood, K. S., Nguyen, Q. L. D., Labbe, N. J.: _Diol isomer revealed as a source of methyl ketene from propionic acid unimolecular decomposition._ Int. J. Chem. Kinet., **2021**, 53, 1272–1284. https://doi.org/10.1002/kin.21532
174
- 17. Lockwood, K. S., Labbe, N. J.: _Insights on keto-hydroperoxide formation from O2 addition to the beta-tetrahydrofuran radical._ Proceedings of the Combustion Institute, **2021**, 38, 1, 533. https://doi.org/10.1016/j.proci.2020.06.357
175
- 18. Sheps, L., Dewyer, A. L., Demireva, M., and Zádor, J.: _Quantitative Detection of Products and Radical Intermediates in Low-Temperature Oxidation of Cyclopentane._ J. Phys. Chem. A **2021**, 125, 20, 4467. https://doi.org/10.1021/acs.jpca.1c02001
176
- 19. Zhang, J., Vermeire, F., Van de Vijver, R., Herbinet, O.; Battin-Leclerc, F., Reyniers, M.-F., Van Geem, K. M.: _Detailed experimental and kinetic modeling study of 3-carene pyrolysis._ Int. J. Chem. Kinet., **2020**, 52, 785-795. https://doi.org/10.1002/kin.21400
177
- 20. Van de Vijver, R., Zádor, J.: _KinBot: Automated stationary point search on potential energy surfaces._ Computer Physics Communications, **2020**, 248, 106947. https://doi.org/10.1016/j.cpc.2019.106947
178
- 21. Joshi, S. P., Seal, P., Pekkanen, T. T., Timonen, R. S., Eskola, A. J.: _Direct Kinetic Measurements and Master Equation Modelling of the Unimolecular Decomposition of Resonantly-Stabilized CH2CHCHC(O)OCH3 Radical and an Upper Limit Determination for CH2CHCHC(O)OCH3+O2 Reaction._ Z. Phys. Chem., **2020**, 234, 1251. https://doi.org/10.1515/zpch-2020-1612
158
+ 1. Hansen, N., Gaiser, N., Bierkandt, T., Oßwald, P., Köhler, M., Zádor, J., Hemberger, P.: _Identification of dihydropentalenes as products of the molecular-weight growth reaction of cyclopentadienyl plus propargyl_. J. Phys. Chem. A, **2025** 129 1714-1725. https://doi.org/10.1021/acs.jpca.4c06549
159
+ 2. Almeida, T. G., Martí, C., Kurtén, T., Zádor, J., Johansen, S. L.: _Theoretical analysis of the OH-Initiated atmospheric oxidation reactions of imidazole_. Phys. Chem. Chem. Phys., **2024** 26 23570-23587. https://doi.org/10.1039/D4CP02103G
160
+ 3. Yuan, E. C.-Y., Kumar, A., Guan, X., Hermes, E. D., Rosen, A. S., Zádor, J., Head-Gordon, T., Blau, S. M.: _Analytical ab initio Hessian from a Deep Learning Potential for Transition State Optimization_. Nat. Comm., **2024** 15 8865. https://doi.org/10.1038/s41467-024-52481-5
161
+ 4. Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent rate coefficients and reaction mechanisms of 2-ethyloxetanylperoxy radicals_. Proc. Combust. Inst., **2024**, 40, 105578. https://doi.org/10.1016/j.proci.2024.105578
162
+ 5. Hansen, N. A, Price, T. D., Filardi, L. R., Gurses, S. M., Zhou, W., Hansen, N., Osborn, D. L. Zádor, J., Kronawitter, C. X.: _The photoionization of methoxymethanol: Fingerprinting a reactive C2 oxygenate in a complex reactive mixture_. J. Chem. Phys., **2024**, 160, 124306. https://doi.org/10.1063/5.0197827
163
+ 6. Martí, C., Devereux, C., Najm, H. N., Zádor, J.: _Evaluation of rate coefficients in the gas-phase using a machine learned potential_. J. Phys. Chem. A, **2024**, 128, 1958–1971. https://doi.org/10.1021/acs.jpca.3c07872
164
+ 7. Lang, J., Foley, C. D., Thawoos, S., Behzadfar, A., Liu, Y., Zádor, J., Suits, A. G.: _Reaction dynamics of S(3P) with 1,3-butadiene and isoprene: Crossed beam scattering, low temperature flow experiments, and high-level electronic structure calculations_. Farad. Discuss., **2024**, 251, 550-572. https://doi.org/10.1039/D4FD00009A
165
+ 8. Wang, D., Tian, Z.-Y., Zheng, Z.-H., Li, W., Wu, L.-N., Kuang, J.-J., Yang, J.-Z.: _Experimental and modeling study of the n, n-dimethylformamide pyrolysis at atmospheric pressure_. Combust. Flame, **2024**, 260, 113240. https://doi.org/10.1016/j.combustflame.2023.113240
166
+ 9. Doner, A. C., Zádor, J., Rotavera, B.: _Unimolecular reactions of 2,4-dimethyloxetanyl radicals._ J. Phys. Chem A, **2023**, 127, 25912600 https://doi.org/10.1021/acs.jpca.2c08290
167
+ 10. Li, H., Lang, J., Foley, C. D., Zádor, J., Suits, A. G.: _Sulfur (3P) reaction with conjugated dienes gives cyclization to thiophenes under single collision conditions._ J. Phys. Chem. Letters, **2023**, 14, 76117617. https://doi.org/10.1021/acs.jpclett.3c01953
168
+ 11. Martí, C., Michelsen, H. A., Najm, H. N., Zádor, J.: _Comprehensive kinetics on the C7H7 potential energy surface under combustion conditions._ J. Phys. Chem. A, **2023**, 127, 19411959. https://pubs.acs.org/doi/full/10.1021/acs.jpca.2c08035
169
+ 12. Zádor, J, Martí, C., Van de Vijver, R., Johansen, S. L., Yang, Y., Michelsen, H. A., Najm, H. N.: _Automated reaction kinetics of gas-phase organic species over multiwell potential energy surfaces._ J. Phys. Chem. A, **2023**, 127, 565–588. https://doi.org/10.1021/acs.jpca.2c06558
170
+ 13. Lockwood, K. S., Ahmed, S. F., Huq, N. A., Stutzman, S. C., Foust, T. D., Labbe, N. J.: _Advances in predictive chemistry enable a multi-scale rational design approach for biofuels with advantaged properties_ Sustainable Energy Fuels, **2022**, 6, 5371-5383. https://doi.org/10.1039/D2SE00773H
171
+ 14. Takahashi, L., Yoshida, S., Fujima, J., Oikawa, H., Takahashi, K.: _Unveiling the reaction pathways of hydrocarbons via experiments, computations and data science._ Phys. Chem. Chem. Phys., **2022**, 24, 29841-29849. https://pubs.rsc.org/en/content/articlelanding/2022/CP/D2CP04499D
172
+ 15. Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent unimolecular kinetics of 2,4-dimethyloxetane peroxy radicals._ Faraday Discuss., **2022**, 238, 295-319. https://doi.org/10.1039/D2FD00029F
173
+ 16. Ramasesha, K., Savee, J. D., Zádor, J., Osborn, D. L.: _A New Pathway for Intersystem Crossing: Unexpected Products in the O(3P) + Cyclopentene Reaction._ J. Phys. Chem. A, **2021**, 125 9785-9801. https://doi.org/10.1021/acs.jpca.1c05817
174
+ 17. Rogers, C. O, Lockwood, K. S., Nguyen, Q. L. D., Labbe, N. J.: _Diol isomer revealed as a source of methyl ketene from propionic acid unimolecular decomposition._ Int. J. Chem. Kinet., **2021**, 53, 1272–1284. https://doi.org/10.1002/kin.21532
175
+ 18. Lockwood, K. S., Labbe, N. J.: _Insights on keto-hydroperoxide formation from O2 addition to the beta-tetrahydrofuran radical._ Proceedings of the Combustion Institute, **2021**, 38, 1, 533. https://doi.org/10.1016/j.proci.2020.06.357
176
+ 19. Sheps, L., Dewyer, A. L., Demireva, M., and Zádor, J.: _Quantitative Detection of Products and Radical Intermediates in Low-Temperature Oxidation of Cyclopentane._ J. Phys. Chem. A **2021**, 125, 20, 4467. https://doi.org/10.1021/acs.jpca.1c02001
177
+ 20. Zhang, J., Vermeire, F., Van de Vijver, R., Herbinet, O.; Battin-Leclerc, F., Reyniers, M.-F., Van Geem, K. M.: _Detailed experimental and kinetic modeling study of 3-carene pyrolysis._ Int. J. Chem. Kinet., **2020**, 52, 785-795. https://doi.org/10.1002/kin.21400
178
+ 21. Van de Vijver, R., Zádor, J.: _KinBot: Automated stationary point search on potential energy surfaces._ Computer Physics Communications, **2020**, 248, 106947. https://doi.org/10.1016/j.cpc.2019.106947
179
+ 22. Joshi, S. P., Seal, P., Pekkanen, T. T., Timonen, R. S., Eskola, A. J.: _Direct Kinetic Measurements and Master Equation Modelling of the Unimolecular Decomposition of Resonantly-Stabilized CH2CHCHC(O)OCH3 Radical and an Upper Limit Determination for CH2CHCHC(O)OCH3+O2 Reaction._ Z. Phys. Chem., **2020**, 234, 1251. https://doi.org/10.1515/zpch-2020-1612
179
180
 
180
181
  Older Version of KinBot:
181
182
  1. Van de Vijver, R., Van Geem, K. M., Marin, G. B., Zádor, J.: _Decomposition and isomerization of 1-pentanol radicals and the pyrolysis of 1-pentanol._ Combustion and Flame, **2018,** 196, 500. https://doi.org/10.1016/j.combustflame.2018.05.011
@@ -1,5 +1,5 @@
1
1
  numpy>=1.17.0
2
- ase>=3.19
2
+ ase<3.23,>=3.19
3
3
  networkx
4
4
  rmsd>=1.5.1
5
5
  sella
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: kinbot
3
- Version: 2.2.3
3
+ Version: 2.2.4a0
4
4
  Summary: Automated reaction kinetics for gas-phase species
5
5
  Author-email: Judit Zádor <jzador@sandia.gov>, Ruben Van de Vijver <ruben.vandevijver@ugent.be>, Carles Martí <cmartia@sandia.gov>, Clément Soulié <csoulie@sandia.gov>, Amanda Dewyer <adewyer@sandia.gov>
6
6
  Maintainer-email: Judit Zádor <jzador@sandia.gov>, Clément Soulié <csoulie@sandia.gov>
@@ -48,7 +48,7 @@ Requires-Python: >=3.10
48
48
  Description-Content-Type: text/markdown
49
49
  License-File: LICENSE
50
50
  Requires-Dist: numpy>=1.17.0
51
- Requires-Dist: ase>=3.19
51
+ Requires-Dist: ase<3.23,>=3.19
52
52
  Requires-Dist: networkx
53
53
  Requires-Dist: rmsd>=1.5.1
54
54
  Requires-Dist: sella
@@ -155,27 +155,28 @@ See [list](https://github.com/zadorlab/KinBot/wiki/KinBot-file-structure).
155
155
  * Clément Soulié (csoulie@sandia.gov)
156
156
 
157
157
  ## Papers using KinBot
158
- 1. Almeida, T. G., Martí, C., Kurtén, T., Zádor, J., Johansen, S. L.: _Theoretical analysis of the OH-Initiated atmospheric oxidation reactions of imidazole_. Phys. Chem. Chem. Phys., **2024** 26 23570-23587. https://doi.org/10.1039/D4CP02103G
159
- 2. Yuan, E. C.-Y., Kumar, A., Guan, X., Hermes, E. D., Rosen, A. S., Zádor, J., Head-Gordon, T., Blau, S. M.: _Analytical ab initio Hessian from a Deep Learning Potential for Transition State Optimization_. Nat. Comm., **2024**
160
- 3. Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent rate coefficients and reaction mechanisms of 2-ethyloxetanylperoxy radicals_. Proc. Combust. Inst., **2024**, 40, 105578. https://doi.org/10.1016/j.proci.2024.105578
161
- 4. Hansen, N. A, Price, T. D., Filardi, L. R., Gurses, S. M., Zhou, W., Hansen, N., Osborn, D. L. Zádor, J., Kronawitter, C. X.: _The photoionization of methoxymethanol: Fingerprinting a reactive C2 oxygenate in a complex reactive mixture_. J. Chem. Phys., **2024**, 160, 124306. https://doi.org/10.1063/5.0197827
162
- 5. Martí, C., Devereux, C., Najm, H. N., Zádor, J.: _Evaluation of rate coefficients in the gas-phase using a machine learned potential_. J. Phys. Chem. A, **2024**, 128, 1958–1971. https://doi.org/10.1021/acs.jpca.3c07872
163
- 6. Lang, J., Foley, C. D., Thawoos, S., Behzadfar, A., Liu, Y., Zádor, J., Suits, A. G.: _Reaction dynamics of S(3P) with 1,3-butadiene and isoprene: Crossed beam scattering, low temperature flow experiments, and high-level electronic structure calculations_. Farad. Discuss., **2024**, 251, 550-572. https://doi.org/10.1039/D4FD00009A
164
- 7. Wang, D., Tian, Z.-Y., Zheng, Z.-H., Li, W., Wu, L.-N., Kuang, J.-J., Yang, J.-Z.: _Experimental and modeling study of the n, n-dimethylformamide pyrolysis at atmospheric pressure_. Combust. Flame, **2024**, 260, 113240. https://doi.org/10.1016/j.combustflame.2023.113240
165
- 8. Doner, A. C., Zádor, J., Rotavera, B.: _Unimolecular reactions of 2,4-dimethyloxetanyl radicals._ J. Phys. Chem A, **2023**, 127, 2591–2600 https://doi.org/10.1021/acs.jpca.2c08290
166
- 9. Li, H., Lang, J., Foley, C. D., Zádor, J., Suits, A. G.: _Sulfur (3P) reaction with conjugated dienes gives cyclization to thiophenes under single collision conditions._ J. Phys. Chem. Letters, **2023**, 14, 76117617. https://doi.org/10.1021/acs.jpclett.3c01953
167
- 10. Martí, C., Michelsen, H. A., Najm, H. N., Zádor, J.: _Comprehensive kinetics on the C7H7 potential energy surface under combustion conditions._ J. Phys. Chem. A, **2023**, 127, 19411959. https://pubs.acs.org/doi/full/10.1021/acs.jpca.2c08035
168
- 11. Zádor, J, Martí, C., Van de Vijver, R., Johansen, S. L., Yang, Y., Michelsen, H. A., Najm, H. N.: _Automated reaction kinetics of gas-phase organic species over multiwell potential energy surfaces._ J. Phys. Chem. A, **2023**, 127, 565588. https://doi.org/10.1021/acs.jpca.2c06558
169
- 12. Lockwood, K. S., Ahmed, S. F., Huq, N. A., Stutzman, S. C., Foust, T. D., Labbe, N. J.: _Advances in predictive chemistry enable a multi-scale rational design approach for biofuels with advantaged properties_ Sustainable Energy Fuels, **2022**, 6, 5371-5383. https://doi.org/10.1039/D2SE00773H
170
- 13. Takahashi, L., Yoshida, S., Fujima, J., Oikawa, H., Takahashi, K.: _Unveiling the reaction pathways of hydrocarbons via experiments, computations and data science._ Phys. Chem. Chem. Phys., **2022**, 24, 29841-29849. https://pubs.rsc.org/en/content/articlelanding/2022/CP/D2CP04499D
171
- 14. Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent unimolecular kinetics of 2,4-dimethyloxetane peroxy radicals._ Faraday Discuss., **2022**, 238, 295-319. https://doi.org/10.1039/D2FD00029F
172
- 15. Ramasesha, K., Savee, J. D., Zádor, J., Osborn, D. L.: _A New Pathway for Intersystem Crossing: Unexpected Products in the O(3P) + Cyclopentene Reaction._ J. Phys. Chem. A, **2021**, 125 9785-9801. https://doi.org/10.1021/acs.jpca.1c05817
173
- 16. Rogers, C. O, Lockwood, K. S., Nguyen, Q. L. D., Labbe, N. J.: _Diol isomer revealed as a source of methyl ketene from propionic acid unimolecular decomposition._ Int. J. Chem. Kinet., **2021**, 53, 1272–1284. https://doi.org/10.1002/kin.21532
174
- 17. Lockwood, K. S., Labbe, N. J.: _Insights on keto-hydroperoxide formation from O2 addition to the beta-tetrahydrofuran radical._ Proceedings of the Combustion Institute, **2021**, 38, 1, 533. https://doi.org/10.1016/j.proci.2020.06.357
175
- 18. Sheps, L., Dewyer, A. L., Demireva, M., and Zádor, J.: _Quantitative Detection of Products and Radical Intermediates in Low-Temperature Oxidation of Cyclopentane._ J. Phys. Chem. A **2021**, 125, 20, 4467. https://doi.org/10.1021/acs.jpca.1c02001
176
- 19. Zhang, J., Vermeire, F., Van de Vijver, R., Herbinet, O.; Battin-Leclerc, F., Reyniers, M.-F., Van Geem, K. M.: _Detailed experimental and kinetic modeling study of 3-carene pyrolysis._ Int. J. Chem. Kinet., **2020**, 52, 785-795. https://doi.org/10.1002/kin.21400
177
- 20. Van de Vijver, R., Zádor, J.: _KinBot: Automated stationary point search on potential energy surfaces._ Computer Physics Communications, **2020**, 248, 106947. https://doi.org/10.1016/j.cpc.2019.106947
178
- 21. Joshi, S. P., Seal, P., Pekkanen, T. T., Timonen, R. S., Eskola, A. J.: _Direct Kinetic Measurements and Master Equation Modelling of the Unimolecular Decomposition of Resonantly-Stabilized CH2CHCHC(O)OCH3 Radical and an Upper Limit Determination for CH2CHCHC(O)OCH3+O2 Reaction._ Z. Phys. Chem., **2020**, 234, 1251. https://doi.org/10.1515/zpch-2020-1612
158
+ 1. Hansen, N., Gaiser, N., Bierkandt, T., Oßwald, P., Köhler, M., Zádor, J., Hemberger, P.: _Identification of dihydropentalenes as products of the molecular-weight growth reaction of cyclopentadienyl plus propargyl_. J. Phys. Chem. A, **2025** 129 1714-1725. https://doi.org/10.1021/acs.jpca.4c06549
159
+ 2. Almeida, T. G., Martí, C., Kurtén, T., Zádor, J., Johansen, S. L.: _Theoretical analysis of the OH-Initiated atmospheric oxidation reactions of imidazole_. Phys. Chem. Chem. Phys., **2024** 26 23570-23587. https://doi.org/10.1039/D4CP02103G
160
+ 3. Yuan, E. C.-Y., Kumar, A., Guan, X., Hermes, E. D., Rosen, A. S., Zádor, J., Head-Gordon, T., Blau, S. M.: _Analytical ab initio Hessian from a Deep Learning Potential for Transition State Optimization_. Nat. Comm., **2024** 15 8865. https://doi.org/10.1038/s41467-024-52481-5
161
+ 4. Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent rate coefficients and reaction mechanisms of 2-ethyloxetanylperoxy radicals_. Proc. Combust. Inst., **2024**, 40, 105578. https://doi.org/10.1016/j.proci.2024.105578
162
+ 5. Hansen, N. A, Price, T. D., Filardi, L. R., Gurses, S. M., Zhou, W., Hansen, N., Osborn, D. L. Zádor, J., Kronawitter, C. X.: _The photoionization of methoxymethanol: Fingerprinting a reactive C2 oxygenate in a complex reactive mixture_. J. Chem. Phys., **2024**, 160, 124306. https://doi.org/10.1063/5.0197827
163
+ 6. Martí, C., Devereux, C., Najm, H. N., Zádor, J.: _Evaluation of rate coefficients in the gas-phase using a machine learned potential_. J. Phys. Chem. A, **2024**, 128, 1958–1971. https://doi.org/10.1021/acs.jpca.3c07872
164
+ 7. Lang, J., Foley, C. D., Thawoos, S., Behzadfar, A., Liu, Y., Zádor, J., Suits, A. G.: _Reaction dynamics of S(3P) with 1,3-butadiene and isoprene: Crossed beam scattering, low temperature flow experiments, and high-level electronic structure calculations_. Farad. Discuss., **2024**, 251, 550-572. https://doi.org/10.1039/D4FD00009A
165
+ 8. Wang, D., Tian, Z.-Y., Zheng, Z.-H., Li, W., Wu, L.-N., Kuang, J.-J., Yang, J.-Z.: _Experimental and modeling study of the n, n-dimethylformamide pyrolysis at atmospheric pressure_. Combust. Flame, **2024**, 260, 113240. https://doi.org/10.1016/j.combustflame.2023.113240
166
+ 9. Doner, A. C., Zádor, J., Rotavera, B.: _Unimolecular reactions of 2,4-dimethyloxetanyl radicals._ J. Phys. Chem A, **2023**, 127, 25912600 https://doi.org/10.1021/acs.jpca.2c08290
167
+ 10. Li, H., Lang, J., Foley, C. D., Zádor, J., Suits, A. G.: _Sulfur (3P) reaction with conjugated dienes gives cyclization to thiophenes under single collision conditions._ J. Phys. Chem. Letters, **2023**, 14, 76117617. https://doi.org/10.1021/acs.jpclett.3c01953
168
+ 11. Martí, C., Michelsen, H. A., Najm, H. N., Zádor, J.: _Comprehensive kinetics on the C7H7 potential energy surface under combustion conditions._ J. Phys. Chem. A, **2023**, 127, 19411959. https://pubs.acs.org/doi/full/10.1021/acs.jpca.2c08035
169
+ 12. Zádor, J, Martí, C., Van de Vijver, R., Johansen, S. L., Yang, Y., Michelsen, H. A., Najm, H. N.: _Automated reaction kinetics of gas-phase organic species over multiwell potential energy surfaces._ J. Phys. Chem. A, **2023**, 127, 565–588. https://doi.org/10.1021/acs.jpca.2c06558
170
+ 13. Lockwood, K. S., Ahmed, S. F., Huq, N. A., Stutzman, S. C., Foust, T. D., Labbe, N. J.: _Advances in predictive chemistry enable a multi-scale rational design approach for biofuels with advantaged properties_ Sustainable Energy Fuels, **2022**, 6, 5371-5383. https://doi.org/10.1039/D2SE00773H
171
+ 14. Takahashi, L., Yoshida, S., Fujima, J., Oikawa, H., Takahashi, K.: _Unveiling the reaction pathways of hydrocarbons via experiments, computations and data science._ Phys. Chem. Chem. Phys., **2022**, 24, 29841-29849. https://pubs.rsc.org/en/content/articlelanding/2022/CP/D2CP04499D
172
+ 15. Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent unimolecular kinetics of 2,4-dimethyloxetane peroxy radicals._ Faraday Discuss., **2022**, 238, 295-319. https://doi.org/10.1039/D2FD00029F
173
+ 16. Ramasesha, K., Savee, J. D., Zádor, J., Osborn, D. L.: _A New Pathway for Intersystem Crossing: Unexpected Products in the O(3P) + Cyclopentene Reaction._ J. Phys. Chem. A, **2021**, 125 9785-9801. https://doi.org/10.1021/acs.jpca.1c05817
174
+ 17. Rogers, C. O, Lockwood, K. S., Nguyen, Q. L. D., Labbe, N. J.: _Diol isomer revealed as a source of methyl ketene from propionic acid unimolecular decomposition._ Int. J. Chem. Kinet., **2021**, 53, 1272–1284. https://doi.org/10.1002/kin.21532
175
+ 18. Lockwood, K. S., Labbe, N. J.: _Insights on keto-hydroperoxide formation from O2 addition to the beta-tetrahydrofuran radical._ Proceedings of the Combustion Institute, **2021**, 38, 1, 533. https://doi.org/10.1016/j.proci.2020.06.357
176
+ 19. Sheps, L., Dewyer, A. L., Demireva, M., and Zádor, J.: _Quantitative Detection of Products and Radical Intermediates in Low-Temperature Oxidation of Cyclopentane._ J. Phys. Chem. A **2021**, 125, 20, 4467. https://doi.org/10.1021/acs.jpca.1c02001
177
+ 20. Zhang, J., Vermeire, F., Van de Vijver, R., Herbinet, O.; Battin-Leclerc, F., Reyniers, M.-F., Van Geem, K. M.: _Detailed experimental and kinetic modeling study of 3-carene pyrolysis._ Int. J. Chem. Kinet., **2020**, 52, 785-795. https://doi.org/10.1002/kin.21400
178
+ 21. Van de Vijver, R., Zádor, J.: _KinBot: Automated stationary point search on potential energy surfaces._ Computer Physics Communications, **2020**, 248, 106947. https://doi.org/10.1016/j.cpc.2019.106947
179
+ 22. Joshi, S. P., Seal, P., Pekkanen, T. T., Timonen, R. S., Eskola, A. J.: _Direct Kinetic Measurements and Master Equation Modelling of the Unimolecular Decomposition of Resonantly-Stabilized CH2CHCHC(O)OCH3 Radical and an Upper Limit Determination for CH2CHCHC(O)OCH3+O2 Reaction._ Z. Phys. Chem., **2020**, 234, 1251. https://doi.org/10.1515/zpch-2020-1612
179
180
 
180
181
  Older Version of KinBot:
181
182
  1. Van de Vijver, R., Van Geem, K. M., Marin, G. B., Zádor, J.: _Decomposition and isomerization of 1-pentanol radicals and the pyrolysis of 1-pentanol._ Combustion and Flame, **2018,** 196, 500. https://doi.org/10.1016/j.combustflame.2018.05.011
@@ -96,27 +96,28 @@ See [list](https://github.com/zadorlab/KinBot/wiki/KinBot-file-structure).
96
96
  * Clément Soulié (csoulie@sandia.gov)
97
97
 
98
98
  ## Papers using KinBot
99
- 1. Almeida, T. G., Martí, C., Kurtén, T., Zádor, J., Johansen, S. L.: _Theoretical analysis of the OH-Initiated atmospheric oxidation reactions of imidazole_. Phys. Chem. Chem. Phys., **2024** 26 23570-23587. https://doi.org/10.1039/D4CP02103G
100
- 2. Yuan, E. C.-Y., Kumar, A., Guan, X., Hermes, E. D., Rosen, A. S., Zádor, J., Head-Gordon, T., Blau, S. M.: _Analytical ab initio Hessian from a Deep Learning Potential for Transition State Optimization_. Nat. Comm., **2024**
101
- 3. Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent rate coefficients and reaction mechanisms of 2-ethyloxetanylperoxy radicals_. Proc. Combust. Inst., **2024**, 40, 105578. https://doi.org/10.1016/j.proci.2024.105578
102
- 4. Hansen, N. A, Price, T. D., Filardi, L. R., Gurses, S. M., Zhou, W., Hansen, N., Osborn, D. L. Zádor, J., Kronawitter, C. X.: _The photoionization of methoxymethanol: Fingerprinting a reactive C2 oxygenate in a complex reactive mixture_. J. Chem. Phys., **2024**, 160, 124306. https://doi.org/10.1063/5.0197827
103
- 5. Martí, C., Devereux, C., Najm, H. N., Zádor, J.: _Evaluation of rate coefficients in the gas-phase using a machine learned potential_. J. Phys. Chem. A, **2024**, 128, 1958–1971. https://doi.org/10.1021/acs.jpca.3c07872
104
- 6. Lang, J., Foley, C. D., Thawoos, S., Behzadfar, A., Liu, Y., Zádor, J., Suits, A. G.: _Reaction dynamics of S(3P) with 1,3-butadiene and isoprene: Crossed beam scattering, low temperature flow experiments, and high-level electronic structure calculations_. Farad. Discuss., **2024**, 251, 550-572. https://doi.org/10.1039/D4FD00009A
105
- 7. Wang, D., Tian, Z.-Y., Zheng, Z.-H., Li, W., Wu, L.-N., Kuang, J.-J., Yang, J.-Z.: _Experimental and modeling study of the n, n-dimethylformamide pyrolysis at atmospheric pressure_. Combust. Flame, **2024**, 260, 113240. https://doi.org/10.1016/j.combustflame.2023.113240
106
- 8. Doner, A. C., Zádor, J., Rotavera, B.: _Unimolecular reactions of 2,4-dimethyloxetanyl radicals._ J. Phys. Chem A, **2023**, 127, 2591–2600 https://doi.org/10.1021/acs.jpca.2c08290
107
- 9. Li, H., Lang, J., Foley, C. D., Zádor, J., Suits, A. G.: _Sulfur (3P) reaction with conjugated dienes gives cyclization to thiophenes under single collision conditions._ J. Phys. Chem. Letters, **2023**, 14, 76117617. https://doi.org/10.1021/acs.jpclett.3c01953
108
- 10. Martí, C., Michelsen, H. A., Najm, H. N., Zádor, J.: _Comprehensive kinetics on the C7H7 potential energy surface under combustion conditions._ J. Phys. Chem. A, **2023**, 127, 19411959. https://pubs.acs.org/doi/full/10.1021/acs.jpca.2c08035
109
- 11. Zádor, J, Martí, C., Van de Vijver, R., Johansen, S. L., Yang, Y., Michelsen, H. A., Najm, H. N.: _Automated reaction kinetics of gas-phase organic species over multiwell potential energy surfaces._ J. Phys. Chem. A, **2023**, 127, 565588. https://doi.org/10.1021/acs.jpca.2c06558
110
- 12. Lockwood, K. S., Ahmed, S. F., Huq, N. A., Stutzman, S. C., Foust, T. D., Labbe, N. J.: _Advances in predictive chemistry enable a multi-scale rational design approach for biofuels with advantaged properties_ Sustainable Energy Fuels, **2022**, 6, 5371-5383. https://doi.org/10.1039/D2SE00773H
111
- 13. Takahashi, L., Yoshida, S., Fujima, J., Oikawa, H., Takahashi, K.: _Unveiling the reaction pathways of hydrocarbons via experiments, computations and data science._ Phys. Chem. Chem. Phys., **2022**, 24, 29841-29849. https://pubs.rsc.org/en/content/articlelanding/2022/CP/D2CP04499D
112
- 14. Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent unimolecular kinetics of 2,4-dimethyloxetane peroxy radicals._ Faraday Discuss., **2022**, 238, 295-319. https://doi.org/10.1039/D2FD00029F
113
- 15. Ramasesha, K., Savee, J. D., Zádor, J., Osborn, D. L.: _A New Pathway for Intersystem Crossing: Unexpected Products in the O(3P) + Cyclopentene Reaction._ J. Phys. Chem. A, **2021**, 125 9785-9801. https://doi.org/10.1021/acs.jpca.1c05817
114
- 16. Rogers, C. O, Lockwood, K. S., Nguyen, Q. L. D., Labbe, N. J.: _Diol isomer revealed as a source of methyl ketene from propionic acid unimolecular decomposition._ Int. J. Chem. Kinet., **2021**, 53, 1272–1284. https://doi.org/10.1002/kin.21532
115
- 17. Lockwood, K. S., Labbe, N. J.: _Insights on keto-hydroperoxide formation from O2 addition to the beta-tetrahydrofuran radical._ Proceedings of the Combustion Institute, **2021**, 38, 1, 533. https://doi.org/10.1016/j.proci.2020.06.357
116
- 18. Sheps, L., Dewyer, A. L., Demireva, M., and Zádor, J.: _Quantitative Detection of Products and Radical Intermediates in Low-Temperature Oxidation of Cyclopentane._ J. Phys. Chem. A **2021**, 125, 20, 4467. https://doi.org/10.1021/acs.jpca.1c02001
117
- 19. Zhang, J., Vermeire, F., Van de Vijver, R., Herbinet, O.; Battin-Leclerc, F., Reyniers, M.-F., Van Geem, K. M.: _Detailed experimental and kinetic modeling study of 3-carene pyrolysis._ Int. J. Chem. Kinet., **2020**, 52, 785-795. https://doi.org/10.1002/kin.21400
118
- 20. Van de Vijver, R., Zádor, J.: _KinBot: Automated stationary point search on potential energy surfaces._ Computer Physics Communications, **2020**, 248, 106947. https://doi.org/10.1016/j.cpc.2019.106947
119
- 21. Joshi, S. P., Seal, P., Pekkanen, T. T., Timonen, R. S., Eskola, A. J.: _Direct Kinetic Measurements and Master Equation Modelling of the Unimolecular Decomposition of Resonantly-Stabilized CH2CHCHC(O)OCH3 Radical and an Upper Limit Determination for CH2CHCHC(O)OCH3+O2 Reaction._ Z. Phys. Chem., **2020**, 234, 1251. https://doi.org/10.1515/zpch-2020-1612
99
+ 1. Hansen, N., Gaiser, N., Bierkandt, T., Oßwald, P., Köhler, M., Zádor, J., Hemberger, P.: _Identification of dihydropentalenes as products of the molecular-weight growth reaction of cyclopentadienyl plus propargyl_. J. Phys. Chem. A, **2025** 129 1714-1725. https://doi.org/10.1021/acs.jpca.4c06549
100
+ 2. Almeida, T. G., Martí, C., Kurtén, T., Zádor, J., Johansen, S. L.: _Theoretical analysis of the OH-Initiated atmospheric oxidation reactions of imidazole_. Phys. Chem. Chem. Phys., **2024** 26 23570-23587. https://doi.org/10.1039/D4CP02103G
101
+ 3. Yuan, E. C.-Y., Kumar, A., Guan, X., Hermes, E. D., Rosen, A. S., Zádor, J., Head-Gordon, T., Blau, S. M.: _Analytical ab initio Hessian from a Deep Learning Potential for Transition State Optimization_. Nat. Comm., **2024** 15 8865. https://doi.org/10.1038/s41467-024-52481-5
102
+ 4. Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent rate coefficients and reaction mechanisms of 2-ethyloxetanylperoxy radicals_. Proc. Combust. Inst., **2024**, 40, 105578. https://doi.org/10.1016/j.proci.2024.105578
103
+ 5. Hansen, N. A, Price, T. D., Filardi, L. R., Gurses, S. M., Zhou, W., Hansen, N., Osborn, D. L. Zádor, J., Kronawitter, C. X.: _The photoionization of methoxymethanol: Fingerprinting a reactive C2 oxygenate in a complex reactive mixture_. J. Chem. Phys., **2024**, 160, 124306. https://doi.org/10.1063/5.0197827
104
+ 6. Martí, C., Devereux, C., Najm, H. N., Zádor, J.: _Evaluation of rate coefficients in the gas-phase using a machine learned potential_. J. Phys. Chem. A, **2024**, 128, 1958–1971. https://doi.org/10.1021/acs.jpca.3c07872
105
+ 7. Lang, J., Foley, C. D., Thawoos, S., Behzadfar, A., Liu, Y., Zádor, J., Suits, A. G.: _Reaction dynamics of S(3P) with 1,3-butadiene and isoprene: Crossed beam scattering, low temperature flow experiments, and high-level electronic structure calculations_. Farad. Discuss., **2024**, 251, 550-572. https://doi.org/10.1039/D4FD00009A
106
+ 8. Wang, D., Tian, Z.-Y., Zheng, Z.-H., Li, W., Wu, L.-N., Kuang, J.-J., Yang, J.-Z.: _Experimental and modeling study of the n, n-dimethylformamide pyrolysis at atmospheric pressure_. Combust. Flame, **2024**, 260, 113240. https://doi.org/10.1016/j.combustflame.2023.113240
107
+ 9. Doner, A. C., Zádor, J., Rotavera, B.: _Unimolecular reactions of 2,4-dimethyloxetanyl radicals._ J. Phys. Chem A, **2023**, 127, 25912600 https://doi.org/10.1021/acs.jpca.2c08290
108
+ 10. Li, H., Lang, J., Foley, C. D., Zádor, J., Suits, A. G.: _Sulfur (3P) reaction with conjugated dienes gives cyclization to thiophenes under single collision conditions._ J. Phys. Chem. Letters, **2023**, 14, 76117617. https://doi.org/10.1021/acs.jpclett.3c01953
109
+ 11. Martí, C., Michelsen, H. A., Najm, H. N., Zádor, J.: _Comprehensive kinetics on the C7H7 potential energy surface under combustion conditions._ J. Phys. Chem. A, **2023**, 127, 19411959. https://pubs.acs.org/doi/full/10.1021/acs.jpca.2c08035
110
+ 12. Zádor, J, Martí, C., Van de Vijver, R., Johansen, S. L., Yang, Y., Michelsen, H. A., Najm, H. N.: _Automated reaction kinetics of gas-phase organic species over multiwell potential energy surfaces._ J. Phys. Chem. A, **2023**, 127, 565–588. https://doi.org/10.1021/acs.jpca.2c06558
111
+ 13. Lockwood, K. S., Ahmed, S. F., Huq, N. A., Stutzman, S. C., Foust, T. D., Labbe, N. J.: _Advances in predictive chemistry enable a multi-scale rational design approach for biofuels with advantaged properties_ Sustainable Energy Fuels, **2022**, 6, 5371-5383. https://doi.org/10.1039/D2SE00773H
112
+ 14. Takahashi, L., Yoshida, S., Fujima, J., Oikawa, H., Takahashi, K.: _Unveiling the reaction pathways of hydrocarbons via experiments, computations and data science._ Phys. Chem. Chem. Phys., **2022**, 24, 29841-29849. https://pubs.rsc.org/en/content/articlelanding/2022/CP/D2CP04499D
113
+ 15. Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent unimolecular kinetics of 2,4-dimethyloxetane peroxy radicals._ Faraday Discuss., **2022**, 238, 295-319. https://doi.org/10.1039/D2FD00029F
114
+ 16. Ramasesha, K., Savee, J. D., Zádor, J., Osborn, D. L.: _A New Pathway for Intersystem Crossing: Unexpected Products in the O(3P) + Cyclopentene Reaction._ J. Phys. Chem. A, **2021**, 125 9785-9801. https://doi.org/10.1021/acs.jpca.1c05817
115
+ 17. Rogers, C. O, Lockwood, K. S., Nguyen, Q. L. D., Labbe, N. J.: _Diol isomer revealed as a source of methyl ketene from propionic acid unimolecular decomposition._ Int. J. Chem. Kinet., **2021**, 53, 1272–1284. https://doi.org/10.1002/kin.21532
116
+ 18. Lockwood, K. S., Labbe, N. J.: _Insights on keto-hydroperoxide formation from O2 addition to the beta-tetrahydrofuran radical._ Proceedings of the Combustion Institute, **2021**, 38, 1, 533. https://doi.org/10.1016/j.proci.2020.06.357
117
+ 19. Sheps, L., Dewyer, A. L., Demireva, M., and Zádor, J.: _Quantitative Detection of Products and Radical Intermediates in Low-Temperature Oxidation of Cyclopentane._ J. Phys. Chem. A **2021**, 125, 20, 4467. https://doi.org/10.1021/acs.jpca.1c02001
118
+ 20. Zhang, J., Vermeire, F., Van de Vijver, R., Herbinet, O.; Battin-Leclerc, F., Reyniers, M.-F., Van Geem, K. M.: _Detailed experimental and kinetic modeling study of 3-carene pyrolysis._ Int. J. Chem. Kinet., **2020**, 52, 785-795. https://doi.org/10.1002/kin.21400
119
+ 21. Van de Vijver, R., Zádor, J.: _KinBot: Automated stationary point search on potential energy surfaces._ Computer Physics Communications, **2020**, 248, 106947. https://doi.org/10.1016/j.cpc.2019.106947
120
+ 22. Joshi, S. P., Seal, P., Pekkanen, T. T., Timonen, R. S., Eskola, A. J.: _Direct Kinetic Measurements and Master Equation Modelling of the Unimolecular Decomposition of Resonantly-Stabilized CH2CHCHC(O)OCH3 Radical and an Upper Limit Determination for CH2CHCHC(O)OCH3+O2 Reaction._ Z. Phys. Chem., **2020**, 234, 1251. https://doi.org/10.1515/zpch-2020-1612
120
121
 
121
122
  Older Version of KinBot:
122
123
  1. Van de Vijver, R., Van Geem, K. M., Marin, G. B., Zádor, J.: _Decomposition and isomerization of 1-pentanol radicals and the pyrolysis of 1-pentanol._ Combustion and Flame, **2018,** 196, 500. https://doi.org/10.1016/j.combustflame.2018.05.011
@@ -44,7 +44,10 @@ def config_log(label, mode='kinbot', level='info'):
44
44
  @return: The logger object.
45
45
  """
46
46
  logger = logging.getLogger(label)
47
- logger.setLevel(logging.INFO)
47
+ if level == 'info':
48
+ logger.setLevel(logging.INFO)
49
+ elif level == 'debug':
50
+ logger.setLevel(logging.DEBUG)
48
51
  fname = f'{mode}.log'
49
52
 
50
53
  # Backup previous log
@@ -166,6 +166,9 @@ class Conformers:
166
166
  def start_ring_conformer_search(self, index, cart):
167
167
  """
168
168
  index: number of the conformer
169
+ In each iteration a given dihedral is changed, and then in the
170
+ next one it's fixed and another one is changed, and then two are
171
+ fixed and the next one is changed, until all are at their desired values
169
172
  """
170
173
  if self.cyc_conf_index[index] == len(self.cyc_dih_atoms[index]) - 1:
171
174
  # this conformer has finished
@@ -1,4 +1,5 @@
1
1
  from ase import units
2
+ from ase import data
2
3
 
3
4
  AUtoKCAL = 627.5091809
4
5
  AUtoCM = 219474.63068
@@ -19,7 +20,18 @@ CALtoJ = 4.184
19
20
  # elements currently in KinBot
20
21
  elements = ['C', 'H', 'O', 'N', 'S', 'F', 'Cl', 'Br', 'I']
21
22
 
23
+ znumber = {'H': 1}
24
+ znumber['C'] = 6
25
+ znumber['N'] = 7
26
+ znumber['O'] = 8
27
+ znumber['S'] = 16
28
+ znumber['F'] = 9
29
+ znumber['Cl'] = 17
30
+ znumber['Br'] = 35
31
+ znumber['I'] = 53
32
+
22
33
  # standard bond lengths, cutoffs, and oxidation numbers
34
+
23
35
  st_bond = {'CC': 1.5*1.2}
24
36
  # st_bond['CO'] = 1.4*1.2 # 1.4*1.54
25
37
  st_bond['CO'] = 1.4*1.4
@@ -60,6 +72,21 @@ st_bond['Cl'] = 1
60
72
  st_bond['Br'] = 1
61
73
  st_bond['I'] = 1
62
74
 
75
+ for el1 in elements:
76
+ for el2 in elements:
77
+ try:
78
+ st_bond[f'{el1}{el2}']
79
+ except KeyError:
80
+ try:
81
+ st_bond[f'{el2}{el1}']
82
+ except KeyError:
83
+ z1 = znumber[el1]
84
+ r1 = data.covalent_radii[z1]
85
+ z2 = znumber[el2]
86
+ r2 = data.covalent_radii[z2]
87
+ st_bond[f'{el1}{el2}'] = (r1 + r2) * 1.2
88
+ #print(st_bond)
89
+
63
90
  mass = {'H': 1}
64
91
  mass['C'] = 12
65
92
  mass['N'] = 14
@@ -80,16 +107,6 @@ exact_mass['Cl'] = 34.9689
80
107
  exact_mass['Br'] = 78.9183
81
108
  exact_mass['I'] = 126.904477
82
109
 
83
- znumber = {'H': 1}
84
- znumber['C'] = 6
85
- znumber['N'] = 7
86
- znumber['O'] = 8
87
- znumber['S'] = 16
88
- znumber['F'] = 9
89
- znumber['Cl'] = 17
90
- znumber['Br'] = 35
91
- znumber['I'] = 53
92
-
93
110
  # collision parameters
94
111
  # Jasper & Miller, C&F 161, 101-110 (2014)
95
112
  # data is expected in CHEMKIN format, where
@@ -129,17 +129,6 @@ class Fragment(StationaryPoint):
129
129
  self.geom: NDArray[Any] = np.subtract(self.geom,
130
130
  self.atoms.get_center_of_mass())
131
131
 
132
- def get_chemical_formula(self) -> str:
133
- """Create the string of element in the order of the coordinates
134
-
135
- Returns:
136
- str: chemical elements
137
- """
138
- all_elem: str = ""
139
- for elem in self.atoms:
140
- all_elem += f"{elem}"
141
- return all_elem
142
-
143
132
  def get_pp_on_com(self) -> list[float]:
144
133
  """Return the coordinate of the center of mass
145
134
  of the fragment
@@ -182,7 +171,7 @@ class Fragment(StationaryPoint):
182
171
  orientation_vect: NDArray[float32] = self.get_pp_orientation(
183
172
  index=index)
184
173
  coord = (
185
- orientation_vect *
174
+ orientation_vect *
186
175
  dist_from_ra*constants.BOHRtoANGSTROM +
187
176
  self.geom[index]).tolist()
188
177
  pp_dist = np.full(
@@ -193,11 +182,26 @@ class Fragment(StationaryPoint):
193
182
 
194
183
  def get_pp_orientation(self,
195
184
  index: int) -> NDArray[float32]:
185
+ """Create a list of orientation vectors for all
186
+ pivot points.
187
+
188
+ Args:
189
+ index (int): index of atom in fragment's geometry
190
+ from which the orientation starts.
191
+
192
+ Raises:
193
+ NotImplementedError: _description_
194
+ NotImplementedError: _description_
195
+
196
+ Returns:
197
+ NDArray[float32]: _description_
198
+ """
196
199
  if str(index) in self.orient:
197
200
  return self.orient[str(index)]
198
201
  orient: NDArray[float32] = np.array([[0, 0, 0]], dtype=float32)
199
202
  # if self.par['pp_orient'] == 'geometric':
200
203
  # element = self.atom[index]
204
+ # DETECT THE CONNECTIVITY
201
205
  nconnect = 0
202
206
  ndouble = 0
203
207
  ntriple = 0
@@ -247,12 +247,13 @@ def translate_and_rotate(cart, i, j):
247
247
  [2.*(bd+ac), 2.*(cd-ab), aa+dd-bb-cc]])
248
248
  for i in range(len(cart)):
249
249
  cart[i] = np.dot(rot_matrix, cart[i])
250
-
250
+
251
251
  if cart[j][2] < 0:
252
252
  cart *= -1.
253
253
 
254
254
  return cart
255
255
 
256
+
256
257
  def rotation_matrix(axis, theta):
257
258
  """
258
259
  Return the rotation matrix associated with counterclockwise rotation about
@@ -375,16 +376,17 @@ def equal_geom(orig_spec, new_spec, cutoff):
375
376
  """
376
377
 
377
378
  # check if all original bonds are still very close to the original lenghts
378
- for i in range(orig_spec.natom-1):
379
+ for i in range(orig_spec.natom - 1):
379
380
  for j in range(i + 1, orig_spec.natom):
380
- if orig_spec.maxbond[i][j] > 0:
381
+ if orig_spec.bond[i][j] > 0: # this includes the reaction bond for TS as well
381
382
  orig_dist = np.linalg.norm(orig_spec.geom[i] - orig_spec.geom[j])
382
383
  new_dist = np.linalg.norm(new_spec.geom[i] - new_spec.geom[j])
383
384
  if np.abs(new_dist - orig_dist) / orig_dist > cutoff:
384
385
  return 0
385
- # for saddles, test if any unwanted new bonds are formed
386
+ # for saddles
386
387
  if orig_spec.wellorts == 1:
387
- for i in range(orig_spec.natom-1):
388
+ # test if any unwanted new bonds are formed
389
+ for i in range(orig_spec.natom - 1):
388
390
  for j in range(i + 1, orig_spec.natom):
389
391
  if new_spec.bond[i][j] > 0 and orig_spec.bond[i][j] == 0:
390
392
  return 0
@@ -106,7 +106,7 @@ class HIR:
106
106
  success = -1
107
107
  else:
108
108
  # check if all the bond lenghts are within
109
- # 15% or the original bond lengths
109
+ # 15% of the original bond lengths
110
110
  temp = StationaryPoint('temp',
111
111
  self.species.charge,
112
112
  self.species.mult,
@@ -154,12 +154,15 @@ class HIR:
154
154
  continue
155
155
  energies = self.hir_energies[rotor]
156
156
  if abs(energies[0] - self.species.energy) * constants.AUtoKCAL > 0.1:
157
- logger.warning('\t0 angle rotor has a different energy than '
157
+ logger.warning(f'\t0 angle rotor for rotor {rotor} has a different energy than '
158
158
  'the optimized structure for '
159
- f'{self.species.chemid}. This might be '
159
+ f'{self.species.name} ({energies[0]} vs {self.species.energy}).')
160
+ logger.warning('This might be '
160
161
  'caused by an SCF convergence issue. '
161
162
  'Hindered rotors are disabled for this '
162
163
  'stationary point.')
164
+ logger.warning(rotor)
165
+ logger.warning(energies)
163
166
  self.hir_status = [[1 for ai in ri] for ri in self.hir_status]
164
167
  return 0
165
168
  # energies taken if status = 0, successful geom check or normal gauss termination
@@ -41,7 +41,7 @@ def main():
41
41
  input_file = masterpar.input_file
42
42
  # set up the logging environment
43
43
  if par['verbose']:
44
- logger = config_log('KinBot', 'debug')
44
+ logger = config_log('KinBot', level='debug')
45
45
 
46
46
  # write the license message and the parameters to the log file
47
47
  logger.info('Input parameters')
@@ -166,23 +166,24 @@ class Molpro:
166
166
  method = " {rhf;wf," + f"{nelectron},{symm},{spin},{self.species.charge}" + "}\n\n"
167
167
  method += " omega=0.2 !range-separation parameter\n"
168
168
  method += " srx=0.222036 !short-range exchange\n"
169
- #method += " {grid,wcut=1d-30,min_nr=[175,250,250,250],max_nr=[175,250,250,250],min_L=[974,974,974,974],max_L=[974,974,974,974]}\n"
169
+ # Same as Gaussian fine grid, important for long range
170
+ method += " {grid,wcut=1d-30,min_nr=[175,250,250,250],max_nr=[175,250,250,250],min_L=[974,974,974,974],max_L=[974,974,974,974]}\n"
170
171
  method += " {int; ERFLERFC,mu=$omega,srfac=$srx}\n"
171
172
  method += " uks,HYB_GGA_XC_WB97X_D\n"
172
173
  case "wb97xd":
173
174
  method = " {rhf;wf," + f"{nelectron},{symm},{spin},{self.species.charge}" + "}\n\n"
174
175
  method += " omega=0.2 !range-separation parameter\n"
175
176
  method += " srx=0.222036 !short-range exchange\n"
176
- # method += " {grid,wcut=1d-30,min_nr=[175,250,250,250],max_nr=[175,250,250,250],min_L=[974,974,974,974],max_L=[974,974,974,974]}\n"
177
+ method += " {grid,wcut=1d-30,min_nr=[175,250,250,250],max_nr=[175,250,250,250],min_L=[974,974,974,974],max_L=[974,974,974,974]}\n"
177
178
  method += " {int; ERFLERFC,mu=$omega,srfac=$srx}\n"
178
179
  method += " ks,HYB_GGA_XC_WB97X_D\n"
179
180
  case "ub3lyp":
180
181
  method = " {rhf;wf," + f"{nelectron},{symm},{spin},{self.species.charge}" + "}\n\n"
181
- # method += " {grid,wcut=1d-30,min_nr=[175,250,250,250],max_nr=[175,250,250,250],min_L=[974,974,974,974],max_L=[974,974,974,974]}\n"
182
+ method += " {grid,wcut=1d-30,min_nr=[175,250,250,250],max_nr=[175,250,250,250],min_L=[974,974,974,974],max_L=[974,974,974,974]}\n"
182
183
  method += " uks,HYB_GGA_XC_B3LYP\n"
183
184
  case "b3lyp":
184
185
  method = " {rhf;wf," + f"{nelectron},{symm},{spin},{self.species.charge}" + "}\n\n"
185
- # method += " {grid,wcut=1d-30,min_nr=[175,250,250,250],max_nr=[175,250,250,250],min_L=[974,974,974,974],max_L=[974,974,974,974]}\n"
186
+ method += " {grid,wcut=1d-30,min_nr=[175,250,250,250],max_nr=[175,250,250,250],min_L=[974,974,974,974],max_L=[974,974,974,974]}\n"
186
187
  method += " ks,HYB_GGA_XC_B3LYP\n"
187
188
  case _:
188
189
  method += " rhf\n"
@@ -282,18 +282,19 @@ class Optimize:
282
282
  for rotor in range(len(self.species.dihed)):
283
283
  for ai in range(self.species.hir.nrotation):
284
284
  # use a 0.1 kcal/mol cutoff for numerical noise
285
- if self.species.hir.hir_energies[rotor][ai] < min_en - 1.6E-4:
286
- min_en = self.species.hir.hir_energies[rotor][ai]
287
- min_rotor = rotor
288
- min_ai = ai
285
+ if self.species.hir.hir_status[rotor][ai] == 0: # do not test for fails
286
+ if self.species.hir.hir_energies[rotor][ai] < min_en - 1.6E-4:
287
+ min_en = self.species.hir.hir_energies[rotor][ai]
288
+ min_rotor = rotor
289
+ min_ai = ai
289
290
  if min_rotor > -1:
290
291
  self.restart += 1
292
+ job = self.log_name(1, hir=1, r=min_rotor, s=min_ai)
293
+ diff = (self.species.hir.hir_energies[min_rotor][0] -
294
+ self.species.hir.hir_energies[min_rotor][min_ai]) * constants.AUtoKCAL
291
295
  if self.restart < self.par['rotation_restart']:
292
296
  # lower energy structure found
293
- logger.warning(f'Lower energy conformer during HIR for {self.name} for rotor {min_rotor}. Restart #{self.restart}')
294
- logger.debug('Rotor: ' + str(min_rotor))
295
- logger.debug('Scan point: ' + str(min_ai))
296
- job = self.log_name(1, hir=1, r=min_rotor, s=min_ai)
297
+ logger.warning(f'Lower energy conformer during HIR: {job}, diff = {np.round(diff, 2)} kcal/mol. Restart #{self.restart}')
297
298
 
298
299
  err, self.species.geom = self.qc.get_qc_geom(job, self.species.natom)
299
300
  # err, geom = self.qc.get_qc_geom(job, self.species.natom)
@@ -311,7 +312,7 @@ class Optimize:
311
312
  self.shigh = -1
312
313
  self.shir = -1
313
314
  else:
314
- logger.warning(f'Lower energy conformer found, but reached max restart for {self.name}')
315
+ logger.warning(f'Lower energy during HIR: {job}, diff = {np.round(diff, 2)} kcal/mol. Reached max restart for this species.')
315
316
  self.shir = 1
316
317
  else:
317
318
  self.shir = 1