Skip to content

mjrs33/matview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matview

matview is the library for displaying structures interactively in jupyter.

k3d makes it easy to perform various interactive operations. In addition, the mixins implemented in widgets allow many useful operations to view the structure.

example

from matview.visualizers.crystal import CrystalVisualizer
from pymatgen.core import Structure

struct = Structure(...)
visualizer = CrystalVisualizer(struct)
visualizer.show()

The structure is displayed as follows

sample

The structure can be rotated, zoomed in/out, transrated with the mouse, and the k3d panel can be used to change whether or not bonds are shown, change the appearance of atoms, etc.

If you want to change the bonds, use the Bond update tab.

visualizers

Currently, following visuzlizers are available.

  • CrydtalVisualizer
  • StructureComparator
  • TrajectoryVisualizer

About

Material visualization tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages