The Wayback Machine - https://web.archive.org/web/20210803041648/https://github.com/topics/reactions
Skip to content
#

reactions

Here are 116 public repositories matching this topic...

maxpkatz
maxpkatz commented Jun 2, 2021

castro.change_max = 1.0 means that the timestep can only ever stay the same or decrease relative to its initial value. I think we should disallow this value, I have a hard time imagining a use case for this (if you want a fixed timestep, use fixed_dt, and if you want a timestep cap but still allow the timestep to decrease, use max_dt). It causes problems with the retry functionality.

zaeemnajeeb
zaeemnajeeb commented Aug 27, 2020

In the file defining the Alkene functional group (stk.molecular.functional_groups.alkene.py), lines 103 and 116 return self.atom1 and self.atom2.
atom1 and atom2 do not exist.
Should be return self._atom1 and return self._atom2.

This issue is not picked up with the current tests so suggests a need to see if each atom can be retrieved successfully ( get_carbon1 etc.) for each fu

alongd
alongd commented Jun 28, 2021

Is your feature request related to a problem? Please describe.
When running many species / reaction in ARC, it is often helpful to trace the history of a single species or TS. THe current log file is too large to do that conveniently.

Describe the solution you'd like
Create a log file in the output folder of each species / TS with the relevant data.

Improve this page

Add a description, image, and links to the reactions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reactions topic, visit your repo's landing page and select "manage topics."

Learn more