Giter Site home page Giter Site logo

Comments (6)

ruslankotl avatar ruslankotl commented on June 18, 2024 1

Seemed to work, thank you very much!

from chemtools.

lmmentel avatar lmmentel commented on June 18, 2024

Hi @ruslankotl Thanks for taking the time to report this. Could you paste the actual error you're getting and a minimal example I could reproduce?

from chemtools.

ruslankotl avatar ruslankotl commented on June 18, 2024

Thank you for getting back @lmmentel

So I was following your [https://chemtools.readthedocs.io/en/latest/notebooks/GamessUS_tutorial.html](tutorial for Gamess(US)) using a new version Jupyter Notebook with Ubuntu 20.04 LTS installed on WSL.

Setting up the calculator was reasonably easy:

gamess = GamessUS(executable="/home/ruslan/gamess/gamess.01.x", version="01", runopts=["1"], scratch="/home/ruslan/scr")

rungms and ddikick methods have pointed to the correct locations, however your original method with specifying exevar instead of execultable did not work (should I have set up .bashrc?)

I then followed the instructions further, however instead of the result I have got the following message:

DDI Process 0: error code 911
DDI: Invalid command-line arguments!
Are you using the ddikick program??

Running the input file through the terminal directly worked normally.

from chemtools.

lmmentel avatar lmmentel commented on June 18, 2024

I tried the tutorial you mention with the latest version of gamess and all works fine. It seems to me that you might have some configuration issues related to your gamess installation. To verify that you gamess installation runs OK try executing some examples directly from the terminal using rungms comman, if that works chemtools should work as well.

from chemtools.

ruslankotl avatar ruslankotl commented on June 18, 2024

I tried the tutorial you mention with the latest version of gamess and all works fine. It seems to me that you might have some configuration issues related to your gamess installation. To verify that you gamess installation runs OK try executing some examples directly from the terminal using rungms comman, if that works chemtools should work as well.

That's the thing: executing the example with chemtools yields a DDI error, but executing the example with ! ~/gamess/rungms h2_test1.inp 01 4 >& h2_test1.log within the same Jupyter Notebook proceeds normally.

from chemtools.

lmmentel avatar lmmentel commented on June 18, 2024

Could you try using the path to your rungms as executable? I guess it should look something like

gamess = GamessUS(executable="/home/ruslan/gamess/rungms", version="01", runopts=["1"], scratch="/home/ruslan/scr")

and try again?

from chemtools.

Related Issues (4)

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.