Code Monkey home page Code Monkey logo

qm-calc-scripts's People

Contributors

theavey avatar

Watchers

 avatar  avatar

Forkers

mkumar097

qm-calc-scripts's Issues

Catch more errors to stop job continuation

In aml, when pretty much any error is caught, the follow-up job should probably be cancelled.

For example, if openbabel fails to convert the output to the optimized geometry XYZ file, the following job will not be able to run successfully.

Duplicate file names when copying back output files in aml

The new number parsing in copying back output files in aml is not right. Because I am now working around ignoring "failed" in the name, the sort isn't correct because it sorts by length. That might not be clear, but here is an example.

If I have out-1.out, out-2.out, and failed-1.out, it should copy the next (non-failed) back as out-3.out, but failed-1.out will be the last file based on the sort, so it will try to copy is back as out-2.out, which then raises a FileExistsError.

Make installation more reasonable

There are some dependencies and such that may not be entirely trivial, so it would be good to setup installation for this using setuptools.

Most particularly, the thtools dependency might be difficult without some searching (unless you're me and already have it installed).

automatically add newlines in `gautools.tools.use_gen_template`

Especially with the footer argument, actually adding a footer would need to be preceded and followed by a newline, which shouldn't be necessary.

Further, the documentation on this should be updated to clarify this. Again further, might be good to check for proceeding newlines in the footer argument because two newlines might be an issue for Gaussian. While updating the documentation, it might be good to make it clear that it can also be used for input modredundant or addgic, which are likely more generally common that calculating RESP charges.

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.