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
Crystal structures are often build by carving particular regions in or out of a large bulk phase. Due to the poor scaling of this approach, it may be useful to have a sort of lattice.populate_constrained function that builds the lattice up with some constraints. This would be slower than the normal populate function itself but often cheaper approach overall because it would forgo building many points that are to be immediately deleted.
The text was updated successfully, but these errors were encountered:
Crystal structures are often build by carving particular regions in or out of a large bulk phase. Due to the poor scaling of this approach, it may be useful to have a sort of
lattice.populate_constrained
function that builds the lattice up with some constraints. This would be slower than the normalpopulate
function itself but often cheaper approach overall because it would forgo building many points that are to be immediately deleted.The text was updated successfully, but these errors were encountered: