Giter VIP home page Giter VIP logo

Comments (3)

asterlingchem avatar asterlingchem commented on June 21, 2024 1

I've attached an input file with mem_total specified. I made a quick fix in the QChem.py wrapper by just inserting

    # Q-Chem defines the total memory for the whole calculation, not
    # per core
    
    total_mem = int(Config.max_core.to("MB") * calc.n_cores)
    self.write(f"mem_total {total_mem}")

inside the add_rem_block function.

I was in the process of submitting a pull request with this addition but I'm having trouble with the pip install '.[dev]' step in the Guidelines for Pull Requests (https://duartegroup.github.io/autodE/dev/contributing.html). If I continue to have problems with this I'll submit a new issue.

lA8OEW_ll_ad_2-11_7-11_hess_qchem.txt

from autode.

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

Thanks @asterlingchem – would you mind providing a sample input file where it's specified correctly, so I don't mess up the implementation? thanks 😄

from autode.

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

Created a PR: #275

I was in the process of submitting a pull request with this addition but I'm having trouble with the pip install '.[dev]' step in the Guidelines for Pull Requests

Just tried this and it works okay for me – hmm. What error do you get?

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.