Skip to content

Move adsorbate info

username-removed-256065 requested to merge stly/ase:move_adsorbate_info into master

The attribute adsorbate_info is removed from the atoms object. The dictionary from the surface builder functions are now put in the atoms.info dictionary. If the adsorbate_info attribute is asked for directly (either to get or set it) a FutureWarning is issued.

Merge request reports