kinbot 2.2.2__tar.gz → 2.2.4__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.4/KinBot.egg-info/PKG-INFO +191 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/KinBot.egg-info/requires.txt +2 -2
- kinbot-2.2.4/PKG-INFO +191 -0
- kinbot-2.2.4/README.md +132 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/config_log.py +4 -1
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/conformers.py +3 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/constants.py +27 -10
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/find_motif.py +14 -7
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/fragments.py +40 -22
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/geometry.py +7 -5
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/hindered_rotors.py +6 -3
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/kb.py +1 -1
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/modify_geom.py +4 -2
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/molpro.py +5 -4
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/optimize.py +14 -11
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/parameters.py +34 -14
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/pes.py +23 -9
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/pp_settings.py +3 -3
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/qc.py +36 -24
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reac_family.py +1 -1
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reaction_generator.py +39 -60
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reader_gauss.py +2 -2
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reader_qchem.py +1 -1
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/stationary_pt.py +7 -1
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/symmetry.py +24 -23
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_gauss_irc.tpl.py +2 -2
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_gauss_ts_search.tpl.py +1 -1
- kinbot-2.2.4/kinbot/tpl/ase_sella_ring_conf.tpl.py +59 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_sella_vts.tpl.py +142 -2
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/rotdPy.tpl +4 -3
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/utils.py +37 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/vrc_tst_scan.py +7 -35
- {kinbot-2.2.2 → kinbot-2.2.4}/pyproject.toml +3 -3
- kinbot-2.2.2/KinBot.egg-info/PKG-INFO +0 -191
- kinbot-2.2.2/PKG-INFO +0 -191
- kinbot-2.2.2/README.md +0 -132
- kinbot-2.2.2/kinbot/tpl/ase_sella_ring_conf.tpl.py +0 -139
- {kinbot-2.2.2 → kinbot-2.2.4}/KinBot.egg-info/SOURCES.txt +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/KinBot.egg-info/dependency_links.txt +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/KinBot.egg-info/entry_points.txt +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/KinBot.egg-info/top_level.txt +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/LICENSE +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/__init__.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/ase_modules/__init__.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/ase_modules/calculators/__init__.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/ase_modules/calculators/gaussian.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/ase_modules/calculators/nn_pes.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/ase_modules/calculators/qchem.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/ase_modules/constraints.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/ase_modules/io/__init__.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/ase_modules/io/formats.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/ase_modules/io/gaussian.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/ase_modules/io/zmatrix.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/bfgs.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/bond_combinations.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/cheminfo.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/exceptions.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/frequencies.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/irc.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/license_message.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/mesmer.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/mess.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/orca.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/postprocess.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/pp_tables.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reac_General.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reaction_finder.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reaction_finder_bimol.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/__init__.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_12_shift_S_F.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_12_shift_S_R.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Cyclic_Ether_Formation.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Diels_alder_addition.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_HO2_Elimination_from_PeroxyRadical.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Intra_Diels_alder_R.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Intra_RH_Add_Endocyclic_F.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Intra_RH_Add_Endocyclic_R.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Intra_RH_Add_Exocyclic_F.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Intra_RH_Add_Exocyclic_R.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Intra_R_Add_Endocyclic_F.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Intra_R_Add_ExoTetCyclic_F.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Intra_R_Add_Exocyclic_F.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Intra_disproportionation_F.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Intra_disproportionation_R.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Korcek_step2.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Korcek_step2_even.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Korcek_step2_odd.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_R_Addition_COm3_R.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_R_Addition_CSm_R.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_R_Addition_MultipleBond.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_Retro_Ene.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_abstraction.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_barrierless_saddle.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_beta_delta.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_bimol_disproportionation_R.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_birad_recombination_F.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_birad_recombination_R.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_combinatorial.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_cpd_H_migration.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_h2_elim.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_homolytic_scission.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_intra_H_migration.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_intra_H_migration_suprafacial.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_intra_OH_migration.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_intra_OH_migration_Exocyclic_F.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_intra_R_migration.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_ketoenol.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_r12_cycloaddition.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_r12_insertion_R.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_r13_insertion_CO2.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_r13_insertion_ROR.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_r13_insertion_RSR.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_r14_birad_scission.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_r14_cyclic_birad_scission_R.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/reactions/reac_r22_cycloaddition.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/thread_kinbot.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/__init__.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_gauss_hir.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_gauss_opt_well.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_gauss_ring_conf.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_gauss_ts_end.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_gauss_vts.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_nwchem_freq_well.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_nwchem_irc.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_nwchem_opt_well.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_nwchem_ts_end.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_nwchem_ts_search.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_nwchem_ts_search_ase_constraints.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_qchem_hir.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_qchem_irc.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_qchem_opt_well.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_qchem_ts_end.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_qchem_ts_search.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_sella_hir.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_sella_irc.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_sella_opt_well.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_sella_ts_end.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/ase_sella_ts_search.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/local_molpro.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_2tst.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_atom.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_barrier.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_barrier_union.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_barrierless.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_bimol.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_bimol_union.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_core_rr.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_dummy.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_fragment.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_fragment_OH.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_freerotor.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_header.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_hinderedrotor.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_hinderedrotorgeom.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_outerrrho.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_pst.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_pstfragment.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_rrho.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_termol.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_ts.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_tunneling.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_variational.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_well.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/mess_well_union.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/molpro.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/molpro_ts_search.tpl.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/molpro_vts.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/pbs.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/pbs_mesmer.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/pbs_mess.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/pbs_mess_uq.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/pbs_molpro.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/pbs_python.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/pesviewer.inp.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/rotdPy_1d_corr.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/rotdPy_calc.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/rotdPy_frag.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/rotdPy_surf.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/slurm.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/slurm_mesmer.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/slurm_mess.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/slurm_mess_uq.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/slurm_molpro.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/slurm_orca.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/tpl/slurm_python.tpl +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/uncertaintyAnalysis.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/vrc_tst_surfaces.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/kinbot/zmatrix.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/setup.cfg +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/tests/__init__.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/tests/bfgs.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/tests/cheminfo.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/tests/dihedrals.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/tests/find_motif.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/tests/frequencies.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/tests/geometry.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/tests/modify_geom.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/tests/multimolecular.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/tests/resonance.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/tests/symmetry.py +0 -0
- {kinbot-2.2.2 → kinbot-2.2.4}/tests/test_kinbot.py +0 -0
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
|
+
Name: kinbot
|
|
3
|
+
Version: 2.2.4
|
|
4
|
+
Summary: Automated reaction kinetics for gas-phase species
|
|
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
|
+
Maintainer-email: Judit Zádor <jzador@sandia.gov>, Clément Soulié <csoulie@sandia.gov>
|
|
7
|
+
License: BSD 3-Clause License
|
|
8
|
+
|
|
9
|
+
Copyright (c) 2018, National Technology & Engineering Solutions of Sandia,
|
|
10
|
+
LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
|
|
11
|
+
the U.S. Government retains certain rights in this software
|
|
12
|
+
|
|
13
|
+
Redistribution and use in source and binary forms, with or without
|
|
14
|
+
modification, are permitted provided that the following conditions are met:
|
|
15
|
+
|
|
16
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
17
|
+
list of conditions and the following disclaimer.
|
|
18
|
+
|
|
19
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
20
|
+
this list of conditions and the following disclaimer in the documentation
|
|
21
|
+
and/or other materials provided with the distribution.
|
|
22
|
+
|
|
23
|
+
* Neither the name of the copyright holder nor the names of its
|
|
24
|
+
contributors may be used to endorse or promote products derived from
|
|
25
|
+
this software without specific prior written permission.
|
|
26
|
+
|
|
27
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
29
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
30
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
31
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
32
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
33
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
34
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
35
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
36
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
37
|
+
|
|
38
|
+
Project-URL: homepage, https://github.com/zadorlab/KinBot
|
|
39
|
+
Project-URL: documentation, https://github.com/zadorlab/KinBot/wiki
|
|
40
|
+
Classifier: Environment :: Console
|
|
41
|
+
Classifier: Intended Audience :: Science/Research
|
|
42
|
+
Classifier: Natural Language :: English
|
|
43
|
+
Classifier: License :: OSI Approved :: BSD License
|
|
44
|
+
Classifier: Operating System :: OS Independent
|
|
45
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
46
|
+
Classifier: Topic :: Scientific/Engineering :: Chemistry
|
|
47
|
+
Requires-Python: >=3.10
|
|
48
|
+
Description-Content-Type: text/markdown
|
|
49
|
+
License-File: LICENSE
|
|
50
|
+
Requires-Dist: numpy>=1.17.0
|
|
51
|
+
Requires-Dist: ase<3.22,>=3.19
|
|
52
|
+
Requires-Dist: networkx
|
|
53
|
+
Requires-Dist: rmsd>=1.5.1
|
|
54
|
+
Requires-Dist: sella
|
|
55
|
+
Provides-Extra: plot
|
|
56
|
+
Requires-Dist: matplotlib; extra == "plot"
|
|
57
|
+
Requires-Dist: pyvis; extra == "plot"
|
|
58
|
+
Requires-Dist: rdkit; extra == "plot"
|
|
59
|
+
|
|
60
|
+
[](https://gitter.im/zadorlab/KinBot)
|
|
61
|
+
|
|
62
|
+
# KinBot: Automated Reaction Kinetics of Gas-Phase Organic Species over Multiwell Potential Energy Surfaces
|
|
63
|
+
|
|
64
|
+
<p>
|
|
65
|
+
<img src="https://raw.githubusercontent.com/zadorlab/KinBot/master/graphics/kinbot_logo_V2.png" width="220" height="240" />
|
|
66
|
+
</p>
|
|
67
|
+
|
|
68
|
+
## Description
|
|
69
|
+
This repository contains the KinBot code version 2.2.1,
|
|
70
|
+
a tool for automatically searching for reactions on the potential energy surface.
|
|
71
|
+
|
|
72
|
+
If you are using this tool in scientific publications, please reference the following publications:
|
|
73
|
+
|
|
74
|
+
* Ruben Van de Vijver, Judit Zádor: KinBot: _Automated stationary point search on potential energy surfaces_, Comp. Phys. Comm., **2019**, 248, 106947. https://doi.org/10.1016/j.cpc.2019.106947
|
|
75
|
+
```
|
|
76
|
+
@article{Vijver2020,
|
|
77
|
+
author = {Van de Vijver, Ruben and Z\'ador, Judit},
|
|
78
|
+
title = {KinBot: Automated stationary point search on potential energy surfaces},
|
|
79
|
+
journal = {Comput. Phys. Commun.},
|
|
80
|
+
volume = {248},
|
|
81
|
+
pages = {106947},
|
|
82
|
+
year = {2020},
|
|
83
|
+
type = {Journal Article}
|
|
84
|
+
}
|
|
85
|
+
```
|
|
86
|
+
* Judit Zádor, Carles Martí, Ruben Van de Vijver, Sommer L. Johansen, Yoona Yang, Hope A. Michelsen, Habib N. Najm: _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
|
|
87
|
+
|
|
88
|
+
```
|
|
89
|
+
@article{Zador2022,
|
|
90
|
+
author = {Z\'ador, Judit and Mart\'i, Carles and Van de Vijver, Ruben and Johansen, Sommer L. and Yang, Yoona and Michelsen, Hope A. and Najm, Habib N.},
|
|
91
|
+
title = {Automated reaction kinetics of gas-phase organic species over multiwell potential energy surfaces},
|
|
92
|
+
journal = {J. Phys. Chem. A},
|
|
93
|
+
volume = {127},
|
|
94
|
+
pages = {565-588},
|
|
95
|
+
year = {2023},
|
|
96
|
+
type = {Journal Article}
|
|
97
|
+
}
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
We appreciate if you send us the DOI of your published paper that used KinBot, so we can feature it here below.
|
|
101
|
+
|
|
102
|
+
## How to Install
|
|
103
|
+
|
|
104
|
+
KinBot can be installed both in three different ways, from the PyPI index (`pip install`), from the conda-forge repo (`conda install`) or by cloning this github repo and then install it locally.
|
|
105
|
+
|
|
106
|
+
### PyPI
|
|
107
|
+
|
|
108
|
+
pip install kinbot
|
|
109
|
+
|
|
110
|
+
> **Note**
|
|
111
|
+
> KinBot only works with Python >= 3.10.
|
|
112
|
+
|
|
113
|
+
### conda-forge
|
|
114
|
+
|
|
115
|
+
conda install -c conda-forge kinbot
|
|
116
|
+
|
|
117
|
+
### From Github
|
|
118
|
+
|
|
119
|
+
If you want to have the very last version of KinBot without waiting for a
|
|
120
|
+
release or you want to modify KinBot acccording to your needs you can clone the project
|
|
121
|
+
from github:
|
|
122
|
+
|
|
123
|
+
git clone git@github.com:zadorlab/KinBot.git
|
|
124
|
+
|
|
125
|
+
and then, from within the KinBot directory produced after cloning, type:
|
|
126
|
+
|
|
127
|
+
pip install -e .
|
|
128
|
+
|
|
129
|
+
> **Note**
|
|
130
|
+
> If you want to modify KinBot yourself it's better to fork the project
|
|
131
|
+
> into your own repository and then clone it.
|
|
132
|
+
|
|
133
|
+
## How to Run
|
|
134
|
+
To run a single-well exploration of KinBot, make an input file (e.g. input.json) and run:
|
|
135
|
+
|
|
136
|
+
kinbot input.json
|
|
137
|
+
|
|
138
|
+
To run a full PES search, make an input file (e.g. input.json) and run:
|
|
139
|
+
|
|
140
|
+
pes input.json
|
|
141
|
+
|
|
142
|
+
You can find additional command line arguments in the manual.
|
|
143
|
+
|
|
144
|
+
## Documentation
|
|
145
|
+
See the [wiki](https://github.com/zadorlab/KinBot/wiki) for keywords, and our [tutorial](https://hackmd.io/@jzador/kinbot_workshop_2023#/) for a more hands-on introduction to the code.
|
|
146
|
+
|
|
147
|
+
## List of files in this project
|
|
148
|
+
See [list](https://github.com/zadorlab/KinBot/wiki/KinBot-file-structure).
|
|
149
|
+
|
|
150
|
+
## Authors
|
|
151
|
+
* Judit Zádor (jzador@sandia.gov)
|
|
152
|
+
* Ruben Van de Vijver
|
|
153
|
+
* Amanda Dewyer
|
|
154
|
+
* Carles Martí
|
|
155
|
+
* Clément Soulié (csoulie@sandia.gov)
|
|
156
|
+
|
|
157
|
+
## Papers using KinBot
|
|
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
|
|
180
|
+
|
|
181
|
+
Older Version of KinBot:
|
|
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
|
|
183
|
+
2. Grambow, C. A., Jamal, A., Li, Y.-P., Green, W. H., Zádor, J., Suleimanov, Y. V.: _Unimolecular reaction pathways of a g-ketohydroperoxide from combined application of automated reaction discovery methods._ J. Am. Chem. Soc., 2018, 140, 1035. https://doi.org/10.1021/jacs.7b11009
|
|
184
|
+
3. Rotavera, B., Savee, J. D., Antonov, I. O., Caravan, R. L., Sheps, L., Osborn, D. L., Zádor, J., Taatjes, C. A.: _Influence of oxygenation in cyclic hydrocarbons on chain-termination reactions from R + O2: tetrahydropyran and cyclohexane._ Proceedings of the Combustion Institute, **2017,** 36, 597. https://doi.org/10.1016/j.proci.2016.05.020
|
|
185
|
+
4. Antonov, I. O., Zádor, J., Rotavera, B., Papajak, E., Osborn, D. L., Taatjes, C. A., Sheps, L.: _Pressure-Dependent Competition among Reaction Pathways from First- and Second-O2 Additions in the Low-Temperature Oxidation of Tetrahydrofuran._ J. Phys. Chem. A, **2016,** 120 6582. https://doi.org/10.1021/acs.jpca.6b05411
|
|
186
|
+
5. Antonov, I. O., Kwok, J., Zádor, J., Sheps, L.: OH + 2-butene: A combined experimental and theoretical study in the 300-800 K temperature range. J. Phys. Chem. A, **2015,** 119, 7742. https://doi.org/10.1021/acs.jpca.5b01012
|
|
187
|
+
6. Zádor, J., Miller, J.A.: _Adventures on the C3H5O potential energy surface: OH + propyne, OH + allene and related reactions._ Proceedings of the Combustion Institute, **2015,** 35, 181. https://doi.org/10.1016/j.proci.2014.05.103
|
|
188
|
+
7. Rotavera, B., Zádor, J., Welz, O., Sheps, L., Scheer, A.M., Savee, J.D., Ali, M.A., Lee, T.S., Simmons, B.A., Osborn, D.L., Violi, A., Taatjes, C.A.: _Photoionization mass spectrometric measurements of initial reaction pathways in low-temperature oxidation of 2,5-dimethylhexane._ J. Phys. Chem. A, **2014,** 44, 10188. https://doi.org/10.1021/jp507811d
|
|
189
|
+
|
|
190
|
+
## Acknowledgement
|
|
191
|
+
This research was supported by the Exascale Computing Project (ECP), Project Number: 17-SC-20-SC, a collaborative effort of two DOE organizations, the Office of Science and the National Nuclear Security Administration, responsible for the planning and preparation of a capable exascale ecosystem including software, applications, hardware, advanced system engineering, and early test bed platforms to support the nation's exascale computing imperative. RVdV was also supported by the AITSTME project as part of the Predictive Theory and Modeling component of the Materials Genome Initiative. Sandia National Laboratories is a multimission laboratory managed and operated by National Technology and Engineering Solutions of Sandia, LLC., a wholly owned subsidiary of Honeywell International, Inc., for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-NA0003525.
|
kinbot-2.2.4/PKG-INFO
ADDED
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
|
+
Name: kinbot
|
|
3
|
+
Version: 2.2.4
|
|
4
|
+
Summary: Automated reaction kinetics for gas-phase species
|
|
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
|
+
Maintainer-email: Judit Zádor <jzador@sandia.gov>, Clément Soulié <csoulie@sandia.gov>
|
|
7
|
+
License: BSD 3-Clause License
|
|
8
|
+
|
|
9
|
+
Copyright (c) 2018, National Technology & Engineering Solutions of Sandia,
|
|
10
|
+
LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
|
|
11
|
+
the U.S. Government retains certain rights in this software
|
|
12
|
+
|
|
13
|
+
Redistribution and use in source and binary forms, with or without
|
|
14
|
+
modification, are permitted provided that the following conditions are met:
|
|
15
|
+
|
|
16
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
17
|
+
list of conditions and the following disclaimer.
|
|
18
|
+
|
|
19
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
20
|
+
this list of conditions and the following disclaimer in the documentation
|
|
21
|
+
and/or other materials provided with the distribution.
|
|
22
|
+
|
|
23
|
+
* Neither the name of the copyright holder nor the names of its
|
|
24
|
+
contributors may be used to endorse or promote products derived from
|
|
25
|
+
this software without specific prior written permission.
|
|
26
|
+
|
|
27
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
28
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
29
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
30
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
31
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
32
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
33
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
34
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
35
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
36
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
37
|
+
|
|
38
|
+
Project-URL: homepage, https://github.com/zadorlab/KinBot
|
|
39
|
+
Project-URL: documentation, https://github.com/zadorlab/KinBot/wiki
|
|
40
|
+
Classifier: Environment :: Console
|
|
41
|
+
Classifier: Intended Audience :: Science/Research
|
|
42
|
+
Classifier: Natural Language :: English
|
|
43
|
+
Classifier: License :: OSI Approved :: BSD License
|
|
44
|
+
Classifier: Operating System :: OS Independent
|
|
45
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
46
|
+
Classifier: Topic :: Scientific/Engineering :: Chemistry
|
|
47
|
+
Requires-Python: >=3.10
|
|
48
|
+
Description-Content-Type: text/markdown
|
|
49
|
+
License-File: LICENSE
|
|
50
|
+
Requires-Dist: numpy>=1.17.0
|
|
51
|
+
Requires-Dist: ase<3.22,>=3.19
|
|
52
|
+
Requires-Dist: networkx
|
|
53
|
+
Requires-Dist: rmsd>=1.5.1
|
|
54
|
+
Requires-Dist: sella
|
|
55
|
+
Provides-Extra: plot
|
|
56
|
+
Requires-Dist: matplotlib; extra == "plot"
|
|
57
|
+
Requires-Dist: pyvis; extra == "plot"
|
|
58
|
+
Requires-Dist: rdkit; extra == "plot"
|
|
59
|
+
|
|
60
|
+
[](https://gitter.im/zadorlab/KinBot)
|
|
61
|
+
|
|
62
|
+
# KinBot: Automated Reaction Kinetics of Gas-Phase Organic Species over Multiwell Potential Energy Surfaces
|
|
63
|
+
|
|
64
|
+
<p>
|
|
65
|
+
<img src="https://raw.githubusercontent.com/zadorlab/KinBot/master/graphics/kinbot_logo_V2.png" width="220" height="240" />
|
|
66
|
+
</p>
|
|
67
|
+
|
|
68
|
+
## Description
|
|
69
|
+
This repository contains the KinBot code version 2.2.1,
|
|
70
|
+
a tool for automatically searching for reactions on the potential energy surface.
|
|
71
|
+
|
|
72
|
+
If you are using this tool in scientific publications, please reference the following publications:
|
|
73
|
+
|
|
74
|
+
* Ruben Van de Vijver, Judit Zádor: KinBot: _Automated stationary point search on potential energy surfaces_, Comp. Phys. Comm., **2019**, 248, 106947. https://doi.org/10.1016/j.cpc.2019.106947
|
|
75
|
+
```
|
|
76
|
+
@article{Vijver2020,
|
|
77
|
+
author = {Van de Vijver, Ruben and Z\'ador, Judit},
|
|
78
|
+
title = {KinBot: Automated stationary point search on potential energy surfaces},
|
|
79
|
+
journal = {Comput. Phys. Commun.},
|
|
80
|
+
volume = {248},
|
|
81
|
+
pages = {106947},
|
|
82
|
+
year = {2020},
|
|
83
|
+
type = {Journal Article}
|
|
84
|
+
}
|
|
85
|
+
```
|
|
86
|
+
* Judit Zádor, Carles Martí, Ruben Van de Vijver, Sommer L. Johansen, Yoona Yang, Hope A. Michelsen, Habib N. Najm: _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
|
|
87
|
+
|
|
88
|
+
```
|
|
89
|
+
@article{Zador2022,
|
|
90
|
+
author = {Z\'ador, Judit and Mart\'i, Carles and Van de Vijver, Ruben and Johansen, Sommer L. and Yang, Yoona and Michelsen, Hope A. and Najm, Habib N.},
|
|
91
|
+
title = {Automated reaction kinetics of gas-phase organic species over multiwell potential energy surfaces},
|
|
92
|
+
journal = {J. Phys. Chem. A},
|
|
93
|
+
volume = {127},
|
|
94
|
+
pages = {565-588},
|
|
95
|
+
year = {2023},
|
|
96
|
+
type = {Journal Article}
|
|
97
|
+
}
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
We appreciate if you send us the DOI of your published paper that used KinBot, so we can feature it here below.
|
|
101
|
+
|
|
102
|
+
## How to Install
|
|
103
|
+
|
|
104
|
+
KinBot can be installed both in three different ways, from the PyPI index (`pip install`), from the conda-forge repo (`conda install`) or by cloning this github repo and then install it locally.
|
|
105
|
+
|
|
106
|
+
### PyPI
|
|
107
|
+
|
|
108
|
+
pip install kinbot
|
|
109
|
+
|
|
110
|
+
> **Note**
|
|
111
|
+
> KinBot only works with Python >= 3.10.
|
|
112
|
+
|
|
113
|
+
### conda-forge
|
|
114
|
+
|
|
115
|
+
conda install -c conda-forge kinbot
|
|
116
|
+
|
|
117
|
+
### From Github
|
|
118
|
+
|
|
119
|
+
If you want to have the very last version of KinBot without waiting for a
|
|
120
|
+
release or you want to modify KinBot acccording to your needs you can clone the project
|
|
121
|
+
from github:
|
|
122
|
+
|
|
123
|
+
git clone git@github.com:zadorlab/KinBot.git
|
|
124
|
+
|
|
125
|
+
and then, from within the KinBot directory produced after cloning, type:
|
|
126
|
+
|
|
127
|
+
pip install -e .
|
|
128
|
+
|
|
129
|
+
> **Note**
|
|
130
|
+
> If you want to modify KinBot yourself it's better to fork the project
|
|
131
|
+
> into your own repository and then clone it.
|
|
132
|
+
|
|
133
|
+
## How to Run
|
|
134
|
+
To run a single-well exploration of KinBot, make an input file (e.g. input.json) and run:
|
|
135
|
+
|
|
136
|
+
kinbot input.json
|
|
137
|
+
|
|
138
|
+
To run a full PES search, make an input file (e.g. input.json) and run:
|
|
139
|
+
|
|
140
|
+
pes input.json
|
|
141
|
+
|
|
142
|
+
You can find additional command line arguments in the manual.
|
|
143
|
+
|
|
144
|
+
## Documentation
|
|
145
|
+
See the [wiki](https://github.com/zadorlab/KinBot/wiki) for keywords, and our [tutorial](https://hackmd.io/@jzador/kinbot_workshop_2023#/) for a more hands-on introduction to the code.
|
|
146
|
+
|
|
147
|
+
## List of files in this project
|
|
148
|
+
See [list](https://github.com/zadorlab/KinBot/wiki/KinBot-file-structure).
|
|
149
|
+
|
|
150
|
+
## Authors
|
|
151
|
+
* Judit Zádor (jzador@sandia.gov)
|
|
152
|
+
* Ruben Van de Vijver
|
|
153
|
+
* Amanda Dewyer
|
|
154
|
+
* Carles Martí
|
|
155
|
+
* Clément Soulié (csoulie@sandia.gov)
|
|
156
|
+
|
|
157
|
+
## Papers using KinBot
|
|
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
|
|
180
|
+
|
|
181
|
+
Older Version of KinBot:
|
|
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
|
|
183
|
+
2. Grambow, C. A., Jamal, A., Li, Y.-P., Green, W. H., Zádor, J., Suleimanov, Y. V.: _Unimolecular reaction pathways of a g-ketohydroperoxide from combined application of automated reaction discovery methods._ J. Am. Chem. Soc., 2018, 140, 1035. https://doi.org/10.1021/jacs.7b11009
|
|
184
|
+
3. Rotavera, B., Savee, J. D., Antonov, I. O., Caravan, R. L., Sheps, L., Osborn, D. L., Zádor, J., Taatjes, C. A.: _Influence of oxygenation in cyclic hydrocarbons on chain-termination reactions from R + O2: tetrahydropyran and cyclohexane._ Proceedings of the Combustion Institute, **2017,** 36, 597. https://doi.org/10.1016/j.proci.2016.05.020
|
|
185
|
+
4. Antonov, I. O., Zádor, J., Rotavera, B., Papajak, E., Osborn, D. L., Taatjes, C. A., Sheps, L.: _Pressure-Dependent Competition among Reaction Pathways from First- and Second-O2 Additions in the Low-Temperature Oxidation of Tetrahydrofuran._ J. Phys. Chem. A, **2016,** 120 6582. https://doi.org/10.1021/acs.jpca.6b05411
|
|
186
|
+
5. Antonov, I. O., Kwok, J., Zádor, J., Sheps, L.: OH + 2-butene: A combined experimental and theoretical study in the 300-800 K temperature range. J. Phys. Chem. A, **2015,** 119, 7742. https://doi.org/10.1021/acs.jpca.5b01012
|
|
187
|
+
6. Zádor, J., Miller, J.A.: _Adventures on the C3H5O potential energy surface: OH + propyne, OH + allene and related reactions._ Proceedings of the Combustion Institute, **2015,** 35, 181. https://doi.org/10.1016/j.proci.2014.05.103
|
|
188
|
+
7. Rotavera, B., Zádor, J., Welz, O., Sheps, L., Scheer, A.M., Savee, J.D., Ali, M.A., Lee, T.S., Simmons, B.A., Osborn, D.L., Violi, A., Taatjes, C.A.: _Photoionization mass spectrometric measurements of initial reaction pathways in low-temperature oxidation of 2,5-dimethylhexane._ J. Phys. Chem. A, **2014,** 44, 10188. https://doi.org/10.1021/jp507811d
|
|
189
|
+
|
|
190
|
+
## Acknowledgement
|
|
191
|
+
This research was supported by the Exascale Computing Project (ECP), Project Number: 17-SC-20-SC, a collaborative effort of two DOE organizations, the Office of Science and the National Nuclear Security Administration, responsible for the planning and preparation of a capable exascale ecosystem including software, applications, hardware, advanced system engineering, and early test bed platforms to support the nation's exascale computing imperative. RVdV was also supported by the AITSTME project as part of the Predictive Theory and Modeling component of the Materials Genome Initiative. Sandia National Laboratories is a multimission laboratory managed and operated by National Technology and Engineering Solutions of Sandia, LLC., a wholly owned subsidiary of Honeywell International, Inc., for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-NA0003525.
|
kinbot-2.2.4/README.md
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
[](https://gitter.im/zadorlab/KinBot)
|
|
2
|
+
|
|
3
|
+
# KinBot: Automated Reaction Kinetics of Gas-Phase Organic Species over Multiwell Potential Energy Surfaces
|
|
4
|
+
|
|
5
|
+
<p>
|
|
6
|
+
<img src="https://raw.githubusercontent.com/zadorlab/KinBot/master/graphics/kinbot_logo_V2.png" width="220" height="240" />
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
## Description
|
|
10
|
+
This repository contains the KinBot code version 2.2.1,
|
|
11
|
+
a tool for automatically searching for reactions on the potential energy surface.
|
|
12
|
+
|
|
13
|
+
If you are using this tool in scientific publications, please reference the following publications:
|
|
14
|
+
|
|
15
|
+
* Ruben Van de Vijver, Judit Zádor: KinBot: _Automated stationary point search on potential energy surfaces_, Comp. Phys. Comm., **2019**, 248, 106947. https://doi.org/10.1016/j.cpc.2019.106947
|
|
16
|
+
```
|
|
17
|
+
@article{Vijver2020,
|
|
18
|
+
author = {Van de Vijver, Ruben and Z\'ador, Judit},
|
|
19
|
+
title = {KinBot: Automated stationary point search on potential energy surfaces},
|
|
20
|
+
journal = {Comput. Phys. Commun.},
|
|
21
|
+
volume = {248},
|
|
22
|
+
pages = {106947},
|
|
23
|
+
year = {2020},
|
|
24
|
+
type = {Journal Article}
|
|
25
|
+
}
|
|
26
|
+
```
|
|
27
|
+
* Judit Zádor, Carles Martí, Ruben Van de Vijver, Sommer L. Johansen, Yoona Yang, Hope A. Michelsen, Habib N. Najm: _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
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
@article{Zador2022,
|
|
31
|
+
author = {Z\'ador, Judit and Mart\'i, Carles and Van de Vijver, Ruben and Johansen, Sommer L. and Yang, Yoona and Michelsen, Hope A. and Najm, Habib N.},
|
|
32
|
+
title = {Automated reaction kinetics of gas-phase organic species over multiwell potential energy surfaces},
|
|
33
|
+
journal = {J. Phys. Chem. A},
|
|
34
|
+
volume = {127},
|
|
35
|
+
pages = {565-588},
|
|
36
|
+
year = {2023},
|
|
37
|
+
type = {Journal Article}
|
|
38
|
+
}
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
We appreciate if you send us the DOI of your published paper that used KinBot, so we can feature it here below.
|
|
42
|
+
|
|
43
|
+
## How to Install
|
|
44
|
+
|
|
45
|
+
KinBot can be installed both in three different ways, from the PyPI index (`pip install`), from the conda-forge repo (`conda install`) or by cloning this github repo and then install it locally.
|
|
46
|
+
|
|
47
|
+
### PyPI
|
|
48
|
+
|
|
49
|
+
pip install kinbot
|
|
50
|
+
|
|
51
|
+
> **Note**
|
|
52
|
+
> KinBot only works with Python >= 3.10.
|
|
53
|
+
|
|
54
|
+
### conda-forge
|
|
55
|
+
|
|
56
|
+
conda install -c conda-forge kinbot
|
|
57
|
+
|
|
58
|
+
### From Github
|
|
59
|
+
|
|
60
|
+
If you want to have the very last version of KinBot without waiting for a
|
|
61
|
+
release or you want to modify KinBot acccording to your needs you can clone the project
|
|
62
|
+
from github:
|
|
63
|
+
|
|
64
|
+
git clone git@github.com:zadorlab/KinBot.git
|
|
65
|
+
|
|
66
|
+
and then, from within the KinBot directory produced after cloning, type:
|
|
67
|
+
|
|
68
|
+
pip install -e .
|
|
69
|
+
|
|
70
|
+
> **Note**
|
|
71
|
+
> If you want to modify KinBot yourself it's better to fork the project
|
|
72
|
+
> into your own repository and then clone it.
|
|
73
|
+
|
|
74
|
+
## How to Run
|
|
75
|
+
To run a single-well exploration of KinBot, make an input file (e.g. input.json) and run:
|
|
76
|
+
|
|
77
|
+
kinbot input.json
|
|
78
|
+
|
|
79
|
+
To run a full PES search, make an input file (e.g. input.json) and run:
|
|
80
|
+
|
|
81
|
+
pes input.json
|
|
82
|
+
|
|
83
|
+
You can find additional command line arguments in the manual.
|
|
84
|
+
|
|
85
|
+
## Documentation
|
|
86
|
+
See the [wiki](https://github.com/zadorlab/KinBot/wiki) for keywords, and our [tutorial](https://hackmd.io/@jzador/kinbot_workshop_2023#/) for a more hands-on introduction to the code.
|
|
87
|
+
|
|
88
|
+
## List of files in this project
|
|
89
|
+
See [list](https://github.com/zadorlab/KinBot/wiki/KinBot-file-structure).
|
|
90
|
+
|
|
91
|
+
## Authors
|
|
92
|
+
* Judit Zádor (jzador@sandia.gov)
|
|
93
|
+
* Ruben Van de Vijver
|
|
94
|
+
* Amanda Dewyer
|
|
95
|
+
* Carles Martí
|
|
96
|
+
* Clément Soulié (csoulie@sandia.gov)
|
|
97
|
+
|
|
98
|
+
## Papers using KinBot
|
|
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
|
|
121
|
+
|
|
122
|
+
Older Version of KinBot:
|
|
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
|
|
124
|
+
2. Grambow, C. A., Jamal, A., Li, Y.-P., Green, W. H., Zádor, J., Suleimanov, Y. V.: _Unimolecular reaction pathways of a g-ketohydroperoxide from combined application of automated reaction discovery methods._ J. Am. Chem. Soc., 2018, 140, 1035. https://doi.org/10.1021/jacs.7b11009
|
|
125
|
+
3. Rotavera, B., Savee, J. D., Antonov, I. O., Caravan, R. L., Sheps, L., Osborn, D. L., Zádor, J., Taatjes, C. A.: _Influence of oxygenation in cyclic hydrocarbons on chain-termination reactions from R + O2: tetrahydropyran and cyclohexane._ Proceedings of the Combustion Institute, **2017,** 36, 597. https://doi.org/10.1016/j.proci.2016.05.020
|
|
126
|
+
4. Antonov, I. O., Zádor, J., Rotavera, B., Papajak, E., Osborn, D. L., Taatjes, C. A., Sheps, L.: _Pressure-Dependent Competition among Reaction Pathways from First- and Second-O2 Additions in the Low-Temperature Oxidation of Tetrahydrofuran._ J. Phys. Chem. A, **2016,** 120 6582. https://doi.org/10.1021/acs.jpca.6b05411
|
|
127
|
+
5. Antonov, I. O., Kwok, J., Zádor, J., Sheps, L.: OH + 2-butene: A combined experimental and theoretical study in the 300-800 K temperature range. J. Phys. Chem. A, **2015,** 119, 7742. https://doi.org/10.1021/acs.jpca.5b01012
|
|
128
|
+
6. Zádor, J., Miller, J.A.: _Adventures on the C3H5O potential energy surface: OH + propyne, OH + allene and related reactions._ Proceedings of the Combustion Institute, **2015,** 35, 181. https://doi.org/10.1016/j.proci.2014.05.103
|
|
129
|
+
7. Rotavera, B., Zádor, J., Welz, O., Sheps, L., Scheer, A.M., Savee, J.D., Ali, M.A., Lee, T.S., Simmons, B.A., Osborn, D.L., Violi, A., Taatjes, C.A.: _Photoionization mass spectrometric measurements of initial reaction pathways in low-temperature oxidation of 2,5-dimethylhexane._ J. Phys. Chem. A, **2014,** 44, 10188. https://doi.org/10.1021/jp507811d
|
|
130
|
+
|
|
131
|
+
## Acknowledgement
|
|
132
|
+
This research was supported by the Exascale Computing Project (ECP), Project Number: 17-SC-20-SC, a collaborative effort of two DOE organizations, the Office of Science and the National Nuclear Security Administration, responsible for the planning and preparation of a capable exascale ecosystem including software, applications, hardware, advanced system engineering, and early test bed platforms to support the nation's exascale computing imperative. RVdV was also supported by the AITSTME project as part of the Predictive Theory and Modeling component of the Materials Genome Initiative. Sandia National Laboratories is a multimission laboratory managed and operated by National Technology and Engineering Solutions of Sandia, LLC., a wholly owned subsidiary of Honeywell International, Inc., for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-NA0003525.
|
|
@@ -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
|