Skip to main content

The VASP manual

Project description

https://travis-ci.com/yw-fang/vaspwiki.svg?branch=master

Introduction

The VASP team hosts a very useful online VASP manual, here, I provide a python interface so that other colleagues in the community of computational materials and physics can get access to vaspwiki much easier via executing commands in their terminals (Linux, Windows, and Mac OS). The corresponding wiki page of the requested keyword will show up in your default web browser. (We may need install x11 windows in some terminals) Searching for several keywords in a batch way is supported, see details in the section of Usage.

Installation

  • Step 1: install vaspwiki to your virtual environment

To install vaspwiki, use

$ pip install vaspwiki

or

$ git clone https://github.com/yw-fang/vaspwiki.git

$ cd vaspwiki

$ python setup.py install

Usage

Note that vaspwiki is case-sensitive.

Search for one keyword:

$ vaspwiki INCAR

Search for multiple keywords in one shot:

$ vaspwiki INCAR LOCPOT

We can also use vaspwiki in the interactive ipython:

In [1]: from vaspwiki import vaspwiki

In [2]: vaspwiki.help_function(‘INCAR’)

License

MIT LICENSE. See LICENSE file for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vaspwiki-1.1.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page