A processing tool for VASP DFT input/output processing in Jupyter Notebook.
Project description
ipyvasp
An successor of pivotpy for 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()
Interactively select bandstructure path by clicking on high symmetry points on plot!
More coming soon!
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
ipyvasp-0.8.0.tar.gz
(118.9 kB
view details)
Built Distribution
ipyvasp-0.8.0-py2.py3-none-any.whl
(131.7 kB
view details)
File details
Details for the file ipyvasp-0.8.0.tar.gz
.
File metadata
- Download URL: ipyvasp-0.8.0.tar.gz
- Upload date:
- Size: 118.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 092e50ae440a9e46b50865c0ff7a843401b024e06d9ac08f90779dc92f1aa042 |
|
MD5 | ca2fd1640dcffbb107b500427b00ae46 |
|
BLAKE2b-256 | 353e7503a6cfbb4a475dcf03d2e5ec6ce6bb8c8a9bb5b53c35c0fffe2e3f2692 |
File details
Details for the file ipyvasp-0.8.0-py2.py3-none-any.whl
.
File metadata
- Download URL: ipyvasp-0.8.0-py2.py3-none-any.whl
- Upload date:
- Size: 131.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7236ba6cdd19681b51e19fd3bd82f9e47f104c02cc06e587f40adff83962c89 |
|
MD5 | 7346c3924695e70b0d3e6780b367878a |
|
BLAKE2b-256 | 75f9383b6e74e4b9f81a26cd8780ce074f46ed51de1e20a5227a27139e236bf7 |