Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* put `is_symmetric/polar` next to `property` * BREAKING: reverse `get_slab` shift direction * clarify `shift` for single atom * use `isclose` to determine overlap atoms * correct tolerance unit * Revert "put `is_symmetric/polar` next to `property`" This reverts commit 65e3ec8. * reapply docstring changes * use `isclose` to check close * fix typo in tag * remove debug tag * pre-commit auto-fixes * make `center_slab` very simple * Failed: make center_slab and get_slab_regions methods for `Slab` * revert deprecation of `center_slab` function * revert "overlap position check with isclose" * revert deprecation of center_slab and get_slab_regions * revert changes for `center_slab` function * recover docstring * rename slab to struct (type is Structure) * revert adding minus sign * fix slab type * keep shift def consistent (need clarify) * unify usage of shift outside Slab * fix unit test * add missing minus sign for single atom shift * [need confirm] fix test for coh-interface * add TODO tag * clarify shift definition * revert ALL change related to the direction of shift * rename arg shift to termination * tweak comments * clarify `shift` attrib in `Slab` * clarify magic number * simplify doc * reuse `center_slab` func * remove unneeded TODO tag * revert shift to termination rename * remove finished TODO tag --------- Co-authored-by: Janosh Riebesell <[email protected]>
- Loading branch information