C++ and Python library for Polarizable Embedding
Project description
CPPE is an open-source, light-weight C++ and Python library for Polarizable Embedding (PE)1,2 calculations. It provides an easy-to-use API to implement PE for ground-state self-consistent field (SCF) calculations and post-SCF methods. A convenient Python interface is also available.
CPPE enables PE calculations in the following programs:
Examples for the open-source Python-driven programs can be found here.
Installation
The easiest way to install CPPE is via pip
:
pip install cppe
Note that CPPE will be built from source and a C++14 compatible compiler is required (see below). If the compiler supports OpenMP, it will also be enabled for the CPPE build.
Manual builds can be done using CMake by running
git clone https://github.com/maxscheurer/cppe
cd cppe; mkdir build; cd build
cmake ..
make -j4
Alternatively, CPPE can be installed using the setup.py
script with
git clone https://github.com/maxscheurer/cppe
cd cppe
python setup.py install
Python interface
If the Python interface should be built, specify the CMake option
-DENABLE_PYTHON_INTERFACE=ON
. If pybind11
is not installed, CMake
will automatically download pybind11
and install it locally.
Installing through setup.py
will always build the Python interface.
Dependencies
- C++ 14 compiler
- Python >= 3.6 (interpreter and development packages)
Tests
The tests can be run with
python setup.py build_ext -i; python setup.py test
for the setup.py
build, or
source setup_environment.sh; py.test
for the CMake build.
Citation
The journal article describing CPPE can be found here.
CPPE: An Open-Source C++ and Python Library for Polarizable Embedding
Maximilian Scheurer, Peter Reinholdt, Erik Rosendahl Kjellgren, Jógvan Magnus Haugaard Olsen, Andreas Dreuw, and Jacob Kongsted;
Journal of Chemical Theory and Computation 2019 15 (11), 6154-6163,
DOI: 10.1021/acs.jctc.9b00758
Literature
1 Olsen, J. M., Aidas, K., & Kongsted, J. (2010). Excited States in Solution through Polarizable Embedding. J. Chem. Theory Comput., 6 (12), 3721–3734. https://doi.org/10.1021/ct1003803
2 Olsen, J. M. H., & Kongsted, J. (2011). Molecular Properties through Polarizable Embedding. Advances in Quantum Chemistry (Vol. 61). https://doi.org/10.1016/B978-0-12-386013-2.00003-6
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cppe-0.3.1.tar.gz
.
File metadata
- Download URL: cppe-0.3.1.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0aef578d6919f8c103d4d4a9fcd3db481bd73c59c157985f52bf62477425d6c |
|
MD5 | b448da3be781da351ff5d604bb2cfb48 |
|
BLAKE2b-256 | 39971259e7175b70edf7545b56308dcde48bcfb600f3f07d94256816ae270070 |