loriab / forte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forte

Build Status

Code Authors: Evangelistalab

Web: evangelistalab.org

Forte is an open-source plugin to Psi4 (https://github.com/psi4/psi4) that implements a variety of quantum chemistry methods for strongly correlated electrons.

Installation directions for Forte:

Prior to the compilation of Forte you must first check to make sure you have the following:

  1. CMake version 3.0 or higher

  2. The tensor library Ambit (obtain it from https://github.com/jturney/ambit)

  3. An updated version of Psi4 (obtain it from https://github.com/psi4/psi4public)

Once you have the current versions of Psi4, CMake, and Ambit, follow the following instructions to install Forte:

  1. Run the setup script found in the forte folder:
 python cmake_setup --psi4=<psi4 executable> --ambit-bindir=<Ambit binary installation dir>
optional arguments:
-h, --help            show this help message and exit

PSI4 and CheMPS2 options:
--psi4 PATH           The PSI4 executable. If this is left blank this script
                      will attempt to find PSI4 on your system. Failing that
                      it will not be able to compile FORTE. (default: None)
--ambit-bindir PATH   The ambit binary installation directory. (default:
                      None)
--chemps2-bindir PATH
                      The chemps2 binary installation directory. (default:
                      None)
--mpi                 Whether to build the MPI part of code (default: False)
--ga-bindir PATH      The GA install directory. (default: None)
  1. Follow the instructions provided in the output of the cmake_setup script to compile forte:
 configure step is done
 now you need to compile the sources:
 >>> cmake .
 >>> make

About

License:GNU General Public License v3.0


Languages

Language:C++ 99.3%Language:C 0.6%Language:Python 0.1%Language:Objective-C 0.0%Language:Perl 0.0%