Real space WFs
There are some functions for quick peeks of real space WFs.
Contents
Index
WannierPlots._guess_isolevelWannierPlots._mesh3dWannierPlots._plotly_latticeWannierPlots._plotly_mesh3dWannierPlots._plotly_structureWannierPlots._sphereWannierPlots.plot_wfWannierPlots.plot_wf_plotly
API
WannierPlots.plot_wf — Methodplot_wf(rgrid, W::Array{Float,3}, lattice::Matrix{Float},
atom_positions::Matrix{Float}, atom_numbers::Vector{Int};
iso::=nothing)Plot volumetric data with Makie, e.g., real space WF.
Arguments
rgrid:Wannier.RGridW: volumetric data in 3Dlattice: columns are lattice vectorsatom_positions: columns are atom positions in fractional coordinatesatom_numbers: atomic numbers
Keyword Arguments
iso: isosurface value, if not given, auto calculate.
WannierPlots._guess_isolevel — MethodGuess iso from histogram.
WannierPlots._mesh3d — MethodGenerate a mesh3d.
WannierPlots._plotly_lattice — FunctionPlotly lattice
lattice: each column is a lattice vector origin: the overall shift of the structure, in cartesian
WannierPlots._plotly_mesh3d — MethodGenerate a mesh3d for plotlyjs.
WannierPlots._plotly_structure — MethodPlotly lattice and atoms
lattice: each column is a lattice vector atompositions: each column is an atomic position, in fractional coordinates atomnumbers: atomic number of each atom origin: the overall shift of the structure, in cartesian
WannierPlots._sphere — MethodA plotly sphere.
WannierPlots.plot_wf_plotly — MethodPlot volumetric data with Plotly.
E.g., realspace WFs.
data: volumetric data in 3D