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
The Box constructor is type-unstable, because of the two types of unit cells and the two dimensions that are possible.
This type instability is benign, as it does not propagate to the performance-critical functions, but anyway it is annoying sometimes, if it is being used from within a larger code base, because it causes some minor allocations.
The text was updated successfully, but these errors were encountered:
The
Box
constructor is type-unstable, because of the two types of unit cells and the two dimensions that are possible.This type instability is benign, as it does not propagate to the performance-critical functions, but anyway it is annoying sometimes, if it is being used from within a larger code base, because it causes some minor allocations.
The text was updated successfully, but these errors were encountered: