High throughput analysis of interfaces using VASP and Materials Project tools
Project description
MPinterfaces is a python package that enables high throughput Density
Functional Theory(DFT) analysis of arbitrary material interfaces(ligand capped
nanoparticles, surfaces in the presence of solvents and hetero-structure
interfaces) using VASP_, VASPsol_ and materialsproject_ database as well
as their open source tools.
.. _materialsproject: https://github.com/materialsproject
.. _VASPsol: https://github.com/henniggroup/VASPsol
.. _VASP: http://www.vasp.at/
Installation
==============
The following steps applies only to linux and OSX(with xcode) operating systems.
Prepping
-------------
1. Make sure that you are using python>=2.7 (do a "python --version").
Note: ASE does not work with python3
2. It is highly recommended that you use gcc compiler. So type::
export CC=gcc
3. Unless you have admin privilege on the machine you are installing, it is
better to install this package and all its dependencies in a virtual environment.
- get the latest version from https://pypi.python.org/pypi/virtualenv#downloads
- tar xvfz virtualenv-X.X.X.tar.gz
- cd virtualenv-X.X.X
- setup the virtual environment in ~/myvenv (or set to some other path and folder name)
* python virtualenv.py ~/myvenv
- activate the virtual environment
* source ~/myvenv/bin/activate
For detailed instructions and documentation see
http://virtualenv.readthedocs.org/en/latest/installation.html
4. Install numpy::
pip install numpy
Install from PyPI
-------------------
pip install mpinterfaces
Bleeding edge
-------------
If you already have a local copy, steps 1 and 2 of the following instructions
can be skipped. Just do a "git pull" from the MPInterfaces folder and go to
step 3(if the local copy was installed in the develop mode this step can be skipped too).
1. Clone the latest version from github
- git clone https://github.com/henniggroup/MPInterfaces.git
2. cd MPInterfaces
3. python setup.py install(or develop)
Documentation
==============
A very minimal documentation is avaiable at the moment and work is underway
to improve it. We use the sphinx package to generate the documentation.
First install the package 'sphinx' and the theme package 'sphinx-rtd-theme'
using pip and then to generate the documentation either in html or pdf format
do the following:
* html format
- cd docs; make html
- open _build/html/index.html in a webbrowser to see the documentation
* pdf
- cd docs; make latexpdf
- The pdf will be in the _build/latex folder
Examples
==========
The examples folder contain some sample scripts that demonstrate the
usage of mpinterfaces as well as materialsproject packages
Authors
=========
Kiran Mathew
Joshua Gabriel
Arunima Singh
Richard G. Hennig
Functional Theory(DFT) analysis of arbitrary material interfaces(ligand capped
nanoparticles, surfaces in the presence of solvents and hetero-structure
interfaces) using VASP_, VASPsol_ and materialsproject_ database as well
as their open source tools.
.. _materialsproject: https://github.com/materialsproject
.. _VASPsol: https://github.com/henniggroup/VASPsol
.. _VASP: http://www.vasp.at/
Installation
==============
The following steps applies only to linux and OSX(with xcode) operating systems.
Prepping
-------------
1. Make sure that you are using python>=2.7 (do a "python --version").
Note: ASE does not work with python3
2. It is highly recommended that you use gcc compiler. So type::
export CC=gcc
3. Unless you have admin privilege on the machine you are installing, it is
better to install this package and all its dependencies in a virtual environment.
- get the latest version from https://pypi.python.org/pypi/virtualenv#downloads
- tar xvfz virtualenv-X.X.X.tar.gz
- cd virtualenv-X.X.X
- setup the virtual environment in ~/myvenv (or set to some other path and folder name)
* python virtualenv.py ~/myvenv
- activate the virtual environment
* source ~/myvenv/bin/activate
For detailed instructions and documentation see
http://virtualenv.readthedocs.org/en/latest/installation.html
4. Install numpy::
pip install numpy
Install from PyPI
-------------------
pip install mpinterfaces
Bleeding edge
-------------
If you already have a local copy, steps 1 and 2 of the following instructions
can be skipped. Just do a "git pull" from the MPInterfaces folder and go to
step 3(if the local copy was installed in the develop mode this step can be skipped too).
1. Clone the latest version from github
- git clone https://github.com/henniggroup/MPInterfaces.git
2. cd MPInterfaces
3. python setup.py install(or develop)
Documentation
==============
A very minimal documentation is avaiable at the moment and work is underway
to improve it. We use the sphinx package to generate the documentation.
First install the package 'sphinx' and the theme package 'sphinx-rtd-theme'
using pip and then to generate the documentation either in html or pdf format
do the following:
* html format
- cd docs; make html
- open _build/html/index.html in a webbrowser to see the documentation
- cd docs; make latexpdf
- The pdf will be in the _build/latex folder
Examples
==========
The examples folder contain some sample scripts that demonstrate the
usage of mpinterfaces as well as materialsproject packages
Authors
=========
Kiran Mathew
Joshua Gabriel
Arunima Singh
Richard G. Hennig
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
mpinterfaces-1.1.2.tar.gz
(124.1 kB
view details)
Built Distribution
File details
Details for the file mpinterfaces-1.1.2.tar.gz
.
File metadata
- Download URL: mpinterfaces-1.1.2.tar.gz
- Upload date:
- Size: 124.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4f1b30c7a02c10d9db9aca674d146215c6001fcf6da54c2e124332ff1d1d61b |
|
MD5 | 479dfcefb9c76e2d78f2caad4b2fbe9b |
|
BLAKE2b-256 | 0c7a4864a2411a56d7c057296e9f9c64bb888a50ecbcd93b7353ddf8592a8ef4 |
File details
Details for the file mpinterfaces-1.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: mpinterfaces-1.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 49.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d589d54a2ddaa38a9c712779ea51112eca1e1998dc2911894341af456127ad2e |
|
MD5 | 362db569190cca71bb3816443accaff1 |
|
BLAKE2b-256 | 1bca823f38e1acff757ae77eb248a8dac72b8828714e2e7154677ff9c32a0369 |