pfebrer / sisl

Scientific Python toolbox for large scale tight-binding and electronic structure calculations (DFT and NEGF analysis)
https://zerothi.github.io/sisl
Mozilla Public License 2.0
1 stars 0 forks source link

GridPlot 3d isosurfaces don't support supercells #32

Open pfebrer opened 4 years ago

pfebrer commented 4 years ago

I need to find a clever way to tile isosurfaces (i.e. calculate the isosurface once in the unit cell but then repeat its display through all the supercell). The main problem is probably at the cell borders.

pfebrer commented 4 years ago

For the moment, this is solved by tiling the grid first. Supercells can be visualized, but unnecessary computation is done. Keeping this open for the moment until there is a smarter way to handle it or I decide that the extra computation is fine.