superstar54 / weas-widget

A widget to visualize and edit atomic structures in Jupyter Notebook
https://weas-widget.readthedocs.io/en/latest/index.html
MIT License
19 stars 3 forks source link

Wrong boundary #11

Closed superstar54 closed 6 months ago

superstar54 commented 6 months ago

For CeO2 (111) surface,

w.boundary = [[0, 1], [0, 1], [-0.1, 1.1]]

The boundary atoms are wrong.

superstar54 commented 6 months ago

fixed by https://github.com/superstar54/weas/pull/25