kinbot 2.1.1__tar.gz → 2.2.2__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.1.1 → kinbot-2.2.2/KinBot.egg-info}/PKG-INFO +64 -19
- {kinbot-2.1.1/kinbot.egg-info → kinbot-2.2.2/KinBot.egg-info}/SOURCES.txt +29 -0
- {kinbot-2.1.1/kinbot.egg-info → kinbot-2.2.2/KinBot.egg-info}/requires.txt +3 -2
- {kinbot-2.1.1/kinbot.egg-info → kinbot-2.2.2/KinBot.egg-info}/top_level.txt +1 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/LICENSE +3 -2
- {kinbot-2.1.1/kinbot.egg-info → kinbot-2.2.2}/PKG-INFO +64 -19
- {kinbot-2.1.1 → kinbot-2.2.2}/README.md +48 -10
- kinbot-2.2.2/kinbot/ase_modules/calculators/nn_pes.py +220 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/cheminfo.py +4 -1
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/config_log.py +8 -1
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/conformers.py +135 -40
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/find_motif.py +2 -0
- kinbot-2.2.2/kinbot/fragments.py +853 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/frequencies.py +11 -3
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/geometry.py +88 -21
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/hindered_rotors.py +14 -3
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/irc.py +34 -8
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/kb.py +68 -27
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/license_message.py +1 -1
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/mess.py +88 -41
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/modify_geom.py +52 -27
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/molpro.py +127 -21
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/optimize.py +79 -46
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/parameters.py +186 -9
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/pes.py +640 -232
- kinbot-2.2.2/kinbot/postprocess.py +329 -0
- kinbot-2.2.2/kinbot/pp_settings.py +381 -0
- kinbot-2.2.2/kinbot/pp_tables.py +22 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/qc.py +535 -179
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reac_General.py +4 -2
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reac_family.py +81 -44
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reaction_finder.py +208 -177
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reaction_generator.py +346 -239
- kinbot-2.2.2/kinbot/reactions/reac_12_shift_S_F.py +38 -0
- kinbot-2.2.2/kinbot/reactions/reac_12_shift_S_R.py +36 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Intra_R_Add_ExoTetCyclic_F.py +12 -2
- kinbot-2.2.2/kinbot/reactions/reac_R_Addition_MultipleBond.py +108 -0
- kinbot-2.2.2/kinbot/reactions/reac_bimol_disproportionation_R.py +33 -0
- kinbot-2.2.2/kinbot/reactions/reac_h2_elim.py +34 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_intra_R_migration.py +15 -3
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reader_gauss.py +131 -10
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/stationary_pt.py +205 -64
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_gauss_hir.tpl.py +2 -3
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_gauss_irc.tpl.py +32 -10
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_gauss_opt_well.tpl.py +1 -2
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_gauss_ring_conf.tpl.py +1 -1
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_gauss_ts_end.tpl.py +1 -2
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_gauss_ts_search.tpl.py +2 -3
- kinbot-2.2.2/kinbot/tpl/ase_gauss_vts.tpl.py +124 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_qchem_ts_search.tpl.py +0 -1
- kinbot-2.2.2/kinbot/tpl/ase_sella_hir.tpl.py +45 -0
- kinbot-2.2.2/kinbot/tpl/ase_sella_irc.tpl.py +81 -0
- kinbot-2.2.2/kinbot/tpl/ase_sella_opt_well.tpl.py +117 -0
- kinbot-2.2.2/kinbot/tpl/ase_sella_ring_conf.tpl.py +139 -0
- kinbot-2.2.2/kinbot/tpl/ase_sella_ts_end.tpl.py +97 -0
- kinbot-2.2.2/kinbot/tpl/ase_sella_ts_search.tpl.py +56 -0
- kinbot-2.2.2/kinbot/tpl/ase_sella_vts.tpl.py +213 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_barrierless.tpl +6 -4
- kinbot-2.2.2/kinbot/tpl/mess_hinderedrotorgeom.tpl +10 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/molpro.tpl +4 -6
- kinbot-2.2.2/kinbot/tpl/molpro_ts_search.tpl.py +63 -0
- kinbot-2.2.2/kinbot/tpl/molpro_vts.tpl +17 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/pesviewer.inp.tpl +2 -1
- kinbot-2.2.2/kinbot/tpl/rotdPy.tpl +89 -0
- kinbot-2.2.2/kinbot/tpl/rotdPy_1d_corr.tpl +12 -0
- kinbot-2.2.2/kinbot/tpl/rotdPy_calc.tpl +10 -0
- kinbot-2.2.2/kinbot/tpl/rotdPy_frag.tpl +4 -0
- kinbot-2.2.2/kinbot/tpl/rotdPy_surf.tpl +7 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/slurm.tpl +1 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/slurm_molpro.tpl +1 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/utils.py +115 -26
- kinbot-2.2.2/kinbot/vrc_tst_scan.py +633 -0
- kinbot-2.2.2/kinbot/vrc_tst_surfaces.py +40 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/zmatrix.py +1 -2
- {kinbot-2.1.1 → kinbot-2.2.2}/pyproject.toml +9 -9
- kinbot-2.1.1/kinbot/postprocess.py +0 -234
- kinbot-2.1.1/kinbot/reactions/reac_12_shift_S_F.py +0 -28
- kinbot-2.1.1/kinbot/reactions/reac_12_shift_S_R.py +0 -28
- kinbot-2.1.1/kinbot/reactions/reac_R_Addition_MultipleBond.py +0 -75
- kinbot-2.1.1/kinbot/reactions/reac_h2_elim.py +0 -31
- {kinbot-2.1.1/kinbot.egg-info → kinbot-2.2.2/KinBot.egg-info}/dependency_links.txt +0 -0
- {kinbot-2.1.1/kinbot.egg-info → kinbot-2.2.2/KinBot.egg-info}/entry_points.txt +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/__init__.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/ase_modules/__init__.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/ase_modules/calculators/__init__.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/ase_modules/calculators/gaussian.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/ase_modules/calculators/qchem.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/ase_modules/constraints.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/ase_modules/io/__init__.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/ase_modules/io/formats.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/ase_modules/io/gaussian.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/ase_modules/io/zmatrix.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/bfgs.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/bond_combinations.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/constants.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/exceptions.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/mesmer.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/orca.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reaction_finder_bimol.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/__init__.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Cyclic_Ether_Formation.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Diels_alder_addition.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_HO2_Elimination_from_PeroxyRadical.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Intra_Diels_alder_R.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Intra_RH_Add_Endocyclic_F.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Intra_RH_Add_Endocyclic_R.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Intra_RH_Add_Exocyclic_F.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Intra_RH_Add_Exocyclic_R.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Intra_R_Add_Endocyclic_F.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Intra_R_Add_Exocyclic_F.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Intra_disproportionation_F.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Intra_disproportionation_R.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Korcek_step2.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Korcek_step2_even.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Korcek_step2_odd.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_R_Addition_COm3_R.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_R_Addition_CSm_R.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_Retro_Ene.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_abstraction.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_barrierless_saddle.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_beta_delta.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_birad_recombination_F.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_birad_recombination_R.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_combinatorial.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_cpd_H_migration.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_homolytic_scission.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_intra_H_migration.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_intra_H_migration_suprafacial.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_intra_OH_migration.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_intra_OH_migration_Exocyclic_F.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_ketoenol.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_r12_cycloaddition.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_r12_insertion_R.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_r13_insertion_CO2.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_r13_insertion_ROR.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_r13_insertion_RSR.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_r14_birad_scission.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_r14_cyclic_birad_scission_R.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reactions/reac_r22_cycloaddition.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/reader_qchem.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/symmetry.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/thread_kinbot.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/__init__.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_nwchem_freq_well.tpl.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_nwchem_irc.tpl.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_nwchem_opt_well.tpl.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_nwchem_ts_end.tpl.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_nwchem_ts_search.tpl.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_nwchem_ts_search_ase_constraints.tpl.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_qchem_hir.tpl.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_qchem_irc.tpl.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_qchem_opt_well.tpl.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/ase_qchem_ts_end.tpl.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/local_molpro.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_2tst.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_atom.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_barrier.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_barrier_union.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_bimol.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_bimol_union.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_core_rr.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_dummy.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_fragment.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_fragment_OH.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_freerotor.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_header.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_hinderedrotor.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_outerrrho.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_pst.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_pstfragment.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_rrho.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_termol.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_ts.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_tunneling.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_variational.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_well.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/mess_well_union.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/pbs.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/pbs_mesmer.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/pbs_mess.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/pbs_mess_uq.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/pbs_molpro.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/pbs_python.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/slurm_mesmer.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/slurm_mess.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/slurm_mess_uq.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/slurm_orca.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/tpl/slurm_python.tpl +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/kinbot/uncertaintyAnalysis.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/setup.cfg +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/tests/__init__.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/tests/bfgs.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/tests/cheminfo.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/tests/dihedrals.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/tests/find_motif.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/tests/frequencies.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/tests/geometry.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/tests/modify_geom.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/tests/multimolecular.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/tests/resonance.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/tests/symmetry.py +0 -0
- {kinbot-2.1.1 → kinbot-2.2.2}/tests/test_kinbot.py +0 -0
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: kinbot
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.2
|
|
4
4
|
Summary: Automated reaction kinetics for gas-phase species
|
|
5
|
-
Author-email: Judit Zádor <jzador@sandia.gov>, Ruben
|
|
6
|
-
Maintainer-email: Judit Zádor <jzador@sandia.gov>,
|
|
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
7
|
License: BSD 3-Clause License
|
|
8
8
|
|
|
9
|
-
Copyright (c) 2018,
|
|
10
|
-
|
|
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
|
|
11
12
|
|
|
12
13
|
Redistribution and use in source and binary forms, with or without
|
|
13
14
|
modification, are permitted provided that the following conditions are met:
|
|
@@ -41,44 +42,77 @@ Classifier: Intended Audience :: Science/Research
|
|
|
41
42
|
Classifier: Natural Language :: English
|
|
42
43
|
Classifier: License :: OSI Approved :: BSD License
|
|
43
44
|
Classifier: Operating System :: OS Independent
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
46
45
|
Classifier: Programming Language :: Python :: 3.10
|
|
47
46
|
Classifier: Topic :: Scientific/Engineering :: Chemistry
|
|
48
|
-
Requires-Python: >=3.
|
|
47
|
+
Requires-Python: >=3.10
|
|
49
48
|
Description-Content-Type: text/markdown
|
|
50
|
-
Provides-Extra: plot
|
|
51
49
|
License-File: LICENSE
|
|
50
|
+
Requires-Dist: numpy<2.0,>=1.17.0
|
|
51
|
+
Requires-Dist: ase<3.23,>=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"
|
|
52
59
|
|
|
53
60
|
[](https://gitter.im/zadorlab/KinBot)
|
|
54
61
|
|
|
55
|
-
# KinBot: Automated
|
|
62
|
+
# KinBot: Automated Reaction Kinetics of Gas-Phase Organic Species over Multiwell Potential Energy Surfaces
|
|
56
63
|
|
|
57
64
|
<p>
|
|
58
65
|
<img src="https://raw.githubusercontent.com/zadorlab/KinBot/master/graphics/kinbot_logo_V2.png" width="220" height="240" />
|
|
59
66
|
</p>
|
|
60
67
|
|
|
61
68
|
## Description
|
|
62
|
-
This repository contains the KinBot code version 2.
|
|
69
|
+
This repository contains the KinBot code version 2.2.1,
|
|
63
70
|
a tool for automatically searching for reactions on the potential energy surface.
|
|
64
71
|
|
|
65
72
|
If you are using this tool in scientific publications, please reference the following publications:
|
|
66
73
|
|
|
67
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
|
+
```
|
|
68
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
|
|
69
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
|
+
|
|
70
100
|
We appreciate if you send us the DOI of your published paper that used KinBot, so we can feature it here below.
|
|
71
101
|
|
|
72
102
|
## How to Install
|
|
73
103
|
|
|
74
|
-
KinBot
|
|
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.
|
|
75
105
|
|
|
76
106
|
### PyPI
|
|
77
107
|
|
|
78
108
|
pip install kinbot
|
|
79
109
|
|
|
80
110
|
> **Note**
|
|
81
|
-
> KinBot only works with Python >= 3.
|
|
111
|
+
> KinBot only works with Python >= 3.10.
|
|
112
|
+
|
|
113
|
+
### conda-forge
|
|
114
|
+
|
|
115
|
+
conda install -c conda-forge kinbot
|
|
82
116
|
|
|
83
117
|
### From Github
|
|
84
118
|
|
|
@@ -90,14 +124,14 @@ from github:
|
|
|
90
124
|
|
|
91
125
|
and then, from within the KinBot directory produced after cloning, type:
|
|
92
126
|
|
|
93
|
-
pip install .
|
|
127
|
+
pip install -e .
|
|
94
128
|
|
|
95
129
|
> **Note**
|
|
96
130
|
> If you want to modify KinBot yourself it's better to fork the project
|
|
97
131
|
> into your own repository and then clone it.
|
|
98
132
|
|
|
99
133
|
## How to Run
|
|
100
|
-
To run
|
|
134
|
+
To run a single-well exploration of KinBot, make an input file (e.g. input.json) and run:
|
|
101
135
|
|
|
102
136
|
kinbot input.json
|
|
103
137
|
|
|
@@ -108,20 +142,31 @@ To run a full PES search, make an input file (e.g. input.json) and run:
|
|
|
108
142
|
You can find additional command line arguments in the manual.
|
|
109
143
|
|
|
110
144
|
## Documentation
|
|
111
|
-
See [wiki](https://github.com/zadorlab/KinBot/wiki).
|
|
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.
|
|
112
146
|
|
|
113
147
|
## List of files in this project
|
|
114
148
|
See [list](https://github.com/zadorlab/KinBot/wiki/KinBot-file-structure).
|
|
115
149
|
|
|
116
150
|
## Authors
|
|
117
151
|
* Judit Zádor (jzador@sandia.gov)
|
|
118
|
-
* Ruben Van de Vijver
|
|
152
|
+
* Ruben Van de Vijver
|
|
119
153
|
* Amanda Dewyer
|
|
120
|
-
* Carles Martí
|
|
154
|
+
* Carles Martí
|
|
155
|
+
* Clément Soulié (csoulie@sandia.gov)
|
|
121
156
|
|
|
122
157
|
## Papers using KinBot
|
|
123
|
-
* Martí, C.,
|
|
158
|
+
* Almeida, T. G., Martí, C., Kurtén, T., Zádor, J., Johansen, S. L.: _Theoretical analysis of the OH-Initiated atmospheric oxidation reactions of imidazole_. Phys. Chem. Chem. Phys., **2024** 26 23570-23587. https://doi.org/10.1039/D4CP02103G
|
|
159
|
+
* Yuan, E. C.-Y., Kumar, A., Guan, X., Hermes, E. D., Rosen, A. S., Zádor, J., Head-Gordon, T., Blau, S. M.: _Analytical ab initio Hessian from a Deep Learning Potential for Transition State Optimization_. Nat. Comm., **2024**
|
|
160
|
+
* Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent rate coefficients and reaction mechanisms of 2-ethyloxetanylperoxy radicals_. Proc. Combust. Inst., **2024**, 40, 105578. https://doi.org/10.1016/j.proci.2024.105578
|
|
161
|
+
* Hansen, N. A, Price, T. D., Filardi, L. R., Gurses, S. M., Zhou, W., Hansen, N., Osborn, D. L. Zádor, J., Kronawitter, C. X.: _The photoionization of methoxymethanol: Fingerprinting a reactive C2 oxygenate in a complex reactive mixture_. J. Chem. Phys., **2024**, 160, 124306. https://doi.org/10.1063/5.0197827
|
|
162
|
+
* Martí, C., Devereux, C., Najm, H. N., Zádor, J.: _Evaluation of rate coefficients in the gas-phase using a machine learned potential_. J. Phys. Chem. A, **2024**, 128, 1958–1971. https://doi.org/10.1021/acs.jpca.3c07872
|
|
163
|
+
* Lang, J., Foley, C. D., Thawoos, S., Behzadfar, A., Liu, Y., Zádor, J., Suits, A. G.: _Reaction dynamics of S(3P) with 1,3-butadiene and isoprene: Crossed beam scattering, low temperature flow experiments, and high-level electronic structure calculations_. Farad. Discuss., **2024**, 251, 550-572. https://doi.org/10.1039/D4FD00009A
|
|
164
|
+
* Wang, D., Tian, Z.-Y., Zheng, Z.-H., Li, W., Wu, L.-N., Kuang, J.-J., Yang, J.-Z.: _Experimental and modeling study of the n, n-dimethylformamide pyrolysis at atmospheric pressure_. Combust. Flame, **2024**, 260, 113240. https://doi.org/10.1016/j.combustflame.2023.113240
|
|
165
|
+
* Doner, A. C., Zádor, J., Rotavera, B.: _Unimolecular reactions of 2,4-dimethyloxetanyl radicals._ J. Phys. Chem A, **2023**, 127, 2591–2600 https://doi.org/10.1021/acs.jpca.2c08290
|
|
166
|
+
* 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
|
|
167
|
+
* 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
|
|
124
168
|
* 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
|
|
169
|
+
* 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
|
|
125
170
|
* 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
|
|
126
171
|
* 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
|
|
127
172
|
* 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
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
LICENSE
|
|
2
2
|
README.md
|
|
3
3
|
pyproject.toml
|
|
4
|
+
KinBot.egg-info/PKG-INFO
|
|
5
|
+
KinBot.egg-info/SOURCES.txt
|
|
6
|
+
KinBot.egg-info/dependency_links.txt
|
|
7
|
+
KinBot.egg-info/entry_points.txt
|
|
8
|
+
KinBot.egg-info/requires.txt
|
|
9
|
+
KinBot.egg-info/top_level.txt
|
|
4
10
|
kinbot/__init__.py
|
|
5
11
|
kinbot/bfgs.py
|
|
6
12
|
kinbot/bond_combinations.py
|
|
@@ -10,6 +16,7 @@ kinbot/conformers.py
|
|
|
10
16
|
kinbot/constants.py
|
|
11
17
|
kinbot/exceptions.py
|
|
12
18
|
kinbot/find_motif.py
|
|
19
|
+
kinbot/fragments.py
|
|
13
20
|
kinbot/frequencies.py
|
|
14
21
|
kinbot/geometry.py
|
|
15
22
|
kinbot/hindered_rotors.py
|
|
@@ -25,6 +32,8 @@ kinbot/orca.py
|
|
|
25
32
|
kinbot/parameters.py
|
|
26
33
|
kinbot/pes.py
|
|
27
34
|
kinbot/postprocess.py
|
|
35
|
+
kinbot/pp_settings.py
|
|
36
|
+
kinbot/pp_tables.py
|
|
28
37
|
kinbot/qc.py
|
|
29
38
|
kinbot/reac_General.py
|
|
30
39
|
kinbot/reac_family.py
|
|
@@ -38,6 +47,8 @@ kinbot/symmetry.py
|
|
|
38
47
|
kinbot/thread_kinbot.py
|
|
39
48
|
kinbot/uncertaintyAnalysis.py
|
|
40
49
|
kinbot/utils.py
|
|
50
|
+
kinbot/vrc_tst_scan.py
|
|
51
|
+
kinbot/vrc_tst_surfaces.py
|
|
41
52
|
kinbot/zmatrix.py
|
|
42
53
|
kinbot.egg-info/PKG-INFO
|
|
43
54
|
kinbot.egg-info/SOURCES.txt
|
|
@@ -49,6 +60,7 @@ kinbot/ase_modules/__init__.py
|
|
|
49
60
|
kinbot/ase_modules/constraints.py
|
|
50
61
|
kinbot/ase_modules/calculators/__init__.py
|
|
51
62
|
kinbot/ase_modules/calculators/gaussian.py
|
|
63
|
+
kinbot/ase_modules/calculators/nn_pes.py
|
|
52
64
|
kinbot/ase_modules/calculators/qchem.py
|
|
53
65
|
kinbot/ase_modules/io/__init__.py
|
|
54
66
|
kinbot/ase_modules/io/formats.py
|
|
@@ -80,6 +92,7 @@ kinbot/reactions/reac_Retro_Ene.py
|
|
|
80
92
|
kinbot/reactions/reac_abstraction.py
|
|
81
93
|
kinbot/reactions/reac_barrierless_saddle.py
|
|
82
94
|
kinbot/reactions/reac_beta_delta.py
|
|
95
|
+
kinbot/reactions/reac_bimol_disproportionation_R.py
|
|
83
96
|
kinbot/reactions/reac_birad_recombination_F.py
|
|
84
97
|
kinbot/reactions/reac_birad_recombination_R.py
|
|
85
98
|
kinbot/reactions/reac_combinatorial.py
|
|
@@ -107,6 +120,7 @@ kinbot/tpl/ase_gauss_opt_well.tpl.py
|
|
|
107
120
|
kinbot/tpl/ase_gauss_ring_conf.tpl.py
|
|
108
121
|
kinbot/tpl/ase_gauss_ts_end.tpl.py
|
|
109
122
|
kinbot/tpl/ase_gauss_ts_search.tpl.py
|
|
123
|
+
kinbot/tpl/ase_gauss_vts.tpl.py
|
|
110
124
|
kinbot/tpl/ase_nwchem_freq_well.tpl.py
|
|
111
125
|
kinbot/tpl/ase_nwchem_irc.tpl.py
|
|
112
126
|
kinbot/tpl/ase_nwchem_opt_well.tpl.py
|
|
@@ -118,6 +132,13 @@ kinbot/tpl/ase_qchem_irc.tpl.py
|
|
|
118
132
|
kinbot/tpl/ase_qchem_opt_well.tpl.py
|
|
119
133
|
kinbot/tpl/ase_qchem_ts_end.tpl.py
|
|
120
134
|
kinbot/tpl/ase_qchem_ts_search.tpl.py
|
|
135
|
+
kinbot/tpl/ase_sella_hir.tpl.py
|
|
136
|
+
kinbot/tpl/ase_sella_irc.tpl.py
|
|
137
|
+
kinbot/tpl/ase_sella_opt_well.tpl.py
|
|
138
|
+
kinbot/tpl/ase_sella_ring_conf.tpl.py
|
|
139
|
+
kinbot/tpl/ase_sella_ts_end.tpl.py
|
|
140
|
+
kinbot/tpl/ase_sella_ts_search.tpl.py
|
|
141
|
+
kinbot/tpl/ase_sella_vts.tpl.py
|
|
121
142
|
kinbot/tpl/local_molpro.tpl
|
|
122
143
|
kinbot/tpl/mess_2tst.tpl
|
|
123
144
|
kinbot/tpl/mess_atom.tpl
|
|
@@ -133,6 +154,7 @@ kinbot/tpl/mess_fragment_OH.tpl
|
|
|
133
154
|
kinbot/tpl/mess_freerotor.tpl
|
|
134
155
|
kinbot/tpl/mess_header.tpl
|
|
135
156
|
kinbot/tpl/mess_hinderedrotor.tpl
|
|
157
|
+
kinbot/tpl/mess_hinderedrotorgeom.tpl
|
|
136
158
|
kinbot/tpl/mess_outerrrho.tpl
|
|
137
159
|
kinbot/tpl/mess_pst.tpl
|
|
138
160
|
kinbot/tpl/mess_pstfragment.tpl
|
|
@@ -144,6 +166,8 @@ kinbot/tpl/mess_variational.tpl
|
|
|
144
166
|
kinbot/tpl/mess_well.tpl
|
|
145
167
|
kinbot/tpl/mess_well_union.tpl
|
|
146
168
|
kinbot/tpl/molpro.tpl
|
|
169
|
+
kinbot/tpl/molpro_ts_search.tpl.py
|
|
170
|
+
kinbot/tpl/molpro_vts.tpl
|
|
147
171
|
kinbot/tpl/pbs.tpl
|
|
148
172
|
kinbot/tpl/pbs_mesmer.tpl
|
|
149
173
|
kinbot/tpl/pbs_mess.tpl
|
|
@@ -151,6 +175,11 @@ kinbot/tpl/pbs_mess_uq.tpl
|
|
|
151
175
|
kinbot/tpl/pbs_molpro.tpl
|
|
152
176
|
kinbot/tpl/pbs_python.tpl
|
|
153
177
|
kinbot/tpl/pesviewer.inp.tpl
|
|
178
|
+
kinbot/tpl/rotdPy.tpl
|
|
179
|
+
kinbot/tpl/rotdPy_1d_corr.tpl
|
|
180
|
+
kinbot/tpl/rotdPy_calc.tpl
|
|
181
|
+
kinbot/tpl/rotdPy_frag.tpl
|
|
182
|
+
kinbot/tpl/rotdPy_surf.tpl
|
|
154
183
|
kinbot/tpl/slurm.tpl
|
|
155
184
|
kinbot/tpl/slurm_mesmer.tpl
|
|
156
185
|
kinbot/tpl/slurm_mess.tpl
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
BSD 3-Clause License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2018,
|
|
4
|
-
|
|
3
|
+
Copyright (c) 2018, National Technology & Engineering Solutions of Sandia,
|
|
4
|
+
LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
|
|
5
|
+
the U.S. Government retains certain rights in this software
|
|
5
6
|
|
|
6
7
|
Redistribution and use in source and binary forms, with or without
|
|
7
8
|
modification, are permitted provided that the following conditions are met:
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: kinbot
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.2
|
|
4
4
|
Summary: Automated reaction kinetics for gas-phase species
|
|
5
|
-
Author-email: Judit Zádor <jzador@sandia.gov>, Ruben
|
|
6
|
-
Maintainer-email: Judit Zádor <jzador@sandia.gov>,
|
|
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
7
|
License: BSD 3-Clause License
|
|
8
8
|
|
|
9
|
-
Copyright (c) 2018,
|
|
10
|
-
|
|
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
|
|
11
12
|
|
|
12
13
|
Redistribution and use in source and binary forms, with or without
|
|
13
14
|
modification, are permitted provided that the following conditions are met:
|
|
@@ -41,44 +42,77 @@ Classifier: Intended Audience :: Science/Research
|
|
|
41
42
|
Classifier: Natural Language :: English
|
|
42
43
|
Classifier: License :: OSI Approved :: BSD License
|
|
43
44
|
Classifier: Operating System :: OS Independent
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
46
45
|
Classifier: Programming Language :: Python :: 3.10
|
|
47
46
|
Classifier: Topic :: Scientific/Engineering :: Chemistry
|
|
48
|
-
Requires-Python: >=3.
|
|
47
|
+
Requires-Python: >=3.10
|
|
49
48
|
Description-Content-Type: text/markdown
|
|
50
|
-
Provides-Extra: plot
|
|
51
49
|
License-File: LICENSE
|
|
50
|
+
Requires-Dist: numpy<2.0,>=1.17.0
|
|
51
|
+
Requires-Dist: ase<3.23,>=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"
|
|
52
59
|
|
|
53
60
|
[](https://gitter.im/zadorlab/KinBot)
|
|
54
61
|
|
|
55
|
-
# KinBot: Automated
|
|
62
|
+
# KinBot: Automated Reaction Kinetics of Gas-Phase Organic Species over Multiwell Potential Energy Surfaces
|
|
56
63
|
|
|
57
64
|
<p>
|
|
58
65
|
<img src="https://raw.githubusercontent.com/zadorlab/KinBot/master/graphics/kinbot_logo_V2.png" width="220" height="240" />
|
|
59
66
|
</p>
|
|
60
67
|
|
|
61
68
|
## Description
|
|
62
|
-
This repository contains the KinBot code version 2.
|
|
69
|
+
This repository contains the KinBot code version 2.2.1,
|
|
63
70
|
a tool for automatically searching for reactions on the potential energy surface.
|
|
64
71
|
|
|
65
72
|
If you are using this tool in scientific publications, please reference the following publications:
|
|
66
73
|
|
|
67
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
|
+
```
|
|
68
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
|
|
69
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
|
+
|
|
70
100
|
We appreciate if you send us the DOI of your published paper that used KinBot, so we can feature it here below.
|
|
71
101
|
|
|
72
102
|
## How to Install
|
|
73
103
|
|
|
74
|
-
KinBot
|
|
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.
|
|
75
105
|
|
|
76
106
|
### PyPI
|
|
77
107
|
|
|
78
108
|
pip install kinbot
|
|
79
109
|
|
|
80
110
|
> **Note**
|
|
81
|
-
> KinBot only works with Python >= 3.
|
|
111
|
+
> KinBot only works with Python >= 3.10.
|
|
112
|
+
|
|
113
|
+
### conda-forge
|
|
114
|
+
|
|
115
|
+
conda install -c conda-forge kinbot
|
|
82
116
|
|
|
83
117
|
### From Github
|
|
84
118
|
|
|
@@ -90,14 +124,14 @@ from github:
|
|
|
90
124
|
|
|
91
125
|
and then, from within the KinBot directory produced after cloning, type:
|
|
92
126
|
|
|
93
|
-
pip install .
|
|
127
|
+
pip install -e .
|
|
94
128
|
|
|
95
129
|
> **Note**
|
|
96
130
|
> If you want to modify KinBot yourself it's better to fork the project
|
|
97
131
|
> into your own repository and then clone it.
|
|
98
132
|
|
|
99
133
|
## How to Run
|
|
100
|
-
To run
|
|
134
|
+
To run a single-well exploration of KinBot, make an input file (e.g. input.json) and run:
|
|
101
135
|
|
|
102
136
|
kinbot input.json
|
|
103
137
|
|
|
@@ -108,20 +142,31 @@ To run a full PES search, make an input file (e.g. input.json) and run:
|
|
|
108
142
|
You can find additional command line arguments in the manual.
|
|
109
143
|
|
|
110
144
|
## Documentation
|
|
111
|
-
See [wiki](https://github.com/zadorlab/KinBot/wiki).
|
|
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.
|
|
112
146
|
|
|
113
147
|
## List of files in this project
|
|
114
148
|
See [list](https://github.com/zadorlab/KinBot/wiki/KinBot-file-structure).
|
|
115
149
|
|
|
116
150
|
## Authors
|
|
117
151
|
* Judit Zádor (jzador@sandia.gov)
|
|
118
|
-
* Ruben Van de Vijver
|
|
152
|
+
* Ruben Van de Vijver
|
|
119
153
|
* Amanda Dewyer
|
|
120
|
-
* Carles Martí
|
|
154
|
+
* Carles Martí
|
|
155
|
+
* Clément Soulié (csoulie@sandia.gov)
|
|
121
156
|
|
|
122
157
|
## Papers using KinBot
|
|
123
|
-
* Martí, C.,
|
|
158
|
+
* Almeida, T. G., Martí, C., Kurtén, T., Zádor, J., Johansen, S. L.: _Theoretical analysis of the OH-Initiated atmospheric oxidation reactions of imidazole_. Phys. Chem. Chem. Phys., **2024** 26 23570-23587. https://doi.org/10.1039/D4CP02103G
|
|
159
|
+
* Yuan, E. C.-Y., Kumar, A., Guan, X., Hermes, E. D., Rosen, A. S., Zádor, J., Head-Gordon, T., Blau, S. M.: _Analytical ab initio Hessian from a Deep Learning Potential for Transition State Optimization_. Nat. Comm., **2024**
|
|
160
|
+
* Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent rate coefficients and reaction mechanisms of 2-ethyloxetanylperoxy radicals_. Proc. Combust. Inst., **2024**, 40, 105578. https://doi.org/10.1016/j.proci.2024.105578
|
|
161
|
+
* Hansen, N. A, Price, T. D., Filardi, L. R., Gurses, S. M., Zhou, W., Hansen, N., Osborn, D. L. Zádor, J., Kronawitter, C. X.: _The photoionization of methoxymethanol: Fingerprinting a reactive C2 oxygenate in a complex reactive mixture_. J. Chem. Phys., **2024**, 160, 124306. https://doi.org/10.1063/5.0197827
|
|
162
|
+
* Martí, C., Devereux, C., Najm, H. N., Zádor, J.: _Evaluation of rate coefficients in the gas-phase using a machine learned potential_. J. Phys. Chem. A, **2024**, 128, 1958–1971. https://doi.org/10.1021/acs.jpca.3c07872
|
|
163
|
+
* Lang, J., Foley, C. D., Thawoos, S., Behzadfar, A., Liu, Y., Zádor, J., Suits, A. G.: _Reaction dynamics of S(3P) with 1,3-butadiene and isoprene: Crossed beam scattering, low temperature flow experiments, and high-level electronic structure calculations_. Farad. Discuss., **2024**, 251, 550-572. https://doi.org/10.1039/D4FD00009A
|
|
164
|
+
* Wang, D., Tian, Z.-Y., Zheng, Z.-H., Li, W., Wu, L.-N., Kuang, J.-J., Yang, J.-Z.: _Experimental and modeling study of the n, n-dimethylformamide pyrolysis at atmospheric pressure_. Combust. Flame, **2024**, 260, 113240. https://doi.org/10.1016/j.combustflame.2023.113240
|
|
165
|
+
* Doner, A. C., Zádor, J., Rotavera, B.: _Unimolecular reactions of 2,4-dimethyloxetanyl radicals._ J. Phys. Chem A, **2023**, 127, 2591–2600 https://doi.org/10.1021/acs.jpca.2c08290
|
|
166
|
+
* 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
|
|
167
|
+
* 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
|
|
124
168
|
* 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
|
|
169
|
+
* 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
|
|
125
170
|
* 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
|
|
126
171
|
* 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
|
|
127
172
|
* 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
|
|
@@ -1,32 +1,59 @@
|
|
|
1
1
|
[](https://gitter.im/zadorlab/KinBot)
|
|
2
2
|
|
|
3
|
-
# KinBot: Automated
|
|
3
|
+
# KinBot: Automated Reaction Kinetics of Gas-Phase Organic Species over Multiwell Potential Energy Surfaces
|
|
4
4
|
|
|
5
5
|
<p>
|
|
6
6
|
<img src="https://raw.githubusercontent.com/zadorlab/KinBot/master/graphics/kinbot_logo_V2.png" width="220" height="240" />
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
## Description
|
|
10
|
-
This repository contains the KinBot code version 2.
|
|
10
|
+
This repository contains the KinBot code version 2.2.1,
|
|
11
11
|
a tool for automatically searching for reactions on the potential energy surface.
|
|
12
12
|
|
|
13
13
|
If you are using this tool in scientific publications, please reference the following publications:
|
|
14
14
|
|
|
15
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
|
+
```
|
|
16
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
|
|
17
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
|
+
|
|
18
41
|
We appreciate if you send us the DOI of your published paper that used KinBot, so we can feature it here below.
|
|
19
42
|
|
|
20
43
|
## How to Install
|
|
21
44
|
|
|
22
|
-
KinBot
|
|
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.
|
|
23
46
|
|
|
24
47
|
### PyPI
|
|
25
48
|
|
|
26
49
|
pip install kinbot
|
|
27
50
|
|
|
28
51
|
> **Note**
|
|
29
|
-
> KinBot only works with Python >= 3.
|
|
52
|
+
> KinBot only works with Python >= 3.10.
|
|
53
|
+
|
|
54
|
+
### conda-forge
|
|
55
|
+
|
|
56
|
+
conda install -c conda-forge kinbot
|
|
30
57
|
|
|
31
58
|
### From Github
|
|
32
59
|
|
|
@@ -38,14 +65,14 @@ from github:
|
|
|
38
65
|
|
|
39
66
|
and then, from within the KinBot directory produced after cloning, type:
|
|
40
67
|
|
|
41
|
-
pip install .
|
|
68
|
+
pip install -e .
|
|
42
69
|
|
|
43
70
|
> **Note**
|
|
44
71
|
> If you want to modify KinBot yourself it's better to fork the project
|
|
45
72
|
> into your own repository and then clone it.
|
|
46
73
|
|
|
47
74
|
## How to Run
|
|
48
|
-
To run
|
|
75
|
+
To run a single-well exploration of KinBot, make an input file (e.g. input.json) and run:
|
|
49
76
|
|
|
50
77
|
kinbot input.json
|
|
51
78
|
|
|
@@ -56,20 +83,31 @@ To run a full PES search, make an input file (e.g. input.json) and run:
|
|
|
56
83
|
You can find additional command line arguments in the manual.
|
|
57
84
|
|
|
58
85
|
## Documentation
|
|
59
|
-
See [wiki](https://github.com/zadorlab/KinBot/wiki).
|
|
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.
|
|
60
87
|
|
|
61
88
|
## List of files in this project
|
|
62
89
|
See [list](https://github.com/zadorlab/KinBot/wiki/KinBot-file-structure).
|
|
63
90
|
|
|
64
91
|
## Authors
|
|
65
92
|
* Judit Zádor (jzador@sandia.gov)
|
|
66
|
-
* Ruben Van de Vijver
|
|
93
|
+
* Ruben Van de Vijver
|
|
67
94
|
* Amanda Dewyer
|
|
68
|
-
* Carles Martí
|
|
95
|
+
* Carles Martí
|
|
96
|
+
* Clément Soulié (csoulie@sandia.gov)
|
|
69
97
|
|
|
70
98
|
## Papers using KinBot
|
|
71
|
-
* Martí, C.,
|
|
99
|
+
* Almeida, T. G., Martí, C., Kurtén, T., Zádor, J., Johansen, S. L.: _Theoretical analysis of the OH-Initiated atmospheric oxidation reactions of imidazole_. Phys. Chem. Chem. Phys., **2024** 26 23570-23587. https://doi.org/10.1039/D4CP02103G
|
|
100
|
+
* Yuan, E. C.-Y., Kumar, A., Guan, X., Hermes, E. D., Rosen, A. S., Zádor, J., Head-Gordon, T., Blau, S. M.: _Analytical ab initio Hessian from a Deep Learning Potential for Transition State Optimization_. Nat. Comm., **2024**
|
|
101
|
+
* Doner, A. C., Zádor, J., Rotavera, B.: _Stereoisomer-dependent rate coefficients and reaction mechanisms of 2-ethyloxetanylperoxy radicals_. Proc. Combust. Inst., **2024**, 40, 105578. https://doi.org/10.1016/j.proci.2024.105578
|
|
102
|
+
* Hansen, N. A, Price, T. D., Filardi, L. R., Gurses, S. M., Zhou, W., Hansen, N., Osborn, D. L. Zádor, J., Kronawitter, C. X.: _The photoionization of methoxymethanol: Fingerprinting a reactive C2 oxygenate in a complex reactive mixture_. J. Chem. Phys., **2024**, 160, 124306. https://doi.org/10.1063/5.0197827
|
|
103
|
+
* Martí, C., Devereux, C., Najm, H. N., Zádor, J.: _Evaluation of rate coefficients in the gas-phase using a machine learned potential_. J. Phys. Chem. A, **2024**, 128, 1958–1971. https://doi.org/10.1021/acs.jpca.3c07872
|
|
104
|
+
* Lang, J., Foley, C. D., Thawoos, S., Behzadfar, A., Liu, Y., Zádor, J., Suits, A. G.: _Reaction dynamics of S(3P) with 1,3-butadiene and isoprene: Crossed beam scattering, low temperature flow experiments, and high-level electronic structure calculations_. Farad. Discuss., **2024**, 251, 550-572. https://doi.org/10.1039/D4FD00009A
|
|
105
|
+
* Wang, D., Tian, Z.-Y., Zheng, Z.-H., Li, W., Wu, L.-N., Kuang, J.-J., Yang, J.-Z.: _Experimental and modeling study of the n, n-dimethylformamide pyrolysis at atmospheric pressure_. Combust. Flame, **2024**, 260, 113240. https://doi.org/10.1016/j.combustflame.2023.113240
|
|
106
|
+
* Doner, A. C., Zádor, J., Rotavera, B.: _Unimolecular reactions of 2,4-dimethyloxetanyl radicals._ J. Phys. Chem A, **2023**, 127, 2591–2600 https://doi.org/10.1021/acs.jpca.2c08290
|
|
107
|
+
* 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
|
|
108
|
+
* 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
|
|
72
109
|
* 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
|
|
110
|
+
* 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
|
|
73
111
|
* 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
|
|
74
112
|
* 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
|
|
75
113
|
* 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
|