We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f929ac commit 246cac8Copy full SHA for 246cac8
src/quera_ahs_utils/plotting.py
@@ -29,7 +29,7 @@ def show_register(
29
register (AtomArrangement): A given register
30
blockade_radius (float): Default is 0. The blockade radius for the register.
31
what_to_draw (str): Default is "bond". Either "bond" or "circle" to indicate the blockade region.
32
- show_atom_index (bool): Default is True. Whether showing the indices of the atoms.
+ show_atom_index (bool): Default is True. Choose if each atom's index is displayed over the atom itself in the resulting figure.
33
34
"""
35
filled_sites = [site.coordinate for site in register if site.site_type == SiteType.FILLED]
0 commit comments