Coder Social home page Coder Social logo

find_tss wrong about autode HOT 6 CLOSED

duartegroup avatar duartegroup commented on June 11, 2024
find_tss wrong

from autode.

Comments (6)

small-bamboo avatar small-bamboo commented on June 11, 2024 1

from autode.

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

autode.transition_states.locate_tss.find_tss requires a reaction with reaction.product and reaction.reactant set. A more helpful exceptions should definitely be thrown – thanks! However, you can find transition states for your reaction just by:

from autode import Reactant, Product, Reaction

p = Product('2.xyz')
r = Reactant('1.xyz')
reaction = Reaction(r, p, name='cope')
reaction.locate_transition_state()

# reaction.tss should now be a list of all the located transition states
print(reaction.tss)

from autode.

small-bamboo avatar small-bamboo commented on June 11, 2024

from autode.

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

Unfortunately that type of reaction is not yet supported. I assume a NotImplementedError was thrown? This is because there is currently no way to find minimum energy crossing points in the code – hopefully at some point they will be, but it's not my top priority at the moment I'm afraid.

from autode.

small-bamboo avatar small-bamboo commented on June 11, 2024

from autode.

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

Have you checked out the online documentation? There's a reasonably comprehensive selection of examples and walkthrough of some Python there. Almost all examples in the paper were generated just by reaction.calculate_reaction_profile() with different SMILES. The multistep reactions will be added to the examples set when I've removed the redundancy in the conformer generation... I'll be working on this project full time for 6-months in September so most of the todo list is for then!

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.