superstar54 / weas-widget

A widget to visualize and edit atomic structures in Jupyter Notebook

Home Page:https://weas-widget.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tio2 example not shipped

ltalirz opened this issue · comments

from weas_widget import WeasWidget
viewer1 = WeasWidget()
viewer1.load_example("tio2.cif")
viewer1.modelStyle = 2
viewer1.boundary = [[-0.1, 1.1], [-0.1, 1.1], [-0.1, 1.1]]
viewer1.showBondedAtoms = True
viewer1.colorType = "VESTA"
viewer1
ValueError: Failed to download the file tio2.cif

Fixed. Same as #36