Coder Social home page Coder Social logo

jessbade / xtb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grimme-lab/xtb

0.0 0.0 0.0 1.65 MB

Semiempirical Extended Tight-Binding Program Package

Home Page: https://www.chemie.uni-bonn.de/pctc/mulliken-center/grimme/software/xtb

License: GNU Lesser General Public License v3.0

Shell 0.02% Fortran 77.70% PHP 5.71% Assembly 2.13% C++ 11.99% C 1.15% Meson 0.38% Python 0.92%

xtb's Introduction

Semiempirical Extended Tight-Binding Program Package

Build Status License Latest Version Github Downloads All Releases

This is the offical repository of the xtb program package developed by the Grimme group in Bonn.

Extended Tight Binding

Installation

Statically linked binaries (Intel Compiler 17.0.7) can be found at the latest release page. There is also a version of the shared library, which requires the Math Kernel Library and additional Intel specific libraries to be installed.

To compile xtb from source install Intel Parallel Studio 17 or later.

We are using meson as build system and require you to install a fairly new version like 0.49 or newer. To use the default backend of meson you have to install ninja version 1.5 or newer.

export FC=ifort CC=icc
meson setup build_intel --buildtype release --optimization=2
ninja -C build_intel test

Make sure the testsuite is running without errors. xtb is routinely compiled with Intel Parallel Studio 17 on our clusters in Bonn, but we have not tried to compile it on either OSX or Windows so far. It is also possible to compile xtb with GCC (version 8), but we recommend to use binaries compiled with Intel.

To install the xtb binaries to /usr/local use (might require sudo)

ninja -C build_intel install

For a local installation (or if you want to pack a release), modify the configuration by using

meson configure build_intel --prefix=/
DESTDIR=$HOME/.local ninja -C build_intel install

The build system will generate configuration files in $DESTDIR/share/xtb to be sourced in your .bashrc or .cshrc which will make xtb and the parameter files available. Also a pkg-config file is generated to make xtb available in other projects as dependency.

Documentation

The xtb documentation is hosted at read-the-docs.

Contributing

See our contributing guidelines.

Citations

for GFN-xTB:

for DFT-D4:

  • E. Caldeweyher, C. Bannwarth and S. Grimme, J. Chem. Phys., 2017, 147, 034112. DOI: 10.1063/1.4993215
  • E. Caldeweyher, S. Ehlert, A. Hansen, H. Neugebauer, S. Spicher, C. Bannwarth and S. Grimme, J. Chem. Phys., 2019, 150, 154122. DOI: 10.1063/1.5090222

for sTDA-xTB:

  • S. Grimme and C. Bannwarth, J. Chem. Phys., 2016, 145, 054103. DOI: 10.1063/1.4959605

in the mass-spec context:

  • V. Asgeirsson, C. Bauer and S. Grimme, Chem. Sci., 2017, 8, 4879. DOI: 10.1039/c7sc00601b

for metadynamics refer to:

License

xtb is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

xtb is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU Lesser General Public License for more details.

xtb's People

Contributors

awvwgk avatar fabothch avatar liljay42 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.