kinbot 2.2.4__tar.gz → 2.2.4a0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {kinbot-2.2.4 → kinbot-2.2.4a0}/KinBot.egg-info/PKG-INFO +2 -2
- {kinbot-2.2.4 → kinbot-2.2.4a0}/KinBot.egg-info/requires.txt +1 -1
- {kinbot-2.2.4 → kinbot-2.2.4a0}/PKG-INFO +2 -2
- {kinbot-2.2.4 → kinbot-2.2.4a0}/pyproject.toml +2 -2
- {kinbot-2.2.4 → kinbot-2.2.4a0}/KinBot.egg-info/SOURCES.txt +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/KinBot.egg-info/dependency_links.txt +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/KinBot.egg-info/entry_points.txt +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/KinBot.egg-info/top_level.txt +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/LICENSE +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/README.md +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/__init__.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/ase_modules/__init__.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/ase_modules/calculators/__init__.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/ase_modules/calculators/gaussian.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/ase_modules/calculators/nn_pes.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/ase_modules/calculators/qchem.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/ase_modules/constraints.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/ase_modules/io/__init__.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/ase_modules/io/formats.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/ase_modules/io/gaussian.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/ase_modules/io/zmatrix.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/bfgs.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/bond_combinations.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/cheminfo.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/config_log.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/conformers.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/constants.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/exceptions.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/find_motif.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/fragments.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/frequencies.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/geometry.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/hindered_rotors.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/irc.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/kb.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/license_message.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/mesmer.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/mess.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/modify_geom.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/molpro.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/optimize.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/orca.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/parameters.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/pes.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/postprocess.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/pp_settings.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/pp_tables.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/qc.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reac_General.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reac_family.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reaction_finder.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reaction_finder_bimol.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reaction_generator.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/__init__.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_12_shift_S_F.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_12_shift_S_R.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Cyclic_Ether_Formation.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Diels_alder_addition.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_HO2_Elimination_from_PeroxyRadical.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_Diels_alder_R.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_RH_Add_Endocyclic_F.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_RH_Add_Endocyclic_R.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_RH_Add_Exocyclic_F.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_RH_Add_Exocyclic_R.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_R_Add_Endocyclic_F.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_R_Add_ExoTetCyclic_F.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_R_Add_Exocyclic_F.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_disproportionation_F.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Intra_disproportionation_R.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Korcek_step2.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Korcek_step2_even.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Korcek_step2_odd.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_R_Addition_COm3_R.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_R_Addition_CSm_R.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_R_Addition_MultipleBond.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_Retro_Ene.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_abstraction.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_barrierless_saddle.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_beta_delta.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_bimol_disproportionation_R.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_birad_recombination_F.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_birad_recombination_R.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_combinatorial.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_cpd_H_migration.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_h2_elim.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_homolytic_scission.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_H_migration.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_H_migration_suprafacial.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_OH_migration.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_OH_migration_Exocyclic_F.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_intra_R_migration.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_ketoenol.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_r12_cycloaddition.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_r12_insertion_R.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_r13_insertion_CO2.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_r13_insertion_ROR.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_r13_insertion_RSR.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_r14_birad_scission.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_r14_cyclic_birad_scission_R.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reactions/reac_r22_cycloaddition.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reader_gauss.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/reader_qchem.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/stationary_pt.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/symmetry.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/thread_kinbot.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/__init__.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_hir.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_irc.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_opt_well.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_ring_conf.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_ts_end.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_ts_search.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_gauss_vts.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_freq_well.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_irc.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_opt_well.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_ts_end.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_ts_search.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_nwchem_ts_search_ase_constraints.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_hir.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_irc.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_opt_well.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_ts_end.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_qchem_ts_search.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_hir.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_irc.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_opt_well.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_ring_conf.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_ts_end.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_ts_search.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/ase_sella_vts.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/local_molpro.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_2tst.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_atom.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_barrier.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_barrier_union.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_barrierless.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_bimol.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_bimol_union.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_core_rr.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_dummy.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_fragment.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_fragment_OH.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_freerotor.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_header.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_hinderedrotor.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_hinderedrotorgeom.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_outerrrho.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_pst.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_pstfragment.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_rrho.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_termol.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_ts.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_tunneling.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_variational.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_well.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/mess_well_union.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/molpro.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/molpro_ts_search.tpl.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/molpro_vts.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/pbs.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/pbs_mesmer.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/pbs_mess.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/pbs_mess_uq.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/pbs_molpro.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/pbs_python.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/pesviewer.inp.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy_1d_corr.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy_calc.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy_frag.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/rotdPy_surf.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/slurm.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/slurm_mesmer.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/slurm_mess.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/slurm_mess_uq.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/slurm_molpro.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/slurm_orca.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/tpl/slurm_python.tpl +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/uncertaintyAnalysis.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/utils.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/vrc_tst_scan.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/vrc_tst_surfaces.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/kinbot/zmatrix.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/setup.cfg +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/tests/__init__.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/tests/bfgs.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/tests/cheminfo.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/tests/dihedrals.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/tests/find_motif.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/tests/frequencies.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/tests/geometry.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/tests/modify_geom.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/tests/multimolecular.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/tests/resonance.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/tests/symmetry.py +0 -0
- {kinbot-2.2.4 → kinbot-2.2.4a0}/tests/test_kinbot.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: kinbot
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.4a0
|
|
4
4
|
Summary: Automated reaction kinetics for gas-phase species
|
|
5
5
|
Author-email: Judit Zádor <jzador@sandia.gov>, Ruben Van de Vijver <ruben.vandevijver@ugent.be>, Carles Martí <cmartia@sandia.gov>, Clément Soulié <csoulie@sandia.gov>, Amanda Dewyer <adewyer@sandia.gov>
|
|
6
6
|
Maintainer-email: Judit Zádor <jzador@sandia.gov>, Clément Soulié <csoulie@sandia.gov>
|
|
@@ -48,7 +48,7 @@ Requires-Python: >=3.10
|
|
|
48
48
|
Description-Content-Type: text/markdown
|
|
49
49
|
License-File: LICENSE
|
|
50
50
|
Requires-Dist: numpy>=1.17.0
|
|
51
|
-
Requires-Dist: ase<3.
|
|
51
|
+
Requires-Dist: ase<3.23,>=3.19
|
|
52
52
|
Requires-Dist: networkx
|
|
53
53
|
Requires-Dist: rmsd>=1.5.1
|
|
54
54
|
Requires-Dist: sella
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: kinbot
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.4a0
|
|
4
4
|
Summary: Automated reaction kinetics for gas-phase species
|
|
5
5
|
Author-email: Judit Zádor <jzador@sandia.gov>, Ruben Van de Vijver <ruben.vandevijver@ugent.be>, Carles Martí <cmartia@sandia.gov>, Clément Soulié <csoulie@sandia.gov>, Amanda Dewyer <adewyer@sandia.gov>
|
|
6
6
|
Maintainer-email: Judit Zádor <jzador@sandia.gov>, Clément Soulié <csoulie@sandia.gov>
|
|
@@ -48,7 +48,7 @@ Requires-Python: >=3.10
|
|
|
48
48
|
Description-Content-Type: text/markdown
|
|
49
49
|
License-File: LICENSE
|
|
50
50
|
Requires-Dist: numpy>=1.17.0
|
|
51
|
-
Requires-Dist: ase<3.
|
|
51
|
+
Requires-Dist: ase<3.23,>=3.19
|
|
52
52
|
Requires-Dist: networkx
|
|
53
53
|
Requires-Dist: rmsd>=1.5.1
|
|
54
54
|
Requires-Dist: sella
|
|
@@ -10,7 +10,7 @@ exclude = ["build", "dist", "KinBot.egg-info", "graphics"]
|
|
|
10
10
|
|
|
11
11
|
[project]
|
|
12
12
|
name = "kinbot"
|
|
13
|
-
version = "2.2.
|
|
13
|
+
version = "2.2.4a"
|
|
14
14
|
description = "Automated reaction kinetics for gas-phase species"
|
|
15
15
|
readme = "README.md"
|
|
16
16
|
requires-python = ">=3.10"
|
|
@@ -38,7 +38,7 @@ classifiers = [
|
|
|
38
38
|
]
|
|
39
39
|
dependencies = [
|
|
40
40
|
"numpy>=1.17.0",
|
|
41
|
-
"ase(>=3.19,<3.
|
|
41
|
+
"ase(>=3.19,<3.23)",
|
|
42
42
|
"networkx",
|
|
43
43
|
"rmsd>=1.5.1",
|
|
44
44
|
"sella"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|