You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only a simple cubic unit cell is displayed (if available). This is a complete hack and should be fixed. Relevant code is in exatomic/widgets/traits.py:frame_traits and js/src/appthree.js:add_unit_axis. There is a comment that says "Hack to also add unit..." (in that function) which is the place to start on the frontend side of things.
This code (and the Python code in traits.py) should be generalized to support an arbitrary cell and to support unique cells for every frame in a multiframe universe.
The text was updated successfully, but these errors were encountered:
Currently only a simple cubic unit cell is displayed (if available). This is a complete hack and should be fixed. Relevant code is in
exatomic/widgets/traits.py:frame_traits
andjs/src/appthree.js:add_unit_axis
. There is a comment that says "Hack to also add unit..." (in that function) which is the place to start on the frontend side of things.This code (and the Python code in traits.py) should be generalized to support an arbitrary cell and to support unique cells for every frame in a multiframe universe.
The text was updated successfully, but these errors were encountered: