Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 964 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 964 Bytes

VAMPyR logo

License Travis CI build status CircleCI codecov

The Very Accurate Multiresolution Python Routines (VAMPyR) package is a high level Python interface to the MRCPP code.

Installation

$ git clone https://github.com/MRChemSoft/vampyr.git
$ cd vampyr
$ ./setup
$ cd build
$ make

The vampyr.so file is now located in vampyr/build/lib, from there it can be copied into your python working directory.