kfir4444

Results 15 issues of kfir4444

### Bug Description When trying to produce a model for a system, an explored isomer is not found in the products channel. This issue persist, even with different parameters, such...

stale

Two small fixes for the atom mapping module.

Module: Mapping

**Describe the bug** When parsing frequencies from Molpro's output, if the output has imaginary frequencies (as in the example output), then the function returns them as non-negative. example: ```python >>>...

Type: Bug
Module: Parser
Good first issue

**Describe the bug** A reaction family could not be found for the reaction C3H6-2 + O C3H6O. **How to reproduce** ```python from arc.rmgdb import make_rmg_database_object, load_families_only from arc.reaction import ARCReaction...

Type: Bug

**Describe the bug** ARCSpecies does not show atom labels for the mol object if it was generated from a `species_dict` **How to reproduce** ```python >>> from arc.species import ARCSpecies >>>...

Type: Bug
Type: Error
Type: Risk of Error
Module: Species
Topic: RMG
Topic: 2D representation
Good first issue

A functioning Psi4 adapter.

Topic: ESS
Module: Job
Type: Feature

**Describe the bug** When running directed rotor jobs with the brute force (opt & sp) keywords, arc submits all jobs at once, and not checking convergence. This leads to issues...

Type: Bug

**Describe the bug** while performing 1D scans on a list of species from the RMGDB, I encountered an error: ```python Traceback (most recent call last): File f"{arc_path}/ARC.py", line 69, in...

Type: Bug
Module: Species
Module: Converter

**Describe the bug** ARCReaction could not be generated for a reaction from the RMGDB. **How to reproduce** ```python db = make_rmg_database_object() load_families_only(db, "all") reaction_families = ["Birad_R_Recombination"] rxn = [ARCReaction(rmg_reaction=rxn.item) for...

Type: Bug

**Is your feature request related to a problem? Please describe.** The CI fails sometimes due to an error related to reading yaml files in the kinetic tests, regarding the conformers...

Topic: ESS
Topic: Thermo
Topic: Kinetics
Type: Error
Type: Feature
Type: Risk of Error
Type: Testing