DEBSOURCES
Skip Quicknav
sources / python-ase / 3.24.0-1 / doc / gallery / ptable.py
12345678
# creates: ptable.png from ase.utils.ptable import ptable atoms = ptable() atoms.write('ptable.png') # from ase.visualize import view # view(atoms)