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.
- {kinbot-2.2.3 → kinbot-2.2.4a0}/KinBot.egg-info/PKG-INFO +25 -24
- {kinbot-2.2.3 → kinbot-2.2.4a0}/KinBot.egg-info/requires.txt +1 -1
- {kinbot-2.2.3 → kinbot-2.2.4a0}/PKG-INFO +25 -24
- {kinbot-2.2.3 → kinbot-2.2.4a0}/README.md +22 -21
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/config_log.py +4 -1
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/conformers.py +3 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/constants.py +27 -10
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/fragments.py +16 -12
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/geometry.py +7 -5
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/hindered_rotors.py +6 -3
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/kb.py +1 -1
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/molpro.py +5 -4
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/optimize.py +10 -9
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/parameters.py +33 -13
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/pes.py +22 -8
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/pp_settings.py +2 -2
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/qc.py +36 -24
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reaction_generator.py +20 -19
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reader_gauss.py +2 -2
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reader_qchem.py +1 -1
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/symmetry.py +24 -23
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_irc.tpl.py +2 -2
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_ts_search.tpl.py +1 -1
- kinbot-2.2.4a0/kinbot/tpl/ase_sella_ring_conf.tpl.py +59 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_vts.tpl.py +134 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/pyproject.toml +2 -2
- kinbot-2.2.3/kinbot/tpl/ase_sella_ring_conf.tpl.py +0 -139
- {kinbot-2.2.3 → kinbot-2.2.4a0}/KinBot.egg-info/SOURCES.txt +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/KinBot.egg-info/dependency_links.txt +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/KinBot.egg-info/entry_points.txt +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/KinBot.egg-info/top_level.txt +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/LICENSE +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/__init__.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/__init__.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/calculators/__init__.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/calculators/gaussian.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/calculators/nn_pes.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/calculators/qchem.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/constraints.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/io/__init__.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/io/formats.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/io/gaussian.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/ase_modules/io/zmatrix.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/bfgs.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/bond_combinations.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/cheminfo.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/exceptions.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/find_motif.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/frequencies.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/irc.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/license_message.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/mesmer.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/mess.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/modify_geom.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/orca.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/postprocess.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/pp_tables.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reac_General.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reac_family.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reaction_finder.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reaction_finder_bimol.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/__init__.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_12_shift_S_F.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_12_shift_S_R.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Cyclic_Ether_Formation.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Diels_alder_addition.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_HO2_Elimination_from_PeroxyRadical.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_Diels_alder_R.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_RH_Add_Endocyclic_F.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_RH_Add_Endocyclic_R.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_RH_Add_Exocyclic_F.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_RH_Add_Exocyclic_R.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_R_Add_Endocyclic_F.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_R_Add_ExoTetCyclic_F.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_R_Add_Exocyclic_F.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_disproportionation_F.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_disproportionation_R.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Korcek_step2.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Korcek_step2_even.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Korcek_step2_odd.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_R_Addition_COm3_R.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_R_Addition_CSm_R.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_R_Addition_MultipleBond.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_Retro_Ene.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_abstraction.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_barrierless_saddle.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_beta_delta.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_bimol_disproportionation_R.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_birad_recombination_F.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_birad_recombination_R.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_combinatorial.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_cpd_H_migration.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_h2_elim.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_homolytic_scission.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_H_migration.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_H_migration_suprafacial.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_OH_migration.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_OH_migration_Exocyclic_F.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_R_migration.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_ketoenol.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r12_cycloaddition.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r12_insertion_R.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r13_insertion_CO2.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r13_insertion_ROR.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r13_insertion_RSR.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r14_birad_scission.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r14_cyclic_birad_scission_R.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/reactions/reac_r22_cycloaddition.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/stationary_pt.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/thread_kinbot.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/__init__.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_hir.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_opt_well.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_ring_conf.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_ts_end.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_vts.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_freq_well.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_irc.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_opt_well.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_ts_end.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_ts_search.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_ts_search_ase_constraints.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_hir.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_irc.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_opt_well.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_ts_end.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_ts_search.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_hir.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_irc.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_opt_well.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_ts_end.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_ts_search.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/local_molpro.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_2tst.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_atom.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_barrier.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_barrier_union.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_barrierless.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_bimol.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_bimol_union.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_core_rr.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_dummy.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_fragment.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_fragment_OH.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_freerotor.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_header.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_hinderedrotor.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_hinderedrotorgeom.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_outerrrho.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_pst.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_pstfragment.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_rrho.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_termol.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_ts.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_tunneling.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_variational.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_well.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/mess_well_union.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/molpro.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/molpro_ts_search.tpl.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/molpro_vts.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pbs.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pbs_mesmer.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pbs_mess.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pbs_mess_uq.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pbs_molpro.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pbs_python.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/pesviewer.inp.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy_1d_corr.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy_calc.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy_frag.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy_surf.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm_mesmer.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm_mess.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm_mess_uq.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm_molpro.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm_orca.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/tpl/slurm_python.tpl +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/uncertaintyAnalysis.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/utils.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/vrc_tst_scan.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/vrc_tst_surfaces.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/kinbot/zmatrix.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/setup.cfg +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/__init__.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/bfgs.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/cheminfo.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/dihedrals.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/find_motif.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/frequencies.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/geometry.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/modify_geom.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/multimolecular.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/resonance.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/symmetry.py +0 -0
- {kinbot-2.2.3 → kinbot-2.2.4a0}/tests/test_kinbot.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: kinbot
|
|
3
|
-
Version: 2.2.
|
|
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
|
|
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.
|
|
159
|
-
2.
|
|
160
|
-
3.
|
|
161
|
-
4.
|
|
162
|
-
5.
|
|
163
|
-
6.
|
|
164
|
-
7.
|
|
165
|
-
8.
|
|
166
|
-
9.
|
|
167
|
-
10.
|
|
168
|
-
11.
|
|
169
|
-
12.
|
|
170
|
-
13.
|
|
171
|
-
14.
|
|
172
|
-
15.
|
|
173
|
-
16.
|
|
174
|
-
17. Lockwood, K. S., Labbe, N. J.:
|
|
175
|
-
18.
|
|
176
|
-
19.
|
|
177
|
-
20. Van de Vijver, R.,
|
|
178
|
-
21.
|
|
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, 2591–2600 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, 7611–7617. 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, 1941–1959. 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,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: kinbot
|
|
3
|
-
Version: 2.2.
|
|
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
|
|
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.
|
|
159
|
-
2.
|
|
160
|
-
3.
|
|
161
|
-
4.
|
|
162
|
-
5.
|
|
163
|
-
6.
|
|
164
|
-
7.
|
|
165
|
-
8.
|
|
166
|
-
9.
|
|
167
|
-
10.
|
|
168
|
-
11.
|
|
169
|
-
12.
|
|
170
|
-
13.
|
|
171
|
-
14.
|
|
172
|
-
15.
|
|
173
|
-
16.
|
|
174
|
-
17. Lockwood, K. S., Labbe, N. J.:
|
|
175
|
-
18.
|
|
176
|
-
19.
|
|
177
|
-
20. Van de Vijver, R.,
|
|
178
|
-
21.
|
|
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, 2591–2600 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, 7611–7617. 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, 1941–1959. 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.
|
|
100
|
-
2.
|
|
101
|
-
3.
|
|
102
|
-
4.
|
|
103
|
-
5.
|
|
104
|
-
6.
|
|
105
|
-
7.
|
|
106
|
-
8.
|
|
107
|
-
9.
|
|
108
|
-
10.
|
|
109
|
-
11.
|
|
110
|
-
12.
|
|
111
|
-
13.
|
|
112
|
-
14.
|
|
113
|
-
15.
|
|
114
|
-
16.
|
|
115
|
-
17. Lockwood, K. S., Labbe, N. J.:
|
|
116
|
-
18.
|
|
117
|
-
19.
|
|
118
|
-
20. Van de Vijver, R.,
|
|
119
|
-
21.
|
|
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, 2591–2600 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, 7611–7617. 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, 1941–1959. 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
|
-
|
|
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.
|
|
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
|
|
386
|
+
# for saddles
|
|
386
387
|
if orig_spec.wellorts == 1:
|
|
387
|
-
|
|
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%
|
|
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.
|
|
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
|
-
#
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
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
|
|
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
|
|
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
|