Closed eneas77 closed 10 months ago
Hi, I suspect this is the same issue as #261 , however, now autodE detects the problem much before it happens and then throws the appropriate error. I am currently working on it, but it will be some time before the coordinate problems get completely fixed.
Hi,
Did you try to run the DA example when you released v1.4.0 & v1.4.1?
I suppose the answer is you didn't.
Perhaps you should include that basic QC: every case ending in bug/enhancement should be tested previously to the deployment, as well as the basic QC examples, like the DA. This is the second time it happens...
Two more shilings on this matter.
Thanks a lot.
E77
@eneas77 Hi, could you try the v1.4.2 development branch, and see if the problem still persists?
Hi @shoubhikraj,
I´ve tried but unfrotunately some issue is triggered...
_--------------------
Traceback (most recent call last):
File "/home/data/amiduros/142/testthf-78C/testthf-78C.py", line 11, in
This is my input file in case you want to try:
import autode as ade ade.Config.n_cores = 4 ade.Config.max_core = 4000 ade.Config.hcode = 'NWChem' ade.Config.lcode = 'XTB' r1 = ade.Reactant(smiles='CC(C)=O') r2 = ade.Reactant(smiles='CN(C)[Li-][O+]1CCCC1') p1 = ade.Product(smiles='CC(=C)O[Li-][O+]1CCCC1') p2 = ade.Product(smiles='[H]N(C)C') rxn = ade.Reaction(r1, r2, p1, p2, name='testthf-78C', solvent_name='thf', temp=195.15) rxn.calculate_reaction_profile(free_energy=True) quit()
Thanks
@eneas77 Hi, does the DA example work? The optimiser and the coordinate systems need some more improvements before it can work on every possible system. I suspect in your case above, one or more angles are becoming linear(180) during optimisation, or becoming <90 when starting from linear. Both of these cases will fail currently.
@shoubhikraj Yes, the DA example now works.
Hi,
I´ve installed autodE via conda. Trying to run the DA example, it comes up with the following bug:
CoordinateTransformFailed: DIC->Cart iterative back-transform did not converge
This happense with v.1.4.1 and 1.4.0.
Any ideas of the issue here?
Thank you
E77