Giter Site home page Giter Site logo

binghuang2018 / gecco-public Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ak-ustutt/gecco-public

0.0 0.0 0.0 55.74 MB

public version of our general contraction code project

License: MIT License

Shell 0.18% Python 7.13% C 1.47% Fortran 90.52% Makefile 0.20% M4 0.50%

gecco-public's Introduction

GeCCo-public

public version of our general contraction code project

This code implements the internally contracted multireference theory as published by our group. In addition, it also provides arbitrary order coupled-cluster calculations (for closed-shell cases) and explicitly correlated methods (the latter requires a special interface to a patched version of DALTON, please contact the main author, if interested).

Prerequisites: Linux operating system, Python 3.x, GNU autotools, Fortran compiler (gfortran, ifort), C compiler (gcc, icc)

Quantum chemical software: Interfaces exist for DALTON, Cfour, Molpro; there was also an interface to GAMESS, but this required a patch of GAMESS (have not looked into that for a long time). Most convenient integration is provided for Molpro.

Compilation - quick guide: (all actions should be carried out in the root directory of the project)

(1) Set up configure:

autoconf

Ignore warnings, the generated configure script should normally work

(2) Configure: Try one of these

FC=ifort CC=icc ./configure --with-blas='-mkl=sequential'

FC=gfortran CC=gcc ./configure --with-blas='-lmkl_gf_lp64 -lmkl_core -lmkl_sequential -lpthread -lm'

I have not tried other blas libraries in a long time. Let me know about any other working solutions. GNU fortran works for version 8.1; newer versions seem to be more picky about syntax issues, currently inquiring this.

(3) Build:

make deps

make -j 8    # or as many processes as you like to spend

The binary will be /bin//gecco.x where is something like x86_64-linux-gnu-gfortran (you can use the same source code for building several versions on different systems or compilers)

(4) Set environment variables (e.g. in your .bashrc or similar):

export GECCO_DIR=<path to this project>

export GECCO_BIN=$GECCO_DIR/bin/<arch>/gecco.x   # required for Molpro integration

export GECCO_TMP=/SCR/$USER/GECCOTEST.$$  # for testing; adapt as appropriate; should point to a scratch disk

(5) Test:

cd test

make -j 8   # to test on 8 threads

a shorter version is called by

make essential -j 8

(6) Use it! Documentation --> see Wiki

gecco-public's People

Contributors

ak-ustutt avatar yuriaoto avatar pradiptasam avatar krzmbrzl 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.