Giter Site home page Giter Site logo

clusterdec's Introduction

CLUSTER DEComposition suite

This repository contains software for re-expressing configuration interaction (CI) wave functions as coupled cluster (CC) expansions. The software is composed of two parts

  1. a program that generates the necessary recursion relations and stores the instructions on disk

  2. a program that reads in a CI wave function and translates it into a CC expansion.

If you use this program, please cite the following reference:

S. Lehtola, N. M. Tubman, M. Head-Gordon, and K. B. Whaley, "Cluster decomposition of full configuration interaction wave functions: a tool for chemical interpretation of systems with strong correlation", J. Chem. Phys. 147, 154105 (2017). arXiv:1707.04376.

For further information on the program, read the above reference.

To compile the code, run make.

In contrast to the article, the program comes in a number of variants that are meant for different input formats for the CI wave function.

clusterdec_bit.x reads wave functions given as bit strings: coefficient alphastring betastring, where the strings are 0s and 1s indicating whether there is an electron in the orbital

clusterdec_ubit.x reads wave functions given as unified bit stings: coefficient string, where the orbital occupations are 0, u, d, or 2, meaning no occupation, occupation by a spin-up electron, a spin-down electron, or two electrons, respectively

clusterdec_int.x (built by make all_gmp, requires the GNU MultiPrecision Arithmetic Library to build) reads wave functions given as integers: coefficient aint bint, where aint and bint are the integer representations of the bitstring

In addition, the program also includes tools to convert wave functions from the abovementioned formats to each other: the programs convert_X_Y.x convert from the X format (bit, ubit, int) to the Y format (bit, ubit, int).

2022-06-03 Susi Lehtola

clusterdec's People

Contributors

susilehtola avatar

Stargazers

 avatar

Watchers

 avatar  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.