Skip to content

Commit

Permalink
Return self from all SiteCollection/Structure/Molecule in-place m…
Browse files Browse the repository at this point in the history
…odification methods (#3623)

* return self from Structure modify methods

sort, translate_sites, rotate_sites, perturb, scale_lattice, merge_sites, set_charge

* fix missing NotImplementedError in abstractmethod SiteColl.get_distance

* test return value of Structure modify methods

sort, translate_sites, rotate_sites, perturb, scale_lattice, merge_sites, set_charge

* fix SiteCollection.replace_species doc str had no ret val

* return self from SiteCollection modify methods

* return self from Molecule modify methods

* test return value of Molecule modify methods

* return self in Slab.add_adsorbate_atom method and add test

* rename test_add_oxidation_states_by_guess to match method name
  • Loading branch information
janosh committed Feb 14, 2024
1 parent 59dffd2 commit b11c063
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 88 deletions.

0 comments on commit b11c063

Please sign in to comment.