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
Fixed xtal::Lattice::_generate_voronoi_table(). The acute angle test resulted in the FCC lattice missing a row for the normal that lies along a conventional unit cell lattice vector, so voronoi number was 4 instead of 5 for the octahedral interstitial coordinate).
Added
Added Lattice.voronoi_table, Lattice.voronoi_number, and Lattice.voronoi_inner_radius.
Changed
Build macos x86_64 wheels with macos-13 Github Actions runner