Giter VIP home page Giter VIP logo

ci's Introduction

ci v1.2.1

Build Status

A C++ library for performing configuration interaction (CI) calculations.

Dependencies

Boost Dependency Eigen3 Dependency libint2 Dependency Spectra Dependency

cpputil Dependency bmqc Dependency libwint Dependency hf Dependency numopt Dependency

Installation

To install this library:

  1. clone the master branch, which contains the latest release

     https://github.com/GQCG/ci.git --branch master --single-branch
     cd ci
    
  2. perform an out-of-source cmake build:

     mkdir build && cd build
     cmake -DINSTALLATION_PREFIX=prefix ..
     make && make test && sudo make install
    

    where

    • prefix is the installation prefix (defaulted to /usr/local) you want the library to be installed at:
      • the library libci.a will be installed in prefix/ci/lib
      • the header files (and cmake files, see Usage) will be installed in prefix/ci/include

Usage

Basic usage of this library can be found in the tests directory. If you use CMake in other projects, you can add the following CMake command to the CMakeLists.txt-file:

find_package(ci 1.2.1)

CMake then provides the commands ci_INCLUDE_DIRS to be used in your target_include_directories and the library ci to be used in your target_link_libraries.

ci's People

Contributors

tmhuysen avatar guacke avatar

Watchers

James Cloos avatar Farnaz Heidar-Zadeh 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.