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
This version enables a major restructure of code. The key ideas behind the restructure of the code base are:
Reduce the memory used by pyscal. Currently atom objects are C++ based. There are always copied for each calculation. The atom objects should be removed, and replaced with a Python object so that it can be directly interacted with.
Reduce C++ code. To easily maintain the code, C++ side should be reduced to a set of methods for the time critical parts. The rest of the code should be on the python side.
This version enables a major restructure of code. The key ideas behind the restructure of the code base are:
Check list for features
Basic features
Neighbor methods
Steinhardt
Solid
Misc
Other modules
Others
find_solids
andcalculate_q
incompatible pyscal#101The text was updated successfully, but these errors were encountered: