Git Product home page Git Product logo

xtbdft's Introduction

xtbdft

This is the official repository of the xtbdft program, a wrapper script for multi-level molecular modelling powered by CREST/GFN2-xTB, NWChem (DFT), and Goodvibes (anharmonic frequency corrections). XTBDFT and all underlying softwares are open-source.

Pre-Requisites

  • Python3.x
  • GFN-xTB (version 6.3.2, GNU Lesser General Public License v3)
  • CREST (version 2.11, GNU Lesser General Public License v3)
  • NWChem (version 6.8, Educational Community License v2)
  • Goodvibes (version 3.0.1, commit 54d0750, MIT License)
  • Moab or Slurm (Mattthias version 0.4.3) workload scheduler

XTBDFT has not been tested with newer versions of XTB, CREST, NWChem, or Slurm.

Installation

  1. The installation of a workload scheduler such as Moab or Slurm is beyond the scope of these instructions, but may be accomplished following instructions elsewhere.
  2. Clone this repository (or unzip a static release) and navigate into the new directory in a terminal:
git clone https://https://github.com/sibo/xtbdft.git
cd xtbdft

2a. If performing a complete clean installation, just run complete_install.py

./complete_install.sh

2b. Or if there are pre-existing installations of xtb, crest, nwchem, and/or goodvibes, comment out the relevant section(s) from .complete_install.sh and then execute it. This option is particularly useful if you choose to compile NWChem from source to optimize DFT performance.

  1. Modify the first 25 lines of bin/xtbdft.py to fit your computing environment, if necessary.
  • goodvibes.py location (default ~/xtbdft/GoodVibes/goodvibes/GoodVibes.py)
  • path for xtb and crest binaries (default ~/xtbdft/xtb-6.3.2)
  • nodes per calculation (default 1)
  • CPUs per calculation (default 24)
  • maximum wall time per calculation (default 14 days)
  • memory per calculation (default 100GB)

Usage

Note: Commonly, XTBDFT is run on a remote computing cluster via SSH. It is convenient to bracket the XTBDFT command with "nohup" and "&", to run the job in the background and allow it to keep running even after closing the SSH terminal or powering off your computer. If running XTBDFT locally, it is okay to omit "nohup" and "&".

nohup xtbdft.py guess.xyz [-chrg int] [-uhf int] [-xc str,str,str,str] [-bs str,str,str,str] [-mode autoConf|autoTS] [-other=["skipCrest"|crestParameters] &

For determining the lowest energy conformation of a neutral, singlet-spin molecule (as in reference 1 below, the input can be simplified to:

nohup xtbdft.py guess.xyz &

For determining the lowest energy conformation of a cationic, quartet-spin transition metal complex, containing a PhCl ligand that undergoes undesired oxidative addition under normal CREST parameters:

nohup xtbdft.py guess.xyz -chrg 1 -uhf 3 -other="-cbonds 0.02" &

For generating a guess transition state of a monocationic, doublet species, in which the distance between atoms X and Y is adjusted to Z Angstroms over 100 steps, but skipping CREST conformation searching, the input is:

nohup xtbdft.py guess.xyz -chrg 1 -uhf 1 -mode autoTS X Y Z -other="skipCrest" &

To scan for a transition state of a monocationic, doublet species, in which the distance between atoms X and Y is adjusted to Z Angstroms over 100 steps, and then constrain all bonds during CREST conformational searching with spring constant 1.0 Hartree/au, the input is:

nohup xtbdft.py guess.xyz -chrg 1 -uhf 1 -mode autoTS X Y Z -other="-cbonds 1.0" &

XTBDFT is currently configured to run on a compute cluster with MSUB scheduler, however, it can be run locally for debugging purposes:

xtbdft.py guess.xyz -local true

Citations

  1. Lin, S.; Fromer, J. C.; Ghosh, Y.; Hanna, B.; Elanany, M.; Xu, Wei "Computer-assisted catalyst development via automated modelling of conformationally complex molecules: application to diphosphinoamine ligands" Sci. Rep. 2021, 11, 4534. DOI: 10.1038/s41598-021-82816-x

License

xtbdft is free software: you can redistribute it and/or modify it under the terms of the MIT License.

xtbdft's People

Contributors

sibo avatar

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.