Code Monkey home page Code Monkey logo

tpe_func's Introduction

TPE_func

A tool fo DFT functional fitting. More information: https://pubs.acs.org/doi/10.1021/acs.jpca.9b09093 , please cite if using:

Artem Mitrofanov, Vadim Korolev, Nikolai Andreadi, Vladimir Petrov, and Stepan Kalmykov. A simple automatized tool for exchange-correlation functional fitting. The journal of physical chemistry. A, 124(13):2700โ€“2707, 2020.

To start functional fitting:

python run.py DIPCS10 -i 100 -b 10

where

DIPCS10 - name of folder with GMTKN55 (www.chemie.uni-bonn.de/pctc/mulliken-center/software/GMTKN/gmtkn55) subset

i - number of iterations

b - number of reactions in a batch

Included basic functionals from libxc (www.gitlab.com/libxc/libxc)

PySCF code (www.github.com/pyscf/pyscf) used as a basic QC calculator

Analisys model includes SHAP approach from (www.github.com/slundberg/shap)

tpe_func's People

Contributors

mitrofjr avatar korolewa avatar

Stargazers

Chrinide avatar  avatar peverati avatar Chenru Duan avatar

Watchers

 avatar

Forkers

chrinide

tpe_func's Issues

Bug in utils.py

In get_human_readable_reaction(indexes, mols):
line 33 reaction += str(ind)
should be reaction += str(abs(ind))
Thus, the coefficients will be displayed correctly.

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.