Coder Social home page Coder Social logo

No Conformers crashing about autode HOT 6 CLOSED

duartegroup avatar duartegroup commented on June 11, 2024
No Conformers crashing

from autode.

Comments (6)

kjelljorner avatar kjelljorner commented on June 11, 2024 1

Well you can get the bond orders with any QC program really... Probably more reliable than covalent radii cutoff anyway.

from autode.

t-young31 avatar t-young31 commented on June 11, 2024

Hi @eneas77

Thanks for raising this, as it's a really interesting case.. The problem is that the optimised structure of the N2O3 product contains a very long N-N 'bond', which is not added to the molecular graph of the structure. This means when autodE prunes conformers to remove any with different connectivity (from that given) then no conformers are left and the calculation can't continue. This is going to require a little more thought to fix...


Note I found this by setting $AUTODE_LOG_LEVEL to INFO (e.g. add export AUTODE_LOG_LEVEL=INFO to ~/.bashrc) and that in the log the connectivity prune left no conformers then interrogating the molecular graph with:

>>> import autode as ade
>>> mol = ade.Molecule('p1_N2O3.xyz')
>>> mol.graph
MolecularGraph(|E| = 3, |V| = 5)
>>> mol.graph.edges
EdgeView([(0, 1), (1, 2), (3, 4)])
>>> mol.atomic_symbols
['O', 'N', 'O', 'N', 'O']
>>> # Bonds: O-N, N-O, N-O

p1_N2O3.xyz.zip

from autode.

eneas77 avatar eneas77 commented on June 11, 2024

Hi @t-young31

Thansk again for the in insights... I suppose that outsourcing the optimization in pure NWChem (no AutodE) and then reinvoking AutodE from the optimized reactans and products wonΒ΄t circumvent the problem, as the molecular graph is also essential for TS path guess and structure build up... Is that right?

Thanks for your efforts!

E77

from autode.

t-young31 avatar t-young31 commented on June 11, 2024

Yep - absolutely right. I have had some thoughts on fixing these intermediate cases but am struggling on finding something general. If you (or anyone else reading this) has any good ideas then I'd be all ears!

from autode.

kjelljorner avatar kjelljorner commented on June 11, 2024

What I have done in the past is to use bond order cutoffs to define the graph rather than covalent radii + distances. A quick xtb calculation can bed used for that.

from autode.

t-young31 avatar t-young31 commented on June 11, 2024

Thanks for the thoughts – I'm slightly loathed to require a dependency on XTB πŸ˜•. I can see this being an interesting research project...

from autode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.