Skip to content

Visualizing displaced unit cells

username-removed-253735 requested to merge simonrittmeyer/ase:celldisp into master

Hi,

these are two minute modifications required to visualize displaced unit cells (see atoms._celldisp) using the eps/pov engine:

  • slicing atoms now also communicates celldisp to the slices (or is there a reason this was avoided so far?)
  • atoms.get_celldisp() is used as offset when drawing the unit cell

Cheers,

Simon

Merge request reports