GithubHelp home page GithubHelp logo

qcscine / kiwi Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 1.52 MB

Home Page: https://scine.ethz.ch

License: BSD 3-Clause "New" or "Revised" License

CMake 2.03% C++ 97.97%
chemistry computational-chemistry quantum-chemistry

kiwi's Introduction

SCINE - Kiwi

Introduction

The Kiwi program is an electronic and nuclear-electronic Hartree--Fock code with advaned SCF algorithms with some additional functionalities:

  • Born--Oppenheimer (BO) and nuclear-electronic (NE) first order and, exact and approximate, second order SCF algorithms.
  • Storing of an FCIDUMP file on disk.
  • Calculation of molecular orbitals (MOs) and particle densities.

For license and copyright information, see the file LICENSE.txt in this directory.

Dependencies

Required software, minimum required versions in brackets, for this SCINE project are:

  • A C++ compiler supporting the C++17 standard (at the moment only GCC is supported)
  • Libint 2.7.2 (other versions are not tested) [Will be automatically downloaded if not found]
  • CMake (3.9)
  • Boost (1.65.0)
  • Eigen3 (3.3.2)

Installation

In order to compile Kiwi, execute the following commands:

git submodule init
git submodule update
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../inst ..
make -j 4

To complete setting up Kiwi, the following bash variable has to be set such that libint can find the correct basis sets:

export LIBINT_DATA_PATH=/path/to/kiwi/data

Now, the tests can be executed and kiwi can be installed:

make test
make install

Manual

The manual can be compiled with Sphinx according to:

cd docs
make html
firefox build/html/index.html

Alternatively, a PDF can be obtained:

cd docs
make latexpdf

Known Issues

Intel compilers do not work due to libint at the moment.

Support and Contact

In case you should encounter problems or bugs, please write a short message to [email protected].

Third-Party Libraries Used

SCINE Kiwi makes use of the following third-party libraries:

kiwi's People

Contributors

weymutht avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

chrinide

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.