Geometry.sort
See original GitHub issueI understand, but I still think it could be convenient to have some general methods for reordering geometries, such as
- ascending/descending along lattice vectors
- along axes
- species
- group labeling
- combinations (e.g. first species, then axes), this is particularly easy since Python >=3.6 uses ordered dicts for
**kwargs
, sosort
should change interface to**kwargs
- one of the above on a subset of atoms
These should be added to Geometry.sort
_Originally posted by @tfrederiksen in https://github.com/zerothi/sisl/pull/190#issuecomment-605926535_
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Geometry Sort Teaching Resources | TPT
This is a set of 8 worksheets that help students distinguish Flat / 2d shapes from Soldi / 3d shapes in a few...
Read more >Geometry Sort
Geometry Sort. Line. Goes on and on in both directions. Line Segment. Starts and stops at a point on both ends. A piece...
Read more >Sorting Geometric Figures - GeoGebra
Practice to sort geometric figures as well as real life objects by shape. Find all the triangles. Find all the circles. Find all...
Read more >Real Life Geometry Sort - Pinterest
Jul 7, 2012 - Use this geometry sort to check students' understanding of shapes in real life. Uses triangles, square, rectangles, and circles....
Read more >Grades K-6 Geometry Coherence Card Sort
Grades K-6 Geometry Coherence Card Sort. 1. Grades K-6 Geometry Standards. Grades K-6 Geometry Standards. Partition a rectangle into rows and columns of ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You are right, a
move_inside_cell
-type function is different fromsort
as it would not changing the atom ordering in the geometry. But the result could be different if called before or after asort
.I’ll close this as it is tracked in #197