Skip to main content

A processing tool for VASP DFT input/output processing in Jupyter Notebook.

Project description

ipyvasp

An VASP-based DFT pre and post processing tool.

Install

Currently the package is being built and not stable. If you want to use development version, install this way:(recommended to install in a virtual environment)

git clone https://github.com/massgh/ipyvasp.git
cd ipyvasp
pip install -e .

Showcase Examples

Plot 2D BZ layer on top of 3D!

import ipyvasp as ipv
pos =  ipv.POSCAR('FCC POSACR FILE').set_zdir([1,1,1])
ax = pos.splot_bz(vectors = None,color='skyblue',lw=0.2,alpha=0.2,fill=True)

kpts = [[0,-1/2,0],[0,0,0]]
pos.splot_kpath(kpts,labels=[str(k) for k in kpts],zorder=-1) # At 3D BZ

pos2 = pos.transform(lambda a,b,c: (a-c, b-c, a+b+c)) # 111 plane
pos2.splot_bz('xy',ax=ax,zoffset=0.15,vectors=None,color='navy')

kp2 = pos.bz.map_kpoints(pos2.bz, kpts)
pos2.splot_kpath(kp2,labels=[str(k) for k in kp2.round(1).tolist()],color='navy',fmt_label=lambda lab: (lab+'\n', dict(va='center',color='navy')),zorder=3) 

ax.set_axis_off()

BZ

Interactively select bandstructure path by clicking on high symmetry points on plot!

KP

Apply operations on POSCAR and simultaneously view using plotly's FigureWidget in Jupyterlab side by side.

snip

More coming soon!

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

ipyvasp-0.8.9.tar.gz (122.9 kB view details)

Uploaded Source

Built Distribution

ipyvasp-0.8.9-py2.py3-none-any.whl (135.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file ipyvasp-0.8.9.tar.gz.

File metadata

  • Download URL: ipyvasp-0.8.9.tar.gz
  • Upload date:
  • Size: 122.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.10

File hashes

Hashes for ipyvasp-0.8.9.tar.gz
Algorithm Hash digest
SHA256 a6ea6b3ac6ba0077d6fb686d68bacc76f5820707ab9ca7caa86ee9312494959a
MD5 0bd8b80bc4d1b3d835370629e4f4c8ff
BLAKE2b-256 a2c9a5af1e58a5712a0bfacb320aee3947a844e67710296f6f3b0b94389fa9e6

See more details on using hashes here.

File details

Details for the file ipyvasp-0.8.9-py2.py3-none-any.whl.

File metadata

  • Download URL: ipyvasp-0.8.9-py2.py3-none-any.whl
  • Upload date:
  • Size: 135.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.10

File hashes

Hashes for ipyvasp-0.8.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 09b391b7de87f044063a0f8e0fd9ef4e4fce3f6961d0c74558a7012d45c0240e
MD5 13fa0cee4c84e0941b4c28c57540c5ab
BLAKE2b-256 e62e4a7491a45d358c091508c5fb990efad23c2c2eb4876522e0a3968f7fd45d

See more details on using hashes here.

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