Giter VIP home page Giter VIP logo

Comments (4)

shoubhikraj avatar shoubhikraj commented on July 22, 2024 1

@KS-spec

NEB requires exact atom-mapping, and obtaining atom-mapped reactant and product geometries (especially when there are multiple molecules in the reactant i.e. a complex) is non-trivial (requires matching stereochemistry, RMSD etc.). AutodE actually side-steps the problem by only using the bond distances of the forming and breaking bond, and then performing "adaptive" constrained optimisations starting from the reactant complex.

The adaptive path is then refined with a NEB if required. The best you can do, at this stage, is to use the first and last point of the adaptive path trajectory. You can find this in the "transition_states" sub-folder which is generated when you call reaction.locate_transition_state() or reaction.calculate_reaction_profile(). The file is usually named <hash>_ll_ad_<bond_rearr>_path.xyz or <hash>_hl_ad_<bond_rearr>_path.xyz. @t-young31 pls correct me in case I missed something.

from autode.

t-young31 avatar t-young31 commented on July 22, 2024

Hi @KS-spec – you should be able to do that with the following:

import autode as ade 

rxn = ade.Reaction("CC=O.[H]N(C)C>>OC(C)(N(C)C)[H]", name="enamine_1") 
rxn.find_lowest_energy_conformers()
rnx.optimise_reacs_prods()

for molecule in rxn.reacs + rnx.prods: 
    molecule.print_xyz_file()

from autode.

KS-spec avatar KS-spec commented on July 22, 2024

Thank you very much for your kind reply.

The method you provided gave me the coordinates of each of the three molecules separately.
I'd like to get the first and last coordinate of a trajectory such as the below coordinate (1 and 2) before conducting NEB.
Could you please tell me if there is any way to do so?
image

from autode.

KS-spec avatar KS-spec commented on July 22, 2024

Thank you very much for your reply.

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.