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
Return self from all SiteCollection/Structure/Molecule in-place modification methods (materialsproject#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
0 commit comments